summaryrefslogtreecommitdiff
path: root/config.h
Commit message (Expand)AuthorAgeFilesLines
* Fix Cygwin compile due to missing <signal.h>Jeffrey Walton2016-10-011-0/+4
* Reset config.h that cross-pollinated from AES dev-branchJeffrey Walton2016-09-301-6/+3
* Cutover to SecByteBlock member for AES (Issue 302, CVE-2016-7544)Jeffrey Walton2016-09-301-3/+6
* Fix Visual Studio 2005 compile (Part of Issue 300)Jeffrey Walton2016-09-221-1/+1
* config.compatJeffrey Walton2016-09-211-3/+3
* Partially revert 714daaf5706e9e2b.Jeffrey Walton2016-09-211-8/+0
* Remove CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562 from block defining word...Jeffrey Walton2016-09-201-1/+1
* Cleanup feature defines in <config.h>. Cleanup intrinsic includes in <cpu.h>Jeffrey Walton2016-09-201-0/+7
* Fix compile under CentOS 5 with GCC 4.1Jeffrey Walton2016-09-191-1/+1
* Fix Solaris GCC and "constructor priorities are not supported"Jeffrey Walton2016-09-191-8/+27
* Fix CRYPTOPP_UNUSED macro and CVE numberJeffrey Walton2016-09-191-2/+2
* Cleanup use of CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562Jeffrey Walton2016-09-191-5/+1
* Fix broken Clang compile with -march=x86-64 (Issue 283)Jeffrey Walton2016-09-191-2/+12
* Remove library supplied aesenc, aesdec and friends (Issue 206)Jeffrey Walton2016-09-181-10/+7
* Moved config.h → config.compat; moved config.recommend → config.hJeffrey Walton2016-09-181-3/+3
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-0/+10
* Post-release version incrementJeffrey Walton2016-09-111-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-2/+2
* Squashed commit of the following:Jeffrey Walton2016-09-081-7/+0
* Use "unsigned long" rather than "unsigned long long" for word64 when '_LP64 |...Jeffrey Walton2016-09-081-1/+1
* Remove comma operator from return values for StaticGetDefaultRounds and Stati...Jeffrey Walton2016-09-071-1/+1
* Add constexpr to CRYPTOPP_CONSTANT when CRYPTOPP_CXX11_CONSTEXPR is in effectJeffrey Walton2016-09-061-0/+6
* Backed out use of "static const" to declare constant; switch to "enum" (Issue...Jeffrey Walton2016-09-061-2/+3
* Add configuration support for C++11 constexprJeffrey Walton2016-09-011-0/+22
* Fix missing arm_acle.h under GCC 4.8. Rearrange some defines to better accoun...Jeffrey Walton2016-08-011-2/+2
* Fix cannot convert between 'word64*' and 'uint64_t*' and -fpermissiveJeffrey Walton2016-07-241-0/+3
* Remove unneeded 'defined(__INTEL_COMPILER)'Jeffrey Walton2016-07-191-5/+5
* Remove second definition of CRYPTOPP_ALIGN_DATA using alignasJeffrey Walton2016-07-181-6/+0
* Guard CRYPTOPP_CXX11 for STLportJeffrey Walton2016-07-171-1/+3
* Aloow GCC to particpate in MACH-O initializationJeffrey Walton2016-07-121-2/+2
* Clear Valgrind findings under -OfastJeffrey Walton2016-07-121-0/+9
* Disable automatic detection of CRYPTOPP_BOOL_SSE4_INTRINSICS_AVAILABLE for Su...Jeffrey Walton2016-07-121-3/+6
* Update comment for Sun Studio 12.4Jeffrey Walton2016-07-111-1/+2
* Fix compile under Sun Studio 12.3 and below with -xarch=aes definesJeffrey Walton2016-07-101-3/+3
* Go back to Commit 66ada4cc61d62afcJeffrey Walton2016-07-061-6/+10
* Revert "Merge remote-tracking branch 'upstream/master'" - not intended to be ...Mouse2016-07-061-10/+6
* Add MacPorts GCC compiler and Clang integrated assembler support. This is a m...Jeffrey Walton2016-07-051-5/+7
* Fix "CRYPTOPP_USE_FIPS_202_SHA3 redfined" when using config.recommned with CR...Jeffrey Walton2016-07-041-1/+3
* Break build when we encounter Clang pretending to be VC++ (Issue 147)Jeffrey Walton2016-06-221-0/+6
* Merge 'solaris' dev branch into 'master'Jeffrey Walton2016-06-151-6/+29
* Add C++11 alignas support. Deleting 'alignas' branchJeffrey Walton2016-06-141-0/+6
* Revert "Add hack to pickup C++11 alignas"Jeffrey Walton2016-06-071-6/+0
* Add hack to pickup C++11 alignasJeffrey Walton2016-06-061-0/+6
* Merge Atomics branch into MasterJeffrey Walton2016-06-061-1/+15
* Removed duplicate C++11 atomics block. Fixed comment on CRYPTOPP_CXX11_ALIGNA...Jeffrey Walton2016-05-301-14/+1
* Simplified tests ARM features. Tied ARM intrinsics to CRYPTOPP_DISABLE_ASM to...Jeffrey Walton2016-05-221-15/+11
* Relocate ARM defines to contribute to CRYPTOPP_BOOL_ALIGN16Jeffrey Walton2016-05-211-32/+32
* Remove ILP32 from CRYPTOPP_L1_CACHE_LINE_SIZE. Clang defines it for all 32-bi...Jeffrey Walton2016-05-201-1/+1
* Add ARM-64 defines for CRYPTOPP_L1_CACHE_LINE_SIZEJeffrey Walton2016-05-201-1/+1