- 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
-
Jan Dorniak authored
-
Łukasz Stolarczuk authored
string_view: add relational operators for string_view class
-
- Oct 12, 2020
-
-
Krzysztof Filipek authored
- add -Ob3 flag to avoid C1064 error in Windows environment
-
Krzysztof Filipek authored
- extend tests to test also wchar_t type
-
Krzysztof Filipek authored
- port libcxx tests to use pmem::obj::string_view class
-
Krzysztof Filipek authored
- taken from: llvm-mirror/libcxx@78d6a77
-
Krzysztof Filipek authored
- add missing relational operators for string_view
-
- Oct 08, 2020
-
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
Fix comparison between n->byte and key.size(). When using pmem::obj::string or inline_string the behavior was ok (since we always have null terminator at the end), but we technically access out-of-range memory which can cause asserts in string_view operator[].
-
Igor Chorążewicz authored
examples: update min cmake version to 3.4
-
- Oct 07, 2020
-
-
Szymon Romik authored
fix default bytes_view in radix_tree
-
Szymon Romik authored
radix_tree improvements
-