summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Collapse)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
| | | | Also see http://groups.google.com/forum/#\!topic/cryptopp-users/bWcRw1XgJ_Q
* 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
| | | | Also see Commits b69d904499cf9f00, 92ed8454c754ac11, 7c3345585cb4b414, and 875852fcbc8a099f
* Cleaned dylib artifactsJeffrey Walton2016-09-101-0/+3
|
* Make VS2010 default. Archive VS2005 project files. Archive Borland project filesJeffrey Walton2016-09-101-1/+1
| | | | | VS2005 project files are available in vs2005.zip Borland 10 project files are available in bds10.zip
* 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 ↵Jeffrey Walton2016-09-091-1/+1
| | | | convert' error for makefile recipe
* Squashed commit of the following:Jeffrey Walton2016-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 47c75c6e9397e240919207e50e5a611d3e2a2428 Merge: d7685c2 42085ee Author: Jeffrey Walton <noloader@gmail.com> Date: Thu Sep 8 20:20:39 2016 -0400 Attempting to fix binary file merge conflict commit d7685c2d946beecc419ddb6901c24e972c7cf3ee Author: Jeffrey Walton <noloader@gmail.com> Date: Thu Sep 8 16:39:23 2016 -0400 Add vsClean.cmd to vs2010.zip commit 4b96fdf1c551260da60eb021f324bcc3fcfec626 Author: Jeffrey Walton <noloader@gmail.com> Date: Thu Sep 8 16:15:38 2016 -0400 Add Keccak to vs2010.zip commit 3962db73b7113ee805b46a5bb4da64e204fe6bb0 Author: Jeffrey Walton <noloader@gmail.com> Date: Thu Sep 8 15:40:35 2016 -0400 Fold hmqv.cpp and fhmqv.cpp into mqv.cpp. There's no need for three empty source files commit 44401448cbb6c8125b0f1ab4419c5b174408ffd7 Author: Jeffrey Walton <noloader@gmail.com> Date: Thu Sep 8 15:39:23 2016 -0400 Fold hmqv.cpp and fhmqv.cpp into mqv.cpp. There's no need for three empty source files commit 847bfccb8d5c388e67745dc8c69768fa503c5135 Author: Jeffrey Walton <noloader@gmail.com> Date: Thu Sep 8 14:48:02 2016 -0400 Whitespace cleanup commit 46a37be6fef361704dcf852bc9a099ce0a1da4c8 Merge: aefb8f8 3697867 Author: Jeffrey Walton <noloader@gmail.com> Date: Thu Sep 8 14:43:01 2016 -0400 Merge 'master' into 'keccak' commit aefb8f8ff2b81b967089c53b457a92fc6f7544d6 Merge: 51a828b 3c91d93 Author: Jeffrey Walton <noloader@gmail.com> Date: Thu Sep 8 12:39:51 2016 -0400 Merge 'master' into 'keccak' commit 51a828b88e37a4d18abb00300cd5522bd0e110c5 Merge: 4152870 e7c7722 Author: Jeffrey Walton <noloader@gmail.com> Date: Thu Sep 8 10:41:36 2016 -0400 Merge 'master' into 'keccak' commit 415287041e69ddadf5ca1f6fc794b87e145fc2db Merge: 357a0c5 83ac849 Author: Jeffrey Walton <noloader@gmail.com> Date: Thu Sep 8 10:34:45 2016 -0400 Merge 'master' into 'keccak' commit 357a0c510f75e4e58078b500dd469462e90f7650 Author: Jeffrey Walton <noloader@gmail.com> Date: Thu Sep 8 10:13:32 2016 -0400 Removed deprecated warning from SHA3 classes commit 5cf9ec10d53b895b5a583e265e4e1298ed402195 Merge: 10ce0ed c2d60cc Author: Jeffrey Walton <noloader@gmail.com> Date: Thu Sep 8 09:43:15 2016 -0400 Merge 'master' into 'keccak' commit 10ce0ed4c5b8a1ea230062fd2dfdec0d87ec5b42 Author: Jeffrey Walton <noloader@gmail.com> Date: Thu Sep 8 09:37:40 2016 -0400 Add Keccak implementation based on early SHA3. Change SHA3 to NIST FIPS 202 conforming implementation
* Add missing hmqv.h, hmqv.cpp, fhmqv.h, fhmqv.cpp to down level VS project, ↵Jeffrey Walton2016-09-081-2/+2
| | | | Borland project and cryptest.nmake
* Add disassembly tests to verify some aspects of code generation. Fix ↵Jeffrey Walton2016-08-241-1/+1
| | | | SUNCC_CXXFLAGS flags. Fix "Quick Tests" undr Clang (Issues 245 and 246)
* 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 ↵Jeffrey Walton2016-07-291-0/+16
| | | | (Issue 231)
* 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 ↵Jeffrey Walton2016-07-081-4/+9
| | | | -erroff=voidretw" to SunCC 12.2 and above
* 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
| | | | | | | merged by me This reverts commit 762c315566bce681e380641d1894251f984eac10, reversing changes made to b48866631a5587e9348245fedd6f1e0871df35db.
* Add MacPorts GCC compiler and Clang integrated assembler support. This is a ↵Jeffrey Walton2016-07-051-2/+5
| | | | merge of the development branch 'clang-ia'
* 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
| | | | Boost, its broken and its unmaintained
* 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 ↵Jeffrey Walton2016-05-091-9/+17
| | | | to shared object and dylibs
* 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
|