2019-05-03 |
Philippe Proulx | bt_value_map_extend(): put output parameter as last... |
tree | commitdiff |
2019-05-03 |
Philippe Proulx | lib: make graph API const-correct |
tree | commitdiff |
2019-05-03 |
Philippe Proulx | lib: make plugin API const-correct |
tree | commitdiff |
2019-05-03 |
Philippe Proulx | lib: make values API const-correct |
tree | commitdiff |
2019-05-03 |
Philippe Proulx | lib: bt_object_{get,put}_ref(): accept a `const` parameter |
tree | commitdiff |
2019-05-03 |
Philippe Proulx | lib: have separate `BT_QUERY_EXECUTOR_STATUS` and ... |
tree | commitdiff |
2019-05-03 |
Philippe Proulx | lib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y() |
tree | commitdiff |
2019-05-03 |
Philippe Proulx | lib: graph: add "self" and some "private" APIs |
tree | commitdiff |
2019-05-03 |
Philippe Proulx | Graph API: split into private and public APIs |
tree | commitdiff |
2019-05-03 |
Philippe Proulx | Values API: standardize parameters and return values |
tree | commitdiff |
2019-05-03 |
Philippe Proulx | Values API: split into private and public APIs |
tree | commitdiff |
2019-05-03 |
Philippe Proulx | Rename: bt_put(), bt_get() -> bt_object_put_ref(),... |
tree | commitdiff |
2019-05-03 |
Philippe Proulx | Values API: standardize function names |
tree | commitdiff |
2019-05-03 |
Philippe Proulx | Rename: "float value" -> "real value" |
tree | commitdiff |
2019-05-03 |
Philippe Proulx | lib: update and simplify the `bt_object` API |
tree | commitdiff |
2019-05-03 |
Philippe Proulx | cli: add short option `-l` for `--log-level` |
tree | commitdiff |
2019-05-03 |
Philippe Proulx | Split CTF IR and CTF writer APIs and implementations |
tree | commitdiff |
2019-05-03 |
Philippe Proulx | Replace assert() -> BT_ASSERT() and some preconditions... |
tree | commitdiff |
2018-09-12 |
Michael Jeanson | Add git version string |
tree | commitdiff |
2018-05-18 |
Jérémie Galarneau | Fix: wrong type specifier used with long argument |
tree | commitdiff |
2018-05-18 |
Jérémie Galarneau | Fix: POPT_ARG_LONGLONG does not exist in popt 1.13 |
tree | commitdiff |
2017-12-06 |
Michael Jeanson | Typo: informations -> information |
tree | commitdiff |
2017-12-06 |
Michael Jeanson | Typo: paramater -> parameter |
tree | commitdiff |
2017-11-08 |
Philippe Proulx | cli: support --output opt. for -o ctf-metadata and... |
tree | commitdiff |
2017-11-02 |
Philippe Proulx | Remove `PLUGIN` from component class log level environm... |
tree | commitdiff |
2017-11-02 |
Philippe Proulx | sink.text.dmesg: remove `read-from-stdin` parameter... |
tree | commitdiff |
2017-11-02 |
Philippe Proulx | flt.lttng-utils.debug-info: `dir`/`debug-dir` param... |
tree | commitdiff |
2017-11-02 |
Philippe Proulx | cli: do not automatically create an implicit filter... |
tree | commitdiff |
2017-11-02 |
Philippe Proulx | cli: --stream-intersection is not an implicit src.ctf... |
tree | commitdiff |
2017-11-02 |
Philippe Proulx | cli: do not use --component in help command, only use... |
tree | commitdiff |
2017-11-02 |
Philippe Proulx | Add compat layer's log level env. var. to CLI's list... |
tree | commitdiff |
2017-11-02 |
Philippe Proulx | cli: put the project's version on the first line with... |
tree | commitdiff |
2017-09-17 |
Philippe Proulx | cli: do not use --component in query command, use lefto... |
tree | commitdiff |
2017-09-17 |
Philippe Proulx | Fix: bindings/python/bt2: use appropriate log level... |
tree | commitdiff |
2017-09-17 |
Philippe Proulx | Add query executor |
tree | commitdiff |
2017-08-29 |
Michael Jeanson | Report plugins without a path as "built-in" |
tree | commitdiff |
2017-08-29 |
Michael Jeanson | Port: handle ctrl+c on Mingw |
tree | commitdiff |
2017-08-21 |
Philippe Proulx | cli/babeltrace-log.c: include <string.h> for strdup() |
tree | commitdiff |
2017-08-21 |
Philippe Proulx | Fix: cli: Coverity issue: no need to check `status` |
tree | commitdiff |
2017-08-21 |
Philippe Proulx | Graph: pass remove listeners when adding listeners |
tree | commitdiff |
2017-08-09 |
Mathieu Desnoyers | Fix: unchecked return value of bt_value_array_append_string |
tree | commitdiff |
2017-08-09 |
Mathieu Desnoyers | Fix: unchecked return values of bt_value getters |
tree | commitdiff |
2017-08-09 |
Mathieu Desnoyers | Fix: unchecked return value |
tree | commitdiff |
2017-08-09 |
Mathieu Desnoyers | Fix: wrong variable in NULL check |
tree | commitdiff |
2017-08-09 |
Mathieu Desnoyers | Fix: negative loop bound check |
tree | commitdiff |
2017-08-07 |
Julien Desfossez | Standard logging for ctf.fs sink |
tree | commitdiff |
2017-08-07 |
Julien Desfossez | Standard logging for libctfcopytrace |
tree | commitdiff |
2017-07-19 |
Michael Jeanson | Port: use a separate variable for elfutils libs |
tree | commitdiff |
2017-07-19 |
Michael Jeanson | Port: built-in plugins support for the macOS linker |
tree | commitdiff |
2017-07-19 |
Michael Jeanson | Port: handle 'size_t' / 'off_t' on Solaris |
tree | commitdiff |
2017-07-19 |
Michael Jeanson | Port: replace setenv() by g_setenv() |
tree | commitdiff |
2017-07-19 |
Michael Jeanson | Fix: g_hash_table_insert returns 'void' in glib <=... |
tree | commitdiff |
2017-07-19 |
Michael Jeanson | Fix: G_SPAWN_DEFAULT was introduced in glib 2.37.6 |
tree | commitdiff |
2017-07-17 |
Philippe Proulx | cli: do not allow --stream-intersection with --run... |
tree | commitdiff |
2017-07-17 |
Philippe Proulx | cli: fix implicit clock class offset parameters |
tree | commitdiff |
2017-07-17 |
Michael Jeanson | Completely rework configure.ac |
tree | commitdiff |
2017-07-17 |
Michael Jeanson | Cleanup: popt library detection |
tree | commitdiff |
2017-07-17 |
Michael Jeanson | Fix: Don't override user variables within the build... |
tree | commitdiff |
2017-07-11 |
Michael Jeanson | Fix: built-in plugins with new plugin filenames |
tree | commitdiff |
2017-07-07 |
Philippe Proulx | babeltrace-log: pass single-trace=yes to sink.ctf.fs |
tree | commitdiff |
2017-07-07 |
Philippe Proulx | Fix babeltrace-log(1) for Babeltrace 2 |
tree | commitdiff |
2017-07-06 |
Philippe Proulx | Add src.text.dmesg component class |
tree | commitdiff |
2017-07-06 |
Philippe Proulx | plugins/utils/muxer/muxer.c: add logging |
tree | commitdiff |
2017-07-06 |
Jérémie Galarneau | Fix: set intersections hashtable to NULL after destruction |
tree | commitdiff |
2017-07-05 |
Michael Jeanson | Port: plugin system compat for mingw / macOS |
tree | commitdiff |
2017-07-05 |
Michael Jeanson | Port: Add winsock support to live for mingw |
tree | commitdiff |
2017-07-05 |
Michael Jeanson | Port: dirfd is not portable, replace it |
tree | commitdiff |
2017-07-05 |
Nathan Lynch | babeltrace-2.0: do not link with -export-dynamic |
tree | commitdiff |
2017-07-05 |
Jérémie Galarneau | stream-intersection: use the trace-info query results... |
tree | commitdiff |
2017-06-21 |
Julien Desfossez | Fix: wrong output name in --help for implicit CTF source |
tree | commitdiff |
2017-06-21 |
Julien Desfossez | pass --clock-gmt option to the trimmer if enabled |
tree | commitdiff |
2017-06-14 |
Philippe Proulx | Remove legacy printf_verbose()/printf_debug() and others |
tree | commitdiff |
2017-06-14 |
Philippe Proulx | ctf: add metadata decoder config. and `strict-metadata... |
tree | commitdiff |
2017-06-14 |
Philippe Proulx | Fix: cli: help command: accept leftover when --componen... |
tree | commitdiff |
2017-06-14 |
Philippe Proulx | cli: add global --log-level option |
tree | commitdiff |
2017-06-13 |
Michael Jeanson | Port: Remove unused header pwd.h |
tree | commitdiff |
2017-06-09 |
Philippe Proulx | cli: use WARN as the default log level when not explici... |
tree | commitdiff |
2017-06-09 |
Philippe Proulx | cli: set all the log level of all known loggers with... |
tree | commitdiff |
2017-06-09 |
Philippe Proulx | cli: convert: allow multiple paths to be passed as... |
tree | commitdiff |
2017-06-09 |
Philippe Proulx | cli: use -o ctf --output /output/path to quickly instan... |
tree | commitdiff |
2017-06-09 |
Philippe Proulx | utils.muxer: expect specific clock class properties... |
tree | commitdiff |
2017-06-09 |
Philippe Proulx | cli: use --component=NAME:{source,filter,sink}.PLUGIN... |
tree | commitdiff |
2017-06-09 |
Philippe Proulx | Add bt_graph_add_component(), make bt_component_create... |
tree | commitdiff |
2017-06-09 |
Philippe Proulx | Make bt_graph_connect_ports() return a status code |
tree | commitdiff |
2017-06-09 |
Michael Jeanson | Port: Add mman.h compat for mingw |
tree | commitdiff |
2017-06-09 |
Michael Jeanson | Port: Use glib portable macros to convert gpointer... |
tree | commitdiff |
2017-06-09 |
Philippe Proulx | cli: use standard logging files and macros |
tree | commitdiff |
2017-06-09 |
Philippe Proulx | Remove warnings when using bt_plugin_create_all_from_dir() |
tree | commitdiff |
2017-06-09 |
Philippe Proulx | Add bt_log_get_level_from_env() and use it |
tree | commitdiff |
2017-06-09 |
Philippe Proulx | cli: check for cancellation before running the graph... |
tree | commitdiff |
2017-06-09 |
Philippe Proulx | Fix builds with built-in plugins |
tree | commitdiff |
2017-06-09 |
Philippe Proulx | Make bt_graph_add_*_listener() function return a listen... |
tree | commitdiff |
2017-05-28 |
Jérémie Galarneau | Rename "ignore-absolute" parameter to "assume-absolute... |
tree | commitdiff |
2017-05-28 |
Jérémie Galarneau | Fix: uninitialized destination component on unknown... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Replace all assert(false) and assert(0) with abort() |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | cli: --force-correlate -> utils.muxer's `ignore-absolut... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Fix: do not require lttng-utils.debug-info with --disab... |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | babeltrace(1): reset console after graph stops running |
tree | commitdiff |
2017-05-28 |
Philippe Proulx | Logging: fix wrong parameters, superfluous commas,... |
tree | commitdiff |
2017-05-28 |
Mathieu Desnoyers | LTTng live: use common url parser |
tree | commitdiff |
next |