summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ARM SHA256 asm implementation from Cryptogams (GH #840, PR #840)Jeffrey Walton2019-05-191-1/+5
* Add ARM SHA1 asm implementation from Cryptogams (GH #837, PR #838)Jeffrey Walton2019-05-181-4/+8
* Use test_arm_sha1.cxx for feature testsJeffrey Walton2019-05-171-1/+1
* Make config.h more Autoconf friendly (GH #835, PR #836)Jeffrey Walton2019-05-171-1/+1
* Cleanup SIMON64 and SPECK64 flags in Makefile (GH #834)Jeffrey Walton2019-05-161-2/+0
* Use armv7l for machine of Clang triplet armv8l-unknown-linux-gnueabihf (GH #831)Jeffrey Walton2019-05-011-1/+1
* Try workaround Clang triplet on ARMv7l (GH #831)Jeffrey Walton2019-05-011-0/+6
* Post-release version incrementJeffrey Walton2019-04-291-1/+1
* Use PowerPC unaligned loads and stores with Power8 (GH #825, PR #826)Jeffrey Walton2019-04-271-40/+31
* Use TCXXFLAGS instead of CXXFLAGS (#815)Nicolas Chauvet (kwizart)2019-02-281-7/+7
* Remove early NEON qualification tests from Makefile (GH #812, GH #813)Jeffrey Walton2019-02-271-6/+4
* Post-release version incrementJeffrey Walton2019-02-231-1/+1
* Add SHAKE-128 and SHAKE-256 (GH #805, PR #806)Jeffrey Walton2019-02-121-0/+5
* Fix Fedora 7 compileJeffrey Walton2019-02-051-2/+2
* Add test compile to makefileJeffrey Walton2019-02-031-0/+3
* Add Hurd support for Makefile and cryptest.shJeffrey Walton2019-02-031-6/+7
* Cleanup lcov recipeJeffrey Walton2019-02-021-2/+6
* Cleanup Gcov recipeJeffrey Walton2019-02-021-1/+1
* Fix Linux detection for GNU HurdJeffrey Walton2019-02-021-1/+1
* Fix self test failure with IBM XL C/C++ on AIXJeffrey Walton2019-01-221-0/+4
* Remove socket librariesJeffrey Walton2019-01-201-6/+6
* Use carryless multiplies for NIST b233 and k233 curves (GH #783, PR #784)Jeffrey Walton2019-01-161-9/+16
* Rework makefile, avoid GNU install programJeffrey Walton2019-01-021-15/+18
* Avoid Clang integrated assembler on macOS PowerPC (GH #769)Tanzinul Islam2018-12-301-2/+2
* Fix GCM build when SSSE3 not availableJeffrey Walton2018-12-291-0/+7
* Post-release version incrementJeffrey Walton2018-12-281-1/+1
* Prepare for Crypto++ 8.0 releaseJeffrey Walton2018-12-271-1/+1
* Add Moon's curve25519 using SSE2 (GH #761)Jeffrey Walton2018-12-131-1/+5
* Fix Fedora and Red Hat feature testsJeffrey Walton2018-12-051-1/+1
* Add CRYPTOPP_DISABLE_MIXED_ASM define and feature test (GH #756, PR #757)Jeffrey Walton2018-12-051-3/+9
* Fix -xarch for CLMUL on SolarisJeffrey Walton2018-12-041-1/+1
* Test Travis Xenial buildJeffrey Walton2018-12-041-10/+28
* Fix Aarch64 with early GCCJeffrey Walton2018-12-041-8/+8
* Cleanup Disable rules for x86Jeffrey Walton2018-12-011-9/+10
* Update GNUmakefile-cross for feature tests (GH #741)Jeffrey Walton2018-12-011-1/+1
* Update ARM recipesJeffrey Walton2018-12-011-12/+23