- Jul 27, 2020
-
-
Igor Chorążewicz authored
LIBCXX map tests: CONS
-
- Jul 23, 2020
-
-
Krzysztof Filipek authored
Port cons tests taken from libcxx master branch
-
Łukasz Stolarczuk authored
Remove aliases for reverse iterator from the skip list
-
Igor Chorążewicz authored
License dates fixes
-
Sergei Vinogradov authored
These aliases were added by mistake and do not make sense because the concurrent skip list supports only forward iteration.
-
Krzysztof Filipek authored
Change of date in licenses
-
- Jul 22, 2020
-
-
Igor Chorążewicz authored
Generic erase tests enablement
-
Łukasz Stolarczuk authored
tests: make vector_ctor_exceptions_nopmem test generic
-
Krzysztof Filipek authored
Add helper function to map wrapper Enable generic erase tests
-
- Jul 21, 2020
-
-
Igor Chorążewicz authored
Enablement of generic emplace test
-
Igor Chorążewicz authored
So that it can be used to test radix tree
-
- Jul 20, 2020
-
-
Krzysztof Filipek authored
Enable emplace test Add helper classes taken from libcxx
-
Łukasz Stolarczuk authored
Enable libcxx tests for radix
-
Łukasz Stolarczuk authored
Add document describing requirements for containers
-
Łukasz Stolarczuk authored
update RELEASE_STEPS.md
-
Łukasz Stolarczuk authored
- cleanup what's not needed - define what $VERSION and $VER mean - clean up some sentences and add announcements on slack channel
-
Igor Chorążewicz authored
to avoid any conflicts with feature flags (if we ever add them)
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
-
Szymon Romik authored
Update CI files, incl. coverage-related fixes
-
- Jul 17, 2020
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
now it explicitly says it executes debug job, with additional COVERAGE variable set.
-
Łukasz Stolarczuk authored
Change in upstream repo may (and did) break our coverage. It's best to use fixed version, with a patch applied (incl. removal of an excessive log, due to the log limit in CI).
-
Łukasz Stolarczuk authored
- exit 1 if not successful - add prints and update comments - check for gcov leftovers; codecov's script should parse and remove them
-
- Jul 15, 2020
-
-
Łukasz Stolarczuk authored
-
- Jul 14, 2020
-
-
Igor Chorazewicz authored
-
Łukasz Stolarczuk authored
Extend error handling in allocator<void>::allocate
-
- Jul 13, 2020
-
-
Igor Chorążewicz authored
-
Łukasz Stolarczuk authored
Merge changes from stable 1.10 to master
-
Łukasz Stolarczuk authored
align issues' labels to recent update
-
- Jul 09, 2020
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
Update PMDK version to 1.9 in CI
-
Łukasz Stolarczuk authored
tests: enable map.ops tests which require generic std::less
-
Łukasz Stolarczuk authored
add CONTRIBUTING.md file
-
Igor Chorążewicz authored
Intead of std::less<void> which is available from C++14 use transaprent less which has the same implementation. Leave just one test with std::less<> as sanity check.
-
- Jul 08, 2020
-
-
Igor Chorążewicz authored
Enablement of generic erase test
-
- Jul 07, 2020
-
-
Krzysztof Filipek authored
- Add helper header for map-like structures - Enable erase_key test
-
Łukasz Stolarczuk authored
-
- Jul 03, 2020
-
-
Łukasz Stolarczuk authored
to include latest pmreorder fixes.
-
- Jun 18, 2020
-
-
Szymon Romik authored
Merge stable 1.9 into stable 1.10
-