uatomic/x86: Remove redundant memory barriers
[userspace-rcu.git] / configure.ac
2023-08-21  Mathieu DesnoyersComplete removal of urcu-signal flavor
2023-08-14  Olivier DionAdd cmm_emit_legacy_smp_mb()
2023-08-14  Olivier Dionconfigure: Add --enable-compiler-atomic-builtins option
2023-07-11  Michael JeansonBuild system: use SPDX identifiers
2023-02-14  Mathieu DesnoyersBump version to 0.15.0-pre
2023-02-14  Mathieu DesnoyersVersion 0.14.0 v0.14.0
2023-02-03  Christopher NgFix building on MSYS2
2022-04-22  Mathieu DesnoyersBump version current and age
2022-04-12  Michael JeansonBump version to 0.14.0-pre
2022-03-23  Michael JeansonImproved test framework
2021-10-05  Michael Jeansonfix: add missing pkgconfig file for memb flavour lib
2021-09-08  Simon MarchiBuild and run regression and unit tests as C++ programs
2021-09-07  Simon MarchiAdd --enable-Werror configure switch
2021-09-01  Michael Jeansoncleanup: spelling fixes in comments
2021-06-03  Mathieu DesnoyersVersion 0.13.0 v0.13.0
2021-06-03  Michael JeansonAdd serialized ABI definition files
2021-06-03  Michael Jeansonbump SONAME major to 8
2021-04-15  Michael Jeansonfix: we used weak symbols not weak aliases
2021-04-13  Michael Jeansonconfigure: enable extended compiler warnings
2021-03-19  Michael Jeansonfix: add missing 'S' to AC_CHECK_PROGS
2021-03-19  Michael JeansonBump version to 0.13.0-pre
2021-03-19  Michael Jeansonconfigure: standardise include path
2021-03-19  Michael JeansonRemove glibc < 2.4 compat code for sched_setaffinity
2021-03-19  Michael Jeansonconfigure: regroup automake conditionals
2021-03-19  Michael JeansonIntroduce AE_FEATURE to manage configure features
2021-03-19  Michael Jeansonconfigure: regroup library checks
2021-03-19  Michael Jeansonconfigure: regroup and expand C header and program...
2021-03-19  Michael Jeansonconfigure: regroup and expand C compiler checks
2021-03-19  Michael Jeansonconfigure: host specific config
2021-03-19  Michael Jeansontests: Move tap-driver.sh out of the autotools aux...
2021-03-19  Michael Jeansonconfigure: Set autotools baseline
2021-03-19  Michael Jeansonconfigure: centralize version information
2021-01-13  Jérémie GalarneauFix: configure: support Autoconf 2.70
2020-12-17  Michael JeansonDon't force a target and optimization level on ARMv7
2020-12-17  Michael JeansonUse DMB only on ARMv7
2020-11-20  Michael JeansonCompile time futex syscall detection
2020-11-20  Michael JeansonStatic arch and uatomic headers
2020-11-17  Michael Jeansoncleanup: Improve wording of CONFIG_RCU_DEBUG description
2020-04-20  Mathieu DesnoyersFix: tls-compat.h exposes compiler-dependent public...
2020-04-09  Mathieu DesnoyersVersion 0.12.0 v0.12.0
2019-11-08  Michael JeansonRequire automake >= 1.12
2019-06-03  Michael JeansonFix: SONAME bump to 6.1.0
2019-05-27  Mathieu DesnoyersCleanup: remove unused variable from configure.ac check
2019-05-06  Mathieu DesnoyersVersion 0.11.0 v0.11.0
2019-05-06  Mathieu DesnoyersBump library version to 6:0:1
2019-04-16  Michael JeansonCheck for TLS support after CC detection
2018-12-18  Michael JeansonCleanup: enable signed/unsigned compare compiler warning
2018-12-13  Mathieu Desnoyersrculfhash: implement iterator debugging config option
2018-12-12  Michael JeansonAdd -Wextra to CFLAGS
2018-12-12  Mathieu DesnoyersRefactor liburcu to support many flavors per compile...
2018-03-23  Michael JeansonAdd support for the RISC-V architecture
2018-02-20  Michael JeansonTests: Replace prove by autotools tap runner
2017-06-19  Michael JeansonBump version to 0.11-pre
2017-06-12  Mathieu DesnoyersVersion 0.10.0 v0.10.0
2017-06-08  Mathieu DesnoyersBump library soname due to urcu flavor structure change
2017-05-15  Michael JeansonAdd support for m68k architecture
2017-05-08  Michael JeansonSet -Wall globally in AM_CFLAGS
2017-05-08  Michael JeansonRe-add PTHREAD_CFLAGS to global CFLAGS
2017-05-08  Michael JeansonFix: Don't override user variables within the build...
2017-04-24  Michael JeansonAdd report at the end of configure
2017-01-23  Jonathan RajotteAdd --enable-rcu-debug to configure
2016-09-16  Mathieu DesnoyersAllow forcing the use of sys membarrier
2016-06-27  Michael JeansonBump version to 0.10-pre
2016-06-27  Michael JeansonFix: check for rand_r() in compat-rand.h
2016-06-27  Michael JeansonFix: remove AC_FUNC_MALLOC from configure.ac
2016-06-27  Michael JeansonCleanup: Re-organise source dir
2016-06-27  Michael JeansonCleanup: remove leftover manual pthread detection
2016-06-23  Mathieu DesnoyersUpdate library current version due to adding destroy API
2016-06-22  Mathieu DesnoyersUpdate library age due to new stack/queue destroy API
2016-06-22  Michael JeansonFix: Add failover for platforms without nproc
2016-06-22  Mathieu DesnoyersFix: use clock_get_time for caa_get_cycles fallback...
2016-06-03  Sebastien BoisvertPort: build shared libraries in Cygwin
2016-05-19  Mathieu DesnoyersAdd support for aarch64_be
2016-02-10  Olof JohanssonFix: configure.ac: check for possibly required libs...
2016-02-09  Marek VasutSupport for NIOS2 architecture
2015-12-17  Didier NadeauSupport for Xeon-Phi with newer MPSS
2015-10-16  Mathieu DesnoyersVersion 0.9.0 v0.9.0
2015-10-16  Mathieu DesnoyersBump soname major to 4
2015-10-08  Michael JeansonFix: Use proper macro to detect stdbool.h
2015-10-07  Michael JeansonConfigure: Add missing checks
2015-10-06  Michael JeansonPort: Add Solaris getcpu support
2015-10-06  Michael JeansonPort: Fixes to build system for portability
2015-10-06  Michael JeansonPort: replace bzero() by memset()
2015-09-28  Mathieu Desnoyerstile: allocate membarrier system call number
2015-09-28  Mathieu Desnoyersia64: allocate membarrier system call number
2015-09-28  Mathieu Desnoyersaarch64: allocate membarrier system call number
2015-09-28  Mathieu Desnoyerspowerpc64le: use "ppc" architecture
2015-06-30  Michael Jeansontests: Convert unit tests to TAP
2015-02-24  Jonathan RajotteConfigure: add check for used type
2015-02-24  Jonathan RajotteConfigure: add missing check of headers
2015-02-24  Jonathan RajotteConfigure: add missing check for funcs: memset, strerror
2014-04-17  Helge DellerAdd support for hppa/PA-RISC architecture
2014-03-13  Lars PerssonUse autoconf AM_MAINTAINER_MODE
2014-03-12  Dimitri John LedkovUse gcc atomics on aarch64/powerpc64le
2013-12-06  Simon MarchiSet RCU_HAVE_FENCE to false on Intel Xeon Phi
2013-12-02  Charles BriereCleanup: Check for pthread in Libc
2013-12-02  Charles BriereCleanup: Android: Do not redefine gettid
2013-11-27  Charles BriereAndroid: configure.ac Android check
2013-11-01  Mathieu DesnoyersLibrary major version number (soname) increment to 3
2013-09-06  Mathieu DesnoyersVersion 0.8.0 v0.8.0
next
This page took 0.307897 seconds and 106 git commands to generate.