- Aug 03, 2021
-
-
Krzysztof Filipek authored
Idea behind this PR is to remove duplicated methods from exception classes.
-
- Jul 29, 2021
-
-
Igor Chorążewicz authored
[string_view] add description for methods in string_view
-
Igor Chorążewicz authored
Update doxygen config
-
Krzysztof Filipek authored
Added missing description for methods and comment fix.
-
Pawel Karczewski authored
It generates a lot not relevant documentation for helper methods
-
Pawel Karczewski authored
-
Pawel Karczewski authored
It's needed to rename "Modules" section into "Features" https://www.doxygen.nl/manual/customize.html
-
Pawel Karczewski authored
It's needed for ebr_0_drd and radix_concurrent_ierate_0_drd
-
Pawel Karczewski authored
-
Pawel Karczewski authored
Fixes #1076
-
Pawel Karczewski authored
Include graph is extremely unreadable, and not really useful
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
using Doxygen 1.9.1 version.
-
Łukasz Stolarczuk authored
it has doxygen in version 1.9.x, which produces better documentation. Also, removed additional 'hub --version' step in the auto-doc-update script, since it appears to be redundant. Fixes: #1010
-
- Jul 28, 2021
-
-
Łukasz Stolarczuk authored
Add copyright-format target to CMakeLists
-
- Jul 27, 2021
-
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
-
- Jul 26, 2021
-
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
disable 'maybe-uninitialized' compiler flag
-
- Jul 23, 2021
-
-
Łukasz Stolarczuk authored
in tests, examples and benchmarks - it produces many false-positives.
-
- Jul 22, 2021
-
-
Igor Chorążewicz authored
tests: add drd/memcheck suppressions
-
Igor Chorążewicz authored
-
- Jul 21, 2021
-
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
-
Łukasz Stolarczuk authored
inline_string: add missing specialization for total_sizeof
-
Igor Chorążewicz authored
-
Pawel Karczewski authored
-
Łukasz Stolarczuk authored
inline_string: implement copy assignment operator
-
Igor Chorążewicz authored
Older compilers have problems with using assignment operator from the base class.
-
Łukasz Stolarczuk authored
[inline_string] Differentiate inline_string on PMEM and DRAM
-
- Jul 20, 2021
-
-
Krzysztof Filipek authored
instead of basic_inline_string so that there is no implicit copy of inline_string when string_view is passed. Authored by: Igor Chorazewicz
-
Krzysztof Filipek authored
-
Igor Chorążewicz authored
Fixes
-
Łukasz Stolarczuk authored
tests: remove Testcase1 object before exiting from test.
-
- Jul 19, 2021
-
-
Łukasz Stolarczuk authored
it wasn't added during one of merge's. ref. 1c37736e
-
Łukasz Stolarczuk authored
next may be end() in case of the last key (or in case of concurrent erase).
-
Łukasz Stolarczuk authored
CI: extend weekly runs with ASAN/UBSAN on fedora rawhide
-
Igor Chorążewicz authored
-