Fix: lib: pass down API function name to some helpers
[babeltrace.git] / configure.ac
2022-01-28  Philippe ProulxAdd libbabeltrace2 C++ interface base
2021-12-10  Michael Jeansonfix: don't add libelf and libdw to global LIBS
2021-11-18  Michael Jeansonconfigure: Introduce macro ae_in_git_repo
2021-11-18  Michael Jeansonconfigure: centralize version information
2021-11-18  Michael Jeansonconfigure: regroup program checks
2021-11-18  Michael Jeansonconfigure: Normalize indentation to 2 spaces
2021-11-18  Michael Jeansonconfigure: cleanup typos and sorting
2021-11-12  Simon MarchiAdd --enable-asan configure option
2021-11-12  Michael JeansonAdd a single generated env file to the test suite
2021-09-13  Francis DeslauriersFix: build with `--enable-python-bindings` fails
2021-01-26  Simon MarchiFix: configure: support Autoconf 2.70
2020-12-01  Michael JeansonAdd C++11 support to the build system
2020-12-01  Michael Jeansonfix: merge of AE_FEATURE and FreeBSD disable debug...
2020-10-28  Michael JeansonFix: elfutils detection fallback for sles12
2020-10-28  Michael JeansonRename AM_CHECK_PYTHON_SPHINX to AE_CHECK_PYTHON_SPHINX
2020-10-28  Michael JeansonRename AM_PATH_PYTHON_MODULES to AE_PATH_PYTHON_MODULES
2020-10-28  Michael JeansonIntroduce AE_FEATURE to manage configure features
2020-10-28  Michael Jeansonport: add 'notext' keyword linker support
2020-10-28  Michael Jeansonport: disable debug-info by default on FreeBSD
2020-08-25  Michael JeansonEnable autotools warnings as errors
2020-08-06  Geneviève BastienTests: sink.text.pretty: Add unit tests for enum fields...
2020-07-16  Simon Marchiconfigure: enable -Wstrict-prototypes unconditionally
2020-06-08  Simon Marchiconfigure: remove unused configuration macros
2020-04-23  Philippe Proulxtests: add libbabeltrace2 pre/postcondition testing...
2020-04-14  Simon MarchiAdd initial Python bindings documentation
2020-04-11  Simon Marchiconfigure: remove -Wno-format-nonliteral
2020-04-10  Michael JeansonMove to kernel style SPDX license identifiers
2020-03-18  Simon Marchiconfigure: enable -Wsuggest-attribute=format
2020-03-17  Simon Marchiconfigure: simplify warning flags detection
2020-02-29  Francis DeslauriersFix: configure.ac: silently accepting invalid Python...
2020-02-29  Francis DeslauriersCleanup: configure.ac: remove redundant `AC_ARG_ENABLE...
2020-02-28  Geneviève Bastienconfigure: Add flags as hints when option is disabled
2020-02-03  Michael Jeansonfix: Remove empty python bindings documentation
2020-01-30  Michael Jeansonfix: set autoconf package name to babeltrace2
2020-01-24  Jérémie GalarneauUpdate working version to Babeltrace 2.1.0-rc1
2020-01-22  Jérémie GalarneauRelease: Babeltrace 2.0.0 "Amqui"
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-07  Simon Marchibuild: try calling python-config with --embed
2019-12-05  Simon MarchiUse argpar from upstream
2019-12-05  Simon Marchistring-format: introduce function to format component...
2019-11-16  Jérémie GalarneauUpdate version to v2.0.0-rc4
2019-11-05  Francis DeslauriersUpdate version to v2.0.0-rc2
2019-11-05  Simon MarchiIgnore -Wcast-function-type warning
2019-10-31  Simon Marchilogging: ignore -Wundef in log.c
2019-10-29  Simon MarchiFix -Wmissing-prototypes/-Wmissing-declarations warnings
2019-10-29  Simon Marchictf: Remove redundant declarations of lexer/parser...
2019-10-29  Simon MarchiFix: ctf-writer: field_type_common_has_known_id always...
2019-10-29  Simon MarchiFix -Wshadow warnings
2019-10-29  Simon Marchidebug-info: fix one -Wnull-dereference warning
2019-10-29  Simon MarchiFix -Wjump-misses-init warnings
2019-10-29  Simon MarchiFix -Wmissing-include-dirs warnings
2019-10-29  Simon MarchiFix -Wduplicated-cond warnings
2019-10-28  Simon MarchiFix -Wsuggest-attribute warnings
2019-10-28  Simon MarchiFix -Wstrict-prototypes warnings
2019-10-28  Simon Marchiconfigure: allow adding compiler-specific warning flags
2019-10-16  Simon MarchiBump required glib version to 2.28
2019-10-11  Simon MarchiAdd parameter validation utility
2019-10-09  Michael JeansonRequire automake >= 1.12
2019-10-08  Simon MarchiMove CLI params parsing to its own lib
2019-08-12  Simon MarchiMove autodisc to its own convenience library
2019-08-10  Francis DeslauriersAdd message compare common func/library; make flt.utils...
2019-08-08  Francis DeslauriersTests: flt.utils.muxer: add message ordering tests
2019-08-02  Simon MarchiRemove popt from project's dependencies
2019-08-02  Simon Marchicli: remove babeltrace2-log
2019-08-02  Philippe ProulxAdd internal command-line argument parser API
2019-07-31  Philippe Proulxconfigure.ac: refine Python 3 interpreter and dev....
2019-07-26  Simon Marchibt2: move __version__ to version.py.in
2019-07-18  Simon Marchiconfigure: report SWIG and SWIG_LIB values
2019-07-16  Michael Jeansontests: Move tap-driver.sh out of the autotools aux...
2019-07-12  Francis Deslaurierscleanup: configure.ac: replace spaces by tabs
2019-07-12  Michael JeansonFix warnings with bison >= 3.4 and autoconf < 2.70
2019-07-11  Michael JeansonMake the Python plugin provider a libtool module
2019-07-10  Michael JeansonRename PLUGINSDIR to BABELTRACE_PLUGINS_DIR and enable it
2019-07-09  Philippe ProulxTests: move `test_bitfield` outside lib tests, add...
2019-07-08  Michael JeansonReplace libuuid with internal implementation
2019-07-08  Simon Marchilib: remove stream activity messages
2019-07-08  Philippe ProulxFix: bt_ctfser_write_float64(): use `double` in union...
2019-07-03  Philippe ProulxAllow only TRACE, DEBUG, and INFO as the build-time...
2019-06-29  Philippe ProulxAdd `src/py-common`, containing bt_py_common_format_exc...
2019-06-28  Michael Jeansontests: Rework test suite
2019-06-27  Michael Jeansonfix: Use python-config 'ldflags' instead of 'libs'
2019-06-27  Philippe ProulxRename `BT_LOG_LEVEL` -> `BT_MINIMAL_LOG_LEVEL`
2019-06-27  Philippe ProulxDo not require logging support for BT_[CTF_]ASSERT_PRE()
2019-06-20  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-17  Philippe ProulxPut `flt.lttng-utils.debug-info` tests into their own...
2019-06-17  Philippe ProulxRemove unused `tests/plugins/test_utils_muxer_complete.in`
2019-06-17  Philippe ProulxAdd facilities to test CLI and plugin regressions with...
2019-06-17  Philippe ProulxAdd `sink.text.details`, a testing textual sink which...
2019-06-13  Michael Jeansontests: Move ctf-writer to it's own directory
2019-06-12  Michael JeansonRe-organize sources
2019-06-11  Michael Jeansonctf-writer: externalize libbabeltrace2-ctf-writer
2019-06-08  Michael JeansonCleanup: remove useless Makefiles from extras
2019-06-08  Philippe ProulxRemove everything related to the `bt2.ctf_writer` Pytho...
2019-06-08  Philippe ProulxRemove everything related to the `babeltrace` Python...
2019-06-07  Michael Jeansonlib: Reset libbabeltrace2 to SONANE 0
2019-06-07  Michael Jeansonlib: Rename to libbabeltrace2
next
This page took 0.218918 seconds and 106 git commands to generate.