Rémi Verschelde
|
1426cd3b3a
One Copyright Update to rule them all
|
2 年 前 |
bruvzg
|
987723b386
[iOS] Fix build with warnings=extra.
|
2 年 前 |
Rémi Verschelde
|
a627cdafc5
Update copyright statements to 2022
|
3 年 前 |
Hugo Locurcio
|
9be9304238
Improve the console error logging appearance
|
5 年 前 |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 年 前 |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 年 前 |
Rémi Verschelde
|
64a63e0861
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
|
4 年 前 |
Mateo Kuruk Miccino
|
04fefed904
Logger: Cache 'flush_stdout_on_print' to improve performance, and works before ProjectSettings starts.
|
4 年 前 |
Hugo Locurcio
|
15d9f77f97
Add a project setting to enable stdout flushing in release builds
|
4 年 前 |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 年 前 |
Rémi Verschelde
|
66bfe855a8
Revert "Add a project setting to enable stdout flushing in release builds"
|
4 年 前 |
Hugo Locurcio
|
f5f04a10f5
Add a project setting to enable stdout flushing in release builds
|
4 年 前 |
Hugo Locurcio
|
8542d6ecd5
Tweak log file names for consistency between Mono and non-Mono logs
|
4 年 前 |
Hugo Locurcio
|
c2a4ce9380
Enable file logging by default on desktops to help with troubleshooting
|
5 年 前 |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 年 前 |
IronicallySerious
|
4121df235e
Fix parameterised macros in core. Addresses #25488
|
6 年 前 |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 年 前 |
Wilson E. Alvarez
|
08f22f1cf0
Moved member variables to initializer list
|
6 年 前 |
Dualtagh Murray
|
b902a2f2a7
Fixing warnings generated by MSVC
|
6 年 前 |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
6 年 前 |
Michael Alexsander Silva Dias
|
1971baf8a9
Fixed regression making the logger not respect the max files limit.
|
7 年 前 |
Michael Alexsander Silva Dias
|
cf9520ba2e
Don't add a period to a log file name if it has no extension.
|
7 年 前 |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 年 前 |
Ruslan Mustakov
|
d42c5646a5
Return and repair file logging
|
7 年 前 |
Ruslan Mustakov
|
27b537cfca
Fix rotated logger naming and backup deletion
|
7 年 前 |
Ruslan Mustakov
|
73e86187bc
Define va_copy with --std=c++03 (fixes #11979)
|
7 年 前 |
Ruslan Mustakov
|
01ebcfe841
Fix logging of long strings via RotatedFileLogger
|
7 年 前 |
Ruslan Mustakov
|
1a2311e350
Extract logging logic
|
7 年 前 |