Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hrtimer.cpp: fix Win32 DLL-Import build (#425) | Marcel Raad | 2017-05-26 | 1 | -2/+2 |
| | | | PerformanceCounterFrequency is used independently of CRYPTOPP_IMPORTS. | ||||
* | Add C++ nullptr support (Issue 383) | Jeffrey Walton | 2017-03-01 | 1 | -1/+1 |
| | |||||
* | Change file preamble to include "originally written by Wei Dai" | Jeffrey Walton | 2017-01-27 | 1 | -1/+1 |
| | | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of | ||||
* | Removed VC++ 5.0 and 6.0 workarounds (Issue 342) | Jeffrey Walton | 2016-12-03 | 1 | -1/+1 |
| | |||||
* | Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420) | Jeffrey Walton | 2016-09-16 | 1 | -3/+3 |
| | | | | trap.h and CRYPTOPP_ASSERT has existed for over a year in Master. We deferred on the cut-over waiting for a minor version bump (5.7). We have to use it now due to CVE-2016-7420 | ||||
* | Whitespace checkin | Jeffrey Walton | 2016-09-10 | 1 | -1/+1 |
| | |||||
* | Cleaned up Windows-Store | Jeffrey Walton | 2016-05-17 | 1 | -2/+2 |
| | |||||
* | Add changes for Windows Sotre that went missing with my clumsy Git skills | Jeffrey Walton | 2016-05-09 | 1 | -12/+43 |
| | |||||
* | Add WIN32_LEAN_AND_MEAN to source files which inlude Windows headers | Jeffrey Walton | 2016-04-28 | 1 | -0/+1 |
| | |||||
* | CRYPTOPP 5.6.3 RC6 checkin | Jeffrey Walton | 2015-11-05 | 1 | -140/+142 |
| | |||||
* | Removed "include <assert.h>" from files. Its now handled by "trap.h" | Jeffrey Walton | 2015-08-03 | 1 | -2/+0 |
| | |||||
* | Cut-in CRYPTOPP_ASSERT in all remaining header and source files | Jeffrey Walton | 2015-07-26 | 1 | -2/+2 |
| | |||||
* | Added "trap.h" include for header and source files that assert | Jeffrey Walton | 2015-07-26 | 1 | -0/+2 |
| | |||||
* | Cleared compiler error due to use of "LARGE_INTEGER freq = { .QuadPart = 0 ↵ | Jeffrey Walton | 2015-07-26 | 1 | -1/+2 |
| | | | | };". 32-bit and 64-bit compilers accept "{ {0,0} }". Note the original code was OK, and we were probably woking around a GCC issue | ||||
* | Cleared "missing initializer for member '_LARGE_INTEGER::<anonymous ↵ | Jeffrey Walton | 2015-07-25 | 1 | -1/+1 |
| | | | | struct>::HighPart'" under MinGW | ||||
* | Revert "Cleared "missing initializer for member '_LARGE_INTEGER::<anonymous ↵ | Jeffrey Walton | 2015-07-25 | 1 | -1/+1 |
| | | | | | | | | struct>::HighPart'" under MinGW". The commit accidentally committed a number of unneeded files while on Windows during testing. This reverts commit 576749b4bbc1d52f6460bbb1f79b8e5ac0270ee7. | ||||
* | Cleared "missing initializer for member '_LARGE_INTEGER::<anonymous ↵ | Jeffrey Walton | 2015-07-25 | 1 | -1/+1 |
| | | | | struct>::HighPart'" under MinGW | ||||
* | Cut-over to COUNTOF in source files | Jeffrey Walton | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | fix compile on Turbo C++ 2006 | weidai | 2007-05-05 | 1 | -0/+1 |
| | |||||
* | fix compile with Sun CC | weidai | 2007-05-05 | 1 | -5/+1 |
| | |||||
* | reduce risk of random number reuse after VM rollback | weidai | 2007-05-04 | 1 | -34/+42 |
| | |||||
* | fix compile on MSVC2002 and MSVC6 without Processor Pack | weidai | 2006-12-25 | 1 | -7/+1 |
| | |||||
* | update version number, port to Sun C++ 5.8 | weidai | 2006-12-18 | 1 | -10/+10 |
| | |||||
* | merge in changes by denis bider and fix compile on gcc 3.4.4 and MSVC 6 | weidai | 2006-04-06 | 1 | -6/+10 |
| | |||||
* | fix compile with MSVC 6 without Processor Pack | weidai | 2005-09-03 | 1 | -0/+6 |
| | |||||
* | port to CodeWarrior 8.3 | weidai | 2004-06-20 | 1 | -49/+54 |
| | |||||
* | add missing #include | weidai | 2004-04-21 | 1 | -0/+1 |
| | |||||
* | add ThreadUserTimer | weidai | 2004-04-08 | 1 | -19/+46 |
| | |||||
* | fix potential threading problem with initialization of static objects | weidai | 2003-07-29 | 1 | -1/+1 |
| | |||||
* | fixes/workarounds for GCC | weidai | 2003-06-19 | 1 | -0/+1 |
| | |||||
* | sync with private branch | weidai | 2003-06-19 | 1 | -15/+36 |
| | |||||
* | compatibility fixes for MacOS X | weidai | 2002-10-04 | 1 | -2/+2 |
| | |||||
* | Initial revision | weidai | 2002-10-04 | 1 | -0/+75 |