summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Include coverage script if ENABLE_COVERAGE is setKonrad Kleine2013-12-131-1/+3
| * | Moved local code coverage code separate scriptKonrad Kleine2013-12-131-50/+1
| * | Run code coverage on your local machineKonrad Kleine2013-07-101-0/+52
| |/
* | ENH: Allow fine grained control over dependanciesHans Johnson2013-12-121-6/+40
* | Simplify passing of linker flags to try_compile callsBrad King2013-07-301-27/+15
|/
* Set WINVER default to use Windows 2000 API.Andres Mejia2013-02-051-2/+5
* Provide better check for when libpcreposix is to be used for regex support.Andres Mejia2013-02-051-7/+21
* Fix pcre checks to work on visual studio builds using pcre static libraries b...Andres Mejia2013-02-051-3/+17
* Fix crypto check failures on Windows.Andres Mejia2013-02-031-10/+20
* Change ordering of libraries to check for POSIX regular expression support.Andres Mejia2013-02-011-27/+31
* Use a string option to select what library is to support POSIX regular expres...Andres Mejia2013-02-011-5/+5
* Add Nettle include dir in check for nettle crypto functions.Andres Mejia2013-02-011-0/+2
* Use cmake module similar to FindLZMA.cmake to find Nettle include dir and lib...Andres Mejia2013-02-011-8/+9
* Use a string option WINDOWS_VERSION to set WINVER and _WIN32_WINNT in Windows...Andres Mejia2013-02-011-5/+14
* Fix checks for crypto algorithms in Visual Studio builds.Andres Mejia2013-02-011-3/+15
* Set use of /SAFESEH linker flag for all LIBARCHIVE_CHECK_C_SOURCE_* checks.Andres Mejia2013-02-011-7/+2
* Modify CHECK_C_SOURCE_* checks to fix builds using Visual Studio 12.Andres Mejia2013-02-011-11/+18
* Check that build did not succeed with WITHOUT_PCRE_STATIC before defining PCR...Andres Mejia2013-01-311-2/+2
* Add check for build without PCRE_STATIC defined.Andres Mejia2013-01-311-1/+1
* Redo check for pcreposix library.Andres Mejia2013-01-311-36/+10
* Minor formatting change, no functional change.Andres Mejia2013-01-311-3/+3
* Rename PCREPOSIX_INCLUDE* to PCRE_INCLUDE* as pcreposix.h will be found along...Andres Mejia2013-01-311-12/+12
* Add CMake option to explicitly enable/disable /SAFESEH linker flag for Visual...Andres Mejia2013-01-311-0/+13
* Support POSIX regular expression support using PCRE in CMake builds.Andres Mejia2013-01-311-39/+97
* Bump soname major version in CMakeLists.txt.Andres Mejia2013-01-131-2/+2
* Merge remote-tracking branch 'libarchive/release' into libarchive-masterAndres Mejia2013-01-131-1/+1
|\