summaryrefslogtreecommitdiff
path: root/build/cmake
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|/
* 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
* 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
* Fix a bug that Clang Static Analyzer claimed it is potential insecureMichihiro NAKAJIMA2012-10-031-0/+6
* Apply *_CLOEXEC flags to system calls which can be used withMichihiro NAKAJIMA2012-10-021-0/+3
* Move a definition of HAVE_LINUX_TYPES_H in build/cmake/config.h.in after HAVE...Michihiro NAKAJIMA2012-03-121-3/+3
* Simplify a string conversion WCS <==> MBS to stop using mbsnrtowcs and wcsnrt...Michihiro NAKAJIMA2012-02-071-6/+0
* Include linux/types.h before linux/fiemap.hBrad King2012-01-111-0/+3
* Check for 'struct statvfs' member 'f_iosize'Brad King2012-01-111-0/+3
* Fix typo in CheckFileOffsetBitsBrad King2012-01-111-3/+3
* Require CMake 2.8 and drop some workarounds for older versions.Tim Kientzle2011-12-281-107/+0
* Properly check if EXT2_IOC_GETFLAGS is actually usable.Joerg Sonnenberger2011-12-131-0/+3
* Improve LZMA detection on Windows.Michihiro NAKAJIMA2011-11-211-1/+1
* Rather than marking the LZMA variables "not advanced", justTim Kientzle2011-11-061-4/+0
* Issue 182.Michihiro NAKAJIMA2011-09-121-0/+3
* __archive_mktemp function should simply be in one file for maintenance, and soMichihiro NAKAJIMA2011-08-281-0/+3
* Implement crypto support with the Nettle crypto library.Andres Mejia2011-08-271-0/+18
* Change how crypto support is implemented within libarchive.Andres Mejia2011-08-271-56/+56
* endian.h and sys/endian.h, which I added to use in r3515, are no longer needed.Michihiro NAKAJIMA2011-08-071-6/+0
* Fix build failure about INTMAX_MIN and INTMAX_MAX on Windows.Michihiro NAKAJIMA2011-08-031-0/+2
* Rework lzh and lzx decoding to improve its performance.Michihiro NAKAJIMA2011-08-021-0/+6
* Fix build failure on Visual Studio.Michihiro NAKAJIMA2011-07-171-0/+13
* Correct winioctl to winioctl.h in configure.ac.Michihiro NAKAJIMA2011-05-111-1/+1
* Fix build failure through cmake on linux.Michihiro NAKAJIMA2011-05-101-0/+3
* Properly detect iconv with cmake on linux.Michihiro NAKAJIMA2011-05-101-0/+24
* Update comment and sort macros in build/cmake/config.h.inMichihiro NAKAJIMA2011-04-151-52/+58
* Use wcsnrtombs() at archive_string_append_from_wcs_to_mbs() if available.Michihiro NAKAJIMA2011-04-101-0/+3
* Drop a use of CRL function _get_current_locale(), which msys does not provide.Michihiro NAKAJIMA2011-04-071-6/+0
* Unbreak build on msys.Michihiro NAKAJIMA2011-04-061-0/+6
* Detect futimesat.Michihiro NAKAJIMA2011-03-301-0/+3
* On Windows, use _fseeki64() instead of fseek() for 64 bits file access.Michihiro NAKAJIMA2011-03-291-0/+3
* We should use mbrtowc/mbtowc at archive_wstring_append_from_mbs instead ofMichihiro NAKAJIMA2011-03-251-3/+0
* Improve archive_wstring_append_from_mbs function; use mbsnrtowcs orMichihiro NAKAJIMA2011-03-251-0/+6
* ICONV_CONST needs to be #defined always,Tim Kientzle2011-03-181-1/+1
* Use ICONV_CONST instead of ICONV_IS_POSIX; switch a detection of iconv to AM_...Michihiro NAKAJIMA2011-03-161-3/+3
* Do a more extensive test for iconv() support:Tim Kientzle2011-03-111-0/+3
* Switch archive_string character set conversion over to use iconv()Tim Kientzle2011-03-061-0/+6