summaryrefslogtreecommitdiff
path: root/build/cmake
Commit message (Expand)AuthorAgeFilesLines
* fix typo in config.h.in (#1851)Xin "Russell" Liu2023-03-011-1/+1
* replace time64 functions with normal ones (#1830)Rosen Penev2023-01-091-8/+8
* Merge pull request #1793 from flyingdutchman23/fix-cmake-warningMartin Matuška2022-12-061-0/+0
|\
| * Fix CMake warningJoris Clement2022-10-281-0/+0
* | cmake config ${} to @@Rosen Penev2022-11-011-24/+24
|/
* Merge pull request #1649 from petris/masterMartin Matuška2022-01-031-0/+4
|\
| * Support libzstd compiled with compressor disabledPetr Malat2021-12-231-0/+4
* | update CMake sizeof definitions to match autotoolslinear cannon2021-12-191-22/+22
|/
* Fix extracting hardlinks to symlinksMartin Matuska2021-08-211-0/+3
* Use built-in strnlen on platforms where not availableMartin Matuska2020-12-081-0/+3
* Avoid mismatch between library and test crypto configurationAlex Richardson2020-09-171-0/+1
* Create libarchive.pc inside the cmake build dirDavid Capello2020-04-171-2/+2
* Windows: use _localtime64_s and _gmtime64_s where appropriateMartin Matuska2020-01-131-0/+3
* Add mbed TLS as optional crypto providerMartin Matuska2020-01-032-0/+16
* Add missing HAVE_UNLINKAT to build/cmake/config.h.inMartin Matuska2019-06-031-0/+3
* Added missing config.h entries for libb2Grzegorz Antoniak2018-10-271-0/+6
* Check for and include sys/sysmacros.h for GNU libc based systems.Tim Kientzle2018-09-011-0/+4
* Fix alphabetical order, other small fixesSean Purcell2017-05-151-6/+6
* Add Zstandard read supportSean Purcell2017-05-151-0/+6
* Improve extended attribute supportMartin Matuska2017-03-231-0/+16
* Add NFSv4 ACL support for Linux via librichaclMartin Matuska2017-03-161-1/+7
* Move platform-specific ACL code to individual source files.Martin Matuska2017-03-141-0/+18
* New tar test: test_option_aclsMartin Matuska2017-03-021-0/+3
* Reorganize ACL defines and fix detection of ACL_SYNCHRONIZE on Mac OSMartin Matuska2017-03-021-9/+16
* Change Solaris ACL support to use acl() and facl()Martin Matuska2017-03-021-0/+24
* Fix broken Linux fflags code since kernel 3.7 (Dec 2012)Martin Matuska2017-02-241-0/+3
* Add NFSv4 ACL support for Mac OS XMartin Matuska2017-01-291-0/+3
* Use HAVE_ACL_TYPE_NFS4 instead of checking against system constantMartin Matuska2017-01-171-0/+3
* Remove support for liblzmadec and use FindLibLZMAMartin Matuska2016-10-261-48/+0
* Fill in checks and support for acl_get_fd_npTim Kientzle2016-09-041-0/+3
* Fix FreeBSD build: prefer struct xvfsconf to struct vfsconfTim Kientzle2016-09-041-0/+3
* Merge LZMA MP detection from configure.Joerg Sonnenberger2016-07-021-0/+3
* Merge struct vfsconf detection from configure for DragonFly.Joerg Sonnenberger2016-07-021-0/+3
* Use CMake module "CheckStructHasMember" and remove custom "CheckStructMember"Jean-Christophe Fillion-Robin2016-06-221-43/+0
* Define NTDDI_VERSION on Windows, default to Windows Server 2003 instead of WinXPTim Kientzle2016-04-241-1/+5
* Define INT32_MAX and INT32_MIN for older compilersTim Kientzle2016-04-241-0/+8
* Fix cmake tests for nettle and OpenSSL supportTim Kientzle2016-01-111-0/+6
* Ensure to declare UINTMAX_MAX, INTMAX_MAX and INTMAX_MINOBATA Akio2015-12-271-2/+12
* Fix CMake build - add HAVE_WMEMMOVE to config.h.inPaul Harris2015-06-231-0/+3
* Allow library installation to be disabled in CMakeXiao-Long Chen2015-01-231-2/+4
* Fix a lack of definitions for OpenSSL library on CMake build system.Michihiro NAKAJIMA2014-10-141-0/+6
* Merge pull request #85 from purpleKarrot/masterMichihiro NAKAJIMA2014-10-131-1/+1
|\
| * Fix int32_t in config.h.inDaniel Pfeifer2014-07-101-1/+1
* | Implement HMAC, PBKDF2 and AES support on Windows using CNG forMichihiro NAKAJIMA2014-10-131-0/+3
* | Implement reading a passphrase from ttys.Michihiro NAKAJIMA2014-09-211-0/+6
* | Fix build failure on FreeBSD 9.2.Michihiro NAKAJIMA2014-09-141-0/+6
* | Add support for traditional PKWARE encryption.Michihiro NAKAJIMA2014-09-081-0/+6
|/
* Add lz4 detection for CMake configuration.Michihiro NAKAJIMA2014-07-061-0/+9
* Add optional bsdcat tool.Mike Kazantsev2014-04-041-0/+3
* Merge pull request #63 from sergiud/masterTim Kientzle2014-03-161-0/+5
|\