summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/md5.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup. Vas Crabb2023-04-131-1/+2
| | | | | | | | | | | Use VirtualAlloc rather than VirtualProtect on Windows to change page protection, as the latter can cause severe performance issues with some antivirus software. Added noexcept to lots of hash- and bitmap-related things, and added a little more error checking. Yes, I realise it will abort if an allocation fails while printing a log message, but if you get to that point, you're probably screwed already.
* use C++ library includes (nw) firewave2020-01-221-1/+1
|
* Initial conversion of core to C++14. Note that compilers are now limited to ↵ Miodrag Milanovic2015-12-031-1/+1
| | | | GCC 4.9.0 and up, Clang 3.4.0 and up, and VS2013 and up [Miodrag Milanovic]
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+250