doc: pass AR when building examples
[lttng-ust.git] / configure.ac
2019-11-18  Simon Marchidoc: pass AR when building examples
2019-11-08  Michael JeansonRequire automake >= 1.12
2019-10-23  Michael JeansonSet version to 2.12-pre
2019-10-23  Michael JeansonAdd pkgconfig support for liblttng-ust-ctl
2019-04-17  Michael JeansonHarmonize rw_prog_cxx_works macro across projects
2019-03-20  Michael JeansonReport perf integration status at configure
2019-01-14  Michael JeansonCleanup: test Makefiles
2018-12-21  Michael JeansonUse config.h to define SONAME major number
2018-12-21  Michael JeansonUse a variable to select the dlopen lib in Makefiles
2018-12-12  Mathieu DesnoyersAdapt lttng-ust to use multiflavor symbols from liburcu...
2018-10-17  Mathieu Desnoyerstests: hello-many
2018-09-06  Mathieu DesnoyersVersion 2.11.0-rc1
2018-05-03  Mathieu DesnoyersFix: AM_CONDITIONAL should be outside AS_IF block
2018-05-03  Michael JeansonFix: build jni libs with openjdk >= 10
2018-02-09  Francis Deslauriersdlopen() liblttng-ust.so from constructor to prevent...
2018-02-09  Francis DeslauriersCleanup: Move version numbers in separate variables...
2017-11-07  Mathieu DesnoyersRevert "Use initial-exec TLS model"
2017-11-06  Philippe Proulxconfigure.ac: add --disable-examples option to not...
2017-11-06  Michael JeansonDisable NUMA by default on 32bit arm
2017-11-05  Mathieu DesnoyersUpdate Makefile.am output about libnuma not found
2017-11-05  Mathieu Desnoyersnuma support: allow disabling numa support
2017-11-05  Mathieu DesnoyersTake NUMA configuration into account for UST buffer...
2017-10-19  Mathieu DesnoyersUse initial-exec TLS model
2017-06-12  Mathieu DesnoyersIntroduce LTTNG_UST_ALLOW_BLOCKING env. var.
2017-05-09  Michael JeansonRework configure script
2017-05-09  Michael JeansonFix: Don't override user variables within the build...
2017-05-09  Michael JeansonMove m4 scripts to m4 dir
2017-05-06  Mathieu DesnoyersVersion 2.10.0-rc1 v2.10.0-rc1
2017-05-05  Jérémie GalarneauAdd ustctl_snapshot_sample_positions ustctl command
2017-02-21  Jonathan RajotteValidate the presence of dlmopen at configure time
2016-11-08  Mathieu DesnoyersImplement LTTNG_UST_BLOCKING_RETRY_TIMEOUT
2016-10-07  Mathieu DesnoyersVersion 2.9.0-rc1 v2.9.0-rc1
2016-10-03  Jonathan Rajottebuild: check for CXX_WORKS for cmake example
2016-10-03  Mathieu DesnoyersImplement liblttng-ust-fd
2016-07-08  Philippe ProulxUse AC_PROG_MKDIR_P (generic mkdir -p)
2016-07-06  Mathieu Desnoyersconfigure: allow building perf support across all archi...
2016-07-06  Geneviève Bastiendoc: Add flags for JUL and python agent compiling
2016-06-27  Julien DesfossezAdd perf context support for ARMv7
2016-06-27  Sebastien Boisvertconfigure.ac: check cmake availability
2016-06-05  Raphaël BeamonteAdd -ust to the name of UST threads of the application
2016-05-24  Mathieu DesnoyersUpdate version name TBD
2016-05-24  Michael JeansonUpdate version to 2.9.0-pre
2016-05-20  Mathieu Desnoyerstest: add test for gcc issue with weak hidden symbol...
2016-05-19  Mathieu DesnoyersAdd support for aarch64_be
2016-05-12  Michael JeansonTests: Replace prove by autotools tap runner
2016-05-10  Philippe ProulxMake code and man pages share the same default values
2016-04-12  Mathieu DesnoyersFix: rename liblttng-ust-agent to lttng-ust-agent-all
2016-04-11  Mathieu DesnoyersFix: re-add liblttng-ust-agent.jar
2016-04-07  Philippe ProulxConvert man pages to AsciiDoc
2016-03-18  Mathieu DesnoyersVersion 2.8.0-rc1 v2.8.0-rc1
2016-03-01  Philippe Proulxconfigure.ac: print empty line after AC_OUTPUT
2016-03-01  Philippe Proulxconfigure.ac: macros with no arguments do not need ()
2016-03-01  Philippe Proulxconfigure.ac: standardize indentation to tabs
2016-03-01  Philippe Proulxconfigure.ac: move AC_PROG_SED() close to other AC_PROG_*()
2016-03-01  Philippe Proulxconfigure.ac: test -a -> shell's && (more portable)
2016-03-01  Philippe Proulxconfigure.ac: use test "x$var" = "xyes"
2016-03-01  Philippe Proulxconfigure.ac: AM_CONDITIONAL() accepts two arguments
2016-03-01  Philippe Proulxconfigure.ac: use dnl at appropriate places
2016-03-01  Philippe Proulxconfigure.ac: if -> AS_IF()
2016-03-01  Philippe Proulxconfigure.ac: case -> AS_CASE()
2016-03-01  Philippe Proulxconfigure.ac: add missing quotes in macro calls
2016-03-01  Philippe Proulxconfigure.ac: use macros for version name and description
2016-03-01  Philippe Proulxconfigure.ac: do not use shell eval for known values
2016-02-12  Alexandre MontplaisirImplement Java agent application context retrieval
2016-02-12  Mathieu DesnoyersImplement dynamic types, and application context provid...
2016-01-14  Mathieu DesnoyersAdd CTF enum type support to tracepoint event
2015-11-27  Philippe ProulxRefactor Python agent build and install
2015-08-29  Antoine BusqueAdd unit tests for lttng_ust_elf
2015-08-11  Mathieu DesnoyersCleanup: configure layout for python agent detection
2015-08-11  Jonathan RajotteBuild: python agent: use setup.py over autoconf
2015-08-11  Jonathan RajotteBuild: add python interpreter used by python agent...
2015-08-11  Jonathan RajotteBuild: use AM_PATH_PYTHON to resolve python when buildi...
2015-08-11  Jonathan RajotteBuild: only check if python exists in path
2015-08-06  Mathieu DesnoyersUpdate version to 2.8.0-pre
2015-07-22  Alexandre MontplaisirSplit Java agent library in 3 separate jars
2015-07-22  Alexandre MontplaisirUse tar-ustar format for the dist archive
2015-07-15  Mathieu DesnoyersVersion 2.7.0-rc1 v2.7.0-rc1
2015-07-08  Michael JeansonFix: Use $enableval with AC_ARG_ENABLE
2015-06-30  Mathieu DesnoyersCleanup: remove extra whitespace in configure output
2015-06-30  Michael JeansonDefault to no unaligned access on unsupported archs
2015-06-23  Mathieu DesnoyersBump tracer version to 2.7.0-pre
2015-06-18  Michael JeansonAdd aarch64 support to configure
2014-11-12  Christian BabeuxFix: add a configure check for weak symbols support
2014-11-03  Christian BabeuxFix: Add versioning to liblttng-ust-agent JAR
2014-10-22  David GouletAdd Python agent support
2014-10-20  Mathieu DesnoyersUpdate version name v2.6.0-rc1
2014-10-20  Mathieu DesnoyersVersion 2.6.0-rc1
2014-09-19  Christian BabeuxRefactor liblttng-ust-jul in liblttng-ust-agent
2014-09-19  Christian BabeuxBuild the liblttng-ust-java library using the new M4...
2014-09-03  Philippe Proulxconfigure.ac: fix "missing jni.h" error message
2014-07-16  Mathieu DesnoyersVersion 2.5.0 v2.5.0
2014-07-02  Michel Normandlttng ust: support ppc64le within configure
2014-06-27  Mathieu DesnoyersVersion 2.5.0-rc2 v2.5.0-rc2
2014-06-26  Christian BabeuxFix: Wrong configure check for UST perf event counters...
2014-05-28  Mathieu DesnoyersVersion 2.5.0-rc1
2014-04-27  Mathieu DesnoyersImplement LTTng-UST perf counters support on x86
2014-04-17  Romain NaourFix: disable liblttng-ust-dl if dlinfo is not available...
2014-04-08  Mathieu DesnoyersRevert "Fix: disable liblttng-ust-dl if dlinfo is not...
2014-04-07  Romain NaourFix: disable liblttng-ust-dl if dlinfo is not available...
2014-04-01  Jérémie GalarneauFix: Override AM_PATH_PYTHON's default action-if-not...
next
This page took 0.178813 seconds and 107 git commands to generate.