Commit Graph

1309 Commits (ab72b432cbf0f47c84aa40f58d606df29c8c9eb0)

Author SHA1 Message Date
Jeffrey Walton 4efcbae45b Remove -mcpu=cortex-m3 from EMBEDDED_FLAGS. Users will have to select their CPU of choice 2016-03-19 19:50:07 -04:00
Jeffrey Walton ff24f4e66e Fixed copy/paste for NetBSD 2016-03-11 07:39:47 -05:00
Jeffrey Walton 3b2d462980 Fixed script for NetBSD testing 2016-03-11 07:32:36 -05:00
Jeffrey Walton 80d1bc906e Added missing 0 return code 2016-03-09 01:47:41 -05:00
Jeffrey Walton 22d6374ce7 Added Android and embedded environment and test script 2016-03-09 01:12:47 -05:00
Jeffrey Walton e8fb78163b Fixed Apple WatchOS SDK version; whitespace 2016-03-09 00:53:25 -05:00
Jeffrey Walton a78b9dfa08 Added iOS environment and test script 2016-03-08 23:49:21 -05:00
Jeffrey Walton 7e1c48d552 Fixed Bash shebang for OpenBSD 5.7 and friends 2016-03-04 22:05:07 -05:00
Jeffrey Walton f284893d01 Merge pull request #142 from Giga-gg/master
Remove unwanted assert
2016-03-04 12:04:07 -06:00
Jeffrey Walton 73fd1ac80e Fix NO_OS_DEPENDENCE detection, thanks to jcnarlo (Issue 141) 2016-03-04 11:34:17 -05:00
Thomas Guyard bb3276389e remove unwanted assert 2016-03-03 15:40:16 +01:00
Jeffrey Walton 1743b976f7 Update documentation 2016-02-29 11:39:20 -05:00
Jeffrey Walton cc6db9b139 Update documentation 2016-02-29 11:22:24 -05:00
Jeffrey Walton f7c67d1a59 Moved dtors to first method in class (Issue 70) 2016-02-29 11:22:11 -05:00
Jeffrey Walton 24d2492564 Update documentation 2016-02-29 10:37:36 -05:00
Jeffrey Walton 7c77f26c26 Update documentation 2016-02-29 10:22:06 -05:00
Jeffrey Walton af40e81730 Update documentation 2016-02-29 09:33:33 -05:00
Jeffrey Walton 850aed5bed Update documentation 2016-02-29 07:40:04 -05:00
Jeffrey Walton 052b11617c Additional documentation. Moved dtors to first function in a class (Issue 70) 2016-02-28 21:32:09 -05:00
Jeffrey Walton ac386cf0d7 Explicitly unpoison the result of FD_ZERO 2016-02-26 22:59:36 -05:00
Jeffrey Walton c82fd655ed Cleared assert in debug builds (Issue 138) 2016-02-20 22:46:14 -05:00
Jeffrey Walton f77e6fae32 Added artifact cleanup after testing but before reporting 2016-02-16 03:13:15 -05:00
Jeffrey Walton a60342b2ae Fix missing fd_set type under Cygwin (Issue 137) 2016-02-15 01:01:37 -05:00
Jeffrey Walton 6a3abcd7de Add guard for Borland compilers following config.h 2016-02-14 09:12:57 -05:00
Jeffrey Walton 6c4c0db3de Fix Linux swap detection for non-X86 environments 2016-02-13 20:31:28 -05:00
Jeffrey Walton 054edb6c38 Fix Linux CPU feature detection in Debian chroot 2016-02-13 20:25:14 -05:00
Jeffrey Walton 283a018346 Merge pull request #136 from GamePad64/cmake
Fixed #135
2016-02-11 19:38:42 -05:00
Alexander Shishenko 59287d15ce
Fixed #135 2016-02-12 02:30:45 +03:00
Jeffrey Walton 30929d49de Fix OOM kill on ARM devboards with multiple cores and adequate RAM 2016-02-11 17:42:58 -05:00
Jeffrey Walton 823bc93357 Add call for _malloca/_freea. They are SDLC compliance items on Windows platform 2016-02-09 16:37:19 -05:00
Jeffrey Walton b773052b3d Temporary fix for Issue 42 and 132 2016-02-07 04:52:59 -05:00
Jeffrey Walton c8de423ab5 Fix missing CryptoPP::rdtable::Te symbol for Microsoft SSE2 non-AESNI X64 platforms when CRYPTOPP_NO_UNALIGNED_DATA_ACCESS defined 2016-02-06 22:19:53 -05:00
Jeffrey Walton e26b9eb251 Added test for removal of shared data directory 2016-02-06 20:27:06 -05:00
Jeffrey Walton 1f2af8fca9 Added test mofr 'make remove' 2016-02-05 16:39:06 -05:00
Jeffrey Walton 58ed2fcd37 Removed CRYPTOPP_ALLOW_RIJNDAEL_UNALIGNED_DATA_ACCESS. No longer necessary 2016-02-05 02:46:26 -05:00
Jeffrey Walton f45813bd12 Use stdext::make_checked_array_iterator for reverse_copy on VS2008 and above (Issue 123) 2016-02-05 02:43:08 -05:00
Jeffrey Walton d55d7fe90a Removed garbage charcters suffixed to CRYPTOPP_GENERATE_X64_MASM. They appear to have entered on November 15, 2015 with commit 48809d4e85 2016-02-05 00:27:23 -05:00
Jeffrey Walton db9e7ec819 Removed workarounds for compilers that responded to Asan and UBsan flags 2016-02-02 13:57:44 -05:00
Jeffrey Walton 82d8c4a8b5 Fixed Asan and UBsan detection code. It appears GCC package maintainers are not going to fix the missing libraries 2016-02-02 13:44:49 -05:00
Jeffrey Walton 4b5677dcfa Updated documentation 2016-02-01 17:41:13 -05:00
Jeffrey Walton 9430de2e46 Updated documentation (Issue 130) 2016-02-01 14:23:00 -05:00
Jeffrey Walton 389b6fc5da Updated documentation 2016-02-01 13:41:25 -05:00
Jeffrey Walton ff92dfc562 Tee output to test file 2016-02-01 13:24:07 -05:00
Jeffrey Walton 43ee9331e0 Fixed missing cpuinfo_max_freq on some Linux platforms 2016-02-01 02:31:30 -05:00
Jeffrey Walton 4274eaf030 Guarded use of asan_symbolize 2016-02-01 02:20:36 -05:00
Jeffrey Walton db42a4ac2f Fixed compile under Clang x86 2016-02-01 01:12:44 -05:00
Jeffrey Walton 062bcdfbca Added CPU frequency and asan_symbolize 2016-02-01 00:41:18 -05:00
Jeffrey Walton 2a648d1052 Fixed RDSEED self test failure under i686 2016-01-31 22:19:06 -05:00
Jeffrey Walton f71b9c4894 Updated documentation 2016-01-31 22:18:25 -05:00
Jeffrey Walton 3a3fae8b8b Fixed potential ODR violation of non-member function StringNarrow 2016-01-30 14:01:20 -05:00