summaryrefslogtreecommitdiffstats
path: root/platform/iphone/export/export_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-1849/+0
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-5/+1
* Add readable export errors.bruvzg2022-06-081-3/+7
* Add a new HashSet templatereduz2022-05-201-3/+3
* Use range iterators for RBSet in most casesAaron Record2022-05-191-2/+2
* Add dedicated macros for property name extractionHaoyu Qiu2022-05-191-14/+14
* Replace most uses of Map by HashMapreduz2022-05-161-4/+4
* Add a new HashMap implementationreduz2022-05-121-15/+10
* Fix ZipIO crash when reused (and possible leaks).bruvzg2022-05-111-1/+2
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-13/+17
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-41/+30
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+4
* Implement GDExtension export plugin.bruvzg2022-03-161-1/+1
* Merge pull request #58986 from akien-mga/diraccessrefRémi Verschelde2022-03-111-77/+61
|\
| * Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-77/+61
* | Improve app name and system permission message localization.bruvzg2022-03-041-14/+29
|/
* [macOS and iOS export] Add localized application name to the translation .pli...bruvzg2022-03-041-0/+53
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+2
* Remove support for ARMv7 (32-bit) on iOSHugo Locurcio2022-02-081-1/+0
* [iOS] Fix iOS export with manually specified signing/provisioning data.bruvzg2022-01-251-4/+29
* [iOS] Improve iOS icon / loading screen export.bruvzg2022-01-171-82/+69
* Remove support for PVRTC texture encoding and decodingHugo Locurcio2022-01-141-6/+3
* Fix decoding UTF-8 filenames on unzipping.bruvzg2022-01-051-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-2/+3
* [iOS export] Capture and display xcodebuild output.bruvzg2021-11-071-2/+6
* Fix new projects always being created with OpenGLHugo Locurcio2021-11-011-1/+1
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-3/+3
* iOS: Don't embed project static frameworks/libsIgnacio Roldán Etcheverry2021-10-171-1/+1
* Fix specific warnings issues by ClangK. S. Ernest (iFire) Lee2021-10-141-2/+0
* Split iphone platform export template into multiple filesSergey Minakov2021-08-121-0/+1792