summaryrefslogtreecommitdiff
path: root/GNUmakefile-cross
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove CMake from library sources (GH #506)Jeffrey Walton2017-09-161-2/+0
* Use AOSP_CPU_OBJ instead of cpu-features.oJeffrey Walton2017-09-131-1/+1
* Remove debug info statement from makefileJeffrey Walton2017-09-131-1/+0
* Add Aarch64 specific defines to Android cross-compileJeffrey Walton2017-09-131-4/+62
* Build Android cpu-features from sources (GH #491)Jeffrey Walton2017-09-131-3/+11
* Use IS_IOS instead of IS_DARWINJeffrey Walton2017-05-261-1/+1
* Update makefile rules and recipesJeffrey Walton2017-05-261-7/+68
* Split regtest.cpp into regtest{1|2|3}.cppJeffrey Walton2017-04-131-1/+1
* Suppress unneeded output in MakefilesJeffrey Walton2017-03-091-21/+22
* Add Integer Bitops tests (Issue 344)Jeffrey Walton2016-12-061-1/+1
* Add adhoc.cpp to test sources (Issue 332)Jeffrey Walton2016-11-041-6/+6
* Additional use of $(strip $(CXXFLAGS)) cleanupJeffrey Walton2016-10-261-5/+5
* Remove uneeded -Wno-delete-non-virtual-dtor from GNUmakefileJeffrey Walton2016-09-241-1/+1
* Cleaned dylib artifactsJeffrey Walton2016-09-101-2/+5
* Add integer.cpp to third position in GNUmakefileJeffrey Walton2016-09-081-1/+1
* Rename bench.cpp to bench1.cppJeffrey Walton2016-04-221-1/+1
* Add Coverity artifacts to clean recipeJeffrey Walton2016-04-111-1/+1
* Made non-SOLIBNAME the default version for Android and EmbeddedJeffrey Walton2016-01-051-5/+4
* Added "lean" target to cross compilesJeffrey Walton2016-01-041-2/+26