summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
* Add CRYPTOPP_COVERAGE for Asan and UBsan buildsJeffrey Walton2017-05-111-0/+6
* Add Makefile recipe for Valgrind buildsJeffrey Walton2017-05-061-0/+16
* Add additional self tests under debug buildsJeffrey Walton2017-05-051-1/+1
* Add CRYPTOPP_COVERAGE define for 'make coverage' recipeJeffrey Walton2017-05-041-1/+4
* Add mapfile to allow additional capability bitsJeffrey Walton2017-04-231-1/+16
* Add safety for SSSE4.1 and SSE4.2 intructionsJeffrey Walton2017-04-231-8/+17
* Add safety for SHA intructionsJeffrey Walton2017-04-221-0/+6
* Add -xmemalign=4i for Sun SPARC (Issue 403)Jeffrey Walton2017-04-221-0/+6
* Add no-asm target to ease testing of -DCRYPTOPP_DISABLE_ASMJeffrey Walton2017-04-171-2/+9
* Split regtest.cpp into regtest{1|2|3}.cppJeffrey Walton2017-04-131-1/+1
* Removed 'aligned' makefile target. It was made default in 5.6.5Jeffrey Walton2017-03-281-9/+2
* Fix GNUmakefile to keep *.s filesJeffrey Walton2017-03-251-1/+1
* Rename rdrand.S to rdrand.sJeffrey Walton2017-03-231-5/+5
* Fix OpenBSD 6.0 compile with GCC 4.9 (Issue 395)Jeffrey Walton2017-03-221-16/+19
* Simplify C++ dynamic object initializationJeffrey Walton2017-03-201-27/+20
* Change HAS_NASM to USE_NASM. The makefile does not etect it automaticallyJeffrey Walton2017-03-141-3/+3
* Updated RDRAND and RDSEED under NASMJeffrey Walton2017-03-131-16/+55
* Define _XOPEN_SOURCE for Cygwin/Newlib (Issue 315)Jeffrey Walton2017-03-101-6/+15
* Suppress unneeded output in MakefilesJeffrey Walton2017-03-091-66/+37
* Remove HTML echo's from 'make benchmark' recipeJeffrey Walton2017-03-081-13/+3
* Add ASM and S files to trim recipeJeffrey Walton2017-03-071-2/+2
* Add Integer Bitops tests (Issue 344)Jeffrey Walton2016-12-061-1/+1
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-3/+3
* Add Poly1305 class to project files (Issue 338)Jeffrey Walton2016-11-271-1/+1
* Add architecture option delimiters so distros can easily remove itJeffrey Walton2016-11-021-0/+2
* Add adhoc.cpp to test sources (Issue 332)Jeffrey Walton2016-11-011-3/+3
* Additional use of $(strip $(CXXFLAGS)) cleanupJeffrey Walton2016-10-261-11/+14
* Add GNUmake $strip to cleanup CXXFLAGS. Fols cryptest.sh testsJeffrey Walton2016-10-261-12/+12
* Guard use of MacPorts GCC and -DCRYPTOPP_CLANG_INTEGRATED_ASSEMBLERJeffrey Walton2016-10-251-2/+4
* Guard addition of '-march=native' in case a user specifies it in CXXFLAGSJeffrey Walton2016-10-251-1/+1
* build: add DISABLE_CXXFLAGS_OPTIMIZATIONS optionAlon Bar-Lev2016-10-211-15/+19
* Add cryptdll-windows.cmd to TestScriptsJeffrey Walton2016-10-061-3/+3
* Add VS project files to list of trimmed filesJeffrey Walton2016-10-021-2/+2
* Add cryptest-windows.pl scriptJeffrey Walton2016-10-011-3/+3
* Add TestScripts to GNUmakefileJeffrey Walton2016-09-231-7/+17
* Moved config.h → config.compat; moved config.recommend → config.hJeffrey Walton2016-09-181-25/+3
* Add VS2010 *.filters files to list of files converted to CRLF endingsJeffrey Walton2016-09-171-1/+1
* Removed -erroff=wvarhidemem -erroff=voidretw for SunCC after warning cleanupJeffrey Walton2016-09-141-11/+5
* Cleaned dylib artifactsJeffrey Walton2016-09-101-0/+3
* Make VS2010 default. Archive VS2005 project files. Archive Borland project filesJeffrey Walton2016-09-101-1/+1
* Bump Crypto++ version number from 5.6.3 to 5.6.4Jeffrey Walton2016-09-101-1/+1
* Removed workspace and project files from FileList.txt. Cleared 'make convert'...Jeffrey Walton2016-09-091-1/+1
* Squashed commit of the following:Jeffrey Walton2016-09-081-1/+1
* Add missing hmqv.h, hmqv.cpp, fhmqv.h, fhmqv.cpp to down level VS project, Bo...Jeffrey Walton2016-09-081-2/+2
* Add disassembly tests to verify some aspects of code generation. Fix SUNCC_CX...Jeffrey Walton2016-08-241-1/+1
* Tweak makefile variables (SUNCC_120_OR_LATER → SUNCC_510_OR_LATER, etc)Jeffrey Walton2016-08-231-9/+9
* Fix SunCC 12.3 and 12.4 verionsJeffrey Walton2016-08-231-2/+2
* Fix SunCC 12.2 compile errorJeffrey Walton2016-08-221-3/+7
* Add -DCRYPTOPP_NO_UNALIGNED_DATA_ACCESS for -O3 and above for ARM and MIPS (I...Jeffrey Walton2016-07-291-0/+16
* Add -DCRYPTOPP_NO_UNALIGNED_DATA_ACCESS for -O5 and -OfastJeffrey Walton2016-07-211-5/+9