Leon Styhre
|
116d73c62a
|
Removed some std::filesystem code
Also fixed an issue with launching emulators not defined via find rules
|
2023-12-19 17:35:58 +01:00 |
|
Leon Styhre
|
6b0bfbfc09
|
Changed to a new application data directory structure
|
2023-12-15 22:35:28 +01:00 |
|
Leon Styhre
|
03e9035b7e
|
Changed Log to set the log path once on application startup
|
2023-12-15 18:35:02 +01:00 |
|
Leon Styhre
|
84534cf5d7
|
(Android) Added the application ID to the log output
Also changed the general log output formatting slightly
|
2023-12-07 18:21:03 +01:00 |
|
Leon Styhre
|
1d6701ca4c
|
(Android) Added error output if attempting to write to log file before it was open
|
2023-12-07 17:57:39 +01:00 |
|
Leon Styhre
|
c8d9d100cf
|
(Android) Added log output support
|
2023-12-07 17:57:08 +01:00 |
|
Leon Styhre
|
1dca0673c5
|
(Windows) Fixed an issue where the log output time stamp was missing in es_log.txt when built using MinGW
|
2023-06-28 22:21:42 +02:00 |
|
Leon Styhre
|
ccb9380559
|
Added a comment to the Log file headers that the class is thread safe.
|
2023-02-18 20:32:36 +01:00 |
|
Leon Styhre
|
6b45cdb0f8
|
Maybe fixed a rare locking issue.
|
2023-01-28 13:36:22 +01:00 |
|
Leon Styhre
|
502fb69b87
|
Removed some code comments.
|
2022-11-04 12:55:00 +01:00 |
|
Leon Styhre
|
782d68f906
|
Attempt to fix a log output deadlock issue.
|
2022-09-23 22:49:17 +02:00 |
|
Joseph Geumlek
|
517186bbe0
|
Make Log() instances only lock in ~Log(), and make the mutex non-recursive.
|
2022-06-23 14:20:48 -07:00 |
|
Joseph Geumlek
|
fefd70b943
|
Make logging more thread-safe
|
2022-06-21 22:06:20 -07:00 |
|
Leon Styhre
|
0c8efee8ad
|
General refactoring and code cleanup.
|
2022-01-16 18:18:28 +01:00 |
|
Leon Styhre
|
a5e10a6434
|
(Windows) Fixed a compiler error.
|
2021-11-15 23:45:17 +01:00 |
|
Leon Styhre
|
57d172bb14
|
Some code cleanup in the logger.
|
2021-11-15 20:47:00 +01:00 |
|
Leon Styhre
|
23fdc00044
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
|
Leon Styhre
|
e19f0beace
|
(Windows) Removed a log output hack that was a genuinely bad idea.
|
2021-06-29 18:20:55 +02:00 |
|
Leon Styhre
|
cc22a1fa16
|
(Windows) Forward slashes are now converted to backslashes for the console log output.
|
2021-01-28 20:24:56 +01:00 |
|
Leon Styhre
|
38b30bf353
|
(Windows) Log output hack to indiscriminately replace forward slashes with backslashes.
|
2021-01-24 11:50:53 +01:00 |
|
Leon Styhre
|
5e7480bfab
|
Made re-enabling of custom collection entries work on Windows with UTF-16 support.
|
2021-01-01 10:28:42 +01:00 |
|
Leon Styhre
|
c747416071
|
Changed from localtime to the more secure localtime_r and localtime_s functions.
|
2020-12-29 13:44:13 +01:00 |
|
Leon Styhre
|
8db04c5fcb
|
Added SPDX license identifiers to all source files.
|
2020-09-21 19:17:34 +02:00 |
|
Leon Styhre
|
88a5962926
|
Changed '#ifdef' to '#if defined()' throughout the code.
|
2020-08-23 17:04:30 +02:00 |
|
Leon Styhre
|
b5485b4ca9
|
Changed log levels from numbers to text.
|
2020-07-26 23:30:45 +02:00 |
|
Leon Styhre
|
31da561695
|
Complete UTF-16 (Unicode) support added for Windows.
ROM names with Unicode characters are supported, as well as running ES from a directory that has Unicode characters in its name.
|
2020-07-10 18:32:23 +02:00 |
|
Leon Styhre
|
1f74723533
|
Another code cleanup and code documentation update.
|
2020-06-26 17:17:35 +02:00 |
|
Leon Styhre
|
49161df0e6
|
Renamed platform.cpp/platform.h to Platform.cpp/Platform.h
The naming convention for the rest of the application is to start the file names with a capital letter.
|
2020-06-21 12:26:21 +02:00 |
|
James D. Smith
|
7de52b9279
|
Timestamp'ed log entries
|
2019-12-31 16:15:57 -07:00 |
|
Tomas Jakobsson
|
403b798572
|
Remove the last traces of boost::filesystem::operational, this is PR 4 of 5 in the boost::filesystem removal quest
|
2018-01-27 22:52:14 +01:00 |
|
Tomas Jakobsson
|
a8fc560749
|
Header inclusion cleanup
|
2017-11-02 19:16:01 +01:00 |
|
pjft
|
c150d63d54
|
Backup previous session's Log file
Always keeps one session’s log backup file.
|
2017-08-01 14:31:06 +01:00 |
|
Aloshi
|
dbdbcde6cd
|
Renamed folders to match their projects properly.
|
2014-06-20 20:03:05 -05:00 |
|