summaryrefslogtreecommitdiff
path: root/TestPrograms
Commit message (Expand)AuthorAgeFilesLines
...
* Add another workaround for Clang on PowerPCJeffrey Walton2019-10-232-2/+2
* Add another workaround for Clang on PowerPCJeffrey Walton2019-10-232-38/+19
* Add test programs for feature testingJeffrey Walton2019-10-214-1/+15
* Fix ARM headers and Android compile (PR #896)Jeffrey Walton2019-10-1610-20/+20
* Fix AVX2 feature test under Clang 3.3Jeffrey Walton2019-07-211-2/+4
* Add RDRAND and RDSEED test programsJeffrey Walton2019-05-222-0/+14
* Split test_arm_sha.cxx into SHA1 and SHA256 testsJeffrey Walton2019-05-172-3/+18
* Fix compile when NO_OS_DEPENDENCE is definedJeffrey Walton2019-01-081-2/+2
* Add specific error message to dump2defJeffrey Walton2019-01-071-8/+47
* Add cl.exe compile commandJeffrey Walton2019-01-071-1/+4
* Make lib name configurableJeffrey Walton2019-01-071-5/+3
* Update recipes for Nmake fileJeffrey Walton2019-01-061-7/+36
* Add dump2def source fileJeffrey Walton2019-01-061-0/+145
* Add CRYPTOPP_DISABLE_MIXED_ASM define and feature test (GH #756, PR #757)Jeffrey Walton2018-12-051-0/+31
* Whitespace check-inJeffrey Walton2018-12-041-8/+8
* Add test_x86_avx512.cxx (GH #753)Jeffrey Walton2018-12-041-0/+8
* Remove unneeded test programJeffrey Walton2018-12-011-29/+0
* Update ARM recipesJeffrey Walton2018-12-012-17/+0
* Add additional ARM test programsJeffrey Walton2018-12-014-0/+116
* Initialize ARM test program variablesJeffrey Walton2018-12-012-2/+1
* Initialize ARM test program variablesJeffrey Walton2018-12-013-6/+6
* Initialize Intel intrinsic variablesJeffrey Walton2018-11-289-9/+17
* Update comments and cpu feature testJeffrey Walton2018-11-271-14/+17
* Add Power9 Random Number Generator support (GH #747, PR #748)Jeffrey Walton2018-11-271-0/+33
* Update commentsJeffrey Walton2018-11-191-12/+15
* Fix feature test programs for early POWER7 machinesJeffrey Walton2018-11-191-3/+27
* Add test_ppc_vmull.cxx test programJeffrey Walton2018-11-191-0/+17
* Update test programs for PowerPC (GH #741)Jeffrey Walton2018-11-191-3/+3
* Update test programs for PowerPC (GH #741)Jeffrey Walton2018-11-191-0/+23
* Update test programs for PowerPC (GH #741)Jeffrey Walton2018-11-183-3/+2
* Add test_ppc_aes.cxx test programJeffrey Walton2018-11-182-13/+27
* Add Newlib testJeffrey Walton2018-11-171-0/+8
* Fix missing headerJeffrey Walton2018-11-172-2/+4
* Add additional testsJeffrey Walton2018-11-172-0/+12
* Fix some IBM XL C/C++ issuesJeffrey Walton2018-11-132-4/+2
* Use Windows EOL conventionsJeffrey Walton2018-11-1324-296/+296
* Add return value to pthread test functionJeffrey Walton2018-11-131-14/+15
* Add pthreads testJeffrey Walton2018-11-131-0/+14
* Simplify Aach64 polynomial multiply testsJeffrey Walton2018-11-121-6/+6
* Simplify Aach64 polynomial multiply testsJeffrey Walton2018-11-121-1/+2
* Simplify Aach64 polynomial multiply testsJeffrey Walton2018-11-121-3/+1
* Rename PPC feature tests to test_ppc_xxx.cxx (PR #737)Jeffrey Walton2018-11-123-0/+0
* Rename x86 feature tests to test_x86_xxx.cxx (PR #737)Jeffrey Walton2018-11-1211-0/+0
* Fix ARM A-32 and Aarch64 feature tests (PR #737)Jeffrey Walton2018-11-1210-51/+93
* Fix test program header includeJeffrey Walton2018-11-111-1/+1
* Use __GNUC__ for POWER8 AES availability testJeffrey Walton2018-11-111-1/+1
* Move to feature-based availability testing in Makefile (PR #737)Jeffrey Walton2018-11-1120-0/+240