summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Disable automatic detection of liblzo2Martin Matuska2017-01-301-16/+22
* Add NFSv4 ACL support for Mac OS XMartin Matuska2017-01-291-0/+4
* Fix typo in commentKyrre Sjobak2017-01-241-1/+1
* CMakelists.txt: disable new acl variables if acl is not requestedMartin Matuska2017-01-241-1/+3
* Use HAVE_ACL_TYPE_NFS4 instead of checking against system constantMartin Matuska2017-01-171-0/+1
* Add POSIX.1e and NFSv4 ACL support for Solaris and derivatesMartin Matuska2017-01-101-0/+20
* Remove support for liblzmadec and use FindLibLZMAMartin Matuska2016-10-261-14/+8
* Merge branch 'fix_acls_inside_subdirs' of https://github.com/mmatuska/libarch...Tim Kientzle2016-09-041-0/+1
|\
| * Multiple bugfixes for setup_acls()Martin Matuska2016-09-041-0/+1
* | Fix FreeBSD build: prefer struct xvfsconf to struct vfsconfTim Kientzle2016-09-041-0/+4
|/
* Merge LZMA MP detection from configure.Joerg Sonnenberger2016-07-021-0/+4
* Merge struct vfsconf detection from configure for DragonFly.Joerg Sonnenberger2016-07-021-0/+4
* Use CMake module "CheckStructHasMember" and remove custom "CheckStructMember"Jean-Christophe Fillion-Robin2016-06-221-15/+15
* Fix spelling typos in commentsBrad King2016-05-021-1/+1
* Default to Windows 7 SDKTim Kientzle2016-04-241-1/+1
* Define NTDDI_VERSION on Windows, default to Windows Server 2003 instead of WinXPTim Kientzle2016-04-241-3/+16
* Define INT32_MAX and INT32_MIN for older compilersTim Kientzle2016-04-241-0/+2
* Support CMake build on AIXEric N. Vander Weele2016-04-041-0/+17
* Fix cmake tests for nettle and OpenSSL supportTim Kientzle2016-01-111-5/+12
* Ensure to declare UINTMAX_MAX, INTMAX_MAX and INTMAX_MINOBATA Akio2015-12-271-0/+3
* Merge pull request #101 from chenxiaolong/installTim Kientzle2015-03-041-2/+12
|\
| * CMakeLists.txt: Make libxml2 and expat optionalXiao-Long Chen2015-02-151-2/+11
| * Allow library installation to be disabled in CMakeXiao-Long Chen2015-01-231-0/+1
* | Split out the compiler flags to make it easier to adjust locally.Tim Kientzle2015-03-031-2/+6
* | Issue 398: Overlapping memcpyTim Kientzle2015-02-061-0/+1
|/
* Fix warnings for CMake Policy CMP0054Jean-Christophe Fillion-Robin2015-01-211-12/+12
* Fix a lack of definitions for OpenSSL library on CMake build system.Michihiro NAKAJIMA2014-10-141-0/+3
* Fix CMake warnings on Mac OS X.Michihiro NAKAJIMA2014-10-131-1/+4
* Implement HMAC, PBKDF2 and AES support on Windows using CNG forMichihiro NAKAJIMA2014-10-131-0/+7
* Correct detecting iconv liberary with Clang.Michihiro NAKAJIMA2014-10-041-4/+8
* Fix cmake check for arc4random_bufTim Kientzle2014-09-251-1/+1
* Implement reading a passphrase from ttys.Michihiro NAKAJIMA2014-09-211-0/+2
* Fix detecting message digest functions.Michihiro NAKAJIMA2014-09-171-2/+2
* Fix build failure on FreeBSD 9.2.Michihiro NAKAJIMA2014-09-141-0/+1
* Add support for traditional PKWARE encryption.Michihiro NAKAJIMA2014-09-081-0/+2
* Add lz4 detection for CMake configuration.Michihiro NAKAJIMA2014-07-061-0/+27
* Merge pull request #77 from biometrics/additional_libs_scopeTim Kientzle2014-04-151-6/+0
|\
| * just link the archive_static with ADDITIONAL_LIBSJosh Klontz2014-04-151-6/+0
* | Merge pull request #76 from biometrics/additional_libs_scopeTim Kientzle2014-04-141-1/+1
|\ \ | |/
| * fixed 'current scope has no parent' warningJosh Klontz2014-04-141-1/+1
* | Merge pull request #75 from biometrics/additional_libs_scopeTim Kientzle2014-04-121-0/+6
|\ \ | |/
| * Expose ADDITIONAL_LIBS for projects using libarchive as a subdirectory and li...Josh Klontz2014-04-121-0/+6
* | Add optional bsdcat tool.Mike Kazantsev2014-04-041-0/+4
* | Merge remote-tracking branch 'upstream/master' into cmake-pkgconfigNiLuJe2014-01-241-1/+15
|\ \
| * \ Merge pull request #62 from kientzle/masterTim Kientzle2014-01-161-0/+14
| |\ \
| | * | Set compiler flags for Clang.Tim Kientzle2013-12-261-0/+14
| * | | Do not require LibXml2 to configureBrad King2014-01-131-1/+1
| |/ /
* | | Move .pc generation to a dedicated script (#55).NiLuJe2013-12-241-26/+2
* | | Make the CMake build more pkg-config friendlyNiLuJe2013-12-221-6/+33
|/ /
* | Merge branch 'local_coverage' of github.com:kwk/libarchive into kwk-local_cov...Tim Kientzle2013-12-191-0/+5
|\ \