summaryrefslogtreecommitdiff
path: root/config.h
Commit message (Expand)AuthorAgeFilesLines
* Add SSE4.1 and SSE4.2 feature detectionJeffrey Walton2016-04-151-0/+8
* Fixed m68k detection (Issue 153)Jeffrey Walton2016-04-061-1/+1
* Merge branch 'integer-master' of https://github.com/DevJPM/cryptopp into DevJ...Jeffrey Walton2016-01-141-0/+8
|\
| * updated to offer the option to hide the baseDevJPM2016-01-131-0/+8
* | C++Builder: The problem with the CRYPTOPP_CONSTANT macro was corrected properlyCrayon20002016-01-121-1/+1
|/
* Fixed hang on ARM platforms in Integer::DivideThreeWordsByTwoJeffrey Walton2016-01-081-23/+4
* Added CRYPTOPP_DATA_DIR patch (Issue 82)Jeffrey Walton2015-12-251-1/+8
* Microsoft ARM supportMarco Deckel2015-12-141-1/+1
* Fixed STLport detection for Android 14 and belowJeffrey Walton2015-12-091-1/+1
* Fixed failed compile on OS X using "-arch i386" due to Clang defining __ILP32...Jeffrey Walton2015-12-021-2/+3
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-2/+1
* Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding gar...Jeffrey Walton2015-11-221-26/+5
* Crypto++ 5.6.3 check-inJeffrey Walton2015-11-201-5/+26
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-36/+75
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-628/+670
* Added CRYPTOPP_POSIX_ASSERT to config.h for those who want original Posix beh...Jeffrey Walton2015-08-031-41/+102
* Change _MSC_VER to 2300 (sometime around VS2019) for CRYPTOPP_CXX14. Its just...Jeffrey Walton2015-07-311-1/+1
* Added define for CRYPTOPP_CXX14 so we can pick up operator "" and small strin...Jeffrey Walton2015-07-311-3/+9
* Fixe compiler error under MinGW due to typedef'ing ssize_t. Cygwin OKJeffrey Walton2015-07-301-1/+1
* Whitespace checkinJeffrey Walton2015-07-301-9/+9
* Added typedef for missing ssize_t on Windows. We used the same definitions Wi...Jeffrey Walton2015-07-301-0/+13
* Finished alloca cleanup under the BSDsJeffrey Walton2015-07-281-0/+4
* Fixed #error left in header that was used for testingJeffrey Walton2015-07-271-1/+0
* Fixed compiler error " error: missing binary operator before token 'defined'"Jeffrey Walton2015-07-271-2/+2
* Fixed complier error "error: missing ')' after 'defined'"Jeffrey Walton2015-07-271-2/+3
* Fixed spelling error: __cpluplus → __cplusplusJeffrey Walton2015-07-271-2/+2
* Improved GCC test by adding "__GNUC__ >= 5"Jeffrey Walton2015-07-271-2/+2
* Added tests for Intel compilers. Tightened tests on GCC since the others clai...Jeffrey Walton2015-07-271-2/+8
* Tuned preprocessor tests. Added CRYPTOPP_THROW to AlgorithmParametersBaseJeffrey Walton2015-07-261-11/+23
* Added C++11 R-value and noexcept feature detectionJeffrey Walton2015-07-261-0/+38
* Backed out Clang integrated assembler changes. LLVM Bug 24232 pushed us over ...Jeffrey Walton2015-07-231-3/+8
* Cleaned up CRYPTOPP_CLANG_INTEGRATED_ASSEMBLER and WORKAROUND_LLVM_BUG_18916 ...Jeffrey Walton2015-07-231-4/+4
* Specialized defines to work with/around Clang integrated assembler. The two d...Jeffrey Walton2015-07-221-1/+9
* Added CRYPTOPP_CLANG_NO_INTEGRATED_AS as a guard in config.h (disabled by def...Jeffrey Walton2015-07-211-0/+4
* Cleared Cygwin i386 crash at -O3 due to unaligned data access and vectorizationJeffrey Walton2015-07-161-0/+5
* Cleared crash with GCC 4.8 and above and -O3. In a nutshell, it was due to ve...Jeffrey Walton2015-07-131-1/+7
* Moved GCC_DIAGNOSTIC_AWARE and GCC_OPTIMIZE_AWARE into misc.hJeffrey Walton2015-07-131-4/+0
* Added COUNTOF to misc.h to count elements in an array (fails on pointers). Mo...Jeffrey Walton2015-07-031-2/+0
* Enabled security related warnings; see http://blogs.msdn.com/b/vcblog/archive...Jeffrey Walton2015-06-291-0/+3
* Added GCC_DIAGNOSTIC_AWARE to help suppress some warnings on contemporary com...Jeffrey Walton2015-06-291-0/+4
* Added test case for CRYPTOPP_UNUSED by applying it to argc and argv in tes.cp...Jeffrey Walton2015-06-071-1/+1
* Add CRYPTOPP_UNUSED to help supress unused variable warnings. Applied to Algo...Jeffrey Walton2015-06-041-0/+2
* add SHA-3weidai2013-01-191-6/+1
* fix compile with GCC 4.4 and -march=i386weidai2010-08-081-2/+2
* add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCMweidai2010-07-241-0/+7
* update version number to 5.6.1weidai2010-06-291-1/+1
* fix endianess test on MIPS (Zhang Le)weidai2009-09-041-1/+1
* fix compile on OpenBSD 4.4weidai2009-03-131-1/+2
* fix compile on OpenSolaris 8.11weidai2009-03-131-1/+1
* fix compile on MSVC 6weidai2009-03-131-0/+6