Commit Graph

360 Commits

Author SHA1 Message Date
nakst 13affeb977 scripting engine: replace PrintStdErr with Log; text renderer: syntax highlighting for scripts 2022-02-12 16:25:25 +00:00
nakst f65c768292 header generator: output structures for script 2022-02-11 21:26:55 +00:00
nakst c7daea3dc5 scripting engine: tuples for multiple return values 2022-02-11 20:36:30 +00:00
nakst fade38e5c8 scripting engine: allow unused result from T_OP_FIND_AND_DEL_STR 2022-02-10 22:17:44 +00:00
nakst 65e5ce527a scripting engine: list find operation, fix find_and_delete for str 2022-02-10 21:02:35 +00:00
nakst 0d59a6dafd scripting engine: add FileAppend; automated builds: make sure automated_build is set after getting the toolchain 2022-02-10 09:35:19 +00:00
nakst afdff66710 header generator: return type determination for scripting engine 2022-02-09 21:04:45 +00:00
nakst a30cb8cd83 files api: change parameter order for EsDirectoryEnumerateChildren 2022-02-09 20:20:42 +00:00
nakst ecb36d5e21 header generator: start bindings for scripting engine 2022-02-09 19:14:10 +00:00
nakst 318624a1dc header generator: analysis of structs 2022-02-08 21:07:50 +00:00
nakst 4224a1b670 theming: replace EsStyle alias hack with EsStyleID 2022-02-08 18:55:39 +00:00
nakst 1224cb6d15 header generator: analysis of functions 2022-02-08 11:58:21 +00:00
nakst f385ad581c misc 2022-02-07 16:32:55 +00:00
nakst 4f028a18b1 scripting engine fix ExternalSystemSleepMs on mac 2022-02-07 08:24:16 +00:00
nakst 67b268db0a add EsPanelTableAddBandDecorator; script console array of struct viewer 2022-02-06 14:18:04 +00:00
nakst 73a6457025 add ExternalPassREPLResult 2022-02-06 12:18:40 +00:00
nakst 5d4bfa613b fix system header dependency file generation; add EsSpacerChangeStyle 2022-02-06 10:44:37 +00:00
nakst e8bd0f55ff build busybox automatically if the POSIX subsystem is enabled 2022-02-06 09:08:17 +00:00
nakst d2bcf903fa ports.script factor out posixPrefix 2022-02-05 14:40:30 +00:00
nakst c751659fc7 scripting engine cleanup to make porting easier 2022-02-05 13:07:24 +00:00
nakst dfb502f95a add EsSystemShutdown 2022-02-05 11:36:08 +00:00
nakst 7906b6c8f6 odin bindings add '#type' 2022-02-05 11:30:26 +00:00
nakst c5fc542c81 AutomationRunTests don't overwrite cross compiler path 2022-02-05 09:49:14 +00:00
nakst 01985396c5 scripting engine add PathCopyFilteredInto 2022-02-05 09:29:11 +00:00
nakst 129d072a49 scripting engine add unary negate; add EsTextboxAppend; fix port script issue 2022-02-05 08:50:31 +00:00
nakst e7238c8a52 add APIs for applications to add and remove custom mount points 2022-02-04 22:15:46 +00:00
nakst 2c79bd4367 scripting engine check Start/Initialise have correct signature before calling 2022-02-04 11:59:59 +00:00
nakst 9dbffd45ea scripting engine PathCopyRecursively 2022-02-04 11:45:54 +00:00
nakst d5d8340017 scripting engine directory enumeration functions 2022-02-04 10:18:22 +00:00
nakst 625af2e08c fix capitalization of General.wallpaper 2022-02-04 09:31:02 +00:00
nakst cea2466fe2 replace generate ovf python with script function 2022-02-03 20:51:08 +00:00
nakst f3dc4395fc update build automation scripts 2022-02-03 20:13:44 +00:00
nakst 2c1ba48130 fix PathCopy 2022-02-03 19:24:36 +00:00
nakst f4b640dd0d move other automation scripts in start.script 2022-02-03 19:23:17 +00:00
nakst ebe51e1fcc script parse error 2022-02-03 19:06:11 +00:00
nakst 5d09903f31 start.script add AutomationBuild 2022-02-03 19:03:11 +00:00
nakst 9fc4ff25ab odin bindings: remove workaround for 854; fix defines for enum values 2022-02-03 14:08:06 +00:00
nakst 55b02855f0 fix compiler warnings 2022-02-03 13:08:18 +00:00
nakst 971d450760 scripting engine optimised string concat 2022-02-03 11:31:02 +00:00
nakst fbf63d6b13 scripting engine add ScriptHeapEntryToString 2022-02-03 10:01:19 +00:00
nakst 5a408407a5 scripting engine STACK_GET_STRING macro 2022-02-03 09:21:24 +00:00
nakst 8a9d52ea23 fix bugs 2022-02-02 22:24:07 +00:00
nakst f8c4f764df fix bugs 2022-02-02 22:23:07 +00:00
nakst 9c321c3069 don't use fork and waitpid on mac 2022-02-02 22:12:12 +00:00
nakst 5ba1bf512c handle errors in waitpid 2022-02-02 22:01:41 +00:00
nakst 3c28c5d0f5 don't use external coroutines on mac 2022-02-02 21:48:35 +00:00
nakst 7c930455b4 temporary 2022-02-02 21:43:37 +00:00
nakst b617025460 move start.sh logic to util/start.script 2022-02-02 21:31:10 +00:00
nakst d579ef1bae fix warning 2022-02-02 16:18:36 +00:00
nakst 63521a9f62 scripting engine SystemShellExecute(WithWorkingDirectory) async 2022-02-02 16:03:54 +00:00
nakst a0a1365463 delete_all in lists; printing int lists 2022-02-01 16:46:51 +00:00
nakst 202a9f4869 move freetype, harfbuzz and musl ports in port.script 2022-02-01 15:02:10 +00:00
nakst 380049f69f scripting engine: add StringSlice, StringJoin, StringSplit; handle T_OP_INSERT 2022-02-01 14:50:23 +00:00
nakst 74ea4e1fe4 remove usage of which, uname and whoami 2022-02-01 14:01:10 +00:00
nakst 8e58aa9677 update get-toolchain 2022-02-01 12:24:09 +00:00
nakst 6c095f1655 move porting code into a single script 2022-02-01 12:22:25 +00:00
nakst fc2a0328d5 script engine coroutines 2022-02-01 10:25:21 +00:00
nakst 7b7b286396 script engine split local and global variables into separate arrays 2022-01-31 20:19:18 +00:00
nakst f08fef727b replace ffmpeg sh with script 2022-01-31 10:39:38 +00:00
nakst cfaa95e298 function pointer operations: discard, assert, curry 2022-01-30 19:10:14 +00:00
nakst 9f8571dff9 update freetype and nasm to use scripts 2022-01-30 09:10:30 +00:00
nakst fbab565c91 add PathCreateLeadingDirectories to script engine 2022-01-29 14:49:14 +00:00
nakst 91ae02eb8b replace harfbuzz build sh with script 2022-01-29 14:40:36 +00:00
nakst cbb303c1e3 scripting engine add list literals 2022-01-29 12:01:11 +00:00
nakst f14586d2fa replace musl build sh with script 2022-01-29 11:33:52 +00:00
nakst dcdb722217 start conversion of sh to script 2022-01-29 10:48:50 +00:00
nakst 40e9672de4 use script for building gcc port 2022-01-28 19:00:42 +00:00
nakst 696214474d fix library testing code in build_gcc.script 2022-01-28 18:28:39 +00:00
nakst b0ddc1fe23 in automated builds, set skipYesChecks for build_gcc.script 2022-01-28 18:18:46 +00:00
nakst 4a31fe1850 use util/build_gcc.script instead of BuildCrossCompiler 2022-01-28 18:14:47 +00:00
nakst 4ac89712e6 don't assume tar supports -a flag 2022-01-28 09:53:57 +00:00
nakst b6e8b8f17f introduce scripting engine 2022-01-28 09:47:26 +00:00
nakst 50060594c2 update posix subsystem 2022-01-25 14:06:15 +00:00
nakst 21b1871fa7 save config in get-toolchain 2022-01-22 13:07:26 +00:00
nakst aa8c7e7b09 fix typo 2022-01-22 10:22:46 +00:00
nakst ab29731f3b log more in GetSource 2022-01-22 10:20:09 +00:00
nakst 92201e4b89 log more in GetSource 2022-01-22 10:16:30 +00:00
nakst 8e48454691 add +x permission 2022-01-22 10:05:20 +00:00
nakst 16f5f86575 create build_default.sh 2022-01-22 10:01:30 +00:00
nakst cd1759ed4a fix cross compiler build recursion; possibly fix macos 2022-01-22 09:36:22 +00:00
nakst 30bc29ff66 reorder tests 2022-01-21 16:34:27 +00:00
nakst 3337f37279 only include semaphore stuff for emulator timeout in build.c if host is linux 2022-01-21 16:13:25 +00:00
nakst d6d5c8ca44 only use precompiled toolchain on linux x64 2022-01-21 16:08:39 +00:00
nakst c107f209e7 update other automation scripts 2022-01-20 11:09:27 +00:00
nakst fe743fa478 move toolchain get before argc 2022-01-20 11:07:57 +00:00
nakst 973d4a5da7 don't build new compiler toolchain by default 2022-01-20 11:05:37 +00:00
nakst e56fd94531 don't call freetype/harfbuzz build scripts if not used 2022-01-20 10:50:48 +00:00
nakst 2e6fa61f9d compiler error fix 2022-01-20 10:46:04 +00:00
nakst b3d2028aa4 capture memory dump on test timeout 2022-01-20 10:44:20 +00:00
nakst d49ca458e2 add new posix subsystem tests 2022-01-19 23:26:46 +00:00
nakst 75119ec851 error propagation from freetype, harfbuzz, musl build scripts 2022-01-16 15:28:31 +00:00
nakst cd44120589 copy crt1 and crtglue to root in build.c 2022-01-16 14:45:29 +00:00
nakst 970b64715d compile crt1 and crtglue before building freetype 2022-01-16 14:06:35 +00:00
nakst 48aa9b261d pass _EsApplicationStartupInformation in x11 backend 2022-01-16 11:57:28 +00:00
nakst 5409c01518 add test for posix subsystem 2022-01-16 11:33:45 +00:00
nakst f224b596f0 more x11 backend work 2022-01-15 18:07:31 +00:00
nakst af7ed68c81 show glyph preview in font editor glyphs table 2022-01-11 13:30:38 +00:00
nakst 3acd4472aa proper events x11 backend 2022-01-11 11:00:21 +00:00
nakst 9e1a09d208 update x11 backend 2022-01-09 11:51:50 +00:00
nakst 3595c43fd7 pipe read short mode; pipe tests 2022-01-07 09:59:28 +00:00