summaryrefslogtreecommitdiff
path: root/config.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* add x86/x64 assembly for SHA-256,weidai2009-03-101-1/+1
* changes for 5.6: weidai2009-03-021-17/+11
* port to Sun Studio 12's 64-bit C++ Compiler 5.9 Patch 124864-09 2008/12/16weidai2009-02-131-9/+8
* fix compile with GCC 4.0.1 on MacOS X 64-bitweidai2008-12-221-5/+6
* fix compile with ICC 9.1 on x64weidai2007-09-241-1/+1
* fix warning on MSVC Orcas Beta 2weidai2007-08-151-1/+2
* fixed Whirlpool crash on Pentium 2 machinesweidai2007-08-131-1/+3
* fix compile for VC6 without processor pack, and GCC 4 on MINGWweidai2007-06-011-8/+1
* fix compile with ICC for ia64weidai2007-05-051-1/+1
* fix compile with Sun CCweidai2007-05-051-1/+1
* fix compile on Mac OS Xweidai2007-05-041-1/+1
* fix warning with Intel compilerweidai2007-05-041-2/+2
* add word128weidai2007-05-041-0/+10
* fix compile on Sun CCweidai2007-04-161-2/+5
* changes to support optimizationsweidai2007-04-161-52/+106
* fix compile on MSVC2002 and MSVC6 without Processor Packweidai2006-12-251-9/+36