2 files changed
+15
-3
lines changed- .github/workflows/ci.yml+4-4
- .github/workflows/static_checks.yml+4
- CMakeLists.txt+10-2
- binding_generator.py+16-136
- build_profile.py+183
- cmake/android.cmake+2-3
- cmake/common_compiler_flags.cmake+1-1
- cmake/godotcpp.cmake+55-38
- cmake/ios.cmake+2-3
- cmake/linux.cmake+2-3
- cmake/macos.cmake+2-2
- cmake/python_callouts.cmake+127
- cmake/web.cmake+2-3
- cmake/windows.cmake+2-2
- doc/cmake.rst+70-38
- doc_source_generator.py+55
- gdextension/extension_api.json+2.2k-165
- gdextension/gdextension_interface.h+10-8
- include/godot_cpp/core/class_db.hpp+10-5
- include/godot_cpp/variant/variant_internal.hpp-1
- misc/scripts/check_get_file_list.py+31-17
- src/core/class_db.cpp+9-6
- test/CMakeLists.txt+88-62
- test/build_profile.json+5-1
- tools/godotcpp.py+35-47
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
| 151 | + | |
| 152 | + | |
151 | 153 |
| |
152 |
| - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
153 | 165 |
| |
154 | 166 |
| |
155 | 167 |
| |
156 |
| - | |
| 168 | + | |
157 | 169 |
| |
158 | 170 |
| |
159 | 171 |
| |
|
0 commit comments