Update .gitignore exclusions
[babeltrace.git] / configure.ac
2017-09-15  Philippe ProulxAdd CONTRIBUTING.adoc
2017-08-29  Michael JeansonTest fix: python plugin provider with new bindings
2017-08-29  Michael JeansonRemove the python bindinds tests switch from configure
2017-08-29  Michael JeansonAdd python tap runner to the tree
2017-08-29  Michael JeansonBuild Python bindings with distutils for consistent...
2017-08-28  Michael JeansonFix: support older pkg-config autoconf macros
2017-08-23  Jérémie Galarneausrc.ctf.fs: move internal util to ctf/common/utils
2017-08-21  Michael JeansonTest: rework shell test scripts
2017-08-18  Michael JeansonTest: use static data in test_ctf_writer
2017-08-18  Philippe ProulxAdd Python plugin provider tests
2017-08-15  Philippe ProulxUpdate Python bindings and tests to match the latest API
2017-08-10  Julien DesfossezRe-enable the bin-info and dward tests
2017-08-10  Michael JeansonPort: Add glib checks for cross compilation
2017-07-19  Michael JeansonPort: use a separate variable for elfutils libs
2017-07-19  Michael JeansonPort: built-in plugins support for the macOS linker
2017-07-19  Michael JeansonFix: append to LIBS, don't override it
2017-07-17  Michael JeansonCompletely rework configure.ac
2017-07-17  Michael JeansonCleanup: bison and flex detection
2017-07-17  Michael JeansonCleanup: uuid library detection
2017-07-17  Michael JeansonCleanup: popt library detection
2017-07-17  Michael JeansonFix: Don't override user variables within the build...
2017-07-07  Philippe ProulxFix babeltrace-log(1) for Babeltrace 2
2017-07-06  Philippe ProulxAdd src.text.dmesg component class
2017-07-06  Philippe ProulxAdd sink.utils.counter
2017-07-05  Michael JeansonFix: disable debug by default info on Cygwin
2017-07-05  Michael JeansonFix: remove AC_FUNC_MALLOC for cross-compile
2017-07-05  Michael JeansonPort: Replace readdir_r by nftw
2017-07-05  Michael JeansonPort: dirfd is not portable, replace it
2017-07-05  Nathan Lynchbabeltrace-2.0: do not link with -export-dynamic
2017-06-19  Julien DesfossezTest the trimmer component
2017-06-19  Julien DesfossezTest debug-info
2017-06-16  Julien DesfossezTest: validate that the output of ctf-fs sink is identi...
2017-06-12  Michael JeansonPort: Enable libtool to produce DLLs
2017-06-09  Jérémie GalarneauSet version extra to pre1
2017-06-09  Philippe Proulxconfigure.ac: make the minimal, build-time log level...
2017-06-09  Mathieu DesnoyersFix: make check in out-of-tree
2017-06-09  Mathieu DesnoyersFix: out-of-tree build
2017-06-09  Mathieu DesnoyersFix: add missing files to make dist, disable python...
2017-06-09  Michael JeansonPort: Disable debug info by default on mingw
2017-06-09  Philippe Proulxconfigure.ac: use $enableval in AC_ARG_ENABLE()
2017-06-09  Philippe ProulxRemove remaining old test files
2017-06-09  Philippe Proulxconfigure.ac: add details to final report
2017-06-09  Philippe ProulxFix builds with built-in plugins
2017-05-28  Philippe ProulxFix: do not require lttng-utils.debug-info with --disab...
2017-05-28  Philippe ProulxAdd logging API (internal to log, public to set the...
2017-05-28  Philippe ProulxRename tests/bin -> tests/cli
2017-05-28  Philippe Proulxconfigure.ac: define BT_ENABLE_DEBUG_INFO depending...
2017-05-28  Philippe ProulxRename writer.writer -> ctf.fs (sink) and standardize...
2017-05-28  Philippe ProulxRename debug_info.debug_info -> lttng-utils.debug-info
2017-05-28  Philippe ProulxAdd basic utils.muxer tests
2017-05-28  Philippe ProulxAdd utils.muxer component class
2017-05-28  Philippe ProulxRename text.text sink CC to text.pretty
2017-05-28  Philippe ProulxRename lib/component/ -> lib/graph/ to match include...
2017-05-28  Philippe ProulxAdd bt_version_get_*() functions to dynamically get...
2017-05-28  Julien Desfossezdebug-info filter plugin
2017-05-28  Julien DesfossezCreate a library to copy a CTF trace
2017-05-28  Philippe ProulxRename converter/ -> cli/ (it's more than a converter...
2017-05-28  Philippe ProulxRemove Babeltrace 1 files and reorganize the tree
2017-05-28  Philippe ProulxRename <babeltrace/component/...> -> <babeltrace/graph...
2017-05-28  Philippe ProulxPut Python plugin support in a separate shared object
2017-05-28  Philippe ProulxAdd utils.dummy component class, move plugins/trimmer...
2017-05-28  Philippe ProulxAdd bt_plugin_create_from_name()
2017-05-28  Philippe ProulxAdd support for plugins written in Python
2017-05-28  Philippe ProulxAdd Babeltrace 2 Python bindings tests
2017-05-28  Philippe ProulxAdd Babeltrace 2 Python bindings
2017-05-28  Philippe ProulxInstall notification headers in babeltrace/component...
2017-05-28  Philippe ProulxAdd bt_plugin test
2017-05-28  Philippe ProulxDecouple component class from plugin subsystem, remove...
2017-05-28  Jérémie GalarneauTests writer: write a trace defining no packet context
2017-05-27  Michael JeansonFix: prepend to $program_transform_name instead overrid...
2017-05-27  Jérémie GalarneauGenerate a binary looking for in-tree plug-ins
2017-05-27  Mathieu DesnoyersFix: babeltrace launch wrapper script
2017-05-27  Mathieu DesnoyersUse build tree plugins when executing from build tree
2017-05-27  Julien DesfossezCTF Writer sink
2017-05-27  Jérémie GalarneauAdd trimmer plug-in skeleton
2017-05-27  Philippe ProulxAdd Doxygen support to build system to build the API doc
2017-05-27  Jérémie GalarneauAdd support for statically-built plug-ins
2017-05-27  Jérémie GalarneauRename correlator to muxer
2017-05-27  Jérémie GalarneauAdd filter component type
2017-05-27  Jérémie GalarneauAdd notification utility library
2017-05-27  Jérémie GalarneauIntegrate ctf proto into the plugin build system
2017-05-27  Philippe ProulxAdd ctf-reader prototype
2017-05-27  Jérémie GalarneauBump library version to 2.0
2017-05-27  Philippe ProulxInstall plugins in $(libdir)/babeltrace/plugins
2017-05-27  Philippe ProulxPlugins: rename reader -> fs, and symbols.c to plugin.c
2017-05-27  Philippe ProulxMove plugin system sources to lib/plugin-system
2017-05-27  Jérémie GalarneauAdd base plug-in skeletons
2017-05-27  Jérémie GalarneauImplement ctf text output plug-in stub
2017-05-27  Jérémie GalarneauBuild system: build reader plug-in stub
2017-05-27  Jérémie GalarneauAdd plugin base implementation
2017-05-27  Jérémie GalarneauAdd plugin interface to build system
2017-05-26  Philippe Proulxax_lib_elfutils -> bt_lib_elfutils
2017-05-26  Philippe Proulxm4/ax_lib_elfutils.m4: use m4_default() for optional...
2016-09-14  Nathan Lynchbabeltrace: add test for babeltrace --list
2016-08-19  Nathan LynchRemove useless PACKAGE_LIBS substitution
2016-07-25  Jérémie GalarneauTypo: configure.ac implemenation -> implementation
2016-07-25  Samuel Martinconfigure: fix uuid support detection on static build
2016-06-07  Jérémie GalarneauTests: no substitution needed for multi-trace intersect...
2016-05-25  Antoine BusqueStandardise spelling of debug info
2016-05-25  Antoine BusqueFix: typo in --disable-debug-info in configure error...
next
This page took 0.323468 seconds and 106 git commands to generate.