babeltrace.git
2013-12-09  Mathieu DesnoyersFix: check for unknown enum/variant fields
2013-12-09  Mathieu DesnoyersFix: libbabeltrace lib build dependencies
2013-12-04  Julien DesfossezFixes in babeltrace core to support non-CTF traces
2013-12-04  Julien DesfossezAdd a private pointer to the ctf_stream_pos
2013-12-04  Mathieu DesnoyersBe more widely accepting for missing variant/enum fields
2013-12-03  Mathieu DesnoyersCleanup: remove index_read (unused var)
2013-12-03  Mathieu DesnoyersRefuse 0 integer size
2013-12-01  Jérémie GalarneauFix ctf-writer: possible use after free
2013-11-30  Julien DesfossezFix data_offset when importing the indexes
2013-11-29  Mathieu DesnoyersMerge branch 'master' into bindings/python
2013-11-29  Jérémie GalarneauPython-bindings fix: Out of tree build fails to find...
2013-11-29  Jérémie GalarneauTest: Validate that enumeration mapping strings are...
2013-11-29  Jérémie GalarneauFix ctf-writer: Quote strings provided as enumeration...
2013-11-28  Mathieu DesnoyersFix: read/write mode check
2013-11-27  Mathieu DesnoyersCleanup: do not duplicate code in float fix
2013-11-27  Mathieu DesnoyersFix: floats should set content size in tmp definition
2013-11-27  Julien DesfossezHandle empty streams on iterator init
2013-11-27  Julien DesfossezHandle packets containing only a header
2013-11-27  Julien DesfossezHandle the inactive streams
2013-11-27  Mathieu DesnoyersFix: test content size vs headers len
2013-11-27  Mathieu DesnoyersFix: check packet index len
2013-11-27  Mathieu DesnoyersFix: uncheck null pointer
2013-11-27  Mathieu DesnoyersFix: test for less than 1 byte packets
2013-11-27  Mathieu DesnoyersFix: reversed logic in packet vs content size
2013-11-27  Mathieu DesnoyersFix: clarify end of packet error
2013-11-27  Mathieu DesnoyersFix: string packet boundary handling, bits vs bytes
2013-11-27  Mathieu DesnoyersFix: add stricter checks on packet boundaries
2013-11-26  Julien DesfossezParse CTF indexes
2013-11-26  Mathieu DesnoyersCleanup: fix typo
2013-11-26  Mathieu DesnoyersFix: fail when reading 0 byte event
2013-11-24  Jérémie GalarneauPython-bindings fix: outdated dist target babeltrace.i
2013-11-23  Jérémie GalarneauPython-bindings: Refactor the CTFWriter API
2013-11-23  Jérémie GalarneauFix: bt_ctf_field_generic_validate should return <...
2013-11-23  Jérémie GalarneauFix: Take the iterator's end position into account
2013-11-23  Jérémie GalarneauFix: Use the bt_iter_set_pos function to set the begin_pos
2013-11-23  Jérémie GalarneauPython-bindings: Move declaration bindings out of the...
2013-11-23  Jérémie GalarneauPython-bindings: Refactor the FieldDecl and EventDecl...
2013-11-23  Jérémie GalarneauPython-bindings: Move the _scopes array out of the...
2013-11-23  Jérémie GalarneauPython-bindings: Refactor the Event class
2013-11-23  Jérémie GalarneauPython-bindings: Refactor the TraceHandle class to...
2013-11-23  Jérémie GalarneauPython-bindings: Refactor the Context class
2013-11-19  Jérémie GalarneauTest ctf-writer: Verify that enumerations are validated...
2013-11-19  Jérémie GalarneauFix ctf-writer: Reject enumerations containing no mappings
2013-11-15  Jérémie GalarneauFix lint warnings
2013-11-13  Jérémie GalarneauExpose text arrays the same way as regular arrays
2013-11-13  Jérémie GalarneauDon't generate Python bindings by default
2013-11-13  Jérémie GalarneauAdd a usage example for the CTF Writer Python bindings
2013-11-13  Jérémie GalarneauAdd CTF Writer Python bindings
2013-11-13  Jérémie GalarneauRename the ctf class to CTFReader
2013-11-13  Jérémie GalarneauFix: Python bindings array access functions write out...
2013-11-13  Jérémie GalarneauAdd support for structure fields in the Python bindings
2013-11-13  Jérémie GalarneauAdd support for variant fields in the Python bindings
2013-11-13  Jérémie GalarneauAdd support for floating point fields in the Python...
2013-11-12  Jérémie GalarneauFix: Use of functions not provided by glib 2.22
2013-11-12  Jérémie GalarneauFix: Throw a FieldError exception when get_value()...
2013-11-12  Jérémie GalarneauRemove Python 2 specific examples
2013-11-12  Xiaona HanAdd a python bindings sequence test
2013-11-12  Xiaona HanSupport for the sequence type
2013-11-12  Xiaona HanAdd a generic get_value() implementation
2013-11-12  Xiaona HanSupport getting the value of enums
2013-11-12  Xiaona HanRemove the unnecessary underscore prefix
2013-11-12  Xiaona HanReturn event fields by field name
2013-11-12  Jérémie GalarneauMerge branch 'master' into bindings/python
2013-11-06  Mathieu Desnoyersctf writer BSD compatibily: remove O_DIRECTORY
2013-11-02  Mathieu DesnoyersFix ctf writer lints
2013-11-02  Mathieu Desnoyerslinter fix: comparison of fd >= 0
2013-10-31  Mathieu Desnoyerstest ctf writer: fix lints
2013-10-31  Mathieu Desnoyersctf-writer: fix linter defects
2013-10-31  Mathieu Desnoyersctf-writer: Coding style fix
2013-10-31  Jérémie GalarneauTests: Add a CTF Writer test
2013-10-31  Jérémie GalarneauAdd CTF Writer implementation
2013-10-31  Jérémie GalarneauAdd public CTF Writer API headers
2013-10-31  Jérémie GalarneauFix: Don't create a new packet if ctf_move_pos() seeks...
2013-10-31  Jérémie GalarneauFix: Uninitialized ctf_stream_pos structure in ctf_floa...
2013-10-31  Jérémie GalarneauFix: Use the packet's final size when mmap-ing the...
2013-10-11  Jérémie GalarneauFix: Close traces on context destruction
2013-10-08  Mathieu Desnoyersgcc warning fix: -Wextra
2013-09-13  Francis GiraldeauDeclare enum type to use from C++
2013-08-26  Christian BabeuxFix: test_seek should only output one TAP plan
2013-08-26  Mathieu DesnoyersRevert "Add missing declaration of ssize_t as unsigned...
2013-08-26  Amit MargalitAdd missing declaration of ssize_t as unsigned long...
2013-08-26  Amit MargalitFix (python): use of braces in format strings
2013-08-26  Amit MargalitAdd missing call to _bt_ctf_get_decl_from_def() when...
2013-08-26  Mathieu DesnoyersMerge branch 'master' into bindings/python
2013-08-26  Mathieu DesnoyersFix: test_seek static linking
2013-08-23  Mathieu DesnoyersTests: fix string octal encoding
2013-08-22  Mathieu DesnoyersAdd missing Makefile.am
2013-08-22  Mathieu Desnoyersmake check VPATH build
2013-08-22  Mathieu DesnoyersAdd missing test files to make dist
2013-08-22  Christian BabeuxTests: Use Perl prove as the testsuite runner
2013-08-22  Christian BabeuxTests: Add trace reading test with babeltrace bin
2013-08-22  Christian BabeuxTests: Split lib tests in multiple standalone test...
2013-08-22  Christian BabeuxTests: Rename tests under lib with tests naming convention
2013-08-22  Christian BabeuxTests: Move TAP helpers to tests/utils/tap
2013-08-22  Jérémie GalarneauFix ctf_clock_declaration_visit returning an error...
2013-08-16  Mathieu DesnoyersFix CTF parser hang with bison 3.0
2013-08-16  Mathieu DesnoyersAdd missing lex/bison generated files to make clean
2013-08-15  Yannick BrosseauPut the libbabeltrace-ctf specific parts of babeltrace...
2013-08-15  Yannick BrosseauTest for presence of bison and flex when building from git
2013-07-12  Jérémie GalarneauFix: Unchecked asprintf/vasprintf return values
next
This page took 0.037337 seconds and 4 git commands to generate.