Commit Graph

25 Commits

Author SHA1 Message Date
40f1df4037 Removed dependency on QtMain: Simply call mainCRTStartup() instead of WinMainCRTStartup(). 2014-06-23 17:41:40 +02:00
7966cc17aa Rebuilt Keccak libraries with VS2013 Update-2. 2014-05-19 17:43:50 +02:00
ca45b44242 Added QKeccakHash libraries, compiled with VS2013. 2013-10-18 01:59:46 +02:00
1af32090dd Added project/solution files for Visual Studio 2013. 2013-10-18 01:59:08 +02:00
abda1a5258 Make sure Keccak state gets allocated aligned to 32. 2013-10-18 01:58:29 +02:00
6d6f0ee943 Some improvements/simplifications in strnatcmp() function. 2013-08-25 15:34:41 +02:00
11268cd5b1 Some improvements (hopefully) to the strnatcmp() function. 2013-08-23 14:00:25 +02:00
409117ec39 Implemented "natural ordering" for sorting the input files. Code is based on the strnatcmp() by Martin Pool, released under the "zlib" license. 2013-08-23 00:19:00 +02:00
de5fe6e058 Added support for MSVC 2012 with Update-3 + moved 3rd party Qt src file to prerequisites. 2013-06-30 00:50:38 +02:00
e935a39fcf Updated VLD to latest version. 2013-06-21 22:18:24 +02:00
599c11cbe1 Made VS2008 solution compile again. 2013-04-28 21:44:55 +02:00
a572d9e4aa Fixed VS2010 project files. 2013-04-11 00:02:01 +02:00
3a8705ea05 Re-compiled QKeccakHash library (VS2012) with /arch:IA32 option set explicitly, which should make sure it will work on systems without SSE(2) support. 2013-02-24 00:39:00 +01:00
bd0a370aee Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
1e09d998a2 Updated Visual Studio 2012 to "Update 1" (final release). 2012-11-28 01:16:37 +01:00
316da47f10 Simplified QKeccakHash and added self-test function. 2012-11-27 01:02:55 +01:00
7d9cd7ab1a Updated VS2008 projects/solution files. 2012-11-13 22:20:55 +01:00
d11f698d80 Added Visual Studio 2012 project files. 2012-11-12 22:47:13 +01:00
b57650acda Removed "Qt5" configurations, as they were badly maintained anyway. Also fixed QKeccakHash for the "Release_Static" configuration. 2012-11-12 20:42:37 +01:00
d328e69132 Added the QKeccakHash class, which implements the "Keccak" aka "SHA-3" hash function. 2012-11-11 23:34:52 +01:00
7016383fbb Added support for the Visual Leak Detector. This effects "Debug" builds only. 2012-04-06 22:24:05 +02:00
263e23ec14 Updated EncodePointer library. 2011-08-16 01:53:02 +02:00
fc538b24d5 Updated MediaInfo and wma2wav binaries with Win2k-compatible versions + installer tweaks. 2011-08-15 21:32:47 +02:00
b2d1eceb41 Restored Windows 2000 support: Added hacks that avoid dependency on EncodePointer() and DecodePointer(), as these functions are missing from KERNEL32.DLL in Windows 2000. 2011-08-15 15:34:44 +02:00
ec0eea9d9c Nicer method for static builds: Can use vanilla Qt source/include directory now 2010-11-11 14:11:44 +01:00