summaryrefslogtreecommitdiff
path: root/stdcpp.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup Windows build after refactoringJeffrey Walton2023-04-151-1/+1
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-1/+1
* Use CRYPTOPP_CXX11_ATOMIC defineJeffrey Walton2020-08-061-1/+1
* Guard use of <cstddef> for Microsoft compilers (GH #781)Jeffrey Walton2019-02-041-1/+8
* Guard use of _debug_memset with __DEBUG_ALLOC__Jeffrey Walton2018-11-211-2/+4
* Add debug heap support on AIX with IBM XLCJeffrey Walton2018-11-211-1/+9
* Fix older Solaris and SunCC compileJeffrey Walton2018-07-211-3/+11
* Add sbyte, sword16, sword32 and sword64 (GH #608, GH #609)Jeffrey Walton2018-03-271-1/+0
* Fix VS2010 and "error C2065: uint32_t: undeclared identifier" (GH #608)Jeffrey Walton2018-03-271-0/+1
* Update documentationJeffrey Walton2018-01-231-0/+5
* Change ::log() to log() to work with C++Builder (#552)Tanzinul Islam2017-12-301-0/+6
* Add "stdcpp.h" to bench1.cpp and bench2.cpp (GH #520)Jeffrey Walton2017-10-121-0/+1
* Remove unneeded alloca headerJeffrey Walton2017-03-081-9/+0
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-7/+0
* Fix Cygwin compile due to missing <signal.h>Jeffrey Walton2016-10-011-0/+4
* Clear warnings under Visual Studio 2012Jeffrey Walton2016-10-011-13/+13
* Fix compile under Visual Studio 2008Jeffrey Walton2016-10-011-2/+2
* Fix compile under Visual Studio 2003Jeffrey Walton2016-10-011-1/+3
* Cutover to SecByteBlock member for AES (Issue 302, CVE-2016-7544)Jeffrey Walton2016-09-301-1/+5
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-1/+1
* Merge Atomics branch into MasterJeffrey Walton2016-06-061-0/+4
* Add changes for Windows Sotre that went missing with my clumsy Git skillsJeffrey Walton2016-05-091-0/+4
* Fix Visual Studio compilation with _HAS_EXCEPTIONS=0 (more concrete define an...a.navrotskiy2016-04-061-7/+7
* Fix Visual Studio compilation with _HAS_EXCEPTIONS=0a.navrotskiy2016-04-051-0/+7
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-18/+8
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-56/+65
* Removed "include <assert.h>" from files. Its now handled by "trap.h"Jeffrey Walton2015-08-031-1/+0
* Added Microsoft compilers under <utility> guardJeffrey Walton2015-07-311-2/+2
* Added <utility> based on C++11 for R-values and std::moveJeffrey Walton2015-07-311-0/+5
* Cleaned up tests for OS X, TR1 names spaces and ancient versus modern libstdc...Jeffrey Walton2015-07-291-16/+5
* Finished alloca cleanup under the BSDsJeffrey Walton2015-07-281-13/+4
* Fixed compiler error under OpenBSD for missing "alloca"Jeffrey Walton2015-07-271-7/+8
* Fixed compile error due to MS using _MSC_VER rather than __cplusplusJeffrey Walton2015-07-271-1/+3
* Fixed compile error on MinGW due to including <alloca.h>Jeffrey Walton2015-07-271-1/+1
* Added missing <limits> for MinGW compileJeffrey Walton2015-07-271-0/+1
* Fixed compiler error due to reversing ifdef and ifdef for CRYPTOPP_UNIX_AVAIL...Jeffrey Walton2015-07-271-2/+2
* Updated comment on reason for the gyrations when including <memory>Jeffrey Walton2015-07-271-3/+2
* Placed guards on <alloca.> includeJeffrey Walton2015-07-271-3/+6
* Fixed compiler errors on Apple due to cross product of {C++03,C++11} x {libc+...Jeffrey Walton2015-07-271-10/+31
* Cleared crash with GCC 4.8 and above and -O3. In a nutshell, it was due to ve...Jeffrey Walton2015-07-131-0/+4
* fix compile with Sun CC on Linuxweidai2010-08-081-1/+1
* fix build of dlltest project on MSVC 2008weidai2010-07-241-1/+6
* port to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21weidai2010-07-051-1/+1
* port to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21weidai2010-07-051-0/+5
* fix possible race condition in Singleton::Ref()weidai2010-06-181-7/+11
* remove <locale> (should save code size?)weidai2007-09-241-1/+0
* misc changesweidai2003-07-181-2/+0
* fix GCC compileweidai2003-07-111-1/+0
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-0/+31