Lines Matching full:msvc
22 -- Cryptography Research Inc. contributed a bunch of fixes to silence warnings (with MSVC) w.r.t. assigned data to unsigned char types.
208 their structure in advance (thanks to MSVC for finding 3 bugs in it just prior to release! ... don't ask)
325 -- Andy Bontoft fixed a bug in my demos/tests/makefile.msvc ... seems "dsa_test.c" isn't an object
372 -- Added demos to MSVC makefile
380 -- Removed "makefile.cygwin_dll" as it's not really used by anyone and not worth the effort (hell I hardly maintain the MSVC makefiles ...)
545 ++ This update has been tested with GCC [v3.3.3], ICC [v8] and MSVC [v6+SP6]
546 all on a x86 P4 [GCC/ICC tested in Gentoo Linux, MSVC in WinXP]
716 -- Added hashsum demo to MSVC makefile.
750 v0.89 -- Fix a bug in bits.c which would prevent it from building with msvc
754 -- reverted bits.c to the 0.86 copy since the new one doesn't build in MSVC
758 v0.88 -- Sped up CAST5 key schedule for MSVC
768 v0.87 -- Many MSVC optimizations to the code base
773 v0.86 -- Fixed up AES to workaround MSVC optimizer bug
774 -- Merged in fresh LTM base [based on v0.20] so there are no warnings with MSVC
777 -- Re-enabled MSVC optimizations w00t w00t
809 -- Added MSVC makefile [back, actually its written from scratch to work with NMAKE]
943 -- Fixed a few minor oversights in the MSVC makefile
954 -- the MSVC makefile will now build for a SPACE optimized library rather than TIME optimized.
1066 Code ships in unix LF format by default now too... will still build in MSVC and all... but if you want
1107 v0.59 -- Fixed a "unsigned long long" bug that caused v0.58 not to build in MSVC.
1324 -- Changed the CONST64 macro for MSVC to use the "unsigned __int64" type, e.g. "ui64" instead of "i64".
1358 -- changed the MSVC makefile to build with a warning level of three, no warnings!
1364 -- Fixed bug in MPI [well bug in MSVC] that compiled code incorrectly in mp_set_int()
1368 v0.25 -- Added a stupid define so MSVC 6.00 can build the library.
1369 -- Big thanks to sci.crypt and "Ajay K. Agrawal" for helping me port this to MSVC
1374 Should compile with MSVC with less errors