summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Libarchive 3.2.0v3.2.0Tim Kientzle2016-04-301-1/+1
* 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
* Tag libarchive 3.1.901av3.1.901aTim Kientzle2016-04-101-1/+1
* Dynamically determine supported compiler flags during configureEric N. Vander Weele2016-03-184-0/+249
* Set version number to 3.1.900aTim Kientzle2016-01-311-1/+1
* Update the version string correctlyTim Kientzle2016-01-231-1/+1
* 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
* Update iconv.m4Tim Kientzle2015-04-121-30/+33
* Merge pull request #101 from chenxiaolong/installTim Kientzle2015-03-041-2/+4
|\
| * Allow library installation to be disabled in CMakeXiao-Long Chen2015-01-231-2/+4
* | A couple of stray files that should be cleaned by the clean script.Tim Kientzle2015-01-251-0/+2
|/
* 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
|\
| * Do not redefine _WIN32_WINNT and WINVERSergiu Dotenco2014-01-271-0/+5
* | Move .pc generation to a dedicated script (#55).NiLuJe2013-12-241-0/+31
|/
* Merge branch 'local_coverage' of github.com:kwk/libarchive into kwk-local_cov...Tim Kientzle2013-12-191-0/+68
|\
| * Include coverage script if ENABLE_COVERAGE is setKonrad Kleine2013-12-131-45/+45
| * Moved local code coverage code separate scriptKonrad Kleine2013-12-131-0/+68
* | Simplify passing of linker flags to try_compile callsBrad King2013-07-302-208/+0
|/
* Bump version to 3.1.2.Andres Mejia2013-02-081-1/+1
* Update libarchive website location.Andres Mejia2013-02-081-1/+1
* Provide better check for when libpcreposix is to be used for regex support.Andres Mejia2013-02-051-2/+3
* Fix pcre checks to work on visual studio builds using pcre static libraries b...Andres Mejia2013-02-051-4/+12
* Add check for finding libgcc.Andres Mejia2013-02-052-0/+25
* Use cmake module similar to FindLZMA.cmake to find Nettle include dir and lib...Andres Mejia2013-02-012-0/+35
* Modify CHECK_C_SOURCE_* checks to fix builds using Visual Studio 12.Andres Mejia2013-02-012-0/+208
* Redo check for pcreposix library.Andres Mejia2013-01-312-0/+31
* Support POSIX regular expression support using PCRE in CMake builds.Andres Mejia2013-01-311-0/+3
* Update libarchive to 3.1.1.v3.1.1Andres Mejia2013-01-131-1/+1
* Fix formatting from build/bump-version.sh for NEWS file.Andres Mejia2013-01-131-1/+1
* Add notes on how to make a new release of libarchive for developers.Andres Mejia2013-01-131-0/+35
* Remove developer CFLAGS if a release build is to be made.v3.1.0Andres Mejia2013-01-132-0/+6
* Bump version to 3.1.0 due to API/ABI changes.Andres Mejia2013-01-131-1/+1
* Bump libarchive version to 3.0.5.Andres Mejia2013-01-131-1/+1
* Merge remote-tracking branch 'libarchive/release' into libarchive-masterAndres Mejia2013-01-131-1/+1
|\
| * Libarchive 3.0.4.Tim Kientzle2012-03-271-1/+1
* | Do not depend on sys/decmpfs.h since Snow Leopard does not have it.Michihiro NAKAJIMA2012-10-271-3/+0
* | Add experimental support for HFS+ Compression.Michihiro NAKAJIMA2012-10-261-0/+3
* | Use liblzo2 for the lzop reader filter if available.Michihiro NAKAJIMA2012-10-191-0/+9