summaryrefslogtreecommitdiff
path: root/stdcpp.h
Commit message (Expand)AuthorAgeFilesLines
* 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