- Nov 02, 2020
-
-
Igor Chorążewicz authored
cmake: get rid of INSTALL_* options and always install all source
-
- Oct 31, 2020
-
-
Łukasz Stolarczuk authored
Update CONTAINER_REG variable to allow docker images push from forks
-
- Oct 30, 2020
-
-
Łukasz Stolarczuk authored
cmake: don't use GREATER_EQUAL commands
-
Łukasz Stolarczuk authored
It seems redundant to keep these options and it complicates which files are required by which containers. Installing all source files should not cause any issue as long as they won't be used. fixes: #955
-
- 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
-
Łukasz Stolarczuk authored
cmake 3.3 (which we're using) doesn't support such functions
-
- 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
-
Łukasz Stolarczuk authored
It will allow pushing docker images on own forks.
-
Łukasz Stolarczuk authored
-
- 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
-