- Dec 10, 2020
-
-
Łukasz Stolarczuk authored
ref. 02c0feca
-
Igor Chorążewicz authored
Merge stable-1.11 into master
-
Igor Chorążewicz authored
-
- Dec 01, 2020
-
-
Igor Chorążewicz authored
modify slice to work with output iterators
-
Jan Dorniak authored
-
- Nov 30, 2020
-
-
Łukasz Stolarczuk authored
radix_tree: fix use after free
-
- Nov 25, 2020
-
-
Igor Chorążewicz authored
Iterator inside erase() cannot be incremented after calling delete_persistent. Incrementing checks the value of leaf_->parent which means reading from free'd memory.
-
Igor Chorążewicz authored
Merge stable-1.10 into stable-1.11
-
Łukasz Stolarczuk authored
basic_string: remove workaround to compile under VC++2015
-
Krzysztof Filipek authored
After added conversion operators there is no need to manually cast string to string_view. Casting in this case produces VC++2015 errors due to operator==() ambiguity.
-
Łukasz Stolarczuk authored
-
Szymon Romik authored
Merge stable-1.9 into stable-1.10
-
- Nov 24, 2020
-
-
Igor Chorążewicz authored
docker: add Ubuntu-18.04 docker image and test it in other_OSes.yml
-
Łukasz Stolarczuk authored
-
Igor Chorążewicz authored
CI: use special environment var in GHA for Windows' PATH
-
- Nov 23, 2020
-
-
Łukasz Stolarczuk authored
The old 'addPath' is depreciated now. For more details see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
-
- Nov 20, 2020
-
-
Łukasz Stolarczuk authored
Fix TBB cmake
-
Łukasz Stolarczuk authored
string_view: VS2015 build fix
-
- Nov 19, 2020
-
-
Krzysztof Filipek authored
- remove class namespaces before class members which are in the same namespace to avoid compilation errors
-
- Nov 18, 2020
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
- print more concise messages, - make it required when TESTS_TBB is on.
-
Szymon Romik authored
string: unify description of find API
-
Krzysztof Filipek authored
- change description to be the same for string and string_view
-
- Nov 17, 2020
-
-
Łukasz Stolarczuk authored
string_view: move find API implementation from string
-
Krzysztof Filipek authored
- change function body to use conversion operator to string_view and call find*/rfind* function accordingly
-
Krzysztof Filipek authored
- add find*, rfind* functions to string_view
-
Łukasz Stolarczuk authored
-
- Nov 16, 2020
-
-
Łukasz Stolarczuk authored
Bump OSes versions
-
Łukasz Stolarczuk authored
Don't use github.repository variable in workflow files
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
CI: use special environment var in GHA for Windows' PATH
-
Łukasz Stolarczuk authored
Map example fix
-
- Nov 12, 2020
-
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
So that hashmap is not always empty after reopen.
-
- Nov 11, 2020
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
This reverts commit fc304b2e.
-
- Nov 10, 2020
-
-
Łukasz Stolarczuk authored
The old 'addPath' is depreciated now. For more details see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
-
- Nov 06, 2020
-
-
Łukasz Stolarczuk authored
and enable additional package build in other_OSes.yml
-
Łukasz Stolarczuk authored
we use them in other_OSes.yml - Ubuntu, because it's not LTS release, Fedora, because PMDK rpm's don't work properly there.
-