godot/platform
lawnjelly b411a731fe Add nodiscard to core math classes to catch c++ errors.
A common source of errors is to call functions (such as round()) expecting them to work in place, but them actually being designed only to return the processed value. Not using the return value in this case in indicative of a bug, and can be flagged as a warning by using the [[nodiscard]] attribute.
2022-01-20 13:07:49 +00:00
..
android Merge pull request #47522 from madmiraal/rename-test_width-test_height 2022-01-18 13:39:57 +01:00
iphone Merge pull request #56012 from bruvzg/wt🤎4 2022-01-17 13:26:15 +01:00
javascript Merge pull request #56012 from bruvzg/wt🤎4 2022-01-17 13:26:15 +01:00
linuxbsd Window management improvements. 2022-01-18 11:47:03 +02:00
osx Add nodiscard to core math classes to catch c++ errors. 2022-01-20 13:07:49 +00:00
uwp Merge pull request #56012 from bruvzg/wt🤎4 2022-01-17 13:26:15 +01:00
windows Window management improvements. 2022-01-18 11:47:03 +02:00
register_platform_apis.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00