summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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