- Jul 28, 2020
-
-
Łukasz Stolarczuk authored
doc: add examples/ to EXAMPLE_PATH in doxyfile
-
Łukasz Stolarczuk authored
concurrent_map: fix typo
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
Without this, doxygen cannot find doc snippets from examples.
-
- Jul 27, 2020
-
-
Łukasz Stolarczuk authored
added simple example for string
-
Łukasz Stolarczuk authored
Add missing constructor to concurrent map
-
Łukasz Stolarczuk authored
Fix clang format lookup
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
on Ubuntu it's called "clang-format-9" not "...-9.0".
-
Krzysztof Filipek authored
Add missing constructor Enable compare.pass test
-
Igor Chorążewicz authored
update docker containers version to 1.11
-
Igor Chorążewicz authored
LIBCXX map tests: CONS
-
Jan Dorniak authored
-
- Jul 24, 2020
-
-
Łukasz Stolarczuk authored
-
- 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
-