lawnjelly
|
718132b694
Add fflush to error macros
|
3 years ago |
Rémi Verschelde
|
71066cd63b
Update copyright statements to 2022
|
3 years ago |
Rémi Verschelde
|
d82c75adca
Merge pull request #53393 from lawnjelly/dev_asserts
|
4 years ago |
Jordan Schidlowsky
|
db44406082
revert 0d7409a so additional error information prints in release builds
|
4 years ago |
lawnjelly
|
c835f1f3c5
Add DEV_ASSERT and DEV_CHECK macros
|
4 years ago |
Haoyu Qiu
|
70853fd669
Remove do{ } while(0) wrapper around error macros
|
4 years ago |
lawnjelly
|
eb6f98ec55
Portal occlusion culling
|
4 years ago |
Marcel Admiraal
|
7e03bd1671
Remove duplicate WARN_PRINTS macro
|
4 years ago |
Marcel Admiraal
|
5a58516231
Remove duplicate ERR_PRINTS macro
|
4 years ago |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Pedro J. Estébanez
|
4485b43a57
Modernize atomics
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
PouleyKetchoupp
|
f725d9cb73
Fix issues related to delay when processing events on Linux
|
5 years ago |
Hugo Locurcio
|
37d55ff153
Improve and document error macros
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Fabio Alessandrelli
|
0d7409adfb
Fix explain message not being stripped in release.
|
5 years ago |
Marcel Admiraal
|
83069a3c0f
Remove ERR_EXPLAIN macros and the scaffolding they needed.
|
5 years ago |
Marcel Admiraal
|
b7fdac60f1
Send m_msg directly to _err_print_error().
|
5 years ago |
Marcel Admiraal
|
24469d9ce4
Remove implicit dependency on String from error_macros.h.
|
5 years ago |
Robin Hübner
|
8affda0916
implement accompanying error macros that come with an error message, to replace ERR_EXPLAIN usage.
|
6 years ago |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 years ago |
Rémi Verschelde
|
e0574e1d98
Fix typos with codespell
|
6 years ago |
follower
|
bab27547d3
Typo fix: "the function exists" -> "the function exits"
|
6 years ago |
Juan Linietsky
|
3f681b0681
Clean up blend shape support in GLES2 and GLES3.
|
6 years ago |
marxin
|
7de7f0ef17
Fix all -Wtype-limits warnings.
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Juan Linietsky
|
e0456f7976
Make sure warn deprecated uses a volatile bool (for multithreading)
|
7 years ago |
Rémi Verschelde
|
43b7ebf0a0
Style: Apply clang-format (5.0) to some missed files
|
7 years ago |