dfhack/depends/md5
Kelly Kinkade cfa649b4ac clean up code for C++20 readiness
two change:

* remove use of `register` in `md5.cpp`
* remove use of `using namespace std` in `Core.cpp` (which causes an ambiguous name resolution error between `byte` and `std::byte`). while there are other ways to resolve this, `using namespace std` is a code smell anyway, so eliminating it is the best option
2023-02-24 20:52:49 -06:00
..
CMakeLists.txt Clean up CMakeLists.txt style 2019-07-16 22:19:11 -04:00
md5.cpp clean up code for C++20 readiness 2023-02-24 20:52:49 -06:00
md5.h Move depends out of main library, make them (static) libraries. 2012-03-13 14:46:48 +01:00
md5wrapper.cpp Fix remaining warnings on Windows. 2018-04-06 21:22:48 -05:00
md5wrapper.h Print the new md5 hash after modification in binpatch. 2012-10-08 16:47:52 +04:00