| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'cmake-cmp0054-warnings' | Brad King | 2014-10-21 | 1 | -4/+4 |
|\ |
|
| * | Avoid if() quoted auto-dereference | Ben Boeckel | 2014-10-20 | 1 | -4/+4 |
|
|
* | | Remove borland workarounds. | Stephen Kelly | 2014-10-15 | 1 | -2/+0 |
|/ |
|
* | libarchive: Avoid depending on if() to dereference a quoted variable | Brad King | 2014-09-11 | 1 | -2/+2 |
|
|
* | CMake: Enable use of liblzma in libarchive (#14504) | Daniel Pfeifer | 2014-07-29 | 1 | -9/+13 |
|
|
* | Merge topic 'update-libarchive' | Brad King | 2014-04-17 | 1 | -0/+1 |
|\ |
|
| * | libarchive: Drop LIBARCHIVE_ADDITIONAL_LIBS, CMake does not need it | Brad King | 2014-04-15 | 1 | -6/+0 |
|
|
| * | Merge branch 'libarchive-upstream' into update-libarchive | Brad King | 2014-04-15 | 1 | -0/+7 |
|
|
* | | libarchive: Skip finding libacl.h when ENABLE_ACL is OFF (#14866) | Mike Crowe | 2014-04-14 | 1 | -1/+5 |
|/ |
|
* | libarchive: Drop options not present in reduced version | Brad King | 2014-04-03 | 1 | -6/+0 |
|
|
* | libarchive: Do not generate a pkg-config file | Brad King | 2014-04-03 | 1 | -3/+0 |
|
|
* | Merge branch 'libarchive-upstream' into update-libarchive | Brad King | 2014-04-03 | 1 | -23/+43 |
|
|
* | Clang: Add separate "AppleClang" compiler id | Brad King | 2013-10-08 | 1 | -1/+1 |
|
|
* | Clean up install rules of CMake itself (#14371) | Brad King | 2013-08-26 | 1 | -1/+1 |
|
|
* | libarchive: Backport to CMake 2.8.2 | Brad King | 2013-07-31 | 1 | -15/+12 |
|
|
* | libarchive: Remove build options not used by CMake | Brad King | 2013-07-31 | 1 | -122/+0 |
|
|
* | Merge branch 'libarchive-upstream' into update-libarchive | Brad King | 2013-07-31 | 1 | -70/+395 |
|
|
* | Require CMake 2.8.2 or higher to build CMake | Brad King | 2012-04-26 | 1 | -1/+1 |
|
|
* | libarchive: Restore CMake 2.6.3 as minimum version | Brad King | 2012-01-05 | 1 | -1/+1 |
|
|
* | Merge branch 'libarchive-upstream' into update-libarchive | Brad King | 2012-01-05 | 1 | -8/+5 |
|
|
* | libarchive: Suppress PathScale compiler warnings | Brad King | 2012-01-04 | 1 | -0/+2 |
|
|
* | libarchive: Include linux/types.h before linux/fiemap.h | Brad King | 2012-01-04 | 1 | -0/+1 |
|
|
* | libarchive: Define _XOPEN_SOURCE=500 on HP-UX | Brad King | 2012-01-04 | 1 | -0/+4 |
|
|
* | libarchive: Cleanup after ZLIB_WINAPI check | Brad King | 2012-01-03 | 1 | -0/+2 |
|
|
* | libarchive: Remove hard-coded build configuration | Brad King | 2012-01-03 | 1 | -1/+0 |
|
|
* | libarchive: Check for 'struct statvfs' member 'f_iosize' | Brad King | 2011-12-23 | 1 | -0/+6 |
|
|
* | libarchive: Suppress compiler warnings | Brad King | 2011-12-23 | 1 | -0/+8 |
|
|
* | libarchive: Fix Windows NT API usage in VS 6 | Brad King | 2011-12-23 | 1 | -2/+6 |
|
|
* | libarchive: Clean up configuration within CMake build | Brad King | 2011-12-23 | 1 | -2/+8 |
|
|
* | libarchive: Install COPYING with CMake documentation | Brad King | 2011-12-23 | 1 | -0/+2 |
|
|
* | libarchive: Remove -Wall -Werror from build with GNU | Brad King | 2011-12-22 | 1 | -8/+0 |
|
|
* | libarchive: Do not build subdirectories not in reduced snapshot | Brad King | 2011-12-22 | 1 | -15/+0 |
|
|
* | Merge branch 'libarchive-upstream' into update-libarchive | Brad King | 2011-12-20 | 1 | -0/+1106 |
|
|
* | libarchive: Remove our copy to make room for new import | Brad King | 2011-12-20 | 1 | -740/+0 |
|
|
* | libarchive: Install COPYING with CMake documentation | Brad King | 2011-06-20 | 1 | -0/+2 |
|
|
* | Require at least CMake 2.6.3 to build current CMake | Brad King | 2011-02-24 | 1 | -1/+1 |
|
|
* | libarchive: Use OpenSSL only if CMAKE_USE_OPENSSL (#11815) | Brad King | 2011-02-08 | 1 | -2/+10 |
|
|
* | libarchive: Fix major() check for LSB 4.0 (#11648) | Brad King | 2011-01-12 | 1 | -2/+6 |
|
|
* | Fixes for the OSF operating system build. | Bill Hoffman | 2010-09-08 | 1 | -3/+5 |
|
|
* | libarchive: Drop unused %jd and %lld checks | Brad King | 2009-12-14 | 1 | -26/+0 |
|
|
* | libarchive: Remove unused STDC_HEADERS try_run | Brad King | 2009-11-30 | 1 | -2/+0 |
|
|
* | libarchive: Use one architecture for try-compiles | Brad King | 2009-11-23 | 1 | -0/+7 |
|
|
* | for the Cmake build we do not want to have -Werror or force -Wall | Bill Hoffman | 2009-11-14 | 1 | -3/+3 |
|
|
* | keep libarchive from using a system zlib unless cmake uses one | Bill Hoffman | 2009-11-09 | 1 | -2/+6 |
|
|
* | libarchive: Put local include dir first | Brad King | 2009-11-09 | 1 | -1/+1 |
|
|
* | libarchive: Fix try-compile for SIZE_MAX | Brad King | 2009-11-05 | 1 | -21/+12 |
|
|
* | libarchive: Add try-compile for 'major' | Brad King | 2009-11-05 | 1 | -0/+3 |
|
|
* | Do not use external lzma library as it causes link errors on several machines... | Bill Hoffman | 2009-11-05 | 1 | -1/+8 |
|
|
* | libarchive: Fix integer type defaults for Windows | Brad King | 2009-11-04 | 1 | -35/+25 |
|
|
* | libarchive: Fix intptr_t and uintptr_t configuration | Brad King | 2009-11-04 | 1 | -0/+18 |
|
|