urcu.git
2021-06-15  Mathieu DesnoyersFix: x86 and s390: uatomic __hp() macro clang support
2021-06-15  Mathieu DesnoyersFix: x86 and s390 uatomic: __hp() macro warning with...
2021-06-03  Mathieu DesnoyersVersion 0.13.0 v0.13.0
2021-06-03  Mathieu DesnoyersDocument known ABI issue in README.md
2021-06-03  Michael JeansonAdd serialized ABI definition files
2021-06-03  Michael Jeansonbump SONAME major to 8
2021-06-03  Michael JeansonRemove all SONAME(6) ABI aliases
2021-06-03  Michael Jeanson.gitignore: list ignored Makefiles
2021-05-07  Michael Jeansontests: Add a simple compile test for caa_get_cycles
2021-05-07  Michael Jeansonfix: clock_gettime on macOs
2021-04-22  Mathieu DesnoyersFix: rculist header: use parenthesis around macro param...
2021-04-22  Mathieu DesnoyersFix: rcuhlist header: use parenthesis around macro...
2021-04-22  Mathieu DesnoyersFix: hlist header: use parenthesis around macro parameters
2021-04-22  Mathieu DesnoyersFix: list.h: use parenthesis around macro parameters...
2021-04-22  Mathieu DesnoyersFix: hlist iteration relies on undefined behavior
2021-04-19  Mathieu DesnoyersFix: use __atomic_load() rather than atomic load explicit
2021-04-16  Mathieu DesnoyersFix: use atomic load memory_order_consume for rcu_deref...
2021-04-15  Michael Jeansonfix: we used weak symbols not weak aliases
2021-04-15  Michael Jeansonfix: include 'sys/endian.h' on FreeBSD
2021-04-15  Michael Jeansonfix: warnings on non-Linux platforms
2021-04-15  Michael Jeansonfix: HAVE_SCHED_SETAFFINITY is not defined
2021-04-13  Michael Jeansonconfigure: enable extended compiler warnings
2021-04-13  Michael Jeansoncleanup: explicitly mark unused parameters (-Wunused...
2021-04-13  Michael Jeansonfix: shadowed local variable (-Wshadow)
2021-04-13  Michael Jeansoncleanup: all functions have declarations (-Wmissing...
2021-04-13  Michael JeansonImport libtap from babeltrace
2021-04-01  Michael Jeansoncleanup: add 'noreturn' attribute to '_uatomic_link_error'
2021-03-19  Michael Jeansonfix: add missing 'S' to AC_CHECK_PROGS
2021-03-19  Michael JeansonREADME.md: Document supported Glibc version
2021-03-19  Michael JeansonREADME: cleanup stale MacOS information
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-25  Michael Jeansonfix: exclude clang from GCC version blacklists
2021-01-22  Mathieu Desnoyersaarch64: blacklist gcc prior to 5.1
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-12-17  Michael JeansonBlacklist GCC 4.4.0, 4.4.1 and 4.4.2 on ARM
2020-12-17  Michael JeansonCleanup: Move ARM specific code to urcu/arch/arm.h
2020-12-17  Michael Jeansonfix: bump tests thread limit to 4096
2020-12-02  Michael Jeansonfix: reorder x86 arch detection
2020-11-30  Michael Jeansonfix: typo in futex syscall define check
2020-11-20  Michael JeansonCompile time futex syscall detection
2020-11-20  Michael JeansonStatic arch and uatomic headers
2020-11-19  Michael JeansonAdd git-review config
2020-11-17  Michael Jeansoncleanup: Improve wording of CONFIG_RCU_DEBUG description
2020-11-17  Michael Jeansonfix: explicitly include urcu/config.h in files using...
2020-11-16  Shuo WangFix typo in README.md
2020-11-02  Michael Jeansonfix: add -lurcu-common to pkg-config libs for each...
2020-10-26  Paul E. McKenneycall_rcu: Fix race between rcu_barrier() and call_rcu_d...
2020-04-21  Mathieu DesnoyersCleanup: tls-compat.h: add parentheses around expressio...
2020-04-20  Mathieu DesnoyersFix: tls-compat.h exposes compiler-dependent public...
2020-04-10  Mathieu DesnoyersFix: tap array subscript has type char warning
2020-04-09  Mathieu DesnoyersVersion 0.12.0 v0.12.0
2020-04-09  Mathieu Desnoyerstls-compat.h: introduce DEFINE_URCU_TLS_INIT
2020-01-30  Alex XuUse _umtx_op for futex on FreeBSD
2020-01-30  Alex XuAdd FreeBSD, DragonFly to syscall-compat.h
2019-11-22  Mathieu Desnoyersurcu-bp: perform thread registration on urcu_bp_registe...
2019-11-08  Michael JeansonRequire automake >= 1.12
2019-10-28  Jérémie Galarneaucds_lfht_is_node_deleted parameter can be marked const
2019-09-19  Mathieu DesnoyersFix: provide errno as argument to urcu_die()
2019-09-18  hewenliangFix: rculfhash worker needs to unblock to SIGRCU
2019-06-04  Mathieu DesnoyersCleanup: test_perthreadlock_timing: handle pthread...
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-27  Mathieu DesnoyersFix: urcu/futex.h: users of struct timespec should...
2019-05-06  Mathieu DesnoyersVersion 0.11.0 v0.11.0
2019-05-06  Mathieu DesnoyersBump library version to 6:0:1
2019-05-06  Mathieu DesnoyersCleanup: update code layout to fix old gcc warning
2019-04-22  Michael JeansonFix: typo CPPLAGS in examples Makefile
2019-04-17  Michael JeansonHarmonize pprint macro across projects
2019-04-16  Michael JeansonCheck for TLS support after CC detection
2019-04-16  Michael JeansonUpdate macros from the autotools archive
2019-03-14  Michael Jeansontap-driver.sh: flush stdout after each test result
2019-03-07  Michael JeansonUpdate dead link in lgpl-relicensing.txt
2019-01-28  Michael JeansonAdd multiflavor compat identifiers
2018-12-19  Michael JeansonCleanup: missing sign compare fixes
2018-12-18  Michael JeansonCleanup: enable signed/unsigned compare compiler warning
2018-12-17  Michael JeansonCleanup: compiler warning on 32-bit architectures
2018-12-13  Mathieu Desnoyersconfig.h.in: rename CONFIG_RCU_MULTIFLAVOR to CONFIG_RC...
2018-12-13  Mathieu Desnoyersrculfhash: implement iterator debugging config option
2018-12-13  Michael JeansonFix: examples silent rules on Solaris
2018-12-13  Michael JeansonAdd missing fall through annotations
2018-12-13  Michael JeansonFix: symbol aliases with TLS compat
2018-12-13  Michael JeansonPort: no symbols aliases on MacOS
2018-12-12  Michael JeansonAdd -Wextra to CFLAGS
2018-12-12  Michael JeansonAdd silent mode to examples Makefiles
2018-12-12  Mathieu Desnoyersdoc: update examples to API changes
2018-12-12  Mathieu Desnoyerstest multiflavor single compile unit
2018-12-12  Mathieu DesnoyersUpdate README following API changes
next
This page took 0.038435 seconds and 4 git commands to generate.