summaryrefslogtreecommitdiff
path: root/GNUmakefile-cross
Commit message (Expand)AuthorAgeFilesLines
* Add LINK_LIBRARY_PATH (GH #866)Jeffrey Walton2019-07-211-1/+2
* 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 missing if statementJeffrey Walton2019-07-191-0/+1
* Fix TCXXFLAGS using openSUSE standard flags (GH #865)Jeffrey Walton2019-07-191-2/+1
* Fold CRYPTOPP_VALGRIND into CRYPTOPP_COVERAGEJeffrey Walton2019-07-051-3/+3
* Update commentsJeffrey Walton2019-05-231-8/+9
* Fix armv8l-unknown-linux-gnueabihf yet againJeffrey Walton2019-05-211-3/+13
* Limit Cryptogams AES and SHA to Linux distrosJeffrey Walton2019-05-211-15/+20
* Enable Cryptogams AES on ARM using ClangJeffrey Walton2019-05-211-10/+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/+9
* Add ARM SHA1 asm implementation from Cryptogams (GH #837, PR #838)Jeffrey Walton2019-05-181-4/+4
* 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 TCXXFLAGS for feature tests in GNUmakefile-crossJeffrey Walton2019-02-281-8/+8
* Remove early NEON qualification tests from Makefile (GH #812, GH #813)Jeffrey Walton2019-02-271-1/+1
* Fix Fedora 7 compileJeffrey Walton2019-02-051-2/+2
* Add test compile to makefileJeffrey Walton2019-02-031-0/+3
* Rework makefile, avoid GNU install programJeffrey Walton2019-01-021-11/+20
* Fix GCM build when SSSE3 not availableJeffrey Walton2018-12-291-0/+7
* 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
* Fix Aarch64 with early GCCJeffrey Walton2018-12-041-5/+5
* Cleanup Disable rules for x86Jeffrey Walton2018-12-011-9/+10
* Update commentsJeffrey Walton2018-12-011-4/+8
* Update GNUmakefile-cross for feature tests (GH #741)Jeffrey Walton2018-12-011-166/+393
* Use C++ compiler for all source files (PR #733)Jeffrey Walton2018-11-151-1/+1
* Fix missing cpu-features.o in shared object (PR #733)Blue2018-11-151-5/+5
* Rename files with dashes to underscores (GH #736)Jeffrey Walton2018-11-101-19/+19
* Switch to pch.cpp for compile tests.Jeffrey Walton2018-10-291-13/+13
* Add ChaCha recipes to GNUmakefile-crossJeffrey Walton2018-10-271-0/+13
* Add CRYPTOPP_DISABLE_ASM to dependency recipeJeffrey Walton2018-10-271-2/+4
* Add GNUmakefile-cross flags SIMON and SPECKJeffrey Walton2018-08-161-16/+30
* Clean *.lst files created by XLCJeffrey Walton2018-08-041-6/+2
* Add false DOCUMENT_DIRECTORY for GNUmakefile-crossJeffrey Walton2018-08-011-0/+5
* Fix distclean rule in GNUmakefile-crossJeffrey Walton2018-08-011-1/+1
* Fix compile when adhoc.cpp is missingJeffrey Walton2018-07-311-1/+35
* Rework GNUmakefiles for XL C/C++ changesJeffrey Walton2018-07-311-13/+13
* Refactor validat5.cpp and validat6.cppJeffrey Walton2018-07-291-1/+1
* Cleanup Makefiles and Android and iOS scriptsJeffrey Walton2018-07-281-3/+3
* Split validat*.cpp source filesJeffrey Walton2018-07-281-1/+1
* Add additional artifacts to autotools-clean ruleJeffrey Walton2018-07-281-2/+3
* Add -Wa,--noexecstack for aes-armv4.SJeffrey Walton2018-07-281-0/+1
* Add cryptest-results.txt to clean ruleJeffrey Walton2018-07-281-3/+3
* Add autotools-clean and cmake-clean rules to GNUmakefileJeffrey Walton2018-07-281-9/+17
* Remove -marm from aes-armv4.S flagsJeffrey Walton2018-07-271-3/+2
* Split regtest2.cpp into two filesJeffrey Walton2018-07-271-1/+1
* Split bench1.cpp into two filesJeffrey Walton2018-07-271-1/+1