Commit Graph

1579 Commits (762c315566bce681e380641d1894251f984eac10)

Author SHA1 Message Date
Mouse 762c315566 Merge remote-tracking branch 'upstream/master' 2016-07-06 09:22:07 -04:00
Jeffrey Walton 66ada4cc61 Updated documentation 2016-07-05 11:49:13 -04:00
Jeffrey Walton 34e95a7cde Add MacPorts GCC compiler and Clang integrated assembler support. This is a merge of the development branch 'clang-ia' 2016-07-05 02:49:33 -04:00
Jeffrey Walton fb72dbc8cb Add MacPorts GCC compiler and Clang integrated assembler support. This is a merge of the development branch 'clang-ia' 2016-07-05 02:48:27 -04:00
Jeffrey Walton 36a4591304 Fix typo for -std=gnu++03 2016-07-04 22:14:51 -04:00
Jeffrey Walton a890e8851e Add test for -std=gnu++03 2016-07-04 18:06:44 -04:00
Jeffrey Walton 2d0dd95dda Fix "CRYPTOPP_USE_FIPS_202_SHA3 redfined" when using config.recommned with CRYPTOPP_USE_FIPS_202_SHA3 defined on command line 2016-07-04 17:51:09 -04:00
Jeffrey Walton 51e058a599 Merge pull request #217 from mouse07410/misc
Do not re-define macros already provided by native compiler
2016-07-04 13:15:04 -04:00
Mouse e36270fa7c Do not re-define macros already provided by native compiler 2016-07-04 13:11:15 -04:00
Jeffrey Walton be80fcdbba Cleared C4589 under VS2015 (Issue 214) 2016-07-04 09:24:39 -04:00
Jeffrey Walton 6853716147 Format output 2016-07-04 06:25:35 -04:00
Jeffrey Walton b67c628270 Add additional warnings to ELEVATED_CXXFLAGS for GCC 6.0 and above 2016-07-03 23:57:25 -04:00
Mouse b48866631a Merge remote-tracking branch 'upstream/master' 2016-07-03 22:54:10 -04:00
Jeffrey Walton 6cd587da4c Add PowerPC reporting 2016-07-03 22:50:02 -04:00
Jeffrey Walton e1e7049459 Add gnu++11, gnu++14 and gnu++17 testing 2016-07-03 22:38:04 -04:00
Jeffrey Walton cb9defd0c4 Add gnu++11, gnu++14 and gnu++17 testing 2016-07-03 22:34:57 -04:00
Jeffrey Walton 325ae3d93b Cleared "Local variable is initialized but not referenced" in MSC 2016-07-03 18:54:57 -04:00
Mouse 2733630a3f Don't re-define a macro that's provided by the native compiler! 2016-07-03 10:45:41 -04:00
Jeffrey Walton 0f8871c9c9 Updated documentation 2016-07-03 01:53:55 -04:00
Mouse a424635a14 Merge remote-tracking branch 'upstream/master' 2016-07-02 21:39:05 -04:00
Mouse 1cf48cf97b Added 8 new files that support HMQV and FHMQV to Filelist.txt 2016-07-02 21:04:38 -04:00
Jeffrey Walton 739c8e5c14 Work around Issue 212 until we find a more permanent solution 2016-07-01 20:39:32 -04:00
Uri Blumenthal 36387ea8f2 Merge branch 'master' of https://github.com/mouse07410/cryptopp 2016-07-01 14:31:02 -04:00
Uri Blumenthal ec35099589 Add HMQV implementation (and merge the old FHMQV into the new codebase) 2016-07-01 14:30:43 -04:00
Uri Blumenthal 11b540b932 Add HMQV implementation (and merge the old FHMQV into the new codebase) 2016-07-01 14:19:41 -04:00
Jeffrey Walton 20c3e1a5ef Avoid Coverity finding SIZEOF_MISMATCH/suspicious_sizeof (Issue 210) 2016-07-01 13:52:10 -04:00
Jeffrey Walton 4c6833e706 Use COUNTOF and offset consistently 2016-07-01 00:47:47 -04:00
Jeffrey Walton 0d28f5b6b5 Remove uneeded debug assignment in dtor 2016-06-30 21:09:48 -04:00
Jeffrey Walton 920ba48317 Remove CRYPTOPP_NO_VTABLE from BLAKE2_Info<T>. Fix memset salt and personalization (Issue 209) 2016-06-30 20:55:56 -04:00
Jeffrey Walton 113755dd5b Cleanup results of cryptest.sh script 2016-06-29 21:59:09 -04:00
Jeffrey Walton 1a58e2205c Revert "Fix "expected ')' before __builtin_ia32_pclmulqdq128" under GCC 4.8/4.9 with -std=c++11 (Issue 206)"
This reverts commit 6c88c3bf65. It broke GCC 4.8 and 4.9.
2016-06-28 09:35:48 -04:00
Jeffrey Walton 6c88c3bf65 Fix "expected ')' before __builtin_ia32_pclmulqdq128" under GCC 4.8/4.9 with -std=c++11 (Issue 206) 2016-06-27 08:12:40 -04:00
Jeffrey Walton f91ca811ff Add ASAN_SYMBOLIZE reporting 2016-06-26 17:15:47 -04:00
Jeffrey Walton e737c3616c Fix ASAN_SYMBOLIZE under Linux with Core2 2016-06-26 09:28:43 -04:00
Jeffrey Walton 9bc28b996a Add default value for HAVE_SYMBOLIZE 2016-06-26 07:55:11 -04:00
Jeffrey Walton e795a26e41 Improve Asan symbolizer handling 2016-06-26 07:50:11 -04:00
Jeffrey Walton 7d02a3c74d Fix undeclared identifiers '_tzcnt_u32' and '__blsr_u32' under Clang (Issue 205) 2016-06-26 06:28:07 -04:00
Jeffrey Walton 5b96c03ecb Improve ARM feature reporting. Add S/390 identification 2016-06-24 18:43:48 -04:00
Jeffrey Walton 974a62af5d Add switch for "HAVE_VALGRIND=0" and "WANT_BENCHMARKS=0" 2016-06-23 20:03:13 -04:00
Jeffrey Walton 2629cdf25a Add X32 reporting 2016-06-23 03:25:19 -04:00
Jeffrey Walton ff8105404e Break build when we encounter Clang pretending to be VC++ (Issue 147) 2016-06-22 09:50:23 -04:00
Jeffrey Walton 946448aba3 Fix Address Sanitizer feature detection.Compile and link is not enough. Testing an empty main fails under X32 2016-06-22 07:41:52 -04:00
root d21248b995 Use _rdrand32_step for X32. Whitespace 2016-06-21 21:22:50 -04:00
Jeffrey Walton 8576762836 Merge pull request #151 from bretthall/master
Fixed linker error when using VS2015 /MD
2016-06-21 15:59:58 -04:00
Jeffrey Walton eb52134f03 Add missing Debug/CRYPTOPP_NO_BACKWARDS_COMPATIBILITY_562 test. Whitespace 2016-06-21 10:32:30 -04:00
Jeffrey Walton e682e2dd6f Merge pull request #174 from MarcelRaad/int-to-pointer-cast
Fix clang warning
2016-06-21 09:45:54 -04:00
Jeffrey Walton 65255ace29 Merge pull request #201 from GamePad64/upstream-pr
CMake cryptest binary is now named "cryptest.exe" on all platforms.
2016-06-21 09:44:12 -04:00
Alexander Shishenko 2bb736576e
CMake cryptest binary is now named "cryptest.exe" on all platforms. 2016-06-21 16:19:15 +03:00
Jeffrey Walton 7cdf2ca0e9 Merge pull request #200 from GamePad64/upstream-pr
Fixed multiple CMake issues and added complete support for CMake 2.8.5
2016-06-21 07:39:24 -04:00
Alexander Shishenko 32451f23ea
Fixed #192
Fixed #198
Fixed #199
Added complete support for CMake 2.8.5 and tested it on Ubuntu 12.04.
2016-06-21 13:47:20 +03:00