summaryrefslogtreecommitdiff
path: root/GNUmakefile-cross
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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