summaryrefslogtreecommitdiff
path: root/config_asm.h
Commit message (Expand)AuthorAgeFilesLines
* Update comments (GH #950)Jeffrey Walton2020-08-061-1/+2
* Update test programsJeffrey Walton2020-07-271-1/+1
* Add CPUID64 for MSVC missing __cpuidexJeffrey Walton2020-02-071-6/+6
* Fix AIX and Linux compiles for PowerPC (PR #902)Jeffrey Walton2019-10-231-9/+17
* Cleanup config_asm for PowerPCJeffrey Walton2019-10-221-4/+4
* Cleanup config_*.h files, update travis.yml file (PR #898)Jeffrey Walton2019-10-201-59/+45
* Disable AVX and AVX2 for Android buildsJeffrey Walton2019-10-171-0/+4
* Enable CRYPTOPP_DISABLE_MIXED_ASM in config_asm.hJeffrey Walton2019-10-171-0/+6
* Allow clang-tooling (PR #897)Thomas Braun2019-10-171-1/+1
* Fix ARM headers and Android compile (PR #896)Jeffrey Walton2019-10-161-2/+11
* Fix setenv-android.sh and cryptest-android.sh for NDK r19 (PR #893)Jeffrey Walton2019-10-151-0/+1
* Fix Rijndael recursion overflow when -DCRYPTOPP_DISABLE_SSSE3 (GH #880, PR #886)Jeffrey Walton2019-09-281-0/+28
* Move CRYPTOPP_NO_CXX11 and CRYPTOPP_NO_CXX17 to config_cxx.hJeffrey Walton2019-07-111-14/+0
* config: guard CRYPTOPP_SSE2_INTRIN_AVAILABLE with CRYPTOPP_DISABLE_SSE2 (#858)Alon Bar-Lev2019-07-021-1/+1
* Update commentsJeffrey Walton2019-05-231-1/+1
* Update commentsJeffrey Walton2019-05-211-1/+1
* Cutover to CRYPTOPP_LLVM_CLANG_VERSION (GH #845)Jeffrey Walton2019-05-211-18/+16
* Limit Cryptogams AES and SHA to Linux distrosJeffrey Walton2019-05-211-1/+1
* Enable Cryptogams AES on ARM using ClangJeffrey Walton2019-05-211-5/+2
* Cleanup Cryptogams definesJeffrey Walton2019-05-201-1/+1
* Enable Cryptogams SHA asm for ClangJeffrey Walton2019-05-201-0/+2
* Add ARM SHA512 asm implementation from Cryptogams (GH #841, PR #843)Jeffrey Walton2019-05-191-0/+1
* Add ARM SHA256 asm implementation from Cryptogams (GH #840, PR #840)Jeffrey Walton2019-05-191-3/+3
* Add ARM SHA1 asm implementation from Cryptogams (GH #837, PR #838)Jeffrey Walton2019-05-181-7/+10
* Make config.h more Autoconf friendly (GH #835, PR #836)Jeffrey Walton2019-05-171-0/+431