- Oct 07, 2020
-
-
Szymon Romik authored
fix default bytes_view in radix_tree
-
Szymon Romik authored
radix_tree improvements
-
Jan Dorniak authored
-
Jan Dorniak authored
use try_emplace instead of emplace
-
Jan Dorniak authored
-
- Oct 06, 2020
-
-
Łukasz Stolarczuk authored
Merge changes from stable 1.11 to master
-
Igor Chorążewicz authored
CI: fix GHA docs' job - use branches names not tags
-
Ł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).
-
Łukasz Stolarczuk authored
add new release step to update version in vcpkg
-
Łukasz Stolarczuk authored
readme: add info about minimal VS version for radix
-
- Oct 02, 2020
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
coloring in IDE was not applied, because of this additional new line
-
Igor Chorążewicz authored
-
- Oct 01, 2020
-
-
Szymon Romik authored
docker: bump images' tag to 1.12
-
Łukasz Stolarczuk authored
add stable-1.11 to valid branches
-
Łukasz Stolarczuk authored
-
Ł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
-