summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
...
* Remove wildcard from a.out clean recipeJeffrey Walton2018-11-121-7/+7
* Use __cpp_lib_uncaught_exceptions for CRYPTOPP_CXX17_EXCEPTIONSJeffrey Walton2018-11-121-1/+1
* Remove a.out artifacts whenever feature tests run (GH #738)Jeffrey Walton2018-11-121-1/+23
* Remove a.out artifacts on OS X during clean (GH #738)Jeffrey Walton2018-11-121-2/+2
* Fix incorrect Macport compiler detection (GH #738)Jeffrey Walton2018-11-111-1/+1
* Fix missing 'no such instruction' in assembler messages (GH #738)Jeffrey Walton2018-11-111-1/+1
* Move HAS_NEWLIB down to _XOPEN_SOURCE testJeffrey Walton2018-11-111-8/+6
* Cleanup GNUmakefile (PR #737)Jeffrey Walton2018-11-111-18/+37
* Remove Darwin requirement for Port compilersJeffrey Walton2018-11-111-1/+1
* Move to feature-based availability testing in Makefile (PR #737)Jeffrey Walton2018-11-111-257/+397
* Rename files with dashes to underscores (GH #736)Jeffrey Walton2018-11-101-25/+25
* Lower Binutil version to 2.23 for AVXJeffrey Walton2018-11-081-2/+6
* Add ChaCha AVX2 implementation (GH #735)Jeffrey Walton2018-11-081-9/+30
* Split Blake2 SIMD files into blake2s-simd.cpp and blake2b-simd.cpp (GH #729, ...Jeffrey Walton2018-11-021-10/+23
* Add BLAKE2b Power8 implementation (GH #729)Jeffrey Walton2018-10-301-3/+3
* Switch to pch.cpp for compile tests.Jeffrey Walton2018-10-291-23/+23
* Add ChaCha Power8 implementationJeffrey Walton2018-10-271-0/+3
* Add CRYPTOPP_DISABLE_ASM to dependency recipeJeffrey Walton2018-10-261-1/+1
* Move input xor to ChaCha_OperateKeystream_SSE2Jeffrey Walton2018-10-241-3/+8
* Update comments in GNU MakefileJeffrey Walton2018-09-091-2/+3
* Add -xregs=no%appl for SunCC on SparcJeffrey Walton2018-09-091-2/+14
* Add notes on -stdlib=libc++ for MacOSJeffrey Walton2018-08-241-1/+5
* Fix compile with IBM XLCJeffrey Walton2018-08-231-1/+1
* Tweak Makefile test to compile but not link (GH #707)Jeffrey Walton2018-08-211-1/+1
* Remove Asan workaround from VMACJeffrey Walton2018-08-191-6/+0
* Allow previous version of shared library on SolarisJeffrey Walton2018-08-191-2/+6
* Remove makefile debug print statementsJeffrey Walton2018-08-191-3/+0
* Add SONAME to shared object for SolarisJeffrey Walton2018-08-191-2/+15
* Rework -pthread test for GCC on SolarisJeffrey Walton2018-08-181-1/+7
* Fix build for MinGW due to deleted winpipes.cpp (#705)Tanzinul Islam2018-08-181-1/+0
* Split simon-simd.cpp and speck-simd.cpp into separate source filesJeffrey Walton2018-08-151-24/+50
* Add POWER8 SIMON-128 implementationJeffrey Walton2018-08-121-2/+2
* Add POWER8 SPECK-128 implementationJeffrey Walton2018-08-121-2/+2
* Add VectorLoad and VectorStore test codeJeffrey Walton2018-08-061-0/+3
* Update commentsJeffrey Walton2018-08-051-5/+4
* Rework Makefile and ppc-simd.h for XLC and LLVM front-end changesJeffrey Walton2018-08-051-48/+88
* Fix typo in SM4 recipe on PowerPCJeffrey Walton2018-08-041-1/+1
* Clean *.lst files created by XLCJeffrey Walton2018-08-041-2/+3
* Fix compile when adhoc.cpp is missingJeffrey Walton2018-07-311-6/+12
* Rework GNUmakefiles for XL C/C++ changesJeffrey Walton2018-07-311-29/+29
* Add -qxlcompatmacros for IBM XL C/C++ when availableJeffrey Walton2018-07-301-2/+7
* Remove automatic bitness selection on PPC64Jeffrey Walton2018-07-301-8/+0
* Fix compile for AIX using GCC and IBM XL C/C++Jeffrey Walton2018-07-301-6/+26
* Refactor validat5.cpp and validat6.cppJeffrey Walton2018-07-291-1/+1
* Remove addition of -m32|-m64 from GNUmakefileJeffrey Walton2018-07-291-54/+12
* 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-2/+2