- Jan 09, 2025
-
-
Sean McBride authored
-
- Sep 28, 2024
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Nov 10, 2023
-
-
Sean McBride authored
-
- Oct 02, 2023
-
-
Sean McBride authored
These macros do not need semi-colons after them. This is a first step to fix zillions of -Wextra-semi warnings.
-
- Sep 09, 2021
-
-
David Gobbi authored
-
- May 05, 2020
-
-
Sean McBride authored
The clang_format option "Cpp11" was recently committed, which wants to reformat closing template argument lists as >> instead of > >. This single adoption of this is to make sure all nightly dashboards accept it.
-
- May 01, 2020
-
-
Ken Martin authored
cpp03 doesn't handle multiline string literals while cpp11 does.
-
- Apr 27, 2020
-
-
Ken Martin authored
restore the StatementMacros that were previously added change the comment to indicate that clang-format 8.0 or later is required as that is where StatementMacros were introduced
-
- Apr 24, 2020
-
-
Ken Martin authored
Fix emscrioten rendering issues on chrome and edge browsers. Involves being better about respecting the currently bound framebuffers when rendering starts. This change could have odd side effects on some GUI systems but i think it is the right change for all of them. Just have to see if it hits any corner cases.
-
- Apr 21, 2020
-
-
Sean McBride authored
-
- Nov 18, 2019
-
-
Ben Boeckel authored
-