- Sep 11, 2020
-
-
Krzysztof Filipek authored
- change implementation to template - move functions definitions outside class
-
- Sep 04, 2020
-
-
Krzysztof Filipek authored
Add new cases to fully cover inline_string
-
- Sep 02, 2020
-
-
Szymon Romik authored
Implementation of basic_string_view class
-
Szymon Romik authored
run most of CI jobs on GHA only
-
- Aug 31, 2020
-
-
Krzysztof Filipek authored
Parametrized version of original string_view
-
- Aug 26, 2020
-
-
Igor Chorążewicz authored
add remaining methods for radix_tree
-
Jan Dorniak authored
-
Jan Dorniak authored
-
Igor Chorążewicz authored
-
Jan Dorniak authored
-
Szymon Romik authored
Radix tree improvements
-
- Aug 25, 2020
-
-
Szymon Romik authored
radix_tree: refactor tagged_node_ptr to use self_relative_ptr
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
Previous type was copied from vmemcache and is too small.
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
-
Szymon Romik authored
std::atomic specialization for self_relative_pointer
-
Igor Chorążewicz authored
After changing radix_tree iterators API to return reference to the value instead of a wrapper user should be able to check the capacity of an inline string. The storage cost of one additional field is not very high and it also allows for checks inside assign() methods of inline_string.
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
and enable swap tests for radix_tree
-
Igor Chorążewicz authored
-
Nikita Avdosev authored
-
Nikita Avdosev authored
-
Igor Chorążewicz authored
Enable map access tests
-
- Aug 24, 2020
-
-
Krzysztof Filipek authored
Remove unused get_allocator code according to issue #827
-
Krzysztof Filipek authored
Enable access tests ported from LIBCXX
-
Igor Chorążewicz authored
Enable unclassified map tests
-
- Aug 23, 2020
-
-
Szymon Romik authored
self_relative_ptr: fix assignment
-
- Aug 22, 2020
-
-
Krzysztof Filipek authored
Enable unclassified tests ported from LIBCXX
-
- Aug 21, 2020
-
-
Łukasz Stolarczuk authored
coverity and coverage builds require updates in our docker scripts.
-
- Aug 20, 2020
-
-
Nikita Avdosev authored
-
- Aug 19, 2020
-
-
Łukasz Stolarczuk authored
separate doc snippets
-
Łukasz Stolarczuk authored
Ignore more libunwind errors
-
Jan Dorniak authored
-
- Aug 18, 2020
-
-
Tulio Magno Quites Machado Filho authored
On most architectures, libunwind reuses getcontext and setcontext from the C standard library. memcheck report errors from these setcontext calls. This has been reproduced on ppc64le. [1] https://github.com/libunwind/libunwind#libc-requirements
-
Igor Chorążewicz authored
unify usage of get_pool()
-
Szymon Romik authored
Singlethreaded radix tree implementation
-
Igor Chorążewicz authored
Also, add doc snippet (BytesView example) to radix_tree.
-
Igor Chorążewicz authored
It reads a sequence of keys from stdin and prints radix in a DOT format.
-