Commit Graph

360 Commits

Author SHA1 Message Date
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
nakst 9c4c48505d update x11 backend for desktop request changes 2022-01-07 09:14:10 +00:00
nakst d312c1d475 cleanup 2022-01-05 14:40:04 +00:00
nakst 5d50792f0f add x11 backend build to test script 2022-01-04 21:52:49 +00:00
nakst ac4fce50ce textbox bugfix; more assertions in textbox on caret position 2022-01-04 21:45:26 +00:00
nakst 082053d507 x11 backend 2022-01-04 20:06:21 +00:00
nakst aa56fc6144 add more asserts 2022-01-04 13:17:50 +00:00
nakst 0b8c8e9aa7 add new tests 2022-01-04 10:43:12 +00:00
nakst 91b4b8ed06 fix typo 2022-01-04 08:18:56 +00:00
nakst 869396bb10 more instructive kernel panic message 2022-01-04 08:14:40 +00:00
nakst e0813a8aed crt function tests 2022-01-03 21:48:17 +00:00
nakst eb2eab872f add automation files 2022-01-02 10:49:27 +00:00
nakst a5029119f2 minimal dependency builds 2022-01-02 10:16:34 +00:00
nakst d340c29117 fix typo shasum 2022-01-01 22:55:10 +00:00
nakst 43c399eaaf HOST_DARWIN 2022-01-01 22:51:39 +00:00
nakst ea8b6cbd13 bit pattern paint 2022-01-01 14:22:19 +00:00
nakst 34ee41e39b add github cache for download files 2022-01-01 10:28:04 +00:00
nakst 2ff51cd560 compare downloaded files against checksum 2022-01-01 10:04:42 +00:00
nakst f3350f0604 create basic file operations test 2021-12-31 19:40:46 +00:00
nakst 033983efc6 create log of failed tests 2021-12-31 19:04:23 +00:00
nakst 2202266fec don't assume kvm available in tests 2021-12-31 18:54:53 +00:00
nakst 8072146b3d adjust error reporting in run-tests 2021-12-31 18:30:07 +00:00
nakst ccdec37e3e cleanup; api testing framework 2021-12-31 18:16:04 +00:00
nakst 420bdf698a native UI for build core 2021-12-30 17:36:03 +00:00
nakst f1e8d99abc start bold bitmap sans; resize window bugfix; add testing instructions 2021-12-29 11:58:10 +00:00
nakst 9fd5249abd fix theme designer 2021-12-29 10:20:25 +00:00
nakst 510d4d866f rename dependency files folder; put full log in kernel panic report 2021-12-29 09:47:34 +00:00
nakst a16658eed0 bitmap font renderer 2021-12-28 21:24:55 +00:00
nakst cc1e2a3e61 simplify toolchain_wrapper.c; remove change_sysroot.c 2021-12-27 13:07:49 +00:00
nakst 4d8d10814a verbose port building 2021-12-27 09:59:10 +00:00
nakst 86bbaa7a59 introduce Flag.PAUSE_ON_USERLAND_CRASH for easier debugging; fix list view selection index with sorted fixed items 2021-12-26 21:35:31 +00:00
nakst 1f92f55e46 remove old text code; organize UI code 2021-12-25 20:31:31 +00:00
nakst 69f46115b6 add bitmap font 2021-12-25 16:58:07 +00:00
nakst 8dd2e3b496 bitmap font editor 2021-12-25 13:15:18 +00:00
nakst 2c2f767c05 extract sysroot for pre built toolchain 2 2021-12-25 11:05:25 +00:00
nakst a8e26c63b8 extract sysroot for pre built toolchain 2021-12-25 11:00:43 +00:00
nakst 187577e8f8 update gcc sysroot 2021-12-24 14:53:45 +00:00
nakst 00c2deea80 simplify C header; C89 support 2021-12-23 17:04:11 +00:00
nakst ee115fabd8 misc 2021-12-23 13:16:44 +00:00
nakst 0af72eb18d cleanup api 2021-12-19 13:48:56 +00:00
nakst 0f1afeb252 rename bin/Generated Code to bin/generated_code 2021-12-17 13:51:42 +00:00
nakst c3f158a3ca add window_color to config 2021-12-17 10:56:23 +00:00
nakst d479a5e352 organize bin folder 2021-12-17 10:51:09 +00:00
nakst ba4b0318e7 instance callbacks; bugfixes 2021-12-16 19:06:08 +00:00
nakst 184c536289 return errors from build-port if automated_build set 2021-12-15 11:40:11 +00:00
nakst a28bdd4da0 use nproc in gcc port; update change_sysroot 2021-12-15 10:52:37 +00:00
nakst e95c9fb15f return exit status in change_sysroot 2021-12-15 10:45:02 +00:00
nakst 7791069281 add more toolchain wrappers 2021-12-15 10:13:43 +00:00
nakst 3ad239c7e7 update luigi.h 2021-12-14 21:31:05 +00:00
nakst 9c12e5df11 better support for automated port building 2021-12-14 16:55:02 +00:00
nakst b9e2ff0fb7 set compiler path in setup-pre-built-toolchain 2021-12-14 13:14:40 +00:00
nakst 30ee43ecbd fix build.c 2021-12-14 13:07:21 +00:00
nakst 3656e8c817 restore cross compile build 2021-12-14 13:03:58 +00:00
nakst 7a13233be0 automated build support 2021-12-14 12:15:44 +00:00
nakst 8310ea21bc add check for nasm 2021-12-14 11:27:38 +00:00
nakst 70c1211b2c change_sysroot allow getpid 2021-12-14 11:22:58 +00:00
nakst 9a5f157da0 don't rely on faccessat2 being available 2021-12-14 11:20:52 +00:00
nakst ed7b336757 don't exit after downloading cross compiler 2021-12-14 11:16:59 +00:00
nakst 473e2de505 using the pre-built cross compiler 2021-12-14 11:11:02 +00:00
nakst a3aaf6e85d misc 2021-12-14 10:07:26 +00:00
nakst f201231f52 misc changes 2021-12-04 12:00:10 +00:00
nakst 81f3ee6109 improve profiling 2021-11-28 16:28:01 +00:00
nakst f9f135fc1f fix designer 2021-11-27 17:16:16 +00:00
nakst 585ffb171a update luigi.h 2021-11-27 12:48:18 +00:00
nakst b5692266f7 introduce EsListViewFixedItemSortAll; use fixed item API in System Monitor 2021-11-26 18:05:09 +00:00
nakst 400c8f281a fixed item sorting 2021-11-21 19:41:42 +00:00
nakst 48bb528b9d fixed item column formatters 2021-11-21 12:27:50 +00:00
nakst 4f00b61da9 better fixed item storage with columns 2021-11-21 09:09:45 +00:00
nakst a4374b3aa5 replace EsListViewSetColumns 2021-11-20 21:16:43 +00:00
nakst 128022faa4 update posix subsystem to use systemData; introduce build-port command 2021-11-20 16:03:00 +00:00
nakst a9401068d7 permissions for shared regions 2021-11-19 19:02:02 +00:00
nakst 259da06df8 remove named shared regions 2021-11-19 17:25:22 +00:00
nakst 56b55da549 require ES_ELEMENT_AUTO_GROUP for autoBorders/autoCorners 2021-11-18 10:45:01 +00:00
nakst 626eac1386 fix file manager threaded instance destroy bug 2021-11-15 21:05:48 +00:00
nakst 2b288a82a6 reference counting on API instances 2021-11-14 18:59:45 +00:00
nakst 52e35a7636 redesign toolbars 2021-11-12 21:28:17 +00:00
nakst 751b4652c1 remove event sinks 2021-11-06 16:52:36 +00:00
nakst d8906e84ab misc 2021-11-06 16:48:26 +00:00
nakst ed038d1059 x86_32 implementation for kernel 2021-11-01 19:32:56 +00:00
nakst 1ce7df083a booting into 32 bit kernels 2021-10-29 14:42:47 +01:00
nakst 4e6549d625 refactor and stub x86_32 implementation 2021-10-29 10:44:26 +01:00
nakst 21edea68d2 fixes for 32 bit 2021-10-27 11:47:08 +01:00
nakst 411ff15698 new cache write back algorithm; fix single key press with key repeat 2021-10-24 10:31:20 +01:00
nakst 2e457eb792 hpet; minimal fonts option 2021-10-23 21:39:02 +01:00
nakst 214a45cba4 started acpi thermal driver 2021-10-23 12:18:33 +01:00
nakst 394c545939 fixes from stress testing 2021-10-21 17:15:16 +01:00
nakst bb37d2ae47 misc 2021-10-16 20:30:33 +01:00
nakst 851133b0fc make-installer-root command; improved window colors 2021-10-15 21:40:16 +01:00
nakst 3c22769e70 add basic clock to task bar 2021-10-15 17:43:03 +01:00
nakst 97f308e0a7 remove fast scroll 2021-10-15 13:55:16 +01:00
nakst 20a9aecae0 fix approximate border calculation; installer time textbox 2021-10-15 13:17:08 +01:00
nakst 2e1327046c various fixes 2021-10-13 17:51:49 +01:00
nakst cc66d80a25 window manager HID list 2021-10-12 20:54:19 +01:00
nakst 257ceaa170 keyboard layout support 2021-10-12 15:35:32 +01:00
nakst f53bb37c84 fix building on other systems 2021-10-11 18:30:05 +01:00
nakst 3ad305c4fd designer2 add switcher 2021-10-11 14:46:04 +01:00
nakst 293f19de42 use PIT for scheduler time; RTC driver; date conversion functions; add EsDateNowUTC 2021-10-10 16:11:13 +01:00
nakst 969ca8e4c4 mark _EsSyscall private 2021-10-09 22:05:09 +01:00
nakst b79a286045 cleanup 2021-10-09 20:49:08 +01:00
nakst c1259773bc theme cleanup 2021-10-09 18:17:07 +01:00
nakst 5c6faa1683 refine container window design 2021-10-09 14:59:58 +01:00