Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test script when running on machine with RO mount of / | Jeffrey Walton | 2017-08-14 | 1 | -1/+1 |
| | |||||
* | Fix test script when running on machine with RO mount of / | Jeffrey Walton | 2017-08-14 | 1 | -100/+104 |
| | |||||
* | Updated test script | Jeffrey Walton | 2017-05-26 | 1 | -1/+1 |
| | |||||
* | Updated test script | Jeffrey Walton | 2017-05-26 | 1 | -4/+4 |
| | |||||
* | Updated test script | Jeffrey Walton | 2017-05-26 | 1 | -1/+1 |
| | |||||
* | Updated test script | Jeffrey Walton | 2017-05-26 | 1 | -1/+1 |
| | |||||
* | Updated test script | Jeffrey Walton | 2017-05-26 | 1 | -1/+1 |
| | |||||
* | Updated test script | Jeffrey Walton | 2017-05-25 | 1 | -9/+94 |
| | |||||
* | Update test script to exercise -DDISABLE_NATIVE_ARCH=1 | Jeffrey Walton | 2017-05-21 | 1 | -8/+8 |
| | |||||
* | Updated test scripts for ARM NEON | Jeffrey Walton | 2017-05-17 | 1 | -17/+21 |
| | |||||
* | 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 |
| |