- Sep 15, 2020
-
-
Szymon Romik authored
heterogenerous methods for radix_tree
-
Szymon Romik authored
inline_string: API extension
-
Jan Dorniak authored
-
Jan Dorniak authored
-
Jan Dorniak authored
-
-
Jan Dorniak authored
-
Jan Dorniak authored
-
- Sep 14, 2020
-
-
Krzysztof Filipek authored
- modify existing inline_string to check new API
-
Krzysztof Filipek authored
- add two string methods
-
Szymon Romik authored
run coverage job on GHA
-
Szymon Romik authored
cleanup in docker scripts after latest doc job changes
-
Szymon Romik authored
Add conversion operator to basic_string
-
Szymon Romik authored
inline_string reimplementation
-
- Sep 12, 2020
-
-
Krzysztof Filipek authored
Add case to cover conversion operator
-
Krzysztof Filipek authored
Implement conversion operator from string to string_view
-
- Sep 11, 2020
-
-
Krzysztof Filipek authored
- change implementation to template - move functions definitions outside class
-
- Sep 10, 2020
-
-
Igor Chorążewicz authored
remove doubled clang-format configuration's rule
-
Igor Chorążewicz authored
minor comments updates
-
Łukasz Stolarczuk authored
-
- Sep 09, 2020
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
- update comments, - update RELEASE_STEPS.md, - remove unused code and variables.
-
- Sep 08, 2020
-
-
Łukasz Stolarczuk authored
and remove coverity job from GHA, it will be run as separate workflow.
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
- Sep 04, 2020
-
-
Krzysztof Filipek authored
Add new cases to fully cover inline_string
-
- Sep 03, 2020
-
-
Szymon Romik authored
fix issues from klocwork and coverity
-
Szymon Romik authored
tests: add libunwind suppresion
-
Szymon Romik authored
Radix tree optimizations
-
- Sep 02, 2020
-
-
Igor Chorążewicz authored
Run docs update as separate job on GHA
-
Jan Dorniak authored
-
Pawel Karczewski authored
-
Igor Chorążewicz authored
Memcheck reports an error in libunwind exception raising.
-
Igor Chorążewicz authored
The only difference between lower and upper bound is behavior in case the element already exists.
-
Igor Chorążewicz authored
to increase lower_bound coverage.
-
Igor Chorążewicz authored
to helper methods.
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
Change bottom_leaf to return any leaf placed lower than a certain depth. This way, leaf variable in internal_emplace will always point to an element with specified key (if only it exists). It saves going descending the tree for the second time when the element is an embedded entry.
-
Szymon Romik authored
Implementation of basic_string_view class
-