Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add pclmulqdq for OS X disassembly tests | Jeffrey Walton | 2017-04-24 | 1 | -25/+2 |
| | |||||
* | Update scripts for testing | Jeffrey Walton | 2017-04-23 | 1 | -4/+8 |
| | |||||
* | Add test for '-march=native' | Jeffrey Walton | 2017-04-22 | 1 | -1/+11 |
| | |||||
* | Removed Unified ASM and Modern Compiler tests | Jeffrey Walton | 2017-04-22 | 1 | -271/+2 |
| | | | | Unified adds no value, and modern compilers are already tested | ||||
* | Updated code generation tests | Jeffrey Walton | 2017-04-22 | 1 | -13/+36 |
| | |||||
* | Add GCC 7 warning checks (Issue 383) | Jeffrey Walton | 2017-03-01 | 1 | -0/+4 |
| | |||||
* | Add DragonFly support to cryptest.sh | Jeffrey Walton | 2017-02-19 | 1 | -1/+4 |
| | |||||
* | Add MOVBE test. Add guard for use of C++11 | Jeffrey Walton | 2017-01-27 | 1 | -8/+10 |
| | |||||
* | Updated variable names | Jeffrey Walton | 2017-01-27 | 1 | -20/+20 |
| | |||||
* | Add test for CRYPTOPP_INIT_PRIORITY=0 | Jeffrey Walton | 2017-01-01 | 1 | -4/+4 |
| | | | | Once we made config.recommend the default, we needed to start testing the disabling of init_priority | ||||
* | Removed deprecated declaration workarounds | Jeffrey Walton | 2017-01-01 | 1 | -133/+126 |
| | | | | Commit bfbcfeec7ca7a048 and Issue 345 was cleared some time ago. The warning suppression is no longer needed | ||||
* | spelling fixes | klemens | 2016-12-27 | 1 | -2/+2 |
| | |||||
* | Remove vectorization test. This one test needs to be in its own script | Jeffrey Walton | 2016-12-24 | 1 | -74/+0 |
| | |||||
* | Fix HAVE_CXX14/HAVE_CXX17 typo | Jeffrey Walton | 2016-12-17 | 1 | -1/+1 |
| | | | | This looks like a copy/paste error that has mostly gone unnoticed because many compilers lack support for C++17 | ||||
* | Add test for vectorization opportunities | Jeffrey Walton | 2016-12-14 | 1 | -0/+74 |
| | |||||
* | Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70) | Jeffrey Walton | 2016-12-03 | 1 | -66/+0 |
| | |||||
* | Sync'd cryptest.sh. Cleared shadow variable warning in poly1305.cpp | Jeffrey Walton | 2016-12-01 | 1 | -19/+6 |
| | |||||
* | Add Intel SHA extension specialized tests | Jeffrey Walton | 2016-12-01 | 1 | -6/+19 |
| | |||||
* | Add Intel SHA256 code generation tests (Issue 139) | Jeffrey Walton | 2016-12-01 | 1 | -1/+19 |
| | |||||
* | Add Intel SHA1 code generation tests | Jeffrey Walton | 2016-11-30 | 1 | -0/+51 |
| | |||||
* | Reduce 32-bit minimum arch from i686 to i586 | Jeffrey Walton | 2016-10-27 | 1 | -21/+14 |
| | |||||
* | Removed -DCRYPTOPP_NO_UNALIGNED_DATA_ACCESS | Jeffrey Walton | 2016-10-26 | 1 | -6/+6 |
| | |||||
* | $X86_OPTS → ${X86_OPTS[@]} | Jeffrey Walton | 2016-10-26 | 1 | -16/+16 |
| | |||||
* | Add GNUmake $strip to cleanup CXXFLAGS. Fols cryptest.sh tests | Jeffrey Walton | 2016-10-26 | 1 | -24/+12 |
| | |||||
* | Added SSE2/AESNI/RDRAND/RDSEED test | Jeffrey Walton | 2016-10-26 | 1 | -0/+138 |
| | |||||
* | Removed NO_UNALIGNED_DATA_ACCESS tests | Jeffrey Walton | 2016-10-15 | 1 | -166/+126 |
| | |||||
* | Removed NO_BACKWARDS_COMPATIBILITY_562 tests | Jeffrey Walton | 2016-10-15 | 1 | -56/+2 |
| | |||||
* | Switch to OPT_PIC for cryptest.sh | Jeffrey Walton | 2016-10-14 | 1 | -20/+14 |
| | |||||
* | Add PIC_FLAG for minimum platform tests | Jeffrey Walton | 2016-10-14 | 1 | -4/+8 |
| | |||||
* | Fix use of -fPIC in test script under Cygwin | Jeffrey Walton | 2016-10-14 | 1 | -4/+4 |
| | |||||
* | Simplify -fPIC tests | Jeffrey Walton | 2016-10-14 | 1 | -2/+3 |
| | |||||
* | Fix use of -fPIC in test script under Cygwin | Jeffrey Walton | 2016-10-14 | 1 | -4/+17 |
| | |||||
* | Add cryptest.sh to root directory | Jeffrey Walton | 2016-09-26 | 1 | -0/+5729 |
| | | | | The move into TestScriipts is inconvenient. Others have already asked about it | ||||
* | Delete cryptest.sh after 'git mv' failed to delete it | Jeffrey Walton | 2016-09-23 | 1 | -5729/+0 |
| | | | Git could not find it in its heart to actually delete the file. What a broken too. | ||||
* | Guard use of '-march=native' in test script | Jeffrey Walton | 2016-09-23 | 1 | -1/+4 |
| | |||||
* | Fix GCC attempting to use -stdlib=libc++ | Jeffrey Walton | 2016-09-22 | 1 | -4/+4 |
| | |||||
* | Removed unneeded WANTED_CONFIG | Jeffrey Walton | 2016-09-18 | 1 | -3/+0 |
| | |||||
* | Moved config.h → config.compat; moved config.recommend → config.h | Jeffrey Walton | 2016-09-18 | 1 | -5/+5 |
| | | | | Also see http://groups.google.com/forum/#\!topic/cryptopp-users/bWcRw1XgJ_Q | ||||
* | Add test for mismatched capabiliities between libcryptopp.a and cryptest.exe ↵ | Jeffrey Walton | 2016-09-18 | 1 | -42/+174 |
| | | | | (Issue 283) | ||||
* | Updated failure message | Jeffrey Walton | 2016-09-18 | 1 | -5/+5 |
| | |||||
* | Updated IS_X86 detection code | Jeffrey Walton | 2016-09-18 | 1 | -1/+1 |
| | |||||
* | Add tests with -march=i686 and -march=x86-64 | Jeffrey Walton | 2016-09-18 | 1 | -0/+115 |
| | | | | -march=native effectively tests a maximum, while the two new tests verify the minimum | ||||
* | Fix test for assert, std::min and std::max | Jeffrey Walton | 2016-09-18 | 1 | -3/+3 |
| | | | | OS X's grep is not matching them, but egrep matches them | ||||
* | Added test for use of std::min and std::max | Jeffrey Walton | 2016-09-17 | 1 | -50/+86 |
| | | | | This is due to Windows.h and NOMINMAX. Linux test fine, while Windows breaks. We need to use either the library's 'STDMIN(a,b)' or '(std::min)(a, b);' | ||||
* | Add cryptest.sh tests for includio of <assert.h> and <cassert>; and use of ↵ | Jeffrey Walton | 2016-09-17 | 1 | -1/+35 |
| | | | | NDEBUG or assert\(...\) | ||||
* | Fix SunCC 5.13 and "illegal use of -xarch option, illegal value ignored: avx2_i" | Jeffrey Walton | 2016-09-13 | 1 | -1/+5 |
| | |||||
* | Whitespace and comments for SunCC work-arounds | Jeffrey Walton | 2016-09-13 | 1 | -16/+19 |
| | |||||
* | Fix -xarch=ssse4_2 typo | Jeffrey Walton | 2016-09-13 | 1 | -1/+1 |
| | |||||
* | Updated comments in cryptest.sh | Jeffrey Walton | 2016-09-12 | 1 | -10/+10 |
| | |||||
* | Fix SunCC 5.11 and 5.12 CXXFLAGS and -xarch options. | Jeffrey Walton | 2016-09-12 | 1 | -23/+28 |
| | | | | We were still catcing the "requires -xarch=sse4_2" message |