summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
* Use -O1 for Asan and UBsanJeffrey Walton2017-08-141-0/+6
* Switch from -O2 to -O3 in the makefile (Issue 454)Jeffrey Walton2017-08-041-3/+3
* Add AppVeyor rule to makefileJeffrey Walton2017-08-021-1/+6
* Update DLL_SRCS listJeffrey Walton2017-07-311-1/+1
* Fix build timeout due to tracking vars under UBsanJeffrey Walton2017-05-281-0/+7
* Use "relative" option for gcov recipeJeffrey Walton2017-05-271-1/+1
* Cleanup gcov artifacts in clean ruleJeffrey Walton2017-05-271-7/+7
* Reduce optimizations for code coverage recipesJeffrey Walton2017-05-271-0/+6
* Attempt to add Code Coverage report (Take 3)Jeffrey Walton2017-05-271-1/+2
* Attempt to add Code Coverage report (Take 2)Jeffrey Walton2017-05-271-2/+19
* Updated makefile trim and convert rulesJeffrey Walton2017-05-261-6/+6
* Remove unaligned access safety with Asan and UBsanJeffrey Walton2017-05-211-37/+13
* have constant link order (#426)Bernhard M. Wiedemann2017-05-191-1/+1
* Build RDRAND for all platofrms (Issue 419, PR 424)Jeffrey Walton2017-05-171-8/+2
* Update Makefile to trim data filesJeffrey Walton2017-05-151-0/+4
* Add Threefish to project filesJeffrey Walton2017-05-141-1/+1
* 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