summaryrefslogtreecommitdiff
path: root/config.h
Commit message (Expand)AuthorAgeFilesLines
* Split source files to support Base Implementation + SIMD implementation (GH #...Jeffrey Walton2017-08-171-90/+133
* Fix NEON detection on Aarch32 and Aarch64Jeffrey Walton2017-08-171-1/+1
* Fold shuffles after loads for SHACAL2Jeffrey Walton2017-08-161-5/+0
* Fix Doxygen constant documentationJeffrey Walton2017-08-161-1/+5
* Move from 'static' to 'enum' for class constantsJeffrey Walton2017-08-111-6/+7
* Fix library version numbersJeffrey Walton2017-08-051-1/+1
* Update documentationJeffrey Walton2017-08-051-1/+1
* Update documentationJeffrey Walton2017-07-281-0/+1
* Remove gyrations around CRYPTOPP_NO_UNALIGNED_DATA_ACCESSJeffrey Walton2017-07-231-11/+3
* Move byte to Crypto++ namespace (Issue 442)Jeffrey Walton2017-07-201-1/+6
* Fix Windows XP support on Visual Studio 2015+ (#439)Marcel Raad2017-06-241-3/+3
* Clear Visual Studio warnings (Issue 412)Jeffrey Walton2017-06-021-4/+0
* Revert "Revert "Clear Visual Studio warnings (Issue 412)""Jeffrey Walton2017-06-021-0/+4
* Revert "Clear Visual Studio warnings (Issue 412)"Jeffrey Walton2017-06-021-4/+0
* Clear Visual Studio warnings (Issue 412)Jeffrey Walton2017-05-301-0/+4
* Add method for sanitizer suppressionJeffrey Walton2017-05-211-3/+12
* 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
|/