urcu.git
2022-08-02  Shao-Tse HungFix: revise obsolete command in README.md
2022-06-27  Mathieu DesnoyersFix: workqueue: remove unused variable "ret"
2022-06-27  Mathieu DesnoyersFix: urcu-qsbr: futex wait: handle spurious futex wakeups
2022-06-27  Mathieu DesnoyersFix: urcu: futex wait: handle spurious futex wakeups
2022-06-27  Mathieu DesnoyersFix: urcu-wait: futex wait: handle spurious futex wakeups
2022-06-27  Mathieu DesnoyersFix: defer_rcu: futex wait: handle spurious futex wakeups
2022-06-27  Mathieu DesnoyersFix: call_rcu: futex wait: handle spurious futex wakeups
2022-06-27  Mathieu DesnoyersFix: workqueue: futex wait: handle spurious futex wakeups
2022-06-09  yaowenbin1Fix: Use %lu rather than %ld to print count
2022-04-22  Michael JeansonUpdate ABI definition files
2022-04-22  Mathieu DesnoyersBump version current and age
2022-04-12  Michael Jeansonalpha: allocate membarrier system call number
2022-04-12  Michael JeansonBump version to 0.14.0-pre
2022-03-23  Michael JeansonImproved test framework
2022-01-18  Mathieu Desnoyersrculfhash: introduce cds_lfht_node_init_deleted
2022-01-05  Mathieu DesnoyersFix: changelog: v0.13.0 was released in 2021
2021-12-09  Michael Jeansoncleanup: i386 arch detection
2021-12-09  Michael Jeansonfix: properly detect 'cmpxchg' on x86-32
2021-11-18  Michael Jeansonfix: use urcu-tls compat with c++ compiler
2021-11-13  Dimitris ApostolouFix typo
2021-11-12  Michael Jeansonfix: remove autoconf features default value in help...
2021-10-05  Michael Jeansonfix: add missing pkgconfig file for memb flavour lib
2021-09-14  Mathieu DesnoyersCleanup: Tests: Remove useless pre-C99 compatibility...
2021-09-14  Mathieu DesnoyersDocument C99 and C++11 requirement in README.md
2021-09-14  Michael JeansonAlways use '__thread' for Thread local storage except...
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  Michael Jeansonfix: test_build tap plan
2021-09-08  Simon MarchiTest C++ build of list head init
2021-09-08  Mathieu DesnoyersFix order of initializers in CDS_LIST_HEAD_INIT
2021-09-08  Mathieu Desnoyersunit tests: test wfcqueue, wfstack, lfstack empty check...
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  Mathieu DesnoyersFix tap.h: remove extra semicolon in pass/fail macros
2021-09-08  Simon MarchiAdd C++ build tests
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-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  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
next
This page took 0.041106 seconds and 4 git commands to generate.