summaryrefslogtreecommitdiff
path: root/modules/gdnative/nativescript/api_generator.cpp
AgeCommit message (Expand)Author
2021-08-17Remove underscore hacksMax Hilbrunner
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-06Merge pull request #35847 from raniejade/ranie/fix-api-generatorRémi Verschelde
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-14GDNative: Use VariantWriter for the API JSON generatorGeorge Marques
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-03-17Added static method information the generated builtin API JSONGeorge Marques
2021-02-09Improve GDNative api.json generatorGeorge Marques
2021-01-29Add GDNative JSON generator for the builtin APIGeorge Marques
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-07-15Merge pull request #40386 from touilleMan/correct-Reference-is_reference-api....Rémi Verschelde
2020-07-14Add missing has_default_value field for signals in api.jsonEmmanuel Leblond
2020-07-14Correct is_reference attribute in api.json for Reference classEmmanuel Leblond
2020-07-13Commit other files changed by file_format.shAaron Franke
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-02Fix gdnative api generation for methods that return enumsRanie Jade Ramiso
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-16Add singleton_name field to autogenerated json apiEmmanuel Leblond
2019-04-19Sort data exported to the api.json file for GDNativeBastiaan Olij
2019-04-07Fix where json exported empty typesBastiaan Olij
2019-03-17fix GDNative binding generation for object typeskarroffel
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-04Fix some cppcheck errorsSimon Wenner
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-24Removed unnecessary assignmentsWilson E. Alvarez
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-11-14Move singleton management from ProjectSettings to EngineLeon Krause
2017-10-17[GDnative] add pluginscript \o/Emmanuel Leblond
2017-10-08Include property index in GDNative class APIsheepandshepherd
2017-09-03merged gdnative and nativescript moduleKarroffel