- Nov 17, 2020
-
-
Łukasz Stolarczuk authored
-
- Nov 16, 2020
-
-
Łukasz Stolarczuk authored
Bump OSes versions
-
Łukasz Stolarczuk authored
Don't use github.repository variable in workflow files
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
CI: use special environment var in GHA for Windows' PATH
-
Łukasz Stolarczuk authored
Map example fix
-
- Nov 12, 2020
-
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
So that hashmap is not always empty after reopen.
-
- Nov 11, 2020
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
This reverts commit fc304b2e.
-
- Nov 10, 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 06, 2020
-
-
Łukasz Stolarczuk authored
and enable additional package build in other_OSes.yml
-
Łukasz Stolarczuk authored
we use them in other_OSes.yml - Ubuntu, because it's not LTS release, Fedora, because PMDK rpm's don't work properly there.
-
- Nov 05, 2020
-
-
Łukasz Stolarczuk authored
string_view: implement ops API for string_view and port proper tests
-
Krzysztof Filipek authored
-
Igor Chorążewicz authored
result of make_persistent was assigned to a local variable instead of to root()->pptr.
-
Krzysztof Filipek authored
- add copy, substr, compare API
-
Łukasz Stolarczuk authored
Do not run concurrent gdb tests under clang
-
- Nov 04, 2020
-
-
Igor Chorążewicz authored
On some versions of clang and gdb rbreak does not work correctly for template function. More precisely, breakpoint at internal_insert_node is never hit.
-
- Nov 03, 2020
-
-
Krzysztof Filipek authored
- taken from: llvm-mirror/libcxx@78d6a77
-
Igor Chorążewicz authored
string_view: implement reverse iterators and tests
-
- Nov 02, 2020
-
-
Krzysztof Filipek authored
- change test implementation to test pmem::obj::string_view API
-
Igor Chorążewicz authored
cmake: get rid of INSTALL_* options and always install all source
-
- Oct 31, 2020
-
-
Łukasz Stolarczuk authored
Update CONTAINER_REG variable to allow docker images push from forks
-
Krzysztof Filipek authored
- taken from: llvm-mirror/libcxx@78d6a77
-
Krzysztof Filipek authored
- add reverse iterator API
-
- Oct 30, 2020
-
-
Łukasz Stolarczuk authored
cmake: don't use GREATER_EQUAL commands
-
Łukasz Stolarczuk authored
It seems redundant to keep these options and it complicates which files are required by which containers. Installing all source files should not cause any issue as long as they won't be used. fixes: #955
-
- Oct 29, 2020
-
-
Łukasz Stolarczuk authored
Merge stable 1.11 into master
-
Igor Chorążewicz authored
-
- Oct 28, 2020
-
-
Łukasz Stolarczuk authored
Move inline_string and basic_string template helpers out
-
Igor Chorążewicz authored
cleanups in CMake files
-
Łukasz Stolarczuk authored
cmake 3.3 (which we're using) doesn't support such functions
-
- Oct 27, 2020
-
-
Łukasz Stolarczuk authored
and cleanup other, locally set variables after use.
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
it's not needed anymore in the main CMake, since the only test that was using it, does not require it anymore. It's moved to a function in a helper file for potential future use.
-
Łukasz Stolarczuk authored
- add more and fix comments, - group commands, - cleanup messages, - simplify code/commands.
-
Igor Chorążewicz authored
of a template_helpers.hpp. The template_helpers.hpp file should not have any dependencies on libpmemobj-cpp headers.
-
Igor Chorążewicz authored
string_view: change test behavior according to C++ version
-