Commit Graph

1138 Commits (c82fd655ed7465db8d21a0e0559c304a7a86d298)

Author SHA1 Message Date
Jeffrey Walton 9696b9e5e7 Added "lean" recipe that setups for for dead code stripping. Added test cases 2016-01-04 18:24:18 -05:00
Jeffrey Walton 748e79e87c Added full support for CRYPTOPP_DATA_DIR to test script. Changed makefile to use CPU_SPEED so users could change it from the environment 2016-01-03 17:32:11 -05:00
Jeffrey Walton a17b23d42c Cut-in support for CRYPTOPP_DATA_DIR during install 2016-01-03 15:30:59 -05:00
Jeffrey Walton 0c1f7d30ea Added additional tests 2016-01-03 12:53:46 -05:00
denisbider f50a515ce0 Removed duplicated code in eccrypto.h
Recent update made to bottom part (CRYPTOPP_CLANG_VERSION >= 20800) applied to top part.
2016-01-03 02:09:45 -06:00
Jeffrey Walton 4a4cef7e58 Fixed "Integer exprssion required" in test for compiler 2016-01-02 11:23:23 -05:00
Jeffrey Walton 2a8f61278b Added additional status code checking 2016-01-02 04:24:48 -05:00
Jeffrey Walton fe0a260959 Increased warnings for elevated warning test. It still lacks -Wconversion... 2016-01-01 14:15:29 -05:00
Jeffrey Walton 096473101b Added elevated warning test for non-GCC compilers 2016-01-01 10:11:03 -05:00
Jeffrey Walton f700100fd5 Aligned assert with subtraction that follows 2016-01-01 05:35:57 -05:00
Jeffrey Walton e32a6c0ad6 Added error count and warning count to output of script 2016-01-01 05:34:10 -05:00
Jeffrey Walton 0e26a3317a Added guards for Install test on Cygwin and MinGW. Added new file cryptest-install.txt for install log 2016-01-01 02:04:08 -05:00
Jeffrey Walton 3afcf528d6 Merge pull request #98 from tknarr/master
Fix problem, pull request #65 comment 168191115
2015-12-31 23:23:44 -05:00
Todd Knarr 69a76042e2 Fix problem, issue #65 comment 168191115 2015-12-31 13:05:14 -08:00
Jeffrey Walton 42e9494ae7 Cleared -Wstrict-overflow warning on Cygwin with C++11 2015-12-31 14:51:19 -05:00
Jeffrey Walton 5a60f4c35d Added 0 to capture make return code 2015-12-31 11:29:38 -05:00
Jeffrey Walton fe09adf736 Added test after make command to catch failed builds 2015-12-31 10:12:41 -05:00
Jeffrey Walton 81482d8348 Added test case for growing FixedSizeSecBlock. Fixed copy count during grow 2015-12-31 07:21:23 -05:00
Jeffrey Walton 5849767735 Added test for a zeroized SecBlock 2015-12-31 05:08:19 -05:00
Jeffrey Walton f9d2082e97 Removed assert from debug build 2015-12-31 04:50:20 -05:00
Jeffrey Walton 4f57c8f303 Updated documentation. Added calls to unused functions for coverage analytcs. Squashed unused variable warning 2015-12-31 04:42:21 -05:00
Jeffrey Walton 6652e94d20 Added -headerpad_max_install_names to dylib targets. Added standard directory vairables to GNUmakefile-cross 2015-12-31 01:43:42 -05:00
Jeffrey Walton 51d674c7d8 Finally figured how how to clear than damn Coverity finding on STREAM_FORMAT_STATE 2015-12-29 07:16:44 -05:00
Jeffrey Walton 9e4e210834 Switched to standard directory variables for include/, lib/, bin/ and share/ 2015-12-29 06:32:45 -05:00
Jeffrey Walton da95a18c19 Added locv to makefile recipe, added both cryptest.exe runs (thanks Jack Lloyd) 2015-12-29 04:50:15 -05:00
Jeffrey Walton 30c9b8376d Merge pull request #95 from grantae/master
Fix an issue that caused targets to be rebuilt unnecessarily and prevented updated object files from regenerating targets.
2015-12-28 20:02:34 -05:00
Grant Ayers 4f277dab59 Fix an issue that caused targets to be rebuilt unnecessarily
and prevented updated object files from regenerating targets.

