summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
* Remove 64-bit AdvancedProcessBlocks (GH #945)Jeffrey Walton2020-07-071-24/+0
* Update makefile flagsJeffrey Walton2020-07-071-8/+8
* Remove -DCRYPTOPP_DISABLE_ASM from dependencies ruleJeffrey Walton2020-05-101-2/+2
* Fix Solaris 10 build with GCCJeffrey Walton2020-05-061-1/+5
* Use -mno-app-regs on Sparc for the libraryJeffrey Walton2020-05-051-4/+9
* Recognize armv8l-unknown-linux-gnueabihf in the makefilesJeffrey Walton2020-04-121-6/+3
* Use PREFIX in LIBDIR and DATADIRJeffrey Walton2020-04-101-11/+22
* Fix XL C++ compile on LinuxJeffrey Walton2020-04-101-6/+14
* Remove unneeded SunCC librariesJeffrey Walton2020-04-101-10/+0
* Clear XL C++ warning on using -O3Jeffrey Walton2020-04-101-0/+3
* Fix Simon-128 make flagsJeffrey Walton2020-04-091-1/+1
* Add 32-bit Altivec implementation of Speck128Jeffrey Walton2020-04-071-1/+1
* Use Altivec as minimum ISA of ChaCha, Simon64 and Speck64Jeffrey Walton2020-04-051-8/+1
* Use Altivec as minimum ISA of ChaCha Simon64 and Speck64Jeffrey Walton2020-04-051-11/+6
* Fix XLC compile on AIXJeffrey Walton2020-04-051-7/+8
* Remove unneeded -maltivec option for PowerPC buildsJeffrey Walton2020-04-021-21/+12
* Fix MinGW compileJeffrey Walton2020-01-271-1/+1
* Set g_x86DetectionDone when CRYPTOPP_DISABLE_ASM is in effectJeffrey Walton2020-01-231-2/+2
* Use CRYPTOPP_CPPFLAGS and CRYPTOPP_LDFLAGS in MakefileJeffrey Walton2020-01-201-64/+76
* Use separate CRYPTOPP_CXXFLAGS in Makefile (GH #814)Jeffrey Walton2019-12-301-156/+157
* Pre-splat SIMON and SPECK keys when appropriate for Altivec (PR #910)Jeffrey Walton2019-10-281-2/+0
* Enable Power7 for Simon and Speck (PR #909)Jeffrey Walton2019-10-271-2/+2
* Add XLC 12 loads and stores for AIX (PR #907)Jeffrey Walton2019-10-261-5/+16
* Some more workarounds for Clang and XLC on PowerPC (PR #903)Jeffrey Walton2019-10-241-6/+9
* Remove unneeded source files from MakefileJeffrey Walton2019-10-231-1/+1
* Fix AIX and Linux compiles for PowerPC (PR #902)Jeffrey Walton2019-10-231-6/+29
* Add test programs for feature testingJeffrey Walton2019-10-211-1/+1
* Cleanup make zip recipe after removing top level scriptsJeffrey Walton2019-10-211-5/+5
* Remove *.s files from MakefilesJeffrey Walton2019-10-211-8/+8
* Whitespace check-inJeffrey Walton2019-10-191-1/+1
* Update commentsJeffrey Walton2019-10-191-0/+2
* Use umulh for Aarch64 multiplyJeffrey Walton2019-10-181-0/+10
* Add android-clean to makefile recipesJeffrey Walton2019-10-181-1/+6
* Enable CRYPTOPP_DISABLE_MIXED_ASM in config_asm.hJeffrey Walton2019-10-171-5/+8
* Fix ARM headers and Android compile (PR #896)Jeffrey Walton2019-10-161-12/+13
* Fix setenv-android.sh and cryptest-android.sh for NDK r19 (PR #893)Jeffrey Walton2019-10-151-9/+9
* Add -DCRYPTOPP_DISABLE_ASM for 'make deps' recipeJeffrey Walton2019-09-301-1/+1
* Move 'make deps' to bottom of MakefileJeffrey Walton2019-09-281-4/+5
* Add LINK_LIBRARY_PATH (GH #866)Jeffrey Walton2019-07-211-4/+9
* Add link-library variable to Makefiles (GH #866)Jeffrey Walton2019-07-211-2/+7
* Use wildcard for FORTIFY_SOURCE filter on TCXXFLAGS (GH #865)Jeffrey Walton2019-07-191-2/+3
* Fix TCXXFLAGS using openSUSE standard flags (GH #865)Jeffrey Walton2019-07-191-1/+1
* Fold CRYPTOPP_VALGRIND into CRYPTOPP_COVERAGEJeffrey Walton2019-07-051-3/+3
* Add -mtune=native option to makefileJeffrey Walton2019-06-071-0/+9
* Update commentsJeffrey Walton2019-05-231-8/+9
* Remove unused CLANG_INTEGRATED_ASSEMBLER from MakefileJeffrey Walton2019-05-211-8/+5
* Fix armv8l-unknown-linux-gnueabihf yet againJeffrey Walton2019-05-211-13/+14
* Limit Cryptogams AES and SHA to Linux distrosJeffrey Walton2019-05-211-2/+2
* Enable Cryptogams AES on ARM using ClangJeffrey Walton2019-05-211-7/+12
* Add ARM SHA512 asm implementation from Cryptogams (GH #841, PR #843)Jeffrey Walton2019-05-191-1/+5