summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* pkgconfig support from Xavier, plus a couple of missing files added toTim Kientzle2009-11-091-0/+10
* Make the __FBSDID() handling more platform-agnostic by usingTim Kientzle2009-11-011-0/+3
* Windows build fixes from Bill Hoffman.Tim Kientzle2009-10-151-16/+18
* Add check that int32_t is available, and define it if not.Michihiro NAKAJIMA2009-10-141-0/+3
* Ensure autogen.sh invokes autotools in same order,Charles Wilson2009-09-061-3/+6
* Probe for CreateHardLinkW and use it only if it's found.Tim Kientzle2009-09-041-4/+4
* Refine win32 api checks and usage.Charles Wilson2009-09-041-0/+51
* memset() is sufficiently ubiquitous that I don't see a need to test for it.Tim Kientzle2009-08-151-3/+0
* Fix cpio symlink tests on FreeBSD; the link-sensitive ACL routinesTim Kientzle2009-08-111-0/+6
* Prefer the standard CHECK_INCLUDE_FILE() and CHECK_INCLUDE_FILES(),Tim Kientzle2009-08-071-36/+0
* Test whether printf() supports %jd, %ju, %lld, or %llu.Tim Kientzle2009-08-071-0/+6
* Cmake warning fix.Tim Kientzle2009-08-021-1/+1
* Rework the style of CHECK_FUNCS() to better matchTim Kientzle2009-08-021-37/+27
* Another step towards clean Windows builds: libarchive, libarchive_test, and ...Tim Kientzle2009-08-021-0/+6
* Conditionalize link, symlink, and lstat support.Tim Kientzle2009-08-011-0/+9
* Add config.h conditional for Windows <io.h>Tim Kientzle2009-07-261-36/+3
* Forgot to add file in r1257.Charles Wilson2009-07-211-0/+20
* fnmatch(3) is no longer use, so don't check for it.Joerg Sonnenberger2009-05-291-6/+0
* Fix the CMake build on systems that lack a C++ compiler.Tim Kientzle2009-05-083-5/+5
* Push the version number in trunk to 2.7.900; trunk is now working towards 2.8.Tim Kientzle2009-04-081-1/+1
* 2.6.990aTim Kientzle2009-04-011-1/+1
* Add a config.h macro for <signal.h>Tim Kientzle2009-04-011-0/+3
* Use a better mechanism to portably find binmode.oCharles Wilson2009-03-251-84/+0
* Catch up with r829.Michihiro NAKAJIMA2009-03-221-0/+3
* Files that are used by the autoconf build system belong inTim Kientzle2009-03-221-0/+0
* Issue 15, part 14. Build systemCharles Wilson2009-03-211-0/+84
* Catch up with r819 for cmake.Michihiro NAKAJIMA2009-03-201-0/+6
* Improve cmake detecting a function on linux.Michihiro NAKAJIMA2009-03-192-12/+44
* Add checking if _FILE_OFFSET_BITS macro needed for large files.Michihiro NAKAJIMA2009-03-192-0/+57
* Eliminate building error on Ubuntu.Michihiro NAKAJIMA2009-03-191-0/+3
* Back out r786 except cheking __CYGWIN__ macro.Michihiro NAKAJIMA2009-03-191-2/+0
* Move _WIN32_WINNT macro to build/cmake/config.h.inMichihiro NAKAJIMA2009-03-171-1/+3
* Mark this as 2.6.901a - as of this point, FreeBSD-CURRENT is in sync withTim Kientzle2009-03-072-2/+2
* Move the version number stamp file and the release.sh/autogen.sh scriptsTim Kientzle2009-02-143-0/+86
* Clean up the top level a bit by moving the auxiliary cmake files down intoTim Kientzle2009-02-1319-0/+3550