-
- Downloads
libarchive 3.1.2-218-g00f4bd83 (reduced)
Extract upstream libarchive using the following shell code. url=git://github.com/libarchive/libarchive.git && v=3.1.2-218-g00f4bd83 && r=00f4bd83 && paths=" CMakeLists.txt COPYING CTestConfig.cmake build/cmake build/pkgconfig build/utils build/version libarchive/*.* " && mkdir libarchive-$v-g$r-reduced && git clone $url libarchive-git && date=$(cd libarchive-git && git log -n 1 --format='%cd' $r) && (cd libarchive-git && git archive --format=tar $r -- $paths) | (cd libarchive-$v-g$r-reduced && tar xv) && fromdos libarchive-$v-g$r-reduced/build/cmake/Find*.cmake && echo "g$r date: $date"
Showing
- CMakeLists.txt 83 additions, 39 deletionsCMakeLists.txt
- build/cmake/CreatePkgConfigFile.cmake 31 additions, 0 deletionsbuild/cmake/CreatePkgConfigFile.cmake
- build/cmake/LibarchiveCheckCSourceCompiles.cmake 0 additions, 106 deletionsbuild/cmake/LibarchiveCheckCSourceCompiles.cmake
- build/cmake/LibarchiveCheckCSourceRuns.cmake 0 additions, 102 deletionsbuild/cmake/LibarchiveCheckCSourceRuns.cmake
- build/cmake/LibarchiveCodeCoverage.cmake 68 additions, 0 deletionsbuild/cmake/LibarchiveCodeCoverage.cmake
- build/cmake/config.h.in 5 additions, 0 deletionsbuild/cmake/config.h.in
- libarchive/CMakeLists.txt 3 additions, 0 deletionslibarchive/CMakeLists.txt
- libarchive/archive.h 73 additions, 1 deletionlibarchive/archive.h
- libarchive/archive_endian.h 32 additions, 4 deletionslibarchive/archive_endian.h
- libarchive/archive_entry.c 41 additions, 0 deletionslibarchive/archive_entry.c
- libarchive/archive_entry.h 7 additions, 6 deletionslibarchive/archive_entry.h
- libarchive/archive_entry_private.h 5 additions, 0 deletionslibarchive/archive_entry_private.h
- libarchive/archive_entry_sparse.c 1 addition, 1 deletionlibarchive/archive_entry_sparse.c
- libarchive/archive_getdate.c 5 additions, 4 deletionslibarchive/archive_getdate.c
- libarchive/archive_match.c 1 addition, 1 deletionlibarchive/archive_match.c
- libarchive/archive_pack_dev.c 329 additions, 0 deletionslibarchive/archive_pack_dev.c
- libarchive/archive_pack_dev.h 50 additions, 0 deletionslibarchive/archive_pack_dev.h
- libarchive/archive_platform.h 5 additions, 2 deletionslibarchive/archive_platform.h
- libarchive/archive_read.c 61 additions, 5 deletionslibarchive/archive_read.c
- libarchive/archive_read_disk_entry_from_file.c 18 additions, 4 deletionslibarchive/archive_read_disk_entry_from_file.c
Loading
Please register or sign in to comment