1538 Commits

Author SHA1 Message Date
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
Jeffrey Walton
a6472ea5b4 Use AWK to avoid HEAD. Add Intel ICPC test 2016-06-21 05:25:05 -04:00
Jeffrey Walton
ed625338d3 Fix missing parenthesis around expression 2016-06-20 15:03:27 -04:00
Jeffrey Walton
c437b8980d Fix "asan_symbolize: command not found" (Issue 197) 2016-06-20 14:38:40 -04:00
Jeffrey Walton
58ef92d0e3 Fix "SSE instruction set not enabled" (Issue 196) 2016-06-20 11:31:15 -04:00
Jeffrey Walton
3dfecc7613 Add additional compiler checks 2016-06-20 09:07:40 -04:00
Jeffrey Walton
f35e5b8399 Report compiler and symlink status 2016-06-20 04:28:45 -04:00
Jeffrey Walton
6b76fbc993 Add execution time to both error and warning logs 2016-06-20 04:01:25 -04:00
Jeffrey Walton
47d32c87f5 Add -march=armv7a when available so its more thoroughly tested 2016-06-20 03:10:23 -04:00
Jeffrey Walton
f35a86aa58 Fix typo in 'if' statement 2016-06-20 00:49:13 -04:00
Jeffrey Walton
e916b9049c Make TEST_RESULTS and friends configurable. Remove previous results from INSTALL_RESULTS 2016-06-20 00:34:18 -04:00
Jeffrey Walton
9750998d2c Fix Solaris GCC test using -x02 rather than -O2 2016-06-19 12:47:38 -04:00
Jeffrey Walton
2bae175257 Fix " error: expected unqualified-id before ‘int’" when using GCC 5.3/i686 with -std=c++11 or -std=c++14 2016-06-19 11:22:06 -04:00
Jeffrey Walton
be70ec438d Tweak DEBUG_CXXFLAGS and RELEASE_CXXFLAGS for Solaris 2016-06-19 02:38:07 -04:00
Jeffrey Walton
694e486db3 Add G++ test for Solaris. Quote . Add HAVE_SYMBOLS to guard use of asan_symbolize 2016-06-19 00:40:04 -04:00
Jeffrey Walton
0b56cf57b1 Fix target_include_directories not available on semi-modern platforms (Issue 181) 2016-06-18 22:13:18 -04:00
Jeffrey Walton
b0e9f4bebd Quoted variabes with programs 2016-06-18 21:51:14 -04:00
Jeffrey Walton
35ec61b59c Add WANT_BENCHMARKS to speedup testing 2016-06-18 16:50:00 -04:00
Jeffrey Walton
c8586d65fe Add -DCRYPTOPP_NO_UNALIGNED_DATA_ACCESS to -O3 and -O5 builds 2016-06-18 16:40:13 -04:00
Jeffrey Walton
2014dca116 Fix "((: == 0 : syntax error: operand expected (error token is "== 0 ")" 2016-06-18 16:36:29 -04:00
Jeffrey Walton
61003d64ee Fix illegal option on OS X 2016-06-18 13:45:56 -04:00
Jeffrey Walton
f2bc155a09 Add info on full compiler pathname 2016-06-18 13:44:52 -04:00
Jeffrey Walton
73c8119141 Improve feature detection and reporting 2016-06-18 12:45:41 -04:00
Jeffrey Walton
0fb86cc55a Add additional instructions. Add output formatting 2016-06-18 06:01:05 -04:00
Jeffrey Walton
274bb6d2c2 Add additional flags to FILTERED_CXXFLAGS. Rearrange script to add more structure. Add comments on how to invoke script 2016-06-17 23:51:35 -04:00
Jeffrey Walton
7319206ab5 Change USE_FIPS_202_SHA3 message. Tweak Sun Studio CXXFLAGS for 12.2 through 12.5 2016-06-17 20:07:56 -04:00
Jeffrey Walton
ec9cb41060 Add missing test case for Debug+CRYPTOPP_NO_UNALIGNED_DATA_ACCESS 2016-06-17 12:28:32 -04:00
Jeffrey Walton
4cd6f99ab9 Add 'set(CMAKE_MACOSX_RPATH 0)'; guard with 'NOT CMAKE_VERSION VERSION_LESS 2.8.12' 2016-06-17 08:35:08 -04:00
Jeffrey Walton
2010371bce Add commented 'set(CMAKE_MACOSX_RPATH 0)'. Remove -DCRYPTOPP_DISABLE_ASM for ARM because it disables NEON, CRC32 and Crypto intrinsics 2016-06-17 08:23:14 -04:00
Jeffrey Walton
220c53c081 Add missing CXXFLAGS for "Debug at -O3" 2016-06-17 06:56:18 -04:00
Jeffrey Walton
8a563177b3 Fix Cygwin debug build (Binutil PR 20268) 2016-06-17 06:36:22 -04:00
Jeffrey Walton
805a843977 Fix missing closing bracket 2016-06-17 04:49:03 -04:00
Jeffrey Walton
abab66b184 Fix typo in CXXFLAGS="= ..." (trailing equal sign) 2016-06-17 03:00:28 -04:00
Jeffrey Walton
b187a00818 Finish cut-over from shell test command ("[") to double brackets ("[["). 2016-06-17 01:38:05 -04:00
Jeffrey Walton
f6e0da047e Finish cut-over from shell test command ("[") to double brackets ("[["). 2016-06-17 01:37:37 -04:00
Jeffrey Walton
96bc1d3a6b Finish cut-over from shell test command ("[") to double brackets ("[["). 2016-06-17 01:37:15 -04:00
Jeffrey Walton
8c8044e746 Moved from shell test command ("[") to double brackets ("[["). Added additional tests 2016-06-16 23:52:09 -04:00
Jeffrey Walton
f5b0b64462 Prefer cpuinfo_max_freq over cpuinfo 2016-06-16 12:39:58 -04:00
Jeffrey Walton
4121365fb7 Fix missing cpu frequency on early ARM Mustang boards 2016-06-16 12:32:14 -04:00
Jeffrey Walton
bfbb53d841 Reduce MEM_SIZE and CPU_FREQ defaults to make it easier to spot a bad value 2016-06-16 12:20:53 -04:00
Jeffrey Walton
e68ca2791b Guard use of /proc/meminfo 2016-06-16 11:43:36 -04:00
Jeffrey Walton
29e9259386 Fix frequency when /sys/devices/.../cpuinfo_max_freq is missing on Linux 2016-06-16 11:22:44 -04:00