- Oct 06, 2020
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
update Fedora image for doc job
-
Łukasz Stolarczuk authored
Radix tree assing val fix
-
Igor Chorążewicz authored
Fix value() function which was creating an empty string (wrong input parameter) and add testcases for basic_inline_string<uint8_t> and basic_inline_string<wchar_t> as value types.
-
Igor Chorążewicz authored
Realocating path should be taken for values which are instances of basic_inline_string<CharT, Traits> (not only for CharT = char).
-
- Oct 02, 2020
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
coloring in IDE was not applied, because of this additional new line
-
- Oct 01, 2020
-
-
Łukasz Stolarczuk authored
add stable-1.11 to valid branches
-
Łukasz Stolarczuk authored
-
Szymon Romik authored
-
Szymon Romik authored
-
Szymon Romik authored
-
Szymon Romik authored
-
- Sep 30, 2020
-
-
Szymon Romik authored
-
Szymon Romik authored
-
Szymon Romik authored
tests: string_view_assignment
-
Szymon Romik authored
cmake: look for libpmemobj also when building benchmarks
-
Łukasz Stolarczuk authored
-
Szymon Romik authored
radix_tree: fix upper_bound implementation
-
Krzysztof Filipek authored
- string_view_assignment.pass test port - T_size_size.pass test port
-
Igor Chorążewicz authored
In internal_bound we actually rely on leaf node to be the leftmost one.
-
Igor Chorążewicz authored
If a key was not present in a radix tree and a slot variable was set to &root, next_leaf function lead to accessing uninitialzied memory (we tried to increment slot, as if it was a pointer to an element in array).
-
Szymon Romik authored
-
Szymon Romik authored
-
Łukasz Stolarczuk authored
fix ChangeLog 1.11-rc2
-
- Sep 29, 2020
-
-
Krzysztof Filipek authored
- changed to be consistent with the C++ specs
-
Szymon Romik authored
string_view: enable string_view.fail test
-
Krzysztof Filipek authored
- enable string_view.fail test
-
Krzysztof Filipek authored
- add explicit to basic_string(const T &t) constructor
-
Szymon Romik authored
-
Igor Chorążewicz authored
docker: cron workflows are no longer for coverity jobs only
-
Szymon Romik authored
add CMake flag for pmreorder tests
-
Szymon Romik authored
tests: fix syncthreads implementation
-
Szymon Romik authored
Radix tree improvements
-
- Sep 28, 2020
-
-
Łukasz Stolarczuk authored
-
Igor Chorążewicz authored
Since std::condition_variable::wait can wakeup spuriosly we need to pass a predicate to wait.
-
Łukasz Stolarczuk authored
and turn it on by default in CI. Check if pmreorder >= 1.9 - it guarantees reliable output.
-
Jan Dorniak authored
-
Jan Dorniak authored
unifdef generic tests (txabort, assignment op) and extend insert_or_assign, try_emplace tests.
-
Jan Dorniak authored
-