summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add CRYPTOPP_DISABLE_MIXED_ASM define and feature test (GH #756, PR #757)Jeffrey Walton2018-12-051-3/+9
* Fix -xarch for CLMUL on SolarisJeffrey Walton2018-12-041-1/+1
* Test Travis Xenial buildJeffrey Walton2018-12-041-10/+28
* Fix Aarch64 with early GCCJeffrey Walton2018-12-041-8/+8
* Cleanup Disable rules for x86Jeffrey Walton2018-12-011-9/+10
* Update GNUmakefile-cross for feature tests (GH #741)Jeffrey Walton2018-12-011-1/+1
* Update ARM recipesJeffrey Walton2018-12-011-12/+23
* Fix Macports build on old hardwareJeffrey Walton2018-12-011-19/+29
* Remove language dependent BAD_RESULT variable from MakefileJeffrey Walton2018-12-011-13/+10
* Fix typoJeffrey Walton2018-12-011-1/+1
* Update test programs for x86 and ARM (GH #741)Jeffrey Walton2018-12-011-226/+162
* Fix SIGILL in TestDARN() functionJeffrey Walton2018-11-301-1/+1
* Fix type for XLC features ladderJeffrey Walton2018-11-281-3/+3
* Align GNUmakefile with Autotools and CMakeJeffrey Walton2018-11-281-127/+48
* Add Power9 Random Number Generator support (GH #747, PR #748)Jeffrey Walton2018-11-271-1/+12
* Add debug heap support on AIX with IBM XLCJeffrey Walton2018-11-211-1/+10
* Add TCXXFLAGS for compiler and cpu feature testing (GH #741)Jeffrey Walton2018-11-211-38/+46
* Improve -fPIC and -pthread rulesJeffrey Walton2018-11-211-15/+26
* Add separate Polynomial Multiply feature test on POWER8 (GH#742)Jeffrey Walton2018-11-191-9/+27
* Add POWER3 test for PowerPCJeffrey Walton2018-11-191-0/+11
* 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