summaryrefslogtreecommitdiff
path: root/GNUmakefile-cross
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix 'make sources' recipeJeffrey Walton2018-07-251-4/+8
* Set LC_ALL=C for Darwin Autotools testingJeffrey Walton2018-07-151-2/+2
* Add ARMv8.4 cpu feature detection support (GH #685) (#687)Jeffrey Walton2018-07-151-4/+18
* Fix ARM compile for sm4-simd.cppJeffrey Walton2018-07-131-0/+4
* Add AES-NI accelerated SM4 encryption (GH #540)Jeffrey Walton2018-07-131-0/+5
* Update attribution for SIMECKJeffrey Walton2018-07-011-0/+8
* Add LEA-128 NEON and ARMv8 implementation (GH #669)Jeffrey Walton2018-06-231-1/+5
* Add LEA-128 SSSE3 implementation (GH #669)Jeffrey Walton2018-06-221-0/+5
* Add CHAM128 SSSE3 implementation (PR #670)Jeffrey Walton2018-06-191-0/+5
* Add recipe to install the library only (GH #653)Jeffrey Walton2018-05-061-5/+10
* Fix ios build for cases where Xcode is installed in a path with spaces (PR #646)PetteriHuusko2018-04-261-1/+1
* Freeze ABI compatibility with LIB_MAJOR (#589)Nicolas Chauvet (kwizart)2018-02-201-2/+2
* Re-add Simon and Speck, enable SSE (GH #585)Jeffrey Walton2018-02-181-0/+18
* Remove Simon and Speck ciphers (GH #585)Jeffrey Walton2018-02-141-18/+0
* Use INSTALL_PROGRAM for shared objects (GH #582)Jeffrey Walton2018-02-051-2/+2
* Use install program for Makefile (GH #582)Jeffrey Walton2018-02-051-17/+22
* Avoid a compiler warning in Makefile testsJeffrey Walton2018-01-281-5/+12
* Remove unneeded path includeJeffrey Walton2018-01-281-1/+1
* Fix MinGW misdetection (GH #573)Jeffrey Walton2018-01-271-2/+7
* build: add missing flags for SIMON and SPECK in GNUMakefile-cross (#577)zorun2018-01-271-0/+21
* Use /bin/sh (GH #573)Jeffrey Walton2018-01-251-0/+3
* Update Android build scripts to the latest NDK (#546)Felix Barz2018-01-211-1/+2
* Add interface to TweetNaCl library (#566)Jeffrey Walton2018-01-171-1/+1
* Update makefiles to use one call to $(CXX) -dumpmachineJeffrey Walton2017-12-301-4/+6
* Build fixes (#547)zorun2017-12-161-6/+9
* Add more Autotools artifacts to distclean recipeJeffrey Walton2017-11-061-1/+1
* Add more Autotools artifacts to distclean recipeJeffrey Walton2017-11-051-2/+2
* Add more Autotools artifacts to distclean recipeJeffrey Walton2017-11-051-3/+4
* Remove cryptopp.mapfile from distclean ruleJeffrey Walton2017-11-011-1/+1
* Add more Autotools artifacts to distclean recipeJeffrey Walton2017-11-011-1/+10
* Add more Autotools artifacts to distclean recipeJeffrey Walton2017-11-011-1/+2
* Add more Autotools artifacts to distclean recipeJeffrey Walton2017-11-011-1/+1
* Add Autotools artifacts to distclean recipeJeffrey Walton2017-11-011-1/+2
* Fix GNUmakefile-cross distclean recipe (GH #514)Jeffrey Walton2017-09-261-3/+3
* Fix armeabi and armv7-a for Android (GH #509)Jeffrey Walton2017-09-171-3/+48
* Add i686 and x86_64 specific flags (GH #508)Jeffrey Walton2017-09-171-2/+30