summaryrefslogtreecommitdiff
path: root/hrtimer.cpp
Commit message (Expand)AuthorAgeFilesLines
* hrtimer.cpp: fix Win32 DLL-Import build (#425)Marcel Raad2017-05-261-2/+2
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-1/+1
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* 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
* 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
* Cleared "missing initializer for member '_LARGE_INTEGER::<anonymous struct>::...Jeffrey Walton2015-07-251-1/+1
* Revert "Cleared "missing initializer for member '_LARGE_INTEGER::<anonymous s...Jeffrey Walton2015-07-251-1/+1
* Cleared "missing initializer for member '_LARGE_INTEGER::<anonymous struct>::...Jeffrey Walton2015-07-251-1/+1
* 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