4f277dab59Fix an issue that caused targets to be rebuilt unnecessarily and prevented updated object files from regenerating targets.
Grant Ayers
2015-12-28 16:30:01 -0800
Added CRYPTOPP_DATA_DIR option in cmake.
Alexander Shishenko
2015-12-27 02:23:33 +0300
56abc4e4c9Apply the same versioned solib changes as to GNUmakefile
Todd Knarr
2015-12-26 10:57:04 -0800
79882d4c7dTweaked makefile recipes to use variables for CP, MV, MKDIR, etc. Added Cmake artifacts to distclean rule
Jeffrey Walton
2015-12-26 06:45:59 -0500
09d194d8cfAdded a makefile target to build the versioned .so if the unversioned name is given. Added DESTDIR to an ldconf line that was missint it.
Todd Knarr
2015-12-26 03:00:31 -0800
89c324ad92Fixed documentation on New(), CleanNew(), Grow() and CleanGrow()
Jeffrey Walton
2015-12-12 21:01:44 -0500
92dd807c83build: Support DESTDIR variable to adjust installation path
Alexander Afanasyev
2015-12-11 20:28:16 -0800
b7fb9e5ee4build: Change default installation prefix to /usr/local
Alexander Afanasyev
2015-12-11 20:23:40 -0800
acd9ae052fbuild: Set correct shared library id when compiled on OS X platform
Alexander Afanasyev
2015-12-11 20:05:07 -0800
1e17620417Fixed STLport detection for Android 14 and below
Jeffrey Walton
2015-12-09 04:09:30 -0500
bdebe53dd6Updated to recognize arm64-v8a as an architecture
Jeffrey Walton
2015-12-09 00:41:15 -0500
695bb3d5dfFixed config.recommend to use same test as config.h for X32. Missed at check-in c08cac0c
Jeffrey Walton
2015-12-08 15:02:10 -0500
5703c85d2dFixed makefile to use IS_IOS rather than IS_DARWIN for iOS cross-compiles. Updated Android to use AOSP_* variables rather than ANDROID_* variables
Jeffrey Walton
2015-12-08 14:55:58 -0500
28dc376596Tweaked rules for "make convert" to pick up additional exec files
Jeffrey Walton
2015-12-08 14:53:04 -0500
8188e60ea6Extended .gitignore
Alexander Afanasyev
2015-12-07 10:11:57 -0800
7b9878509bAdded "sources" target to generate the list of library files and test files. The lists are suitable for Autotools and Android.mk file lists
Jeffrey Walton
2015-12-06 00:48:31 -0500
0fb28c0ee4Added "algebra.h" include for "make deps" recipe
Jeffrey Walton
2015-12-04 18:18:34 -0500
db1c95401cFixed test using Xcode default compiler. Fixed makefile convert recipe to include ASM files
Jeffrey Walton
2015-12-04 12:52:40 -0500
401308d14eGuarded Intel multiarch with CXX03/CXX11. Fixed typo in export for testing under Xcode compiler
Jeffrey Walton
2015-12-03 18:17:54 -0500
0059f486adChanged RDSEED to use alternate ctor. Added comments about number of retries for RDRAND and RDSEED
Jeffrey Walton
2015-12-02 18:23:10 -0500
2c16082495Added recipe to build ISO for early distros like Fedora 1 on Linux using genisoimage
Jeffrey Walton
2015-12-02 17:21:25 -0500
c08cac0cd1Fixed failed compile on OS X using "-arch i386" due to Clang defining __ILP32__ for everything that is 32-bit. MSVC, GCC, ICC and Comeau were OK
Jeffrey Walton
2015-12-02 15:54:35 -0500
b7d461b4e2Added recipe to build ISO for early distros like Fedora 1. The Crypto++ source files are transferred to the VM through the CDROM device
Jeffrey Walton
2015-12-02 15:45:50 -0500
8ba4232386Changed retry count for RDRAND and RDSEED. RDSEED appears to fail to fulfill requests at about 6 to 8 times the rate of RDRAND.
Jeffrey Walton
2015-11-29 14:43:12 -0500
62618fda97Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding garbage to the end of some source files during drag and drop from guest to host.
Jeffrey Walton
2015-11-22 19:11:31 -0500
5f70a7c85eAdded missing <rng.h> to validat1.cpp. MaurerRandomnessTest requires the header when -DNO_OS_DEPENDENCE
Jeffrey Walton
2015-11-19 17:28:37 -0500
baa19fb2b4Added config.h due to privately reported issue
Jeffrey Walton
2015-11-19 16:48:56 -0500
b3e49d8c96Additional documentation; fixed issues with Clang integrated assembler and different versions numbers for LLVM Clang and Apple Clang; fixed missing header in DSA class
Jeffrey Walton
2015-11-19 13:09:33 -0500