- Oct 29, 2020
-
-
Łukasz Stolarczuk authored
Merge stable 1.11 into master
-
Igor Chorążewicz authored
-
- Oct 28, 2020
-
-
Łukasz Stolarczuk authored
Move inline_string and basic_string template helpers out
-
Igor Chorążewicz authored
cleanups in CMake files
-
- Oct 27, 2020
-
-
Łukasz Stolarczuk authored
and cleanup other, locally set variables after use.
-
Łukasz Stolarczuk authored
-
Ł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
of a template_helpers.hpp. The template_helpers.hpp file should not have any dependencies on libpmemobj-cpp headers.
-
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
-
Łukasz Stolarczuk authored
Fix radix_tree::try_emplace
-
- 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
-
Igor Chorążewicz authored
It was not possible to pass to value ctor different number of elements than 1. Fix this by implementing make_key_args function taking heterogenous key and variadic args to be passed to value constructor. The function name is different from make() to avoid ambiguity in emplace().
-
- 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
-