summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix "X causes a section type conflict with Y" for GCC on AIX (GH #499)Jeffrey Walton2017-09-172-7/+23
* Query sysconf for _SC_LEVEL1_DCACHE_LINESIZE on ARM and PPCJeffrey Walton2017-09-171-3/+19
* Fix compile on CentOS 6 with GCC 4.7Jeffrey Walton2017-09-171-53/+59
* Fix -pipe warning under SunCCJeffrey Walton2017-09-161-2/+2
* Remove CMake testing support (GH #506)Jeffrey Walton2017-09-164-226/+11
* Remove CMake from library sources (GH #506)Jeffrey Walton2017-09-164-820/+3
* Add sunset message to CMakeList.txt fileJeffrey Walton2017-09-161-16/+49
* Route Borland/Embarcadero into MS inline ASM code for CPUIDJeffrey Walton2017-09-161-6/+13
* Update README to sync with Crypto++ websiteJeffrey Walton2017-09-161-5/+7
* Use -O3 for IBM XL C/C++ (GH #502)Jeffrey Walton2017-09-161-3/+3
* Fix TEA and XTE hand with IBM XL C/C++ compiler (GH #503)Jeffrey Walton2017-09-161-24/+12
* Revert "Use -O3 for IBM XL C/C++ (GH #502)"Jeffrey Walton2017-09-161-3/+3
* Use -O3 for IBM XL C/C++ (GH #502)Jeffrey Walton2017-09-161-3/+3
* Add missing newline to IA-32 config outputJeffrey Walton2017-09-161-14/+14
* Switch to CRYPTOPP_CONSTANT for cpu flagsJeffrey Walton2017-09-161-11/+11
* Fix func/subfunc parameter names (GH #502)Jeffrey Walton2017-09-162-3/+3
* Fix bad SHA152 hash under IBM XL C/C++ compiler (GH #502)Jeffrey Walton2017-09-151-13/+79
* Fix compile under Embarcadero (GH #498)Jeffrey Walton2017-09-151-0/+2
* Fix compile under Embarcadero (GH #498)Jeffrey Walton2017-09-151-1/+3
* Avoid increment during stores of 6x blocksJeffrey Walton2017-09-141-54/+38
* Use 6x blocks for ARMv8 AES rather than 4xJeffrey Walton2017-09-141-87/+111
* Fix "X causes a section type conflict with Y" for GCC on AIX (GH #499)Jeffrey Walton2017-09-141-1/+5
* Use 6x blocks for Power8 AES rather than 4xJeffrey Walton2017-09-141-26/+51
* Avoid increment during stores of 4x blocksJeffrey Walton2017-09-141-16/+9
* Use vec_xl_be and vec_xst_be for IBM XL C/C++ compilerJeffrey Walton2017-09-141-34/+5
* Fix compiler crash in ppc-simd.cppJeffrey Walton2017-09-141-8/+8
* Fix endianess for s_one on ARM big-endianJeffrey Walton2017-09-131-2/+2
* Load correct value fo 1 under ARM big endianJeffrey Walton2017-09-131-0/+7
* Clear unused variable warnings under ClangJeffrey Walton2017-09-131-21/+12
* Clear TODO items for setenv-android.sh for 6.0 (GH #491)Jeffrey Walton2017-09-132-28/+0
* Use AOSP_CPU_OBJ instead of cpu-features.oJeffrey Walton2017-09-131-1/+1
* Remove debug info statement from makefileJeffrey Walton2017-09-132-2/+1
* Add Aarch64 specific defines to Android cross-compileJeffrey Walton2017-09-1310-36/+88
* Improve detection of ANDROID_NDK_ROOTJeffrey Walton2017-09-132-8/+8
* Fix CMAC 256-bit polynomialJeffrey Walton2017-09-131-2/+2
* Fix missing closing paren for Android Aarch64 (GH #491)Jeffrey Walton2017-09-131-3/+3
* Build Android cpu-features from sources (GH #491)Jeffrey Walton2017-09-134-64/+142
* Make armv7a-neon the default in 2017 with NDK R15Jeffrey Walton2017-09-132-4/+4
* Fix missing cpu-features.h for AndroidJeffrey Walton2017-09-131-1/+1
* Fix unterminated close parenJeffrey Walton2017-09-132-8/+23
* remove commented code for Power8Jeffrey Walton2017-09-131-31/+23
* Revert "Bump Visual Studio version number for checked iterators (GH #496)"Jeffrey Walton2017-09-131-1/+1
* Bump Visual Studio version number for checked iterators (GH #496)Jeffrey Walton2017-09-131-1/+1
* Add -msse2 to i586 build (Issue 494)Jeffrey Walton2017-09-121-0/+9
* VectorLoadAligned → VectorLoadKeyJeffrey Walton2017-09-121-19/+26
* Cleanup vector castsJeffrey Walton2017-09-121-18/+12
* Add AdvancedProcessBlocks for Power8Jeffrey Walton2017-09-123-38/+267
* Remove -mvsx option from Linux Power8 buildsJeffrey Walton2017-09-121-5/+5
* Add Power8 AES decryptionJeffrey Walton2017-09-123-49/+70
* Guard probe functionsJeffrey Walton2017-09-121-1/+2