summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Implement POSIX readdir_r checks in CMakeLists.txt.Tim Kientzle2011-01-271-1/+6
* Improve checking of statfs in LSB.Michihiro NAKAJIMA2011-01-251-0/+1
* Ensure that int64_t, int32_t, int16_t, intmax_t, uint64_t, uint32_t,Tim Kientzle2011-01-231-44/+21
* Use readlinkat() function if platform has.Michihiro NAKAJIMA2011-01-191-0/+1
* Use flistxattr/fgetxattr to get extended attributes on LinuxMichihiro NAKAJIMA2011-01-191-0/+2
* Tweak setup_current_filesystem() for FreeBSD to be able to be usedMichihiro NAKAJIMA2011-01-171-0/+5
* Use openat() operations at the directory traversals.Michihiro NAKAJIMA2011-01-161-0/+4
* Avoid the difference between posix and Windows about behavior ofMichihiro NAKAJIMA2011-01-131-0/+1
* Prove that statfs is available.Michihiro NAKAJIMA2011-01-121-0/+1
* As discussed in Issue 125, we're misusing CHECK_SYMBOL_EXISTS toTim Kientzle2011-01-081-14/+23
* Fix an annoying build problem where you couldTim Kientzle2010-11-281-25/+21
* Do not assume that all platforms have readdir_r function.Michihiro NAKAJIMA2010-11-251-0/+1
* Improve support for systems without modern wctype.h by providing localJoerg Sonnenberger2010-06-241-0/+1
* Fall back to getgrgid and getpwuid if the reentrant versions are missing.Joerg Sonnenberger2010-06-191-0/+2
* Use __FreeBSD__ macro instead of HAVE_GETVFSBYNAME and HAVE_STATFS.Michihiro NAKAJIMA2010-06-141-2/+0
* Add support for archive_read_disk_current_filesystem_is_synthetic andMichihiro NAKAJIMA2010-06-111-0/+2
* Add support for archive_read_disk_current_filesystem_is_remote on NetBSD and ...Michihiro NAKAJIMA2010-06-111-0/+2
* Add archive_read_disk_current_filesystem_is_synthetic andMichihiro NAKAJIMA2010-06-101-0/+3
* Add xar writer.Michihiro NAKAJIMA2010-05-281-0/+2
* On Mac OS X, HASH functions are available in libSystem, which is the system l...Michihiro NAKAJIMA2010-05-211-5/+5
* Enable HAVE_SYS_TYPES_H macro during HASH detecting becauseMichihiro NAKAJIMA2010-05-201-0/+7
* TRY_COMPILE requires specific include paths and library paths.Michihiro NAKAJIMA2010-05-181-3/+21
* For the second time and later, Prevent unneeded HASH detection.Michihiro NAKAJIMA2010-05-181-0/+4
* Msys requires wincypt.h to use CALG_* macros.Michihiro NAKAJIMA2010-05-151-0/+1
* Divide the code detecting ARCHIVE_HASH_*_WIN from CHECK_MD() toMichihiro NAKAJIMA2010-05-141-25/+86
* __la_hash_*() are defined at archive_windows.c, those won't appearMichihiro NAKAJIMA2010-05-121-0/+4
* Avoid TRY_COMPILE() failure when detecting ARCHIVE_HASH_*_WIN.Michihiro NAKAJIMA2010-05-121-0/+13
* Simplify an MD_CHECK macro in CMakeLists.txt.Michihiro NAKAJIMA2010-05-121-10/+3
* Set a proper include directory path for hash detecting with CMake.Michihiro NAKAJIMA2010-05-121-1/+1
* Do not always compile for ARCHIVE_HASH_* on CMake build system.Michihiro NAKAJIMA2010-05-101-1/+6
* Rewrite the hash function detection. Build an actual test program usingJoerg Sonnenberger2010-05-091-65/+63
* Cmake updates:Tim Kientzle2010-05-021-4/+0
* Add cmake test for EXTATTR_NAMESPACE_USER to fix extattr support on FreeBSD i...Tim Kientzle2010-05-011-4/+4
* getgrnam_r and getpwnam_r might not exist, so fallback to the olderJoerg Sonnenberger2010-03-311-0/+2
* Put the libarchive source directory at the beginning of the includeTim Kientzle2010-03-061-1/+1
* If we need iconv.h to do a test build, then we'll need it for the realTim Kientzle2010-03-041-0/+1
* Unbreak build on msys; further portability.Michihiro NAKAJIMA2010-02-261-1/+4
* Portability.Michihiro NAKAJIMA2010-02-251-0/+2
* On Windows, use _mkgmtime64() which is like timegm() function. Michihiro NAKAJIMA2010-02-251-0/+1
* Introduce ISO writer.Michihiro NAKAJIMA2010-02-251-0/+7
* Introduce a function __archive_mktemp() to create a temporary file,Michihiro NAKAJIMA2010-02-111-0/+1
* Determine sparse files through API such as lseek(HOLE).Michihiro NAKAJIMA2010-02-021-0/+3
* First step towards integrating Mac OS "copyfile" extension from Apple.Tim Kientzle2010-02-011-0/+1
* pid_t probe for Windows.Tim Kientzle2010-01-161-0/+9
* Issue 48: Instead of setting RUNTIME_OUTPUT_DIRECTORY separately forTim Kientzle2010-01-031-0/+4
* Isolate libxml header checkBrad King2009-12-161-1/+1
* Create ENABLE_OPENSSL CMake optionBrad King2009-12-161-2/+15
* Don't check whether bsdxml is available or not.Michihiro NAKAJIMA2009-12-141-19/+7
* We no longer use %jd or %lld from the system printf, soTim Kientzle2009-12-131-26/+0
* A few Cmake build improvements from Issue 48:Tim Kientzle2009-12-131-2/+2