ES-DE/es-core/src/utils
2022-04-26 23:20:47 +02:00
..
CImgUtil.cpp Changed most increment and decrement operators from postfix to prefix for es-core. 2021-11-17 17:48:49 +01:00
CImgUtil.h Removed some unnecessary typedefs and replaced the remaining ones with the more modern 'using' keyword. 2022-01-11 21:57:00 +01:00
FileSystemUtil.cpp Removed some unreachable directories from the Flatpak path hack. 2022-04-26 23:20:47 +02:00
FileSystemUtil.h Added emulator filename wildcard support for es_systems.xml and es_find_rules.xml 2022-02-21 17:23:23 +01:00
MathUtil.cpp General refactoring and code cleanup. 2022-01-16 18:18:28 +01:00
MathUtil.h Clarified the use of bundled include files. 2021-10-06 18:41:21 +02:00
PlatformUtil.cpp Changed the RPi preprocessor name from _RPI_ to RASPBERRY_PI. 2022-04-19 17:29:29 +02:00
PlatformUtil.h (Windows) Fixed a few compiler errors and warnings. 2022-01-10 19:53:23 +01:00
StringUtil.cpp Fixed an issue where the StringUtil::replace function did not remove repeating occurances. 2022-04-15 20:33:53 +02:00
StringUtil.h Added support to TextComponent for lowercase and capitalized text conversions. 2022-02-09 20:44:22 +01:00
TimeUtil.cpp Fixed a time zone issue related to the Unix epoch. 2021-11-26 20:55:54 +01:00
TimeUtil.h Removed some unnecessary typedefs and replaced the remaining ones with the more modern 'using' keyword. 2022-01-11 21:57:00 +01:00