- Dec 11, 2020
-
-
Łukasz Stolarczuk authored
-
- Dec 10, 2020
-
-
Igor Chorążewicz authored
major CI/utils cleanup
-
Pawel Karczewski authored
-
Łukasz Stolarczuk authored
and make sure WORKDIR env is set.
-
Łukasz Stolarczuk authored
it's useful for debugging, especially if tests fail.
-
Łukasz Stolarczuk authored
Pushing image happens only on push events so tests are expected to pass. Taking this into account - pushing can be done right after rebuilding an image, instead of marking a flag for a later push.
-
Łukasz Stolarczuk authored
- set proper IMG_VER on stable branches, - use "rebuild" param (for pull-or-rebuild.sh) on stable branches.
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
rather than hardcoded address string.
-
Łukasz Stolarczuk authored
and remove ndctl installation step in CentOS, since it's installed from package.
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
and use it in jobs not requiring image rebuilding.
-
Łukasz Stolarczuk authored
instead of using array of hard-coded dir names.
-
Łukasz Stolarczuk authored
fixes warning in log: 'Unable to find image '...' locally'.
-
Łukasz Stolarczuk authored
so we don't have to update this piece of code every release.
-
Łukasz Stolarczuk authored
and let other OSes build independently.
-
Łukasz Stolarczuk authored
to make possible to override it for testing on real pmem. Default: ON.
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
to avoid warnings in build logs.
-
Łukasz Stolarczuk authored
in run-doc-update.sh created PRs.
-
Łukasz Stolarczuk authored
and additional minor cleanups in run-doc-update.sh
-
Łukasz Stolarczuk authored
and don't build docs.
-
Łukasz Stolarczuk authored
- tidy up workflow files, - make scripts more verbose, - unify printed messages, - use proper ${} bash variables syntax, - order code, - remove redundant code. -
Igor Chorążewicz authored
Merge stable-1.11 into master
-
Igor Chorążewicz authored
-
- Dec 01, 2020
-
-
Igor Chorążewicz authored
modify slice to work with output iterators
-
Jan Dorniak authored
-
- Nov 30, 2020
-
-
Łukasz Stolarczuk authored
radix_tree: fix use after free
-
- Nov 25, 2020
-
-
Igor Chorążewicz authored
Iterator inside erase() cannot be incremented after calling delete_persistent. Incrementing checks the value of leaf_->parent which means reading from free'd memory.
-
Igor Chorążewicz authored
Merge stable-1.10 into stable-1.11
-
Łukasz Stolarczuk authored
basic_string: remove workaround to compile under VC++2015
-
Krzysztof Filipek authored
After added conversion operators there is no need to manually cast string to string_view. Casting in this case produces VC++2015 errors due to operator==() ambiguity.
-
Łukasz Stolarczuk authored
-
Szymon Romik authored
Merge stable-1.9 into stable-1.10
-
- Nov 24, 2020
-
-
Igor Chorążewicz authored
docker: add Ubuntu-18.04 docker image and test it in other_OSes.yml
-
Łukasz Stolarczuk authored
-
Igor Chorążewicz authored
CI: use special environment var in GHA for Windows' PATH
-
- Nov 23, 2020
-
-
Łukasz Stolarczuk authored
The old 'addPath' is depreciated now. For more details see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
-
- Nov 20, 2020
-
-
Łukasz Stolarczuk authored
Fix TBB cmake
-