summaryrefslogtreecommitdiff
path: root/hrtimer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-1/+1
|
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-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 checkinJeffrey Walton2016-09-101-1/+1
|
* Cleaned up Windows-StoreJeffrey Walton2016-05-171-2/+2
|
* Add changes for Windows Sotre that went missing with my clumsy Git skillsJeffrey Walton2016-05-091-12/+43
|
* Add WIN32_LEAN_AND_MEAN to source files which inlude Windows headersJeffrey Walton2016-04-281-0/+1
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-140/+142
|
* Removed "include <assert.h>" from files. Its now handled by "trap.h"Jeffrey Walton2015-08-031-2/+0
|
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-2/+2
|
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+2
|
* Cleared compiler error due to use of "LARGE_INTEGER freq = { .QuadPart = 0 ↵Jeffrey Walton2015-07-261-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 Walton2015-07-251-1/+1
| | | | struct>::HighPart'" under MinGW
* Revert "Cleared "missing initializer for member '_LARGE_INTEGER::<anonymous ↵Jeffrey Walton2015-07-251-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 Walton2015-07-251-1/+1
| | | | struct>::HighPart'" under MinGW
* Cut-over to COUNTOF in source filesJeffrey Walton2015-07-031-1/+1
|
* fix compile on Turbo C++ 2006weidai2007-05-051-0/+1
|
* fix compile with Sun CCweidai2007-05-051-5/+1
|
* reduce risk of random number reuse after VM rollbackweidai2007-05-041-34/+42
|
* fix compile on MSVC2002 and MSVC6 without Processor Packweidai2006-12-251-7/+1
|
* update version number, port to Sun C++ 5.8weidai2006-12-181-10/+10
|
* merge in changes by denis bider and fix compile on gcc 3.4.4 and MSVC 6weidai2006-04-061-6/+10
|
* fix compile with MSVC 6 without Processor Packweidai2005-09-031-0/+6
|
* port to CodeWarrior 8.3weidai2004-06-201-49/+54
|
* add missing #includeweidai2004-04-211-0/+1
|
* add ThreadUserTimerweidai2004-04-081-19/+46
|
* fix potential threading problem with initialization of static objectsweidai2003-07-291-1/+1
|
* fixes/workarounds for GCCweidai2003-06-191-0/+1
|
* sync with private branchweidai2003-06-191-15/+36
|
* compatibility fixes for MacOS Xweidai2002-10-041-2/+2
|
* Initial revisionweidai2002-10-041-0/+75