summaryrefslogtreecommitdiff
path: root/misc.h
Commit message (Expand)AuthorAgeFilesLines
* Update documentationJeffrey Walton2017-07-271-6/+1
* Add StringWiden functionJeffrey Walton2017-03-171-3/+16
* Use C++03 Singleton on select Microsoft platforms (Issues 372, 373, 389, 391)Jeffrey Walton2017-03-151-9/+13
* Updated documentationJeffrey Walton2017-03-111-7/+40
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-7/+7
* Fix typoJeffrey Walton2017-02-161-1/+1
* Fix compile under MFC projectJeffrey Walton2017-02-161-3/+3
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Add MOVBE supportJeffrey Walton2017-01-241-3/+12
* Make NumericLimitsMin and NumericLimitsMax available to MSVC (Issue 364)Jeffrey Walton2017-01-151-3/+4
* Fix RoundUpToMultipleOf for Apple Clang 6.0 (Issue 364)Jeffrey Walton2017-01-151-8/+60
* Fix RoundUpToMultipleOf (Issue 360)Jeffrey Walton2017-01-101-1/+1
* spelling fixesklemens2016-12-271-5/+5
* Fix compile under Visual Studio .Net (Issue 342)Jeffrey Walton2016-12-031-4/+4
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-9/+5
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-59/+1
* Silence select conversion warnings (Issue 340)Jeffrey Walton2016-12-021-0/+11
* Guard XOR of optional xorBlock. Updated documentationJeffrey Walton2016-11-141-11/+47
* Switch to PutWord for rdrand.cppJeffrey Walton2016-11-141-7/+0
* Macro cleanup under Visual Studio .NetJeffrey Walton2016-11-141-4/+4
* Change to file scope statics for Zero(), One(), Two() (Thanks DB, Issue 310)Jeffrey Walton2016-09-291-2/+5
* Removed likely and unlikely macrosJeffrey Walton2016-09-281-13/+0
* Used CRYPTOPP_UNLIKELY on gf2n.cpp hotspotJeffrey Walton2016-09-271-0/+1
* Add CRYPTOPP_LIKELY and CRYPTOPP_UNLIKELY macrosJeffrey Walton2016-09-271-0/+12
* Cleared signed/unsigned warning under Visual Studio (Related to Issue 295)Jeffrey Walton2016-09-211-1/+1
* Cleared Coverity finding CID 170383 (INTEGER_OVERFLOW) (295)Jeffrey Walton2016-09-211-30/+31
* Updated documentationJeffrey Walton2016-09-201-6/+7
* Updated documentationJeffrey Walton2016-09-191-17/+17
* Updated commentsJeffrey Walton2016-09-181-17/+17
* Add ossig.h. Move SignalHandler to ossig.hJeffrey Walton2016-09-171-84/+2
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-59/+141
* Use __BIGGEST_ALIGNMENT__ only if its smaller than sizeof\(T\)Jeffrey Walton2016-09-131-3/+7
* Use __BIGGEST_ALIGNMENT__ over sizeof(T), if __BIGGEST_ALIGNMENT__ is availableJeffrey Walton2016-09-121-4/+8
* Removed experimental rotlImmediate and rotrImmediateJeffrey Walton2016-09-071-55/+0
* Stub-out a rotlImmediate and rotrImmediate providing shift/rotate amount as a...Jeffrey Walton2016-09-041-0/+73
* Guard _blsr_u64 and _tzcnt_u64 on __x86_64__Jeffrey Walton2016-07-211-14/+16
* Fix missing BMI/BMI2 instrinsics under GCC on Solaris (Issue 230)Jeffrey Walton2016-07-201-1/+3
* Updated documentationJeffrey Walton2016-07-171-2/+4
* Add vec_swap for compilers which do not support std::swap'ing SSE and NEON typesJeffrey Walton2016-07-171-0/+13
* Go back to Commit 66ada4cc61d62afcJeffrey Walton2016-07-061-8/+9
* Restore PR #217Mouse2016-07-061-0/+6
* Revert "Merge remote-tracking branch 'upstream/master'" - shouldn't be merged...Mouse2016-07-061-7/+6
* Revert "Merge remote-tracking branch 'upstream/master'" - not intended to be ...Mouse2016-07-061-8/+2
* Add MacPorts GCC compiler and Clang integrated assembler support. This is a m...Jeffrey Walton2016-07-051-1/+1
* Do not re-define macros already provided by native compilerMouse2016-07-041-0/+8
* Updated documentationJeffrey Walton2016-07-031-6/+7
* Fix undeclared identifiers '_tzcnt_u32' and '__blsr_u32' under Clang (Issue 205)Jeffrey Walton2016-06-261-0/+7
* Merge Atomics branch into MasterJeffrey Walton2016-06-061-46/+49
* Removed CRYPTOPP_DISABLE_ASM from __BMI__ checkJeffrey Walton2016-05-251-1/+1
* Relocate ARM defines to contribute to CRYPTOPP_BOOL_ALIGN16Jeffrey Walton2016-05-211-2/+2