2019-07-03 |
Philippe Proulx | Allow only TRACE, DEBUG, and INFO as the build-time... |
blob | commitdiff | raw |
2019-06-29 |
Philippe Proulx | Add `src/py-common`, containing bt_py_common_format_exc... |
blob | commitdiff | raw | diff to current |
2019-06-28 |
Michael Jeanson | tests: Rework test suite |
blob | commitdiff | raw | diff to current |
2019-06-27 |
Michael Jeanson | fix: Use python-config 'ldflags' instead of 'libs' |
blob | commitdiff | raw | diff to current |
2019-06-27 |
Philippe Proulx | Rename `BT_LOG_LEVEL` -> `BT_MINIMAL_LOG_LEVEL` |
blob | commitdiff | raw | diff to current |
2019-06-27 |
Philippe Proulx | Do not require logging support for BT_[CTF_]ASSERT_PRE() |
blob | commitdiff | raw | diff to current |
2019-06-20 |
Philippe Proulx | Rename VERBOSE log level to TRACE |
blob | commitdiff | raw | diff to current |
2019-06-20 |
Philippe Proulx | Remove unused `src/plugins/ctf/common/utils` |
blob | commitdiff | raw | diff to current |
2019-06-20 |
Philippe Proulx | configure.ac: change default minimal log level from... |
blob | commitdiff | raw | diff to current |
2019-06-17 |
Philippe Proulx | Put `flt.lttng-utils.debug-info` tests into their own... |
blob | commitdiff | raw | diff to current |
2019-06-17 |
Philippe Proulx | Remove unused `tests/plugins/test_utils_muxer_complete.in` |
blob | commitdiff | raw | diff to current |
2019-06-17 |
Philippe Proulx | Add facilities to test CLI and plugin regressions with... |
blob | commitdiff | raw | diff to current |
2019-06-17 |
Philippe Proulx | Add `sink.text.details`, a testing textual sink which... |
blob | commitdiff | raw | diff to current |
2019-06-13 |
Michael Jeanson | tests: Move ctf-writer to it's own directory |
blob | commitdiff | raw | diff to current |
2019-06-12 |
Michael Jeanson | Re-organize sources |
blob | commitdiff | raw | diff to current |
2019-06-11 |
Michael Jeanson | ctf-writer: externalize libbabeltrace2-ctf-writer |
blob | commitdiff | raw | diff to current |
2019-06-08 |
Michael Jeanson | Cleanup: remove useless Makefiles from extras |
blob | commitdiff | raw | diff to current |
2019-06-08 |
Philippe Proulx | Remove everything related to the `bt2.ctf_writer` Pytho... |
blob | commitdiff | raw | diff to current |
2019-06-08 |
Philippe Proulx | Remove everything related to the `babeltrace` Python... |
blob | commitdiff | raw | diff to current |
2019-06-07 |
Michael Jeanson | lib: Reset libbabeltrace2 to SONANE 0 |
blob | commitdiff | raw | diff to current |
2019-06-07 |
Michael Jeanson | lib: Rename to libbabeltrace2 |
blob | commitdiff | raw | diff to current |
2019-06-07 |
Michael Jeanson | cli: Rename to babeltrace2 |
blob | commitdiff | raw | diff to current |
2019-06-06 |
Michael Jeanson | Cleanup: use detected asciidoc to build CONTRIBUTING... |
blob | commitdiff | raw | diff to current |
2019-06-06 |
Michael Jeanson | tests: build system spring cleanup |
blob | commitdiff | raw | diff to current |
2019-06-06 |
Michael Jeanson | tests: Add powerpc64le-linux-gnu debug-info artifacts |
blob | commitdiff | raw | diff to current |
2019-06-06 |
Michael Jeanson | tests: Add powerpc-linux-gnu debug-info artifacts |
blob | commitdiff | raw | diff to current |
2019-06-06 |
Michael Jeanson | tests: Add i386-linux-gnu debug-info artifacts |
blob | commitdiff | raw | diff to current |
2019-06-06 |
Michael Jeanson | tests: Build new x86_64-linux-gnu debug-info artifacts |
blob | commitdiff | raw | diff to current |
2019-06-05 |
Simon Marchi | cli: Fix exit code of ctf-metadata output |
blob | commitdiff | raw | diff to current |
2019-05-21 |
Francis Deslauriers | Cleanup: tests: use underscores in filename |
blob | commitdiff | raw | diff to current |
2019-05-09 |
Francis Deslauriers | Add -Werror=implicit-function-declaration to AM_CFLAGS |
blob | commitdiff | raw | diff to current |
2019-05-06 |
Jérémie Galarneau | Update version to v2.0.0-pre6 |
blob | commitdiff | raw | diff to current |
2019-05-03 |
Simon Marchi | src.ctf.fs: make trace-info query accept clock-class... |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Simon Marchi | python-plugin-provider: Make it build |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Simon Marchi | Add env wrapper to facilitate importing the in-tree... |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Francis Deslauriers | flt.lttng-utils.debug-info: Implement file descriptor... |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Francis Deslauriers | Cleanup: Move `debug-info` in its own sub-directory |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Simon Marchi | Remove babeltrace 1 Python bindings and tests |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Francis Deslauriers | flt.lttng-utils.debug-info: adapt debug-info component... |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | Add a common, internal CTF serialization library; make... |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | lib: rename "notification" -> "message" |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | Rename: field type -> field class |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | CTF IR -> Trace IR |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | Split CTF IR and CTF writer APIs and implementations |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | Add internal BT_ASSERT() and BT_ASSERT_PRE() helpers |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | Add tests: CTF writer: `timestamp_begin`/`timestamp_end... |
blob | commitdiff | raw | diff to current |
2019-05-02 |
Philippe Proulx | Add test: no clock class in trace's packet header field... |
blob | commitdiff | raw | diff to current |
2017-11-02 |
Philippe Proulx | Add basic flt.lttng-utils.debug-info tests |
blob | commitdiff | raw | diff to current |
2017-11-02 |
Philippe Proulx | Add modern Babeltrace man pages |
blob | commitdiff | raw | diff to current |
2017-09-18 |
Jérémie Galarneau | Set version to 2.0-pre4 |
blob | commitdiff | raw | diff to current |
2017-09-18 |
Jérémie Galarneau | Tests babeltrace: adapt python tests to use unittest |
blob | commitdiff | raw | diff to current |
2017-09-17 |
Jérémie Galarneau | Tests: add tests for the babeltrace python package |
blob | commitdiff | raw | diff to current |
2017-09-17 |
Jérémie Galarneau | python: reimplement the babeltrace package as a bt2... |
blob | commitdiff | raw | diff to current |
2017-09-15 |
Philippe Proulx | Add CONTRIBUTING.adoc |
blob | commitdiff | raw | diff to current |
2017-08-29 |
Michael Jeanson | Test fix: python plugin provider with new bindings |
blob | commitdiff | raw | diff to current |
2017-08-29 |
Michael Jeanson | Remove the python bindinds tests switch from configure |
blob | commitdiff | raw | diff to current |
2017-08-29 |
Michael Jeanson | Add python tap runner to the tree |
blob | commitdiff | raw | diff to current |
2017-08-29 |
Michael Jeanson | Build Python bindings with distutils for consistent... |
blob | commitdiff | raw | diff to current |
2017-08-28 |
Michael Jeanson | Fix: support older pkg-config autoconf macros |
blob | commitdiff | raw | diff to current |
2017-08-23 |
Jérémie Galarneau | src.ctf.fs: move internal util to ctf/common/utils |
blob | commitdiff | raw | diff to current |
2017-08-21 |
Michael Jeanson | Test: rework shell test scripts |
blob | commitdiff | raw | diff to current |
2017-08-18 |
Michael Jeanson | Test: use static data in test_ctf_writer |
blob | commitdiff | raw | diff to current |
2017-08-18 |
Philippe Proulx | Add Python plugin provider tests |
blob | commitdiff | raw | diff to current |
2017-08-15 |
Philippe Proulx | Update Python bindings and tests to match the latest API |
blob | commitdiff | raw | diff to current |
2017-08-10 |
Julien Desfossez | Re-enable the bin-info and dward tests |
blob | commitdiff | raw | diff to current |
2017-08-10 |
Michael Jeanson | Port: Add glib checks for cross compilation |
blob | commitdiff | raw | diff to current |
2017-07-19 |
Michael Jeanson | Port: use a separate variable for elfutils libs |
blob | commitdiff | raw | diff to current |
2017-07-19 |
Michael Jeanson | Port: built-in plugins support for the macOS linker |
blob | commitdiff | raw | diff to current |
2017-07-19 |
Michael Jeanson | Fix: append to LIBS, don't override it |
blob | commitdiff | raw | diff to current |
2017-07-17 |
Michael Jeanson | Completely rework configure.ac |
blob | commitdiff | raw | diff to current |
2017-07-17 |
Michael Jeanson | Cleanup: bison and flex detection |
blob | commitdiff | raw | diff to current |
2017-07-17 |
Michael Jeanson | Cleanup: uuid library detection |
blob | commitdiff | raw | diff to current |
2017-07-17 |
Michael Jeanson | Cleanup: popt library detection |
blob | commitdiff | raw | diff to current |
2017-07-17 |
Michael Jeanson | Fix: Don't override user variables within the build... |
blob | commitdiff | raw | diff to current |
2017-07-07 |
Philippe Proulx | Fix babeltrace-log(1) for Babeltrace 2 |
blob | commitdiff | raw | diff to current |
2017-07-06 |
Philippe Proulx | Add src.text.dmesg component class |
blob | commitdiff | raw | diff to current |
2017-07-06 |
Philippe Proulx | Add sink.utils.counter |
blob | commitdiff | raw | diff to current |
2017-07-05 |
Michael Jeanson | Fix: disable debug by default info on Cygwin |
blob | commitdiff | raw | diff to current |
2017-07-05 |
Michael Jeanson | Fix: remove AC_FUNC_MALLOC for cross-compile |
blob | commitdiff | raw | diff to current |
2017-07-05 |
Michael Jeanson | Port: Replace readdir_r by nftw |
blob | commitdiff | raw | diff to current |
2017-07-05 |
Michael Jeanson | Port: dirfd is not portable, replace it |
blob | commitdiff | raw | diff to current |
2017-07-05 |
Nathan Lynch | babeltrace-2.0: do not link with -export-dynamic |
blob | commitdiff | raw | diff to current |
2017-06-19 |
Julien Desfossez | Test the trimmer component |
blob | commitdiff | raw | diff to current |
2017-06-19 |
Julien Desfossez | Test debug-info |
blob | commitdiff | raw | diff to current |
2017-06-16 |
Julien Desfossez | Test: validate that the output of ctf-fs sink is identi... |
blob | commitdiff | raw | diff to current |
2017-06-12 |
Michael Jeanson | Port: Enable libtool to produce DLLs |
blob | commitdiff | raw | diff to current |
2017-06-09 |
Jérémie Galarneau | Set version extra to pre1 |
blob | commitdiff | raw | diff to current |
2017-06-09 |
Philippe Proulx | configure.ac: make the minimal, build-time log level... |
blob | commitdiff | raw | diff to current |
2017-06-09 |
Mathieu Desnoyers | Fix: make check in out-of-tree |
blob | commitdiff | raw | diff to current |
2017-06-09 |
Mathieu Desnoyers | Fix: out-of-tree build |
blob | commitdiff | raw | diff to current |
2017-06-09 |
Mathieu Desnoyers | Fix: add missing files to make dist, disable python... |
blob | commitdiff | raw | diff to current |
2017-06-09 |
Michael Jeanson | Port: Disable debug info by default on mingw |
blob | commitdiff | raw | diff to current |
2017-06-09 |
Philippe Proulx | configure.ac: use $enableval in AC_ARG_ENABLE() |
blob | commitdiff | raw | diff to current |
2017-06-09 |
Philippe Proulx | Remove remaining old test files |
blob | commitdiff | raw | diff to current |
2017-06-09 |
Philippe Proulx | configure.ac: add details to final report |
blob | commitdiff | raw | diff to current |
2017-06-09 |
Philippe Proulx | Fix builds with built-in plugins |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Fix: do not require lttng-utils.debug-info with --disab... |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Add logging API (internal to log, public to set the... |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | Rename tests/bin -> tests/cli |
blob | commitdiff | raw | diff to current |
2017-05-28 |
Philippe Proulx | configure.ac: define BT_ENABLE_DEBUG_INFO depending... |
blob | commitdiff | raw | diff to current |
next |