- Aug 25, 2020
-
-
Igor Chorążewicz authored
-
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
-
- 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.
-
- Aug 17, 2020
-
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
It is a data structure that holds sequence of chars within the same memory as the inline_string data structure itself. It requires custom allocation logic and a runtime wrapper (accessor) which is aware of the memory location and capacity.
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
Exclude self_relative_ptr from installation files
-
- Aug 13, 2020
-
-
Nikita Avdosev authored
-
Igor Chorążewicz authored
Implementing self-relative pointer
-
- Aug 12, 2020
-
-
Nikita Avdosev authored
-
Jan Dorniak authored
-
- Aug 11, 2020
-
-
Szymon Romik authored
Enable libcxx swap tests
-
Szymon Romik authored
Enable map modifiers tests
-
- Jul 31, 2020
-
-
Łukasz Stolarczuk authored
Update ndctl
-
Łukasz Stolarczuk authored
-
- Jul 30, 2020
-
-
Krzysztof Filipek authored
Enable few map.modifiers tests
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
-
- Jul 29, 2020
-
-
Igor Chorążewicz authored
-
- Jul 28, 2020
-
-
Łukasz Stolarczuk authored
doc: treat doxygen warnings as errors in developer mode
-
Krzysztof Filipek authored
Add missing operators to detail::pair<> required by libcxx tests
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
@param should not be used multiple times for the same argument.
-
Łukasz Stolarczuk authored
doc: add examples/ to EXAMPLE_PATH in doxyfile
-
Łukasz Stolarczuk authored
concurrent_map: fix typo
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
Without this, doxygen cannot find doc snippets from examples.
-
- Jul 27, 2020
-
-
Łukasz Stolarczuk authored
added simple example for string
-