index
:
delta/libarchive.git
3.4
3.5
Issue1104
android_adb
master
no_chdir_writer
release
utf8
winsymlink
github.com: libarchive/libarchive.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a lack of definitions for OpenSSL library on CMake build system.
Michihiro NAKAJIMA
2014-10-14
1
-0
/
+3
*
Fix CMake warnings on Mac OS X.
Michihiro NAKAJIMA
2014-10-13
1
-1
/
+4
*
Implement HMAC, PBKDF2 and AES support on Windows using CNG for
Michihiro NAKAJIMA
2014-10-13
1
-0
/
+7
*
Correct detecting iconv liberary with Clang.
Michihiro NAKAJIMA
2014-10-04
1
-4
/
+8
*
Fix cmake check for arc4random_buf
Tim Kientzle
2014-09-25
1
-1
/
+1
*
Implement reading a passphrase from ttys.
Michihiro NAKAJIMA
2014-09-21
1
-0
/
+2
*
Fix detecting message digest functions.
Michihiro NAKAJIMA
2014-09-17
1
-2
/
+2
*
Fix build failure on FreeBSD 9.2.
Michihiro NAKAJIMA
2014-09-14
1
-0
/
+1
*
Add support for traditional PKWARE encryption.
Michihiro NAKAJIMA
2014-09-08
1
-0
/
+2
*
Add lz4 detection for CMake configuration.
Michihiro NAKAJIMA
2014-07-06
1
-0
/
+27
*
Merge pull request #77 from biometrics/additional_libs_scope
Tim Kientzle
2014-04-15
1
-6
/
+0
|
\
|
*
just link the archive_static with ADDITIONAL_LIBS
Josh Klontz
2014-04-15
1
-6
/
+0
*
|
Merge pull request #76 from biometrics/additional_libs_scope
Tim Kientzle
2014-04-14
1
-1
/
+1
|
\
\
|
|
/
|
*
fixed 'current scope has no parent' warning
Josh Klontz
2014-04-14
1
-1
/
+1
*
|
Merge pull request #75 from biometrics/additional_libs_scope
Tim Kientzle
2014-04-12
1
-0
/
+6
|
\
\
|
|
/
|
*
Expose ADDITIONAL_LIBS for projects using libarchive as a subdirectory and li...
Josh Klontz
2014-04-12
1
-0
/
+6
*
|
Add optional bsdcat tool.
Mike Kazantsev
2014-04-04
1
-0
/
+4
*
|
Merge remote-tracking branch 'upstream/master' into cmake-pkgconfig
NiLuJe
2014-01-24
1
-1
/
+15
|
\
\
|
*
\
Merge pull request #62 from kientzle/master
Tim Kientzle
2014-01-16
1
-0
/
+14
|
|
\
\
|
|
*
|
Set compiler flags for Clang.
Tim Kientzle
2013-12-26
1
-0
/
+14
|
*
|
|
Do not require LibXml2 to configure
Brad King
2014-01-13
1
-1
/
+1
|
|
/
/
*
|
|
Move .pc generation to a dedicated script (#55).
NiLuJe
2013-12-24
1
-26
/
+2
*
|
|
Make the CMake build more pkg-config friendly
NiLuJe
2013-12-22
1
-6
/
+33
|
/
/
*
|
Merge branch 'local_coverage' of github.com:kwk/libarchive into kwk-local_cov...
Tim Kientzle
2013-12-19
1
-0
/
+5
|
\
\
|
*
|
Include coverage script if ENABLE_COVERAGE is set
Konrad Kleine
2013-12-13
1
-1
/
+3
|
*
|
Moved local code coverage code separate script
Konrad Kleine
2013-12-13
1
-50
/
+1
|
*
|
Run code coverage on your local machine
Konrad Kleine
2013-07-10
1
-0
/
+52
|
|
/
*
|
ENH: Allow fine grained control over dependancies
Hans Johnson
2013-12-12
1
-6
/
+40
*
|
Simplify passing of linker flags to try_compile calls
Brad King
2013-07-30
1
-27
/
+15
|
/
*
Set WINVER default to use Windows 2000 API.
Andres Mejia
2013-02-05
1
-2
/
+5
*
Provide better check for when libpcreposix is to be used for regex support.
Andres Mejia
2013-02-05
1
-7
/
+21
*
Fix pcre checks to work on visual studio builds using pcre static libraries b...
Andres Mejia
2013-02-05
1
-3
/
+17
*
Fix crypto check failures on Windows.
Andres Mejia
2013-02-03
1
-10
/
+20
*
Change ordering of libraries to check for POSIX regular expression support.
Andres Mejia
2013-02-01
1
-27
/
+31
*
Use a string option to select what library is to support POSIX regular expres...
Andres Mejia
2013-02-01
1
-5
/
+5
*
Add Nettle include dir in check for nettle crypto functions.
Andres Mejia
2013-02-01
1
-0
/
+2
*
Use cmake module similar to FindLZMA.cmake to find Nettle include dir and lib...
Andres Mejia
2013-02-01
1
-8
/
+9
*
Use a string option WINDOWS_VERSION to set WINVER and _WIN32_WINNT in Windows...
Andres Mejia
2013-02-01
1
-5
/
+14
*
Fix checks for crypto algorithms in Visual Studio builds.
Andres Mejia
2013-02-01
1
-3
/
+15
*
Set use of /SAFESEH linker flag for all LIBARCHIVE_CHECK_C_SOURCE_* checks.
Andres Mejia
2013-02-01
1
-7
/
+2
*
Modify CHECK_C_SOURCE_* checks to fix builds using Visual Studio 12.
Andres Mejia
2013-02-01
1
-11
/
+18
*
Check that build did not succeed with WITHOUT_PCRE_STATIC before defining PCR...
Andres Mejia
2013-01-31
1
-2
/
+2
*
Add check for build without PCRE_STATIC defined.
Andres Mejia
2013-01-31
1
-1
/
+1
*
Redo check for pcreposix library.
Andres Mejia
2013-01-31
1
-36
/
+10
*
Minor formatting change, no functional change.
Andres Mejia
2013-01-31
1
-3
/
+3
*
Rename PCREPOSIX_INCLUDE* to PCRE_INCLUDE* as pcreposix.h will be found along...
Andres Mejia
2013-01-31
1
-12
/
+12
*
Add CMake option to explicitly enable/disable /SAFESEH linker flag for Visual...
Andres Mejia
2013-01-31
1
-0
/
+13
*
Support POSIX regular expression support using PCRE in CMake builds.
Andres Mejia
2013-01-31
1
-39
/
+97
*
Bump soname major version in CMakeLists.txt.
Andres Mejia
2013-01-13
1
-2
/
+2
*
Merge remote-tracking branch 'libarchive/release' into libarchive-master
Andres Mejia
2013-01-13
1
-1
/
+1
|
\
[next]