godot/platform/iphone
RevoluPowered 579342810f t Add unit testing to Godot using DocTest and added to GitHub Actions CI
Implements exit codes into the engine so tests can return their statuses.
Ideally we don't do this, and we use FIXUP logic to 'begin' and 'end' the engine execution for tests specifically.

Since realistically we're initialising the engine here we don't want to do that, since String should not require an engine startup to test a single header.

This lowers the complexity of running the unit tests and even for
physics should be possible to implement such a fix.
2020-07-24 13:05:33 +01:00
..
export Add override keywords. 2020-07-10 13:56:54 +01:00
app_delegate.h Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
app_delegate.mm Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
detect.py SCons: Remove unused DEBUG_MEMORY_ENABLED define 2020-07-23 09:39:10 +02:00
game_center.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
game_center.mm Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
gl_view.h
gl_view.mm Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
godot_iphone.cpp t Add unit testing to Godot using DocTest and added to GitHub Actions CI 2020-07-24 13:05:33 +01:00
icloud.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
icloud.mm Style: Enforce separation line between function definitions 2020-05-14 16:54:55 +02:00
in_app_store.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
in_app_store.mm Updated purchase receipt suitable for sending to apple verification server 2020-06-24 17:15:56 +02:00
ios.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
ios.mm Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
logo.png
main.m
os_iphone.cpp Fix Android LineEdit editing bugs 2020-05-16 17:55:27 +02:00
os_iphone.h Fix Android LineEdit editing bugs 2020-05-16 17:55:27 +02:00
platform_config.h Remove obsolete GLES3 backend 2020-02-13 10:36:44 +01:00
SCsub SCons: Enable modules for iOS 2020-06-23 12:48:44 +03:00
view_controller.h
view_controller.mm Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
vulkan_context_iphone.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
vulkan_context_iphone.mm Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00