summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add LLVM bitcode to temporaies cleaned by 'make distclean' ruleJeffrey Walton2016-07-201-1/+4
* Fix missing BMI/BMI2 instrinsics under GCC on Solaris (Issue 230)Jeffrey Walton2016-07-201-0/+7
* Fix Sun Studio 12.5 detection. Only add "-w -erroff=wvarhidemem -erroff=voidr...Jeffrey Walton2016-07-081-4/+9
* Fix "/usr/bin/ld: -f may not be used without -shared" (Issue 219)Jeffrey Walton2016-07-061-2/+2
* Go back to Commit 66ada4cc61d62afcJeffrey Walton2016-07-061-2/+5
* Revert "Merge remote-tracking branch 'upstream/master'" - not intended to be ...Mouse2016-07-061-5/+2
* Add MacPorts GCC compiler and Clang integrated assembler support. This is a m...Jeffrey Walton2016-07-051-2/+5
* Fix Cygwin debug build (Binutil PR 20268)Jeffrey Walton2016-06-171-0/+4
* Guard setting of IS_GAS. Remove IS_GAS from MacPorts compiler testJeffrey Walton2016-06-161-12/+19
* Fix -Wa,q typoJeffrey Walton2016-06-161-3/+4
* Fix -DCRYPTOPP_DISABLE_ASM with MacPorts compiler (Issue 189)Jeffrey Walton2016-06-151-3/+3
* Enable -Wa,q for MacPort GCC/Clang integrated assemblerJeffrey Walton2016-06-151-0/+7
* Enable -Wa,--divide for GCC/GAS on Solaris (Binutil PR 4572)Jeffrey Walton2016-06-151-6/+7
* Merge 'solaris' dev branch into 'master'Jeffrey Walton2016-06-151-15/+31
* Remove _GLIBCXX_CONCEPT_CHECKS for debug builds. Its part of GCC courtesy of ...Jeffrey Walton2016-06-151-3/+0
* Simplified IS_X86 and IS_X64 un SunOS. Add separator for benchmark testsJeffrey Walton2016-06-101-4/+2
* Added Sun Studio testing (Issue 180)Jeffrey Walton2016-06-091-1/+1
* Remove -fPIC from Solaris builds. -Kpic will be added appropriatelyJeffrey Walton2016-06-091-2/+5
* Fix GCC and Solaris builds picking up Sun Studio flagsJeffrey Walton2016-06-091-1/+1
* Add warnings ands some suppressions to Sun Studio buildsJeffrey Walton2016-06-091-2/+3
* Update makefile to make it easier to tune Solaris builds during testingJeffrey Walton2016-06-081-15/+31
* Fixed broken Sun Studio compile (Issue 179)Jeffrey Walton2016-06-081-19/+13
* Fix Sun Studio builds (Issue 179)Jeffrey Walton2016-06-081-3/+18
* Add rules for AArch32 and AArch64 detection. Restrict shared object warning t...Jeffrey Walton2016-05-091-9/+17
* Fix CPU_SPEEDJeffrey Walton2016-04-221-1/+2
* Add blake2.cpp chacha.cpp to DLLSRCSJeffrey Walton2016-04-221-1/+1
* Rename bench.cpp to bench1.cppJeffrey Walton2016-04-221-3/+1
* Add Coverity artifacts to clean recipeJeffrey Walton2016-04-111-1/+1
* Cleaned artifacts from testing. Move documentation clean rule to distcleanJeffrey Walton2016-03-291-6/+10
* Fixed compile for NetBSDJeffrey Walton2016-03-201-3/+8
* Fixed PowerPC detection code on OS XJeffrey Walton2016-01-251-1/+1