The 'public_service' phony target should be an 'order-only' prerequisite so
that it doesn't cause its target to be rebuilt when it is run.
However, object files were specified as order-only while the 'public_service'
target was not. This is reproducible by running 'make' twice. Another effect
is that when these object files change they will not cause the target to be
updated while they are order-only.
2015-12-28 16:30:01 -08:00
Jeffrey Walton 13748582e5 Added "make coverage" recipe. Added additional SecBlock tests 2015-12-28 07:06:50 -05:00
Jeffrey Walton 605744d826 Fixed SecBlock append when "this == t", fixed assert, added validation test (Issue 92) 2015-12-28 00:11:52 -05:00
Jeffrey Walton f707b9ef16 Fixed GCC version for deprecated attribute 2015-12-27 23:44:36 -05:00
Jeffrey Walton 985172421a Revert "Fixed SecBlock append when "this == t" (Issue 92)". It was an incomplete remediation.
This reverts commit 8b0f29a4f2.
2015-12-27 21:29:22 -05:00
Jeffrey Walton 8b0f29a4f2 Fixed SecBlock append when "this == t" (Issue 92) 2015-12-27 21:28:23 -05:00
Jeffrey Walton 217ad8d721 Revert "Fixed append when "this == t" (Issue 92)". It was an incomplete remediation.
This reverts commit c16ce2530a.
2015-12-27 21:25:45 -05:00
Jeffrey Walton c16ce2530a Fixed append when "this == t" (Issue 92) 2015-12-27 21:11:34 -05:00
Jeffrey Walton e4d2b3bfe2 Merge pull request #88 from GamePad64/master
Added CRYPTOPP_DATA_DIR option in CMakeLists.txt.
2015-12-27 15:48:41 -05:00
Jeffrey Walton 1ab5cbd047 Added DESTDIR to various recipes 2015-12-27 13:13:16 -05:00
Jeffrey Walton 010c67914a Merge pull request #91 from tknarr/shlib_version_makefile_fix
Apply the same versioned solib changes as to GNUmakefile
2015-12-27 12:18:49 -05:00
Alexander Shishenko a5681855ed
Provided compatibility with CMake 2.8 2015-12-27 02:24:43 +03:00
Alexander Shishenko c110b6404f
Added CRYPTOPP_DATA_DIR option in cmake. 2015-12-27 02:23:33 +03:00
Todd Knarr 56abc4e4c9 Apply the same versioned solib changes as to GNUmakefile 2015-12-26 10:57:04 -08:00
Jeffrey Walton 79882d4c7d Tweaked makefile recipes to use variables for CP, MV, MKDIR, etc. Added Cmake artifacts to distclean rule 2015-12-26 06:45:59 -05:00
Jeffrey Walton ca7394540b Merge pull request #90 from tknarr/shlib_version_makefile_fix
Versioned shared library makefile fixes
2015-12-26 06:23:19 -05:00
Todd Knarr 09d194d8cf Added a makefile target to build the versioned .so if the unversioned name is given.
Added DESTDIR to an ldconf line that was missint it.
2015-12-26 03:00:31 -08:00
Jeffrey Walton f84b3964ee Merge pull request #65 from tknarr/version_shlib
Linux shared-object library versioning
2015-12-26 01:42:44 -05:00
Jeffrey Walton a0b078543a Added CRYPTOPP_DATA_DIR patch (Issue 82) 2015-12-25 23:50:28 -05:00
Todd Knarr a3ac556e37 Resolve conflicts between master and version_shlib 2015-12-25 13:06:43 -08:00
Todd Knarr 10c5b2e0f1 Merge non-conflict changes from master 2015-12-25 13:04:20 -08:00
Jeffrey Walton 19f72fc73c Added checks before making directories and copying files 2015-12-25 13:37:18 -05:00
Jeffrey Walton 4adcb0a35a Updated Filelist.txt to follow Commit a2c1e49a01 from Pull Request 77 2015-12-25 12:37:33 -05:00
Jeffrey Walton a2c1e49a01 Merge pull request #77 from GamePad64/master
CMake build
2015-12-25 12:13:46 -05:00