aboutsummaryrefslogtreecommitdiff
path: root/platform/SCsub
Commit message (Collapse)AuthorAgeFilesLines
* Properly closing all files in Python codeViktor Ferenczi2018-03-111-5/+4
|
* disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1
|
* use the same cache for all branches for appveyorRhody Lugo2017-11-281-1/+3
|
* Facilitate exposing platform-exclusive interfaces to all platformsLeon Krause2017-11-181-0/+30
This makes the interfaces available, without implementation, in other platforms and the editor, which facilitates documenting platform-exclusive classes. Platform-exclusive APIs must be set up in platform/<platform>/api/api.cpp. Provide noop method-implementations where necessary. Also setup and document the HTML5 platform's JavaScript singleton.