Jeffrey Walton
3585190924
Fix SunCC 5.11 and 5.12 CXXFLAGS and -xarch options.
...
We were still catcing the "requires -xarch=sse4_2" message
2016-09-12 07:34:59 -04:00
Jeffrey Walton
27b27475e9
Use __BIGGEST_ALIGNMENT__ over sizeof(T), if __BIGGEST_ALIGNMENT__ is available
...
__BIGGEST_ALIGNMENT__ is provided by some compilers, like GCC and ICC (but not Clang). It is usually 16 on 64-bit platforms; and it is usually 8 on 32-bit platforms
2016-09-12 06:34:00 -04:00
Jeffrey Walton
28c3d685e3
Attempt to fix SunCC 5.11 and 5.12 flags and xarch options in a generic way
2016-09-12 05:08:29 -04:00
Jeffrey Walton
bb2f54a668
Fix line 859: /1024/1024: syntax error: operand expected (error token is "/1024/1024")
2016-09-12 04:17:39 -04:00
Jeffrey Walton
1261c1a37b
Fixed 5.6.4 rlease date (9/11 instead of 9/10)
2016-09-12 03:07:08 -04:00
Jeffrey Walton
d83a7e08a9
Re-enable AES-NI/CLMUL when using Clang Integrated Assembler (part of Issue 226)
2016-09-11 23:22:02 -04:00
Jeffrey Walton
737f5b0b72
Disable CLMUL for SunCC 5.13 and below (Issue 226)
2016-09-11 22:52:26 -04:00
Jeffrey Walton
84db27c8f6
Post-release version increment for CMake
2016-09-11 20:40:09 -04:00
Jeffrey Walton
aa5767cccf
Post-release version increment
2016-09-11 14:35:21 -04:00
Jeffrey Walton
4132d85888
Whitespace cleanup
2016-09-11 09:05:21 -04:00
Jeffrey Walton
199c00f30a
Modify cryptest.sh to better align with SunCC 12.1 though 12.3, CPU feature flags, and compiler options
2016-09-11 08:59:28 -04:00
Jeffrey Walton
0a294705e2
Updated release notes
2016-09-11 06:00:40 -04:00
Jeffrey Walton
18daf97e67
Updated documentation
2016-09-11 05:41:32 -04:00
Jeffrey Walton
b779fbc943
Change Crypto++ version number to 5.6.4
2016-09-11 04:00:11 -04:00
Jeffrey Walton
d8f91752db
Updated documentation
2016-09-10 23:31:01 -04:00
Jeffrey Walton
d28d6e0248
Updated documentation
2016-09-10 18:59:43 -04:00
Jeffrey Walton
a3ef42e36d
Updated release notes
2016-09-10 18:51:00 -04:00
Jeffrey Walton
36bdbb21a1
Updated documentation
2016-09-10 18:47:05 -04:00
Jeffrey Walton
a8a6e41beb
Updated documentation
2016-09-10 18:22:00 -04:00
Jeffrey Walton
5155b91178
Updated release notes
2016-09-10 17:58:02 -04:00
Jeffrey Walton
65f2dd6c82
Updated documentation
2016-09-10 15:01:39 -04:00
Jeffrey Walton
49a71e87a8
Updated release notes
2016-09-10 14:55:10 -04:00
Jeffrey Walton
90cf9a6c1e
Updated release notes
2016-09-10 14:53:34 -04:00
Jeffrey Walton
ba2d645fa9
Updated release notes
2016-09-10 14:50:26 -04:00
Jeffrey Walton
18e2386612
Updated release notes
2016-09-10 14:39:08 -04:00
Jeffrey Walton
edae982631
Updated release notes
2016-09-10 13:50:01 -04:00
Jeffrey Walton
1b131232ae
Updated release notes
2016-09-10 12:02:08 -04:00
Jeffrey Walton
c569e81edc
Cleaned dylib artifacts
2016-09-10 09:46:24 -04:00
Jeffrey Walton
6c1d4575fb
Updated release notes
2016-09-10 09:40:26 -04:00
Jeffrey Walton
3482a09a15
Add missing Sun Studio 12.5
2016-09-10 08:58:17 -04:00
Jeffrey Walton
222622e1b7
Update Install and Release notes
2016-09-10 08:56:30 -04:00
Jeffrey Walton
f55a1099f2
Updated documentation
2016-09-10 08:11:05 -04:00
Jeffrey Walton
894874fe75
Whitespace checkin
2016-09-10 04:57:48 -04:00
Jeffrey Walton
4414b864cf
Make VS2010 default. Archive VS2005 project files. Archive Borland project files
...
VS2005 project files are available in vs2005.zip
Borland 10 project files are available in bds10.zip
2016-09-10 04:32:04 -04:00
Jeffrey Walton
b8adfde288
Removed 'make zip' test.
...
The recipe cleans our result file, which is not very useful if the Terminal window cannot be searched
2016-09-10 03:06:59 -04:00
Jeffrey Walton
3074541e92
Bump Crypto++ version number from 5.6.3 to 5.6.4
2016-09-10 02:51:54 -04:00
Jeffrey Walton
69159e1cbf
Updated documentation
2016-09-10 02:41:09 -04:00
Jeffrey Walton
5360823bfb
Add /GR to squash C4541 "'identifier' used on polymorphic type 'type' with /GR-; unpredictable behavior may result" on Windows XP with .Net 2003
2016-09-09 18:44:54 -04:00
Jeffrey Walton
fd0c63b914
SUNCC_121_OR_ABOVE → SUNCC_510_OR_ABOVE
2016-09-09 18:12:06 -04:00
Jeffrey Walton
42715f4e83
Fix CPU feature flag detection under FreeBSD
2016-09-09 17:55:46 -04:00
Jeffrey Walton
a571f1e214
Fix MAKE variable for FreeBSD
2016-09-09 17:38:16 -04:00
Jeffrey Walton
800b27857a
Remove comment with #-sign
2016-09-09 15:08:06 -04:00
Jeffrey Walton
001f6fcc59
Discard output from 'make zip'
2016-09-09 14:36:55 -04:00
Jeffrey Walton
a7f9356d8b
Fix unzip test
2016-09-09 14:33:56 -04:00
Jeffrey Walton
39e0bb3d6a
Add 'make zip' test to script
2016-09-09 14:15:19 -04:00
Jeffrey Walton
4eb3ee8d6d
Clean cryptest.nmake artifacts when running vsClean.cmd
2016-09-09 13:46:04 -04:00
Jeffrey Walton
ca594ff525
Updated documentation
2016-09-09 10:51:38 -04:00
Jeffrey Walton
0d66fd8f82
Fixed use of FixedSizeAlignedSecBlock and non-aligned allocator in validat1.cpp (Issue 256)
2016-09-09 06:33:31 -04:00
Jeffrey Walton
d5f2194be0
Updated documentation
2016-09-09 05:33:44 -04:00
Jeffrey Walton
36d769e907
Updated documentation
2016-09-09 05:19:29 -04:00