summaryrefslogtreecommitdiff
path: root/misc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed potential ODR violation of non-member function StringNarrowJeffrey Walton2016-01-301-0/+58
* Cleared -Wcast-align (Issue 122)Jeffrey Walton2016-01-251-10/+6
* Suppressed false positives on -Wcast-align warningJeffrey Walton2016-01-141-0/+4
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-1/+4
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-6/+21
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-203/+192
* Improved comment on xorbuff and GCC's selection of vmovdqaJeffrey Walton2015-07-281-2/+3
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-8/+8
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+2
* Cleared compile error masked behind ASSERTJeffrey Walton2015-07-141-7/+7
* Cleared crash with GCC 4.8 and above and -O3. In a nutshell, it was due to ve...Jeffrey Walton2015-07-131-3/+16
* fix compile on Linuxweidai2010-07-241-0/+4
* move memory allocation/deallocation for SecBlock into DLLweidai2010-07-241-0/+53
* changes for 5.6: weidai2009-03-021-6/+38
* speed up xorbufweidai2007-05-041-10/+54
* port to MSVC .NET 2005 beta 2weidai2005-07-121-46/+2
* minor changesweidai2003-08-251-0/+1
* guard against potential integer overflow in allocatorsweidai2003-08-041-0/+17
* remove gcc warningsweidai2003-07-261-2/+2
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-8/+5
* Initial revisionweidai2002-10-041-0/+83