summaryrefslogtreecommitdiff
path: root/config.h
Commit message (Expand)AuthorAgeFilesLines
* Removed MSVC warning suppression for many warnings (Issue 412)Jeffrey Walton2017-05-161-1/+1
* Disable word128 for PPC64 and GCC 4.8 (Issue 421)Jeffrey Walton2017-05-121-1/+2
* Fix "error: inlining failed ... target specific option mismatch (Issue 407)Jeffrey Walton2017-05-011-1/+1
* Clear SunCC anachronism warning "Attempt to redefine IS_BIG_ENDIAN without us...Jeffrey Walton2017-04-211-2/+2
* Breakout and cleanup macros. Add CRYPTOPP_ENABLE_ARIA_SSE2_INTRINSICS, CRYPTO...Jeffrey Walton2017-04-131-1/+1
* Fix unaligned pointer crash on Win32 due to _mm_load_si128Jeffrey Walton2017-04-131-1/+1
* Add Intel and ARM intrinsicsJeffrey Walton2017-04-121-1/+7
* Fix runtime crash when CRYPTOPP_INIT_PRIORITY=0Jeffrey Walton2017-03-271-2/+3
* Remove g_pAssignIntToInteger pointer, add CRYPTOPP_NO_ASSIGN_TO_INTEGER (Issu...Jeffrey Walton2017-03-251-0/+7
* Simplify C++ dynamic object initializationJeffrey Walton2017-03-201-38/+30
* Updated static initializersJeffrey Walton2017-03-171-0/+2
* Use C++03 Singleton on select Microsoft platforms (Issues 372, 373, 389, 391)Jeffrey Walton2017-03-151-42/+56
* Define _XOPEN_SOURCE for Cygwin/Newlib (Issue 315)Jeffrey Walton2017-03-101-3/+2
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-0/+23
* Change next version from 5.7 to 6.0Jeffrey Walton2017-02-211-1/+1
* config.h: add DragonFly BSD supportanonimal2017-02-191-2/+2
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Removed remaining CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY (Issue 369)Jeffrey Walton2017-01-271-4/+4
* Add GCC inline ASM for PMULL and PMULL2Jeffrey Walton2017-01-191-2/+2
* Update CRYPTOPP_BOOL_ARM_PMULL_INTRINSICS_AVAILABLE availability (Issue 362)Jeffrey Walton2017-01-161-2/+4
* Breakout __ARM_FEATURE_CRYPTO into PMULL, AES and SHA for Apple Clang (Issue ...Jeffrey Walton2017-01-151-4/+14
* Microsoft still does not suport ARMv8 and the ARM intrinscsJeffrey Walton2017-01-131-4/+6
* spelling fixesklemens2016-12-271-1/+1
* Fixed version numbersJeffrey Walton2016-12-111-1/+1
* Updated documentation (Issue 121)Jeffrey Walton2016-12-111-1/+1
* Use 'static const int' for constants in Doxygen documentation (Issue 343)Jeffrey Walton2016-12-041-2/+1
* Removed CRYPTOPP_DISABLE_X86ASM macro (Issue 70)Jeffrey Walton2016-12-031-5/+0
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-30/+5
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-4/+0
* Backed-off automatically setting CRYPTOPP_BOOL_SSE_SHA_INTRINSICS_AVAILABLE d...Jeffrey Walton2016-12-011-1/+1
* Increment version to 5.7 due to ABI break *Issue 337)Jeffrey Walton2016-12-011-1/+1
* Merge pull request #339 from ralphtandetzky/masterJeffrey Walton2016-12-011-2/+2
|\
| * Fix: GCC warning "type qualifiers ignored on function return type".Ralph Tandetzky2016-12-011-2/+2
* | Add Intel SHA1 extension supportJeffrey Walton2016-12-011-4/+3
|/
* Fix "deprecated conversion from string constant to ‘char*’"Jeffrey Walton2016-11-141-1/+1
* Add CRYPTOPP_STATIC_CONSTEXPR macroJeffrey Walton2016-11-131-0/+1
* Add CRYPTOPP_STATIC_CONSTEXPRJeffrey Walton2016-11-121-0/+3
* Use enum for Doxygen processingJeffrey Walton2016-11-101-1/+1
* Fix compile under Debian Hurd (i386)Jeffrey Walton2016-10-281-2/+2
* Fix "operator '>=' has no left operand" (Issue 329)Jeffrey Walton2016-10-271-2/+2
* Fix Cygwin Newlib signal handler (Issue 315)Jeffrey Walton2016-10-141-1/+3
* Post-release version incrementJeffrey Walton2016-10-111-1/+1
* Fix Cygwin compile due to missing <signal.h>Jeffrey Walton2016-10-011-0/+4
* Reset config.h that cross-pollinated from AES dev-branchJeffrey Walton2016-09-301-6/+3
* Cutover to SecByteBlock member for AES (Issue 302, CVE-2016-7544)Jeffrey Walton2016-09-301-3/+6
* Fix Visual Studio 2005 compile (Part of Issue 300)Jeffrey Walton2016-09-221-1/+1
* config.compatJeffrey Walton2016-09-211-3/+3
* Partially revert 714daaf5706e9e2b.Jeffrey Walton2016-09-211-8/+0
* Remove CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562 from block defining word...Jeffrey Walton2016-09-201-1/+1
* Cleanup feature defines in <config.h>. Cleanup intrinsic includes in <cpu.h>Jeffrey Walton2016-09-201-0/+7