dolphin/Source/Core/Common/Src/Crypto
NeoBrainX 81638396c0 Some more work on CMake on Windows:
- add support for precompiled headers with MSVC
- compile with _FILE_OFFSET_BITS=64 and _LARGEFILE_SOURCE only for our sources, some dependencies seem to have problems with it enabled...
- disable -Wall for MSVC too prevent warning flood
- rename aes_cbc.c and aes_core.c to cpp files since it makes stuff a lot easier and there's really no reason not to do it since they had been compiled as C++ before anyway

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6797 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-09 16:36:19 +00:00
..
aes.h Move AES to common lib 2010-12-22 06:00:36 +00:00
aes_cbc.cpp Some more work on CMake on Windows: 2011-01-09 16:36:19 +00:00
aes_core.cpp Some more work on CMake on Windows: 2011-01-09 16:36:19 +00:00
aes_locl.h Move AES to common lib 2010-12-22 06:00:36 +00:00
bn.cpp Move Segher's hashing/crypto code from the Dolphin project to Common. 2010-01-16 19:31:11 +00:00
ec.cpp Systematically eliminating compiler warnings. 2010-02-24 03:38:36 +00:00
md5.cpp NoGUI: general cleanup, add initialization stuff added in r5064, fixed the cocoa event loop not shutting down when not booting a game on OSX. 2010-02-19 17:05:26 +00:00
md5.h NoGUI: general cleanup, add initialization stuff added in r5064, fixed the cocoa event loop not shutting down when not booting a game on OSX. 2010-02-19 17:05:26 +00:00
sha1.cpp NoGUI: general cleanup, add initialization stuff added in r5064, fixed the cocoa event loop not shutting down when not booting a game on OSX. 2010-02-19 17:05:26 +00:00
sha1.h NoGUI: general cleanup, add initialization stuff added in r5064, fixed the cocoa event loop not shutting down when not booting a game on OSX. 2010-02-19 17:05:26 +00:00
tools.h NoGUI: general cleanup, add initialization stuff added in r5064, fixed the cocoa event loop not shutting down when not booting a game on OSX. 2010-02-19 17:05:26 +00:00