Supermodel/Src/Util
2023-03-09 10:34:51 -08:00
..
BitCast.h address review 2022-10-03 17:59:59 -07:00
BitRegister.cpp fix a real error (m68kdasm) and some harmless performance warnings and use modern headers 2022-07-11 18:10:41 +02:00
BitRegister.h Added functions to extract bits as integer values and updated comment about bit vector layout 2017-09-24 18:40:58 +00:00
BMPFile.h fix: explicit specialization requires 'template <>' 2022-02-06 17:32:44 +00:00
ByteSwap.cpp check for __GNUC__ instead of just assuming it 2022-07-17 20:23:11 +02:00
ByteSwap.h Changes to game loader interface, added 32-bit word swapping utility function 2016-08-11 03:53:19 +00:00
ConfigBuilders.cpp Add missing filename to ErrorLog call. 2022-12-28 20:04:25 -08:00
ConfigBuilders.h Added support for multiple value types in config nodes. 2016-08-21 22:22:45 +00:00
Format.cpp Hex formatting support extended to 64 bits. 2017-09-23 15:33:26 +00:00
Format.h Hex formatting support extended to 64 bits. 2017-09-23 15:33:26 +00:00
GenericValue.h address review and move bit casts to new header 2022-10-03 17:59:59 -07:00
NewConfig.cpp Config nodes: added the ability to clear out node values or create empty leaf nodes 2023-03-09 10:34:51 -08:00
NewConfig.h Config nodes: added the ability to clear out node values or create empty leaf nodes 2023-03-09 10:34:51 -08:00
Test_BitRegister.cpp Added functions to extract bits as integer values and updated comment about bit vector layout 2017-09-24 18:40:58 +00:00
Test_Config.cpp Updated Util::Config::Node unit tests with multiple leaf node test 2017-04-12 02:41:02 +00:00