summaryrefslogtreecommitdiff
path: root/cryptest.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add pclmulqdq for OS X disassembly testsJeffrey Walton2017-04-241-25/+2
|
* Update scripts for testingJeffrey Walton2017-04-231-4/+8
|
* Add test for '-march=native'Jeffrey Walton2017-04-221-1/+11
|
* Removed Unified ASM and Modern Compiler testsJeffrey Walton2017-04-221-271/+2
| | | | Unified adds no value, and modern compilers are already tested
* Updated code generation testsJeffrey Walton2017-04-221-13/+36
|
* Add GCC 7 warning checks (Issue 383)Jeffrey Walton2017-03-011-0/+4
|
* Add DragonFly support to cryptest.shJeffrey Walton2017-02-191-1/+4
|
* Add MOVBE test. Add guard for use of C++11Jeffrey Walton2017-01-271-8/+10
|
* Updated variable namesJeffrey Walton2017-01-271-20/+20
|
* Add test for CRYPTOPP_INIT_PRIORITY=0Jeffrey Walton2017-01-011-4/+4
| | | | Once we made config.recommend the default, we needed to start testing the disabling of init_priority
* Removed deprecated declaration workaroundsJeffrey Walton2017-01-011-133/+126
| | | | Commit bfbcfeec7ca7a048 and Issue 345 was cleared some time ago. The warning suppression is no longer needed
* spelling fixesklemens2016-12-271-2/+2
|
* Remove vectorization test. This one test needs to be in its own scriptJeffrey Walton2016-12-241-74/+0
|
* Fix HAVE_CXX14/HAVE_CXX17 typoJeffrey Walton2016-12-171-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 opportunitiesJeffrey Walton2016-12-141-0/+74
|
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-66/+0
|
* Sync'd cryptest.sh. Cleared shadow variable warning in poly1305.cppJeffrey Walton2016-12-011-19/+6
|
* Add Intel SHA extension specialized testsJeffrey Walton2016-12-011-6/+19
|
* Add Intel SHA256 code generation tests (Issue 139)Jeffrey Walton2016-12-011-1/+19
|
* Add Intel SHA1 code generation testsJeffrey Walton2016-11-301-0/+51
|
* Reduce 32-bit minimum arch from i686 to i586Jeffrey Walton2016-10-271-21/+14
|
* Removed -DCRYPTOPP_NO_UNALIGNED_DATA_ACCESSJeffrey Walton2016-10-261-6/+6
|
* $X86_OPTS → ${X86_OPTS[@]}Jeffrey Walton2016-10-261-16/+16
|
* Add GNUmake $strip to cleanup CXXFLAGS. Fols cryptest.sh testsJeffrey Walton2016-10-261-24/+12
|
* Added SSE2/AESNI/RDRAND/RDSEED testJeffrey Walton2016-10-261-0/+138
|
* Removed NO_UNALIGNED_DATA_ACCESS testsJeffrey Walton2016-10-151-166/+126
|
* Removed NO_BACKWARDS_COMPATIBILITY_562 testsJeffrey Walton2016-10-151-56/+2
|
* Switch to OPT_PIC for cryptest.shJeffrey Walton2016-10-141-20/+14
|
* Add PIC_FLAG for minimum platform testsJeffrey Walton2016-10-141-4/+8
|
* Fix use of -fPIC in test script under CygwinJeffrey Walton2016-10-141-4/+4
|
* Simplify -fPIC testsJeffrey Walton2016-10-141-2/+3
|
* Fix use of -fPIC in test script under CygwinJeffrey Walton2016-10-141-4/+17
|
* Add cryptest.sh to root directoryJeffrey Walton2016-09-261-0/+5729
| | | | The move into TestScriipts is inconvenient. Others have already asked about it
* Delete cryptest.sh after 'git mv' failed to delete itJeffrey Walton2016-09-231-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 scriptJeffrey Walton2016-09-231-1/+4
|
* Fix GCC attempting to use -stdlib=libc++Jeffrey Walton2016-09-221-4/+4
|
* Removed unneeded WANTED_CONFIGJeffrey Walton2016-09-181-3/+0
|
* Moved config.h → config.compat; moved config.recommend → config.hJeffrey Walton2016-09-181-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 Walton2016-09-181-42/+174
| | | | (Issue 283)
* Updated failure messageJeffrey Walton2016-09-181-5/+5
|
* Updated IS_X86 detection codeJeffrey Walton2016-09-181-1/+1
|
* Add tests with -march=i686 and -march=x86-64Jeffrey Walton2016-09-181-0/+115
| | | | -march=native effectively tests a maximum, while the two new tests verify the minimum
* Fix test for assert, std::min and std::maxJeffrey Walton2016-09-181-3/+3
| | | | OS X's grep is not matching them, but egrep matches them
* Added test for use of std::min and std::maxJeffrey Walton2016-09-171-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 Walton2016-09-171-1/+35
| | | | NDEBUG or assert\(...\)
* Fix SunCC 5.13 and "illegal use of -xarch option, illegal value ignored: avx2_i"Jeffrey Walton2016-09-131-1/+5
|
* Whitespace and comments for SunCC work-aroundsJeffrey Walton2016-09-131-16/+19
|
* Fix -xarch=ssse4_2 typoJeffrey Walton2016-09-131-1/+1
|
* Updated comments in cryptest.shJeffrey Walton2016-09-121-10/+10
|
* Fix SunCC 5.11 and 5.12 CXXFLAGS and -xarch options.Jeffrey Walton2016-09-121-23/+28
| | | | We were still catcing the "requires -xarch=sse4_2" message