25 Commits

Author SHA1 Message Date
Jeffrey Walton
c6289edd44
Try to fix MSVC C4589 warning again (GH #214)
This one is a chronic problem. It appears Microsoft needs to fix it in their compiler
2018-01-12 08:24:42 -05:00
Jeffrey Walton
61ec50dabe
Change Doxygen comment style from //! to ///
Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
2017-11-29 10:54:33 -05:00
Jeffrey Walton
5efb019d8b
Add C++ nullptr support (Issue 383) 2017-03-01 06:10:06 -05:00
Jeffrey Walton
81b1a18063
Change file preamble to include "originally written by Wei Dai"
We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
2017-01-27 07:05:45 -05:00
Marcel Raad
f1d2d15604 Suppress warning also for VS2017
The warning suppression for Visual Studio 2015 is also needed for Visual Studio 2017 (_MSC_VER = 1910).
2017-01-13 13:58:03 +01:00
klemens
5a5c633073 spelling fixes 2016-12-27 18:34:57 +01:00
Jeffrey Walton
40230dd3bf
Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70) 2016-12-03 00:32:07 -05:00
Jeffrey Walton
907ca4e39b
Clear C4121 under Visual Studio
cryptopp\wait.h(215) : warning C4121: 'CryptoPP::WaitObjectContainer' : alignment of a member was sensitive to packing
2016-10-10 03:35:21 -04:00
Jeffrey Walton
894874fe75 Whitespace checkin 2016-09-10 04:57:48 -04:00
Jeffrey Walton
be80fcdbba Cleared C4589 under VS2015 (Issue 214) 2016-07-04 09:24:39 -04:00
Jeffrey Walton
d294b4290b Add changes for Windows Sotre that went missing with my clumsy Git skills 2016-05-09 03:07:57 -04:00
Jeffrey Walton
a9715898b2 Add missing header for Windows 8, Windows Server 2012, and Windows Phone 8 2016-04-27 22:45:47 -04:00
Jeffrey Walton
500c312a58 Add missing header for Windows 8, Windows Server 2012, and Windows Phone 8 2016-04-27 22:45:34 -04:00
Jeffrey Walton
ac386cf0d7 Explicitly unpoison the result of FD_ZERO 2016-02-26 22:59:36 -05:00
Jeffrey Walton
a60342b2ae Fix missing fd_set type under Cygwin (Issue 137) 2016-02-15 01:01:37 -05:00
Jeffrey Walton
48809d4e85 CRYPTOPP 5.6.3 RC6 checkin 2015-11-05 01:59:46 -05:00
Jeffrey Walton
22c3e41133 Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → std::cerr, ... 2015-07-30 17:35:58 -04:00
Jeffrey Walton
54d72d091e Added <sys/select.h> got Android 2015-06-04 23:13:39 -04:00
weidai
6aacd0a0de merge in changes by denis bider and fix compile on gcc 3.4.4 and MSVC 6 2006-04-06 21:20:25 +00:00
weidai
376fe5b4ae sync with private branch 2003-06-19 17:09:07 +00:00
weidai
3fdbab0262 detect no-wait loop in debug build 2003-06-10 05:00:45 +00:00
weidai
6c4437d03d sync with private branch 2003-06-06 02:34:03 +00:00
weidai
2ccaf2ef1d minor changes 2003-03-25 02:11:53 +00:00
weidai
538de80a91 various changes for 5.1 2003-03-20 01:24:12 +00:00
weidai
a3b6ece7ab Initial revision 2002-10-04 17:31:41 +00:00