summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
* Fix LLVM Clang compile on PowerPCJeffrey Walton2018-11-191-8/+65
* Use clean compile as feature test gate on PowerPC (GH #742)Jeffrey Walton2018-11-181-14/+14
* Add unexpected to BAD_RESULTJeffrey Walton2018-11-181-1/+1
* Move CPU_ProbePower7 and CPU_ProbePower8 into their own source files (GH #742)Jeffrey Walton2018-11-181-1/+9
* Add BLAKE2s and ChaCha CORE SIMD function (GH #656)Jeffrey Walton2018-11-181-0/+1
* Fix PowerPC-64 detection using ClangJeffrey Walton2018-11-181-1/+1
* Add Newlib testJeffrey Walton2018-11-171-10/+10
* Cleanup makefileJeffrey Walton2018-11-171-23/+23
* Drop GCM to POWER7 if POWER8 unavailableJeffrey Walton2018-11-171-1/+5
* Drop GCM to POWER7 on PowerPCJeffrey Walton2018-11-171-0/+1
* Remove -qxlcompatmacros after Commit 96d3fa208ed7Jeffrey Walton2018-11-141-8/+8
* Fix XLC flags with LLVM front-endJeffrey Walton2018-11-141-159/+107
* Cleanup PowerPC and XLC feature testsJeffrey Walton2018-11-141-121/+142
* Make feature test output filename configurable (PR #737, GH #738)Jeffrey Walton2018-11-131-81/+81
* Add "Invalid mnemonic" to bad result on PPCJeffrey Walton2018-11-131-1/+1
* Port SIMON64 to AltivecJeffrey Walton2018-11-121-2/+2
* Port SPECK64 to AltivecJeffrey Walton2018-11-121-0/+12
* Rename PPC feature tests to test_ppc_xxx.cxx (PR #737)Jeffrey Walton2018-11-121-7/+7
* Rename x86 feature tests to test_x86_xxx.cxx (PR #737)Jeffrey Walton2018-11-121-18/+18
* Fix ARM A-32 and Aarch64 feature tests (PR #737)Jeffrey Walton2018-11-121-24/+56
* 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