Commit Graph

7 Commits (c54f9b1e58bbe617c6c0f615b9a1a6366b3bf7d9)

Author SHA1 Message Date
David Gobbi 33e13329a0 Add PyObject_HEAD to clang-format 2021-09-09 16:12:20 -06:00
Sean McBride 4f45930b7b Test C++11's elimination for the need of a space in closing template arg list
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.
2020-05-05 11:55:41 -04:00
Ken Martin 0f0720ab87 Update to cpp11 for clang
cpp03 doesn't handle multiline string literals
while cpp11 does.
2020-05-01 12:40:34 -04:00
Ken Martin 452c56b5ef update clang format restore
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
2020-04-27 09:46:03 -04:00
Ken Martin 3d29688d9d Fix rendering issue on chrome and edge
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.
2020-04-24 12:16:06 -04:00
Sean McBride 3a7013bbf8 Added clang-format StatementMacros for macros that don't need trailing semis 2020-04-21 20:04:51 -04:00
Ben Boeckel 63bccd5c8c clang-format: commit configuration file 2019-11-18 13:02:10 -05:00