babeltrace.git
2011-05-09  Mathieu Desnoyersmove struct ctf_stream -> struct ctf_stream_class
2011-05-09  Mathieu DesnoyersAdd -t option
2011-05-09  Mathieu DesnoyersUpdate pretty-print
2011-05-09  Mathieu Desnoyersmove content of struct field into struct definition
2011-05-08  Mathieu DesnoyersAdd missing libpopt dependency in README file
2011-05-07  Mathieu Desnoyersupdate usage()
2011-05-07  Mathieu Desnoyersfix timestamp parsing
2011-05-07  Mathieu DesnoyersAdd timestamps to babeltrace-log -t
2011-05-07  Mathieu DesnoyersCleanup babeltrace-log
2011-05-07  Mathieu DesnoyersMove babeltrace-log to converter directory
2011-05-07  Mathieu DesnoyersComplete dummy trace creation
2011-05-07  Mathieu DesnoyersUse O_RDWR for open write mode (for mmap)
2011-05-07  Mathieu DesnoyersPrettify usage()
2011-05-07  Mathieu Desnoyerscleanup usage()
2011-05-07  Mathieu DesnoyersAdd test traces
2011-05-07  Mathieu DesnoyersBe more verbose went encountering unexpected EOF
2011-05-07  Mathieu DesnoyersChange -EOF for EOF (it is worth -1), fix assertion
2011-05-07  Mathieu DesnoyersIgnore hidden files, error message enhancement
2011-05-07  Mathieu DesnoyersUse stdout FILE * rather than /dev/stdout for default...
2011-05-07  Mathieu Desnoyersfix packet vs file size check
2011-05-07  Mathieu DesnoyersAdd missing EOF check in string validation
2011-05-07  Mathieu DesnoyersAdd out-of-bound checks
2011-05-07  Mathieu Desnoyerscleanup
2011-05-07  Mathieu DesnoyersAdd checks on packet and content size
2011-05-07  Mathieu DesnoyersRemove dead code, enable optimized integer read/write
2011-05-07  Mathieu Desnoyersupdate integer text output formatting
2011-05-07  Mathieu DesnoyersProvide sane defaults
2011-05-07  Mathieu Desnoyersprettify output
2011-05-07  Mathieu DesnoyersUse stdout output by default
2011-05-07  Mathieu Desnoyerstext conversion works
2011-05-07  Mathieu Desnoyersupdate gitignore
2011-05-07  Mathieu DesnoyersAdd missing makefile
2011-05-07  Mathieu DesnoyersAdd missing ctf-text.c to repo
2011-05-07  Mathieu DesnoyersAdd "text" plugin to list.
2011-05-07  Mathieu Desnoyerstext output
2011-05-06  Mathieu DesnoyersFix ctf teardown
2011-05-06  Mathieu Desnoyersinit pos cleanup
2011-05-06  Mathieu DesnoyersFix missing header
2011-05-06  Mathieu DesnoyersRestructure objects around generic_rw() accessor
2011-05-06  Mathieu DesnoyersUse inheritance for trace descriptor and positions
2011-05-06  Mathieu DesnoyersAdd single-stream tests
2011-05-06  Mathieu DesnoyersAllow missing stream {} declarator in single-stream...
2011-05-06  Mathieu Desnoyersonly enable printf_debug in lexer and parser in babeltr...
2011-05-06  Mathieu DesnoyersCTF: open trace read
2011-05-05  Mathieu DesnoyersAdd missing string declaration (without {})
2011-05-05  Mathieu Desnoyersstrings: don't free, just realloc
2011-05-05  Mathieu DesnoyersAdd dummy trace creator in tests
2011-05-05  Mathieu DesnoyersFix integer/float/string read: keep value in definition...
2011-05-05  Mathieu Desnoyersbitfields: use "type" parameter for unit pointer type
2011-05-05  Mathieu Desnoyerstest bitfield: adapt tests to 64-bit arch (long ->...
2011-05-05  Mathieu DesnoyersPortable bitfields: protect against variable name clash...
2011-05-05  Mathieu DesnoyersAdd array and sequence "len" accessor
2011-05-05  Mathieu DesnoyersStart packet mmap work
2011-05-04  Mathieu DesnoyersUnref: handle null pointers
2011-05-04  Mathieu DesnoyersUpdate tests to include new packet.header description
2011-04-30  Mathieu DesnoyersHandle noninteractive input for metadata
2011-04-30  Mathieu DesnoyersTrivial cleanup
2011-04-30  Mathieu DesnoyersMove stream pos declaration into CTF header
2011-04-30  Mathieu DesnoyersCTF trace open/close
2011-04-29  Mathieu DesnoyersUse dynamic shared libraries, list formats
2011-04-29  Mathieu DesnoyersAdd babeltrace option parsing
2011-04-29  Mathieu Desnoyersctf metadata visitor: remove word_size from trace decla...
2011-04-29  Mathieu DesnoyersRemove word_size from tests
2011-04-29  Mathieu DesnoyersAdd error handling to generate io struct visitor
2011-04-29  Mathieu DesnoyersAdd metadata test cases
2011-04-28  Mathieu DesnoyersAdd enum {} default mapping to "int" type
2011-04-28  Mathieu Desnoyersenum, change enum name <container_type> to enum name...
2011-04-28  Mathieu DesnoyersChange typealias separator from ":" to ":="
2011-04-27  Mathieu Desnoyersmetadata: Support empty structures
2011-04-27  Mathieu DesnoyersEnum: fix handling of container type
2011-04-27  Mathieu DesnoyersHash table usage fixes
2011-04-27  Mathieu Desnoyersio struct generation debugging ongoing
2011-04-27  Mathieu DesnoyersFix major -> minor typo in tests
2011-04-26  Mathieu DesnoyersCTF metadata structure generation code finished
2011-04-26  Mathieu DesnoyersTests: signedness -> signed
2011-04-26  Mathieu DesnoyersAdd type_specifier list node
2011-04-22  Mathieu DesnoyersAdd embedded metadata examples
2011-04-21  Mathieu Desnoyersctf visitor generate I/O struct: Compile fixes, part 1
2011-04-21  Mathieu Desnoyersgen io structs: int fd -> FILE *fd
2011-04-21  Mathieu DesnoyersUpdate gen io structs, basic implementation complete
2011-04-21  Mathieu Desnoyersgen io struct visitor: update enum
2011-04-21  Mathieu DesnoyersRemove enum <32> from tests
2011-04-21  Mathieu DesnoyersRemove enum < integer_constant > from grammar
2011-04-21  Mathieu Desnoyersenum, sequence, array: use declaration list for length...
2011-04-21  Mathieu DesnoyersAdd uuid test to configure.ac
2011-04-21  Mathieu DesnoyersUpdate readme for uuid dep.
2011-04-21  Mathieu DesnoyersRemove unneeded declaration "name", work in progress...
2011-04-21  Mathieu Desnoyerstypealias: Fix reduce conflict in grammar for abstract...
2011-04-21  Mathieu DesnoyersWork in progress generate io struct
2011-04-21  Mathieu Desnoyersctf visitor generate I/O struct: visit typedef/typealias
2011-04-21  Mathieu DesnoyersUpdate typealias behavior
2011-04-18  Mathieu DesnoyersCreate "untagged" variant structure
2011-04-18  Mathieu DesnoyersScope path: split dynamic scope path
2011-04-16  Mathieu DesnoyersDynamic scope: child position is MAX_INT
2011-04-16  Mathieu DesnoyersDefinition scope: update
2011-04-15  Mathieu DesnoyersDynamic definition scope hierarchy
2011-04-14  Mathieu DesnoyersDefinition scope lookup (for variant/enum)
2011-04-13  Mathieu DesnoyersAdd missing _Imaginary type
2011-04-04  Mathieu DesnoyersGenerate IO struct visitor adapt to def/declaration
2011-04-04  Mathieu DesnoyersCoding indentation cleanup
next
This page took 0.036119 seconds and 4 git commands to generate.