Fix: powerpc32: transparent unions alter calling convention
[urcu.git] / include /
2021-09-13  Mathieu DesnoyersFix: powerpc32: transparent unions alter calling convention
2021-09-10  Michael Jeansonfix: don't use C++ thread_local on MacOs
2021-09-08  Mathieu Desnoyerswfcqueue API: implement overloaded wrappers with templates
2021-09-08  Mathieu Desnoyerswfcqueue: combine C++ API cds_wfcq_head_cast with overl...
2021-09-08  Mathieu Desnoyerswfstack C++ API: implement overloaded wrappers with...
2021-09-08  Mathieu Desnoyerslfstack C++ API: implement overloaded wrappers with...
2021-09-08  Mathieu Desnoyerswfstack: combine C++ API cds_wfs_stack_cast with overlo...
2021-09-08  Mathieu Desnoyerslfstack: combine C++ API cds_lfs_stack_cast with overlo...
2021-09-08  Mathieu DesnoyersFix order of initializers in CDS_LIST_HEAD_INIT
2021-09-08  Mathieu Desnoyerswfcqueue: implement C++ API based on function overloading
2021-09-08  Mathieu Desnoyerswfstack: implement C++ API based on function overloading
2021-09-08  Mathieu Desnoyerslfstack: implement C++ API based on function overloading
2021-09-08  Simon MarchiAdd C++ build tests
2021-09-03  Francis DeslauriersAdd `urcu_posix_assert()` as `assert()` replacement
2021-09-03  Francis DeslauriersRename `urcu_assert()` to `urcu_assert_debug()`
2021-09-01  Michael Jeansoncleanup: spelling fixes in comments
2021-08-27  Simon MarchiMake temporary variable in _rcu_dereference non-const
2021-06-16  Mathieu DesnoyersFix: x86 and s390: uatomic __hp() macro C++ support
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  Michael JeansonRemove all SONAME(6) ABI aliases
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: warnings on non-Linux platforms
2021-04-13  Michael Jeansoncleanup: explicitly mark unused parameters (-Wunused...
2021-04-01  Michael Jeansoncleanup: add 'noreturn' attribute to '_uatomic_link_error'
2021-01-25  Michael Jeansonfix: exclude clang from GCC version blacklists
2021-01-22  Mathieu Desnoyersaarch64: blacklist gcc prior to 5.1
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-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-17  Michael Jeansoncleanup: Improve wording of CONFIG_RCU_DEBUG description
2020-11-17  Michael Jeansonfix: explicitly include urcu/config.h in files using...
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-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-10-28  Jérémie Galarneaucds_lfht_is_node_deleted parameter can be marked const
2019-09-18  hewenliangFix: rculfhash worker needs to unblock to SIGRCU
2019-05-27  Mathieu DesnoyersFix: urcu/futex.h: users of struct timespec should...
2019-01-28  Michael JeansonAdd multiflavor compat identifiers
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 JeansonPort: no symbols aliases on MacOS
2018-12-12  Mathieu DesnoyersUse new header locations for includes from urcu code
2018-12-12  Mathieu DesnoyersUpdate call-rcu.h and defer.h comments and include...
2018-12-12  Mathieu Desnoyersrculfqueue.h: do not include urcu-call-rcu.h
2018-12-12  Mathieu Desnoyersrculfhash: support use with multiple flavors per compil...
2018-12-12  Mathieu Desnoyersrculfhash: do not include urcu-call-rcu.h from public API
2018-12-12  Mathieu DesnoyersRefactor liburcu to support many flavors per compile...
2018-11-23  Michael JeansonFix: compat_futex_noasync on Cygwin
2018-08-20  Eric Wongwfcqueue: allow defining CDS_WFCQ_WAIT_SLEEP to overrid...
2018-03-23  Michael JeansonAdd support for the RISC-V architecture
2017-11-07  Mathieu DesnoyersRevert "Use initial-exec tls model"
2017-10-19  Mathieu DesnoyersUse initial-exec tls model
2017-07-14  Michael JeansonFix: add missing m68k headers to dist
2017-06-07  Mathieu DesnoyersUse workqueue in rculfhash
2017-05-15  Michael JeansonAdd support for m68k architecture
2017-01-23  Jonathan RajotteAdd --enable-rcu-debug to configure
2016-12-05  Mathieu DesnoyersARM32: use dmb ish (inner shareable domain) for smp...
2016-12-05  Mathieu DesnoyersCleanup: remove cmm_wmb() from rcu_xchg_pointer and...
2016-12-05  Mathieu DesnoyersFix: uatomic arm32: add missing release barrier before...
2016-09-16  Mathieu DesnoyersFix: add missing CONFIG_RCU_FORCE_SYS_MEMBARRIER to...
2016-09-16  Mathieu DesnoyersAllow forcing the use of sys membarrier
2016-06-28  Mathieu DesnoyersFix: add missing backslash in Makefile.am
2016-06-28  Michael JeansonFix: Do not use wildcards in include/Makefile.am
2016-06-27  Michael JeansonFix: Move rand-compat to private src dir
2016-06-27  Michael JeansonCleanup: Re-organise source dir
This page took 0.056211 seconds and 7 git commands to generate.