jak-project/third-party
Tyler Wilding 345b8e30d8 Resolve a good chunk of windows compiler warnings
Mostly revolved around the new MSVC check for functions that don't cover all paths (ie. a switch statement without a default case).  It appears to not see an assert as a valid default case.

I switched assert(false) to exceptions in these cases.  I believe this should also abort the program, but will also provide a hopefully useful message?  Hopefully this is an improvement.

Resolves #32
2020-09-13 22:02:27 -04:00
..
fmt Resolve a good chunk of windows compiler warnings 2020-09-13 22:02:27 -04:00
googletest@adeef19294 check in existing work 2020-08-22 22:30:12 -04:00
minilzo Cleaned up some unneeded changes 2020-08-29 15:11:16 -04:00
mman A whole bunch of cmake fixes 2020-08-26 22:23:16 -04:00
run-clang-format Update script permissions and add build status 2020-08-27 16:52:50 -04:00
run-clang-tidy Update workflow 2020-09-04 23:24:07 -04:00
json.hpp Add a bunch of #ifdefs to keep things working as expected on linux 2020-09-03 22:24:50 -04:00
linenoise.h check in existing work 2020-08-22 22:30:12 -04:00