- Nov 12, 2019
-
-
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
-
- 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
-
- Oct 29, 2019
-
-
Lukasz Dorau authored
-
Igor Chorążewicz authored
Fix installing libpmem-*.rpm
-
Igor Chorążewicz authored
Merge pull request #498 from ldorau/Do-not-add-symlinks-to-clang-9-in-the-Docker.debian-testing-image Do not add symlinks to clang-9 in the Docker.debian-testing image
-
Igor Chorążewicz authored
Add Dockerfile.opensuse-tumbleweed-latest
-
Igor Chorążewicz authored
Fix removing pkg-config rpm package
-
- Oct 28, 2019
-
-
Lukasz Dorau authored
-
Lukasz Dorau authored
-
Igor Chorążewicz authored
Update version of PMDK in Docker images
-
- Oct 25, 2019
-
-
Lukasz Dorau authored
Unless there's no other option we should never modify the operating system, especially when it affects packages unrelated to pmem. In this particular case, if clang would point to something other than clang-9, we could set CMAKE_C/CXX_COMPILER to the correct path. (https://github.com/pmem/libpmemobj-cpp/pull/473#issuecomment-542313407)
-
Lukasz Dorau authored
... to the latest stable-1.7 containing a fix required to build openSUSE Docker images.
-
- Oct 23, 2019
-
-
Lukasz Dorau authored
Most rpm based OSes use the 'pkgconf' name, only openSUSE uses 'pkg-config'.
-
Lukasz Dorau authored
Replace 'libpmem-*.rpm' with 'libpmem*.rpm'. It fixes following errors on openSUSE: error: Failed dependencies: libpmemobj1 = 1.7-1.suse1500 is needed by libpmemobj-debug-1.7-1.suse1500.x86_64 libpmemobj1 = 1.7-1.suse1500 is needed by libpmemobj-devel-1.7-1.suse1500.x86_64 error: Failed dependencies: libpmem1 = 1.7-1.suse1500 is needed by libpmem-debug-1.7-1.suse1500.x86_64 libpmem1 = 1.7-1.suse1500 is needed by libpmem-devel-1.7-1.suse1500.x86_64
-
- Oct 22, 2019
-
-
Igor Chorążewicz authored
Change header_features constant to a function in concurrent_hash_map.
-
Igor Chorążewicz authored
Add test with concurrent_hash_map and pmem::obj::string
-
- Oct 21, 2019
-
-
Igor Chorazewicz authored
-
- Oct 16, 2019
-
-
Igor Chorążewicz authored
Update readmes
-
Igor Chorążewicz authored
Remove using namespace from a header
-