summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
* Fix -pipe warning under SunCCJeffrey Walton2017-09-161-2/+2
* Remove CMake from library sources (GH #506)Jeffrey Walton2017-09-161-5/+3
* Use -O3 for IBM XL C/C++ (GH #502)Jeffrey Walton2017-09-161-3/+3
* Revert "Use -O3 for IBM XL C/C++ (GH #502)"Jeffrey Walton2017-09-161-3/+3
* Use -O3 for IBM XL C/C++ (GH #502)Jeffrey Walton2017-09-161-3/+3
* Add -msse2 to i586 build (Issue 494)Jeffrey Walton2017-09-121-0/+9
* Remove -mvsx option from Linux Power8 buildsJeffrey Walton2017-09-121-5/+5
* Add PowerPC support to cpu.h and validate.cppJeffrey Walton2017-09-111-12/+28
* Add Power8 support to MakefileJeffrey Walton2017-09-091-5/+24
* Reduce IBM XL C/C++ compiler to -O2Jeffrey Walton2017-09-091-11/+16
* Fix RTTI and PIC under IBM XL C/C++ on AIXJeffrey Walton2017-09-091-1/+16
* Avoid -pipe for IBM XL C/C++ compilerJeffrey Walton2017-09-091-2/+4
* Add core to clean ruleJeffrey Walton2017-08-311-2/+2
* Add -pthread for Linux and GCC compatiblesJeffrey Walton2017-08-311-40/+39
* Fix missing DetectArmFeatures for ARMv7 (GH #480)Jeffrey Walton2017-08-301-6/+1
* Fix IS_ARMV8 in GNUmakefileJeffrey Walton2017-08-301-1/+1
* Consistent use of grep and sed (GH #476)Jeffrey Walton2017-08-291-59/+65
* Add -xarch options to linker flags (Issue 472)Jeffrey Walton2017-08-281-3/+4
* Test align 16 for i386 and x86_64Jeffrey Walton2017-08-271-1/+1
* Add Mapfile for CMake on Solaris (Issue 380)Jeffrey Walton2017-08-271-5/+1
* Support Base Implementation + SIMD implementation on Solaris (PR #461)Jeffrey Walton2017-08-241-105/+124
* Rollup CMake fixes for OpenBSD, MinGW (Issues 380, 466-468, PR #469)Jeffrey Walton2017-08-241-2/+2
* Fix 32-bit ARM NEON detectionJeffrey Walton2017-08-231-3/+3
* Remove -march=native as default in Makefile and CMake (PR #465)Jeffrey Walton2017-08-231-38/+12
* Fix SSSE3 issues under GCC 4.4.5 on Debian 6Jeffrey Walton2017-08-171-3/+4
* Rework makefile cpu feature detection code for the BSDsJeffrey Walton2017-08-171-37/+58
* Split source files to support Base Implementation + SIMD implementation (GH #...Jeffrey Walton2017-08-171-25/+96
* 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