2022-03-23 | Michael Jeanson | Improved test framework ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2022-01-18 | Mathieu Desnoyers | rculfhash: introduce cds_lfht_node_init_deleted ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2022-01-05 | Mathieu Desnoyers | Fix: changelog: v0.13.0 was released in 2021 ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-12-09 | Michael Jeanson | cleanup: i386 arch detection ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-12-09 | Michael Jeanson | fix: properly detect 'cmpxchg' on x86-32 ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-11-18 | Michael Jeanson | fix: use urcu-tls compat with c++ compiler ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-11-13 | Dimitris Apostolou | Fix typo ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-11-12 | Michael Jeanson | fix: remove autoconf features default value in help... ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-10-05 | Michael Jeanson | fix: add missing pkgconfig file for memb flavour lib ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-14 | Mathieu Desnoyers | Cleanup: Tests: Remove useless pre-C99 compatibility... ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-14 | Mathieu Desnoyers | Document C99 and C++11 requirement in README.md ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-14 | Michael Jeanson | Always use '__thread' for Thread local storage except... ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-13 | Mathieu Desnoyers | Fix: powerpc32: transparent unions alter calling convention ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-10 | Michael Jeanson | fix: don't use C++ thread_local on MacOs ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-08 | Mathieu Desnoyers | wfcqueue API: implement overloaded wrappers with templates ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-08 | Mathieu Desnoyers | wfcqueue: combine C++ API cds_wfcq_head_cast with overloading ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-08 | Mathieu Desnoyers | wfstack C++ API: implement overloaded wrappers with... ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-08 | Mathieu Desnoyers | lfstack C++ API: implement overloaded wrappers with... ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-08 | Mathieu Desnoyers | wfstack: combine C++ API cds_wfs_stack_cast with overloading ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-08 | Mathieu Desnoyers | lfstack: combine C++ API cds_lfs_stack_cast with overloading ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-08 | Michael Jeanson | fix: test_build tap plan ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-08 | Simon Marchi | Test C++ build of list head init ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-08 | Mathieu Desnoyers | Fix order of initializers in CDS_LIST_HEAD_INIT ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-08 | Mathieu Desnoyers | unit tests: test wfcqueue, wfstack, lfstack empty check... ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-08 | Mathieu Desnoyers | wfcqueue: implement C++ API based on function overloading ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-08 | Mathieu Desnoyers | wfstack: implement C++ API based on function overloading ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-08 | Mathieu Desnoyers | lfstack: implement C++ API based on function overloading ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-08 | Mathieu Desnoyers | Fix tap.h: remove extra semicolon in pass/fail macros ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-08 | Simon Marchi | Add C++ build tests ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-08 | Simon Marchi | Build and run regression and unit tests as C++ programs ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-07 | Simon Marchi | Add --enable-Werror configure switch ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-03 | Francis Deslauriers | Add `urcu_posix_assert()` as `assert()` replacement ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-03 | Francis Deslauriers | Rename `urcu_assert()` to `urcu_assert_debug()` ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-09-01 | Michael Jeanson | cleanup: spelling fixes in comments ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-08-27 | Simon Marchi | Make temporary variable in _rcu_dereference non-const ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-06-16 | Mathieu Desnoyers | Fix: x86 and s390: uatomic __hp() macro C++ support ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-06-15 | Mathieu Desnoyers | Fix: x86 and s390: uatomic __hp() macro clang support ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-06-15 | Mathieu Desnoyers | Fix: x86 and s390 uatomic: __hp() macro warning with... ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-06-03 | Mathieu Desnoyers | Version 0.13.0 ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-06-03 | Mathieu Desnoyers | Document known ABI issue in README.md ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-06-03 | Michael Jeanson | Add serialized ABI definition files ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-06-03 | Michael Jeanson | bump SONAME major to 8 ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-06-03 | Michael Jeanson | Remove all SONAME(6) ABI aliases ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-06-03 | Michael Jeanson | .gitignore: list ignored Makefiles ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-05-07 | Michael Jeanson | tests: Add a simple compile test for caa_get_cycles ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-05-07 | Michael Jeanson | fix: clock_gettime on macOs ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-04-22 | Mathieu Desnoyers | Fix: rculist header: use parenthesis around macro parameters ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-04-22 | Mathieu Desnoyers | Fix: rcuhlist header: use parenthesis around macro... ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-04-22 | Mathieu Desnoyers | Fix: hlist header: use parenthesis around macro parameters ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-04-22 | Mathieu Desnoyers | Fix: list.h: use parenthesis around macro parameters... ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-04-22 | Mathieu Desnoyers | Fix: hlist iteration relies on undefined behavior ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-04-19 | Mathieu Desnoyers | Fix: use __atomic_load() rather than atomic load explicit ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-04-16 | Mathieu Desnoyers | Fix: use atomic load memory_order_consume for rcu_dereferenc... ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-04-15 | Michael Jeanson | fix: we used weak symbols not weak aliases ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-04-15 | Michael Jeanson | fix: include 'sys/endian.h' on FreeBSD ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-04-15 | Michael Jeanson | fix: warnings on non-Linux platforms ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-04-15 | Michael Jeanson | fix: HAVE_SCHED_SETAFFINITY is not defined ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-04-13 | Michael Jeanson | configure: enable extended compiler warnings ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-04-13 | Michael Jeanson | cleanup: explicitly mark unused parameters (-Wunused... ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-04-13 | Michael Jeanson | fix: shadowed local variable (-Wshadow) ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-04-13 | Michael Jeanson | cleanup: all functions have declarations (-Wmissing... ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-04-13 | Michael Jeanson | Import libtap from babeltrace ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-04-01 | Michael Jeanson | cleanup: add 'noreturn' attribute to '_uatomic_link_error' ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-03-19 | Michael Jeanson | fix: add missing 'S' to AC_CHECK_PROGS ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-03-19 | Michael Jeanson | README.md: Document supported Glibc version ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-03-19 | Michael Jeanson | README: cleanup stale MacOS information ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-03-19 | Michael Jeanson | Bump version to 0.13.0-pre ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-03-19 | Michael Jeanson | configure: standardise include path ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-03-19 | Michael Jeanson | Remove glibc < 2.4 compat code for sched_setaffinity ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-03-19 | Michael Jeanson | configure: regroup automake conditionals ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-03-19 | Michael Jeanson | Introduce AE_FEATURE to manage configure features ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-03-19 | Michael Jeanson | configure: regroup library checks ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-03-19 | Michael Jeanson | configure: regroup and expand C header and program... ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-03-19 | Michael Jeanson | configure: regroup and expand C compiler checks ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-03-19 | Michael Jeanson | configure: host specific config ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-03-19 | Michael Jeanson | tests: Move tap-driver.sh out of the autotools aux... ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-03-19 | Michael Jeanson | configure: Set autotools baseline ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-03-19 | Michael Jeanson | configure: centralize version information ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-01-25 | Michael Jeanson | fix: exclude clang from GCC version blacklists ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-01-22 | Mathieu Desnoyers | aarch64: blacklist gcc prior to 5.1 ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2021-01-13 | Jérémie Galarneau | Fix: configure: support Autoconf 2.70 ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2020-12-17 | Michael Jeanson | Don't force a target and optimization level on ARMv7 ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2020-12-17 | Michael Jeanson | Use DMB only on ARMv7 ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2020-12-17 | Michael Jeanson | Blacklist GCC 4.4.0, 4.4.1 and 4.4.2 on ARM ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2020-12-17 | Michael Jeanson | Cleanup: Move ARM specific code to urcu/arch/arm.h ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2020-12-17 | Michael Jeanson | fix: bump tests thread limit to 4096 ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2020-12-02 | Michael Jeanson | fix: reorder x86 arch detection ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2020-11-30 | Michael Jeanson | fix: typo in futex syscall define check ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2020-11-20 | Michael Jeanson | Compile time futex syscall detection ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2020-11-20 | Michael Jeanson | Static arch and uatomic headers ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2020-11-19 | Michael Jeanson | Add git-review config ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2020-11-17 | Michael Jeanson | cleanup: Improve wording of CONFIG_RCU_DEBUG description ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2020-11-17 | Michael Jeanson | fix: explicitly include urcu/config.h in files using... ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2020-11-16 | Shuo Wang | Fix typo in README.md ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2020-11-02 | Michael Jeanson | fix: add -lurcu-common to pkg-config libs for each... ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2020-10-26 | Paul E. McKenney | call_rcu: Fix race between rcu_barrier() and call_rcu_data_f... Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2020-04-21 | Mathieu Desnoyers | Cleanup: tls-compat.h: add parentheses around expression... ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2020-04-20 | Mathieu Desnoyers | Fix: tls-compat.h exposes compiler-dependent public... ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2020-04-10 | Mathieu Desnoyers | Fix: tap array subscript has type char warning ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
2020-04-09 | Mathieu Desnoyers | Version 0.12.0 ...off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
commit | commitdiff | tree |
next |