summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
* Update OS X INFO messageJeffrey Walton2021-03-111-1/+1
* Fix Apple M1 failed compile after GH #1015Jeffrey Walton2021-03-091-0/+3
* Update source files for Android.mk (GH #1015)Jeffrey Walton2021-03-091-3/+0
* Post-release version incrementJeffrey Walton2021-03-081-1/+1
* Prepare for Crypto++ 8.5 releaseCRYPTOPP_8_5_0Jeffrey Walton2021-03-071-1/+1
* Update OS X message in makefileJeffrey Walton2021-03-061-2/+4
* Add info message on Darwin if -stdlib=libc++ is missingJeffrey Walton2021-03-051-4/+15
* Fix compile on Apple M1Jeffrey Walton2021-03-041-1/+1
* Update convert recipe to use alpha modesJeffrey Walton2021-02-141-10/+10
* Update convert recipe to use alpha modesJeffrey Walton2021-02-141-8/+8
* Clean warnings on Android under ClangJeffrey Walton2021-02-141-4/+7
* Whitespace check-inJeffrey Walton2021-02-021-1/+1
* Include Cryptogams objects in clean recipe (GH #998)Jeffrey Walton2021-01-011-1/+2
* Revert "Include Cryptogams objects in clean recipe (GH #998)"Jeffrey Walton2021-01-011-1/+1
* Include Cryptogams objects in clean recipe (GH #998)Jeffrey Walton2021-01-011-1/+1
* Clean all library artifacts in clean recipe (GH #998)Jeffrey Walton2021-01-011-1/+5
* Add missing CPPFLAGS to SM3 and Donna recipesJeffrey Walton2020-12-261-3/+3
* Update commentsJeffrey Walton2020-12-261-2/+3
* Post-release version incrementJeffrey Walton2020-12-221-1/+1
* Avoid SIGILL with GCC 10 on POWER9 (GH #986)Jeffrey Walton2020-12-221-13/+22
* Update configure.sh scriptJeffrey Walton2020-12-211-4/+8
* Update configure.sh scriptJeffrey Walton2020-12-211-2/+2
* Update GNUmakefile for IBM XL C/C++ compilerJeffrey Walton2020-12-211-1/+4
* Update GNUmakefile for IBM XL C/C++ compilerJeffrey Walton2020-12-211-30/+1
* Fix ARM32 compile with ClangJeffrey Walton2020-08-091-1/+2
* Fix ARM32 compile due to missing neon headerJeffrey Walton2020-08-071-12/+19
* Avoid use of tr in feature requestsJeffrey Walton2020-08-071-40/+40
* More ARM and Aarch64 macro tweaksJeffrey Walton2020-07-291-8/+36
* Add build-aux/ to autotools-clean recipeJeffrey Walton2020-07-111-1/+1
* Update grep expressionsJeffrey Walton2020-07-081-2/+2
* 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