Update working version to Babeltrace v2.0.7
[babeltrace.git] / configure.ac
2024-03-28  Jérémie GalarneauUpdate working version to Babeltrace v2.0.7 stable-2.0
2023-05-23  Jérémie GalarneauUpdate working version to Babeltrace v2.0.6
2023-05-05  Michael Jeansonfix: document proper Bison version requirement
2021-10-04  Michael Jeansonfix: explicitly disable '-Wsuggest-attribute=format'
2021-02-23  Jérémie GalarneauUpdate working version to Babeltrace 2.0.5
2021-02-19  Simon MarchiFix: configure: support Autoconf 2.70
2021-02-19  Michael Jeansonport: add 'notext' keyword linker support
2021-02-19  Michael Jeansonport: disable debug-info by default on FreeBSD
2020-04-23  Jérémie GalarneauUpdate working version to Babeltrace 2.0.4
2020-04-15  Simon MarchiAdd initial Python bindings documentation
2020-03-10  Jérémie GalarneauUpdate working version to Babeltrace 2.0.3
2020-03-02  Francis DeslauriersFix: configure.ac: silently accepting invalid Python...
2020-03-02  Francis DeslauriersCleanup: configure.ac: remove redundant `AC_ARG_ENABLE...
2020-02-04  Jérémie GalarneauUpdate working version to Babeltrace 2.0.2
2020-02-03  Michael Jeansonfix: Remove empty python bindings documentation
2020-02-03  Michael Jeansonfix: set autoconf package name to babeltrace2
2020-01-24  Jérémie GalarneauUpdate working version to Babeltrace 2.0.1
2020-01-22  Jérémie GalarneauRelease: Babeltrace 2.0.0 "Amqui" v2.0.0
2020-01-21  Philippe Proulxconfigure.ac, lib: rename "extra" (version) to "develop...
2020-01-21  Philippe Proulxconfigure.ac: add version name/description definitions...
2020-01-20  Philippe ProulxDocument libbabeltrace2's C API
2020-01-20  Simon Marchibuild: try calling python-config with --embed
2020-01-20  Simon MarchiUse argpar from upstream
2020-01-20  Simon Marchistring-format: introduce function to format component...
2019-11-15  Jérémie GalarneauUpdate version to v2.0.0-rc4 v2.0.0-rc4
2019-11-15  Jérémie GalarneauUpdate version to v2.0.0-rc3
2019-11-14  Simon MarchiIgnore -Wcast-function-type warning
2019-11-01  Jérémie GalarneauUpdate version to v2.0.0-rc2 v2.0.0-rc2
2019-11-01  Simon Marchilogging: ignore -Wundef in log.c
2019-10-30  Simon MarchiFix -Wmissing-prototypes/-Wmissing-declarations warnings
2019-10-30  Simon Marchictf: Remove redundant declarations of lexer/parser...
2019-10-30  Simon MarchiFix: ctf-writer: field_type_common_has_known_id always...
2019-10-30  Simon MarchiFix -Wshadow warnings
2019-10-30  Simon Marchidebug-info: fix one -Wnull-dereference warning
2019-10-30  Simon MarchiFix -Wjump-misses-init warnings
2019-10-30  Simon MarchiFix -Wmissing-include-dirs warnings
2019-10-30  Simon MarchiFix -Wduplicated-cond warnings
2019-10-30  Simon MarchiFix -Wsuggest-attribute warnings
2019-10-30  Simon MarchiFix -Wstrict-prototypes warnings
2019-10-30  Simon Marchiconfigure: allow adding compiler-specific warning flags
2019-10-17  Jérémie GalarneauUpdate version to v2.0.0-rc1 v2.0.0-rc1
2019-10-17  Simon MarchiBump required glib version to 2.28
2019-10-17  Simon MarchiAdd parameter validation utility
2019-10-17  Michael JeansonRequire automake >= 1.12
2019-10-09  Simon MarchiMove CLI params parsing to its own lib
2019-09-04  Simon MarchiMove autodisc to its own convenience library
2019-09-04  Francis DeslauriersAdd message compare common func/library; make flt.utils...
2019-09-04  Francis DeslauriersTests: flt.utils.muxer: add message ordering tests
2019-08-07  Simon MarchiRemove popt from project's dependencies
2019-08-07  Simon Marchicli: remove babeltrace2-log
2019-08-07  Philippe ProulxAdd internal command-line argument parser API
2019-08-07  Philippe Proulxconfigure.ac: refine Python 3 interpreter and dev....
2019-08-07  Simon Marchibt2: move __version__ to version.py.in
2019-07-18  Simon Marchiconfigure: report SWIG and SWIG_LIB values
2019-07-18  Michael Jeansontests: Move tap-driver.sh out of the autotools aux...
2019-07-18  Francis Deslaurierscleanup: configure.ac: replace spaces by tabs
2019-07-18  Michael JeansonFix warnings with bison >= 3.4 and autoconf < 2.70
2019-07-18  Michael JeansonMake the Python plugin provider a libtool module
2019-07-18  Michael JeansonRename PLUGINSDIR to BABELTRACE_PLUGINS_DIR and enable it
2019-07-18  Philippe ProulxTests: move `test_bitfield` outside lib tests, add...
2019-07-18  Michael JeansonReplace libuuid with internal implementation
2019-07-18  Simon Marchilib: remove stream activity messages
2019-07-18  Philippe ProulxFix: bt_ctfser_write_float64(): use `double` in union...
2019-07-18  Philippe ProulxAllow only TRACE, DEBUG, and INFO as the build-time...
2019-07-18  Philippe ProulxAdd `src/py-common`, containing bt_py_common_format_exc...
2019-07-18  Michael Jeansontests: Rework test suite
2019-07-18  Michael Jeansonfix: Use python-config 'ldflags' instead of 'libs'
2019-07-18  Philippe ProulxRename `BT_LOG_LEVEL` -> `BT_MINIMAL_LOG_LEVEL`
2019-07-18  Philippe ProulxDo not require logging support for BT_[CTF_]ASSERT_PRE()
2019-07-18  Philippe ProulxRename VERBOSE log level to TRACE
2019-06-20  Philippe ProulxRemove unused `src/plugins/ctf/common/utils`
2019-06-20  Philippe Proulxconfigure.ac: change default minimal log level from...
2019-06-18  Philippe ProulxPut `flt.lttng-utils.debug-info` tests into their own...
2019-06-18  Philippe ProulxRemove unused `tests/plugins/test_utils_muxer_complete.in`
2019-06-18  Philippe ProulxAdd facilities to test CLI and plugin regressions with...
2019-06-18  Philippe ProulxAdd `sink.text.details`, a testing textual sink which...
2019-06-18  Michael Jeansontests: Move ctf-writer to it's own directory
2019-06-13  Michael JeansonRe-organize sources
2019-06-13  Michael Jeansonctf-writer: externalize libbabeltrace2-ctf-writer
2019-06-13  Michael JeansonCleanup: remove useless Makefiles from extras
2019-06-13  Philippe ProulxRemove everything related to the `bt2.ctf_writer` Pytho...
2019-06-13  Philippe ProulxRemove everything related to the `babeltrace` Python...
2019-06-13  Michael Jeansonlib: Reset libbabeltrace2 to SONANE 0
2019-06-13  Michael Jeansonlib: Rename to libbabeltrace2
2019-06-13  Michael Jeansoncli: Rename to babeltrace2
2019-06-13  Michael JeansonCleanup: use detected asciidoc to build CONTRIBUTING...
2019-06-13  Michael Jeansontests: build system spring cleanup
2019-06-13  Michael Jeansontests: Add powerpc64le-linux-gnu debug-info artifacts
2019-06-13  Michael Jeansontests: Add powerpc-linux-gnu debug-info artifacts
2019-06-13  Michael Jeansontests: Add i386-linux-gnu debug-info artifacts
2019-06-13  Michael Jeansontests: Build new x86_64-linux-gnu debug-info artifacts
2019-06-13  Simon Marchicli: Fix exit code of ctf-metadata output
2019-05-21  Francis DeslauriersCleanup: tests: use underscores in filename
2019-05-09  Francis DeslauriersAdd -Werror=implicit-function-declaration to AM_CFLAGS
2019-05-03  Jérémie GalarneauUpdate version to v2.0.0-pre5 v2.0.0-pre5
2019-05-03  Simon Marchisrc.ctf.fs: make trace-info query accept clock-class...
2019-05-03  Simon Marchipython-plugin-provider: Make it build
2019-05-03  Simon MarchiAdd env wrapper to facilitate importing the in-tree...
2019-05-03  Francis Deslauriersflt.lttng-utils.debug-info: Implement file descriptor...
2019-05-03  Francis DeslauriersCleanup: Move `debug-info` in its own sub-directory
next
This page took 0.249489 seconds and 106 git commands to generate.