- Oct 27, 2020
-
-
Łukasz Stolarczuk authored
it's not needed anymore in the main CMake, since the only test that was using it, does not require it anymore. It's moved to a function in a helper file for potential future use.
-
Łukasz Stolarczuk authored
- add more and fix comments, - group commands, - cleanup messages, - simplify code/commands.
-
Igor Chorążewicz authored
string_view: change test behavior according to C++ version
-
Łukasz Stolarczuk authored
string_view: add modifiers API and related libcxx tests
-
- Oct 26, 2020
-
-
Krzysztof Filipek authored
- check noexcept when testing our implementation of string_view
-
Krzysztof Filipek authored
- enable tests for remove_suffix/prefix and swap methods
-
Krzysztof Filipek authored
- add remove_prefix, remove_suffix and swap for string_view
-
Krzysztof Filipek authored
- taken from: llvm-mirror/libcxx@78d6a77
-
Łukasz Stolarczuk authored
string_view: implement iterator API for string_view
-
- Oct 23, 2020
-
-
Krzysztof Filipek authored
- add string_view iterators
-
- Oct 22, 2020
-
-
Krzysztof Filipek authored
- taken from: llvm-mirror/libcxx@78d6a77
-
Krzysztof Filipek authored
- add forward iterator API for string_view
-
- Oct 21, 2020
-
-
Łukasz Stolarczuk authored
CI: require login to container registry only when pushing image
-
Łukasz Stolarczuk authored
This reverts commit 07e3fa7b. Packages should be public now, so they don't require login. Basically GHCR should work just fine like it was in #930 + commit: da7bdf7c.
-
Łukasz Stolarczuk authored
Fix GH Container Registry log-in
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
rather than only in push-image.sh script.
-
Łukasz Stolarczuk authored
string_view: add missing licence for capacity libcxx test
-
- Oct 20, 2020
-
-
Igor Chorążewicz authored
docker: use GH Container Registry instead of Docker Hub
-
Krzysztof Filipek authored
- add missing Intel licence
-
Łukasz Stolarczuk authored
and refactor docker scripts a bit.
-
Igor Chorążewicz authored
string_view: implement capacity API and port libcxx tests
-
Krzysztof Filipek authored
- change implementation to use pmem::obj::string_view
-
Krzysztof Filipek authored
- taken from: llvm-mirror/libcxx@78d6a77
-
Krzysztof Filipek authored
- add missing empty and max_size methods required by tests
-
- Oct 19, 2020
-
-
Igor Chorążewicz authored
string_view: implement access API and port libcxx tests
-
Krzysztof Filipek authored
- change implementation to use pmem::obj::string_view
-
Krzysztof Filipek authored
- add missing functions: front, back - extend declarations by constexpr keyword
-
Krzysztof Filipek authored
- taken from: llvm-mirror/libcxx@78d6a77
-
- Oct 16, 2020
-
-
Igor Chorążewicz authored
Merge changes from stable-1.11 to master
-
- Oct 15, 2020
-
-
Łukasz Stolarczuk authored
add concurrent_hash_map concurrent erase defrag test
-
Jan Dorniak authored
ref: #892
-
- Oct 14, 2020
-
-
Łukasz Stolarczuk authored
cmake: add ccache support
-
Łukasz Stolarczuk authored
Move Coverity job to GHA
-
Pawel Karczewski authored
On my not-so-fast NUC it improves build time: clean build without ccache (and first build with ccache): real 6m15.062s user 19m45.633s sys 1m48.421s second clean build with ccache: real 0m48.836s user 1m48.793s sys 0m35.407s It's not needed for CI, as builds are done in containers and do not share ccache anyway
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
- Oct 13, 2020
-
-
Igor Chorążewicz authored
add range methods to basic_string
-
Łukasz Stolarczuk authored
radix_tree: fix internal find
-