plugin-so: use list of components instead of glib hash table
[babeltrace.git] / configure.ac
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...
2016-05-13  Jérémie GalarneauMove Python bindings to babeltrace subfolder
2016-05-13  Jérémie GalarneauTests: Multi-trace stream intersection test
2016-05-06  Mathieu DesnoyersFix: debug-info feature enable/disable
2016-05-05  Antoine BusqueFix: swapped libelf and libdw names in configure error...
2016-04-29  Michael JeansonUse tar-ustar format for dist
2016-04-29  Michael JeansonTests: Replace prove by autotools tap runner
2016-04-29  Simon MarchiFix: Make test_dwarf and test_bin_info tests work out...
2016-04-29  Michael JeansonHandle test_ctf_writer_complete like the other tests...
2016-04-28  Jérémie Galarneauconfigure: introduce new macro AX_LIB_ELFUTILS
2016-04-28  Michael JeansonAdd configure report
2016-04-28  Jérémie Galarneauconfigure: check for elfutils (libelf and libdw) >...
2016-04-27  Jérémie GalarneauHarmonize spelling of debug-info
2016-04-27  Jérémie GalarneauIndicate default debug-info build settings in configure...
2016-04-25  Michael JeansonDisable debuginfo by default on Solaris and OSX
2016-04-20  Michael JeansonTests: Use AC_CONFIG_FILES to generate test scripts
2016-04-20  Antoine BusqueInitial implementation of the debuginfo API
2016-02-11  Jérémie GalarneauFix out-of-tree tests: seek tests can't find traces
2016-02-10  Michael JeansonFix: check for socket lib before function checks
2016-02-10  Michael JeansonPort: Add OSX libuuid compat
2016-01-19  Jérémie GalarneauDocs: Document reference counting scheme implemented...
2015-11-04  Jérémie GalarneauUpdate version to 2.0.0-pre
2015-11-04  Jonathan RajotteOnly compare "bison -y" to the basename of YACC variable
2015-10-14  Michael JeansonConfigure: Add missing checks
2015-10-14  Michael JeansonPort: Include config.h globally trough DEFAULT_INCLUDES
2015-10-14  Michael JeansonPort: Add compat for dirfd
2015-10-14  Michael JeansonPort: Add compat for mkdtemp
2015-10-14  Michael JeansonPort: Add compat for strnlen and strndup
2015-10-14  Mathieu DesnoyersPort: Implement faccessat wrapper
2015-10-14  Jérémie GalarneauPort: implement posix_fallocate wrapper
2015-10-13  Michael JeansonPort: Set required compiler flags to use pthreads
2015-10-13  Michael JeansonPort: Add configure check for __attribute__ support
2015-10-13  Michael JeansonPort: cleanup and portability fix to configure.ac
2015-10-13  Alexis MartinPort: Add support for linkers with no support for ...
2015-10-13  Michael JeansonPort: Add AX_LIB_SOCKET_NSL macro to configure.ac
2015-10-13  Michael JeansonPort: Replace bzero() by memset()
2015-10-07  Jonathan RajotteConfigure: add check for type
2015-10-07  Jonathan RajotteConfigure: add check on headers
2015-10-07  Jonathan RajotteConfigure: add missing check for used funcs
next
This page took 0.233291 seconds and 106 git commands to generate.