summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Correct executable name of bsdcpio on Windows.Michihiro NAKAJIMA2009-03-061-1/+1
* We can build bsdcpio on Windows. But it hasn't tested yet.Michihiro NAKAJIMA2009-03-061-10/+23
* Comment fix.Michihiro NAKAJIMA2009-03-041-1/+1
* No more YACC: Translated the old getdate.y into a recursive-descentTim Kientzle2009-02-221-25/+0
* Windows shell whose name is command.exe/cmd.exe does notMichihiro NAKAJIMA2009-02-201-0/+1
* If we don't have yacc or bison, just warn and continue.Tim Kientzle2009-02-201-13/+14
* On Windows, libarchive/bsdtar can deal with an external program.Michihiro NAKAJIMA2009-02-191-0/+1
* Issue 7: Only flush and close the file if the file was actuallyTim Kientzle2009-02-181-0/+1
* Add test_compat_xz.c into CMakeLists.txt.Michihiro NAKAJIMA2009-02-171-0/+1
* Add test_read_format_txz.c into CMakeLists.txtMichihiro NAKAJIMA2009-02-171-0/+1
* Now, we can run bsdtar and bsdtar_test on Windows.Michihiro NAKAJIMA2009-02-151-5/+19
* Yacc bison 2.1 for Windows installed is detectedMichihiro NAKAJIMA2009-02-141-1/+5
* Remove unnecessary definition.Michihiro NAKAJIMA2009-02-141-2/+0
* Eliminate cmake error.Michihiro NAKAJIMA2009-02-141-1/+1
* Clean up the top level a bit by moving the auxiliary cmake files down intoTim Kientzle2009-02-131-2/+2
* Catch up on r599 for cmake.Michihiro NAKAJIMA2009-02-091-0/+6
* On Windows, remove compiling option that eliminate POSIXMichihiro NAKAJIMA2009-02-091-1/+1
* Catch up on r569.Michihiro NAKAJIMA2009-02-071-1/+0
* Add test of cpio with xz compression.Michihiro NAKAJIMA2009-02-061-0/+1
* Add mtree format test.Michihiro NAKAJIMA2009-02-061-0/+1
* Catch up on r558 and r559 for cmake.Michihiro NAKAJIMA2009-02-061-0/+4
* Catch up latest configure.ac.Michihiro NAKAJIMA2009-02-051-2/+7
* Remove including md5global.h, because mtree of pkgsrcMichihiro NAKAJIMA2009-02-011-4/+0
* Fix a minor bug in r521 and add xz files entry into CMakeLists.txt.Michihiro NAKAJIMA2009-01-311-0/+2
* Fix a minor bug in r520Michihiro NAKAJIMA2009-01-311-1/+1
* Add support xz format and compressing lzma format.Michihiro NAKAJIMA2009-01-311-2/+7
* Use CMAKE_PREFIX_PATH directly by the people who use cmake.Michihiro NAKAJIMA2009-01-311-15/+17
* In mtree format, add support ripemd160digest/rmd160/rmd160digest.Michihiro NAKAJIMA2009-01-291-4/+18
* Improve portability of MD5/SHA* headers and functionsMichihiro NAKAJIMA2009-01-291-10/+52
* In mtree format, add support sha256/sha256digest,Michihiro NAKAJIMA2009-01-281-2/+2
* In mtree format, add support sha1/sha1digest keyword.Michihiro NAKAJIMA2009-01-281-0/+4
* In mtree format, add support md5/md5digest keyword.Michihiro NAKAJIMA2009-01-281-0/+20
* Include the new test_write_disk_sparse in the autoconf and cmake builds.Tim Kientzle2009-01-271-0/+1
* Remove unnecessary handling for list.h.Michihiro NAKAJIMA2009-01-271-6/+1
* Resolve the problem of list.h that compiling errorMichihiro NAKAJIMA2009-01-271-0/+6
* Implement format/filter/compressor option frame work.Michihiro NAKAJIMA2009-01-261-1/+1
* On Windows, We can detect zlib and bzip2.Michihiro NAKAJIMA2009-01-181-6/+24
* Remove check-TEST target which cannot work.Michihiro NAKAJIMA2009-01-181-45/+0
* More work on out-of-source builds. Put the YACC output filesTim Kientzle2009-01-181-6/+8
* Eliminate many warnings when link libarchive_testMichihiro NAKAJIMA2009-01-181-0/+2
* Remove unnecessary definitions.Michihiro NAKAJIMA2009-01-181-6/+0
* Move the cmake-specific config.h.in into the "cmake" dir.Tim Kientzle2009-01-181-2/+2
* Update comments, try to make the structure a little clearer.Tim Kientzle2009-01-181-16/+38
* Minor style adjustments.Tim Kientzle2009-01-181-3/+1
* Many improvements to cmake builds on FreeBSD, though there are still some rou...Tim Kientzle2009-01-181-150/+129
* Remove PACKAGE symbols from cmake build. None of the libarchiveTim Kientzle2009-01-181-6/+0
* Help archive_read_disk_entry_from_file.c build on Windows and Linux.Tim Kientzle2009-01-181-3/+5
* On Windows, do not generate check-TEST.CMD if the one Michihiro NAKAJIMA2009-01-171-23/+27
* Make sure we do not build bsdtar and bsdcpio on Windows.Michihiro NAKAJIMA2009-01-171-2/+7
* Fix handling of quality version.Michihiro NAKAJIMA2009-01-171-4/+4