summaryrefslogtreecommitdiff
path: root/idea.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Cleared Coverity finding CID 170382 (CONSTANT_EXPRESSION_RESULT) (Issue 298)Jeffrey Walton2016-09-211-2/+0
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-1/+1
* Backed out use of "static const" to declare constant; switch to "enum" (Issue...Jeffrey Walton2016-09-061-3/+0
* Initial fix for older Apple ld's non_lazy_ptr missing symbols (Issue 255)Jeffrey Walton2016-09-061-10/+13
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-201/+193
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-1/+1
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* Cleared "signed/unsigned" warning under GCC 4.8 (this may have been a GCC 4.8...Jeffrey Walton2015-07-261-5/+8
* Added GCC_DIAGNOSTIC_AWARE to help suppress some warnings on contemporary com...Jeffrey Walton2015-06-291-0/+5
* port to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21weidai2010-07-051-1/+1
* add "volatile" to prevent compiler optimizing away codeweidai2010-06-181-1/+1
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-2/+2
* fix MSVC 2005 warningsweidai2006-03-131-11/+13
* Initial revisionweidai2002-10-041-0/+190