- Sep 15, 2020
-
-
Jan Dorniak authored
-
- Sep 14, 2020
-
-
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
-
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
-
Igor Chorążewicz authored
In case there is already such element we can return it just after descend - no need to descend the tree twice.
-
Jan Dorniak authored
-
Jan Dorniak authored
-
Igor Chorążewicz authored
-
Jan Dorniak authored
-
Szymon Romik authored
Radix tree improvements
-