- Oct 20, 2020
-
-
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
-
Jan Dorniak authored
-
Igor Chorążewicz authored
docker: fix auto docs generating - force clean dir
-
Jan Dorniak authored
use try_emplace instead of emplace
-
Jan Dorniak authored
-
Łukasz Stolarczuk authored
it's required for new branches, where target directory does not exist yet.
-
- Oct 06, 2020
-
-
Łukasz Stolarczuk authored
Merge changes from stable 1.11 to master
-
Łukasz Stolarczuk authored
in examples using 'include' command - it also uses 'CheckIncludeFile' which (in CMake <=3.3) worked only with set project language (CXX in this case), and some included files are supposed to be checked with C lang, too. With help of: https://github.com/nlohmann/cmake_min_version
-
Igor Chorążewicz authored
CI: fix GHA docs' job - use branches names not tags
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
update Fedora image for doc job
-
Łukasz Stolarczuk authored
Radix tree assing val fix
-