- Nov 29, 2019
-
-
Lukasz Dorau authored
-
- Nov 28, 2019
-
-
Igor Chorążewicz authored
Remove fixed_size_array_policy
-
Igor Chorążewicz authored
Do not allocate a pseudo-TTY in GitHub Actions
-
Igor Chorążewicz authored
Enumerable_thread_specific constructors fix
-
- Nov 27, 2019
-
-
Lukasz Dorau authored
... because it causes the following error: the input device is not a TTY ##[error]Process completed with exit code 1.
-
- Nov 26, 2019
-
-
vtune authored
Copy/Move constructors fixed to use storage's copy/move constructors instead of operator=
-
Lukasz Dorau authored
... because it is not very useful and requires a lot of memory.
-
- Nov 21, 2019
-
-
Łukasz Stolarczuk authored
Require clang-format 9.0
-
- Nov 20, 2019
-
-
Lukasz Dorau authored
-
Lukasz Dorau authored
-
- Nov 18, 2019
-
-
Lukasz Dorau authored
-
- Nov 15, 2019
-
-
Lukasz Dorau authored
-
Szymon Romik authored
Implementation of enumerable_thread_specific for persistent memory
-
Valeev Arslan authored
Interface of the data structure is similar to tbb::enumerable_thread_specific
-
- Nov 12, 2019
-
-
Szymon Romik authored
Set OS-specific options for building ndctl
-
Szymon Romik authored
Enable CMAKE_NO_SYSTEM_FROM_IMPORTED globally
-
Szymon Romik authored
Revert "appveyor: enable previously disabled build steps"
-
Igor Chorazewicz authored
This reverts commit fa3de54a. This is temporary change to avoid appveyor timeout.
-
- Nov 09, 2019
-
-
Łukasz Stolarczuk authored
Update dockerimages to newest versions
-
Łukasz Stolarczuk authored
Update version of ndctl in install-libndctl.sh script
-
Łukasz Stolarczuk authored
Add debian unstable dockerfile
-
- Nov 08, 2019
-
-
Igor Chorążewicz authored
Add Dockerfile.arch-linux-latest
-
- Nov 07, 2019
-
-
Lukasz Dorau authored
-
Lukasz Dorau authored
1) Update ndctl to v64.1 2) ndctl v64.1 depends on the 'keyutils-libs-devel' package, so add that to all Docker files
-
Pawel Karczewski authored
It's needed for testing with clang-9
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
Fedora 30 -> 31 Ubuntu 19.04 -> 19.10
-
Lukasz Dorau authored
... because it is not needed there.
-
Lukasz Dorau authored
-
- Nov 06, 2019
-
-
Igor Chorążewicz authored
Fix finding valgrind.pc
-
Igor Chorążewicz authored
Install ndctl and daxctl from packages
-
Lukasz Dorau authored
Do not treat include directories from the interfaces of consumed Imported Targets as SYSTEM by default. See the CMake documentation of CMAKE_NO_SYSTEM_FROM_IMPORTED and NO_SYSTEM_FROM_IMPORTED for details. The root cause of this change is to make sure that TBB will not add its include directory '/usr/lib64/cmake/TBB/../../../include' (== '/usr/inlcude') to gcc's CXX_INCLUDES flag with the '-isystem' option, what can cause compilation errors, but the '-I' option will be used instead. See https://github.com/pmem/libpmemobj-cpp/issues/508 for more details. Fixes: #508 -
Szymon Romik authored
appveyor: enable previously disabled build steps
-
Lukasz Dorau authored
... there where version >= 63 is available
-
- Nov 05, 2019
-
-
Lukasz Dorau authored
'find' can return value != 0 even if it finds the file: It happens on Arch Linux: $ find /usr -name valgrind.pc || echo RV=$? find: ‘/usr/share/polkit-1/rules.d’: Permission denied /usr/lib/pkgconfig/valgrind.pc RV=1
-
Igor Chorążewicz authored
Change install-pmdk.sh script
-
Igor Chorążewicz authored
Fix OS environment variable in openSUSE-tumbleweed Docker image
-
- Nov 04, 2019
-
-
Lukasz Dorau authored
Add an option to not build any packages if a package manager is not specified. It is useful for linux distributions with packages different than RPM and DEB (for example Arch Linux).
-
- Oct 31, 2019
-
-
Igor Chorążewicz authored
Merge changes from stable 1.8 to master
-
- Oct 30, 2019
-
-
Igor Chorążewicz authored
Add Dockerfile.opensuse-leap-latest
-