Jeffrey Walton
ab393851ec
Revert "Improve performance of fix to Issue 146"
...
This reverts commit 5cce8c33ca . It was an incomplete remediation because it was applied to one area of the code, and not both areas of the code. The complete remediation will be checked-in next.
2016-04-07 19:14:11 -04:00
Jeffrey Walton
5cce8c33ca
Improve performance of fix to Issue 146
2016-04-07 19:05:30 -04:00
Jeffrey Walton
1700f440af
Merge pull request #154 from plestrin/master
...
Fix the Rijndael timing attack counter measure
2016-04-07 17:58:36 -05:00
Pierre Lestringant
9f335d719e
Fix the Rijndael timing attack counter measure
2016-04-06 15:51:17 +02:00
Jeffrey Walton
d8b02cfaaf
Fixed m68k detection (Issue 153)
2016-04-06 01:47:45 -04:00
Jeffrey Walton
8c5bc0e532
Updated documentation
2016-04-05 22:12:56 -04:00
Jeffrey Walton
2f34169149
Updated documentation
2016-04-05 21:05:13 -04:00
Jeffrey Walton
caea6f1c59
Updated documentation
2016-04-05 14:22:45 -04:00
Jeffrey Walton
34a34967ac
Cleaned artifacts from testing. Move documentation clean rule to distclean
2016-03-29 03:47:33 -04:00
Jeffrey Walton
2129e94b62
Merge pull request #150 from lewellyn/patch-1
...
Add default OS X NDK root
2016-03-25 14:10:13 -05:00
Jeffrey Walton
0a17197fa7
Removed -Wabi-tag. I'm not sure what its providing, and its too noisy with -std=c++03
2016-03-24 07:30:18 -04:00
Matt Lewandowsky
a9e63cd526
Add default OS X NDK root
...
The standard NDK installed by Android Studio on OS X lives at $HOME/Library/Android/sdk/ndk-bundle. As this is a well-known location that seems unlikely to change, it makes sense to auto-detect it.
2016-03-24 02:23:36 -07:00
Jeffrey Walton
0a1cd8bb97
Removed debug echo; whitespace
2016-03-24 04:57:42 -04:00
Jeffrey Walton
2052dd56f7
Added additional warnings for elevated warning test and GCC 5.1 and above
2016-03-24 01:48:44 -04:00
Jeffrey Walton
f8396383c0
Discard xcode-build error when not on an Apple machine
2016-03-21 12:42:10 -04:00
Jeffrey Walton
4a3bd8a01f
Fixed compile for NetBSD
2016-03-20 01:14:19 -04:00
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