onyx.git
2021-12-15 Brendan Hansenworking on day 15 of aoc-2021
2021-12-14 Brendan Hansencleanup day 14 solution
2021-12-14 Brendan Hansenadded day 14 of aoc-2021
2021-12-14 Brendan Hansenadded i16 and u16 to print
2021-12-13 Brendan Hansenmade array.unique work on all array types
2021-12-13 Brendan Hansenadded day 13 of aoc-2021
2021-12-13 Brendan Hansenforgot to remove commented code
2021-12-13 Brendan Hansendynamic strings in include statements
2021-12-13 Brendan Hansentemporary changes
2021-12-13 Brendan Hansenyielding when file not found
2021-12-12 Brendan Hansenremoving old test_library
2021-12-12 Brendan Hansenadded back directories to wasi runtime
2021-12-12 Brendan Hansenadded day 12 of aoc-2021
2021-12-12 Brendan Hansenadded command line arguments to onyx runtime
2021-12-12 Brendan Hansenadded os.exit
2021-12-12 Brendan Hansenforgot to add file_size
2021-12-12 Brendan Hansenadded directory support to onyx fs
2021-12-11 Brendan Hansenfixed linux bugs with onyx fs
2021-12-11 Brendan Hansengot onyx's filesystem working on windows; bugs on linux
2021-12-11 Brendan Hansenstarted the process of ditching WASI for Onyx runtime
2021-12-11 Brendan Hansenadded day 11 of aoc-2021
2021-12-11 Brendan Hansenadding thoughts about ditching Wasi for onyx runtime
2021-12-10 Brendan Hansenmade build file executable
2021-12-10 Brendan Hansenfixed onyx build
2021-12-10 Brendan Hansenmoved onyx_runtime out of the compiler and into a module
2021-12-10 Brendan Hansenadded VERY basic implementation of onyxrun
2021-12-10 Brendan Hansenmore code restructing for isolating onyx_runtime
2021-12-10 Brendan Hansenworking to isolate the onyx_runtime functionality
2021-12-10 Brendan Hansenadded quick function example
2021-12-10 Brendan Hansenadded day 10 of aoc-2021
2021-12-10 Brendan Hansenadded some examples
2021-12-09 Brendan Hansenadded day 9 of aoc-2021
2021-12-08 Brendan Hansenadded '#cstr' strings for easier c-strings
2021-12-08 Brendan Hansenadded #library_path to specify where libraries are
2021-12-08 Brendan Hansenupdated vscode-textmate-languageservice to 0.2.0
2021-12-08 Brendan Hansenadded day 8 of aoc-2021
2021-12-08 Brendan Hansenfinalized fixing linux build scripts
2021-12-08 Brendan Hansenpluggable modules work on windows; ready for merge
2021-12-07 Brendan Hansenmore c functions
2021-12-07 Brendan Hansenadded glfw callbacks (bit of a hack)
2021-12-07 Brendan HansenMerge branch 'master' into pluggable-modules
2021-12-07 Brendan Hansenadded day 7 of aoc-2021
2021-12-07 Brendan Hansenplanned a way to do glfw callbacks
2021-12-06 Brendan Hansenadded more glfw3 mappings
2021-12-06 Brendan Hansen(mostly) completed opengles module
2021-12-06 Brendan HansenMerge branch 'master' into pluggable-modules
2021-12-06 Brendan Hansenadded day 6 of aoc-2021
2021-12-06 Brendan Hansenmore opengles functionality pluggable-modules
2021-12-06 Brendan Hansenmaking headway on opengles and glfw libraries
2021-12-05 Brendan HansenMerge branch 'master' into pluggable-modules
2021-12-05 Brendan Hansenadded #foreign blocks for quicker bulk definitions
2021-12-05 Brendan Hansenstarting to work on glfw3 native module
2021-12-05 Brendan Hansenstoring and loading _onyx_libs in wasm binary
2021-12-05 Brendan Hansensuccessfully loading a library dynamically with "#library"
2021-12-05 Brendan Hansenworking example of loading a library and dynamically...
2021-12-05 Brendan HansenMerge branch 'master' into pluggable-modules
2021-12-05 Brendan Hansenadded day 5 of aoc-2021
2021-12-05 Brendan Hansengetting more of the linking to work
2021-12-05 Brendan Hansenstarted planning the pluggable modules
2021-12-04 Brendan Hansenupgraded to Wasmer 2.1.0 on Windows
2021-12-04 Brendan Hansenupgraded to Wasmer 2.1.0
2021-12-04 Brendan HansenMerge remote-tracking branch 'origin/master'
2021-12-04 Brendan Hansencommented
2021-12-04 Brendan Hansenadded error when using 'any' in macros (temporary fix)
2021-12-04 Brendan Hansenfixed test cases
2021-12-04 Brendan Hansenadded test case for implicit initialization
2021-12-04 Brendan Hansenimplicit zero-ing of stack allocated variables
2021-12-04 Brendan Hansenadded day 4 of aoc-2021
2021-12-04 Brendan Hansenfinished settings for run_tests
2021-12-04 Brendan Hansenstarted adding argument parsing to run_tests
2021-12-03 Brendan Hansenmoved process.onyx to core.os
2021-12-03 Brendan Hansenfixed caller_location test for windows
2021-12-03 Brendan Hansenbugfixes with windows process creation
2021-12-03 Brendan Hansenswitching to using the new test runner for github actions
2021-12-03 Brendan Hansenmoved file library to os package
2021-12-03 Brendan Hansenreturning nonzero from onyx run if program returns...
2021-12-03 Brendan Hansenadded #no_close option to for loops
2021-12-03 Brendan Hansenmade test runner better
2021-12-03 Brendan Hansenadded day 3 of aoc-2021
2021-12-03 Brendan Hansenmulti-threaded the test runner
2021-12-03 Brendan Hansenmade running subprocesses better on windows
2021-12-02 Brendan Hansenstarted working on a self-hosted testing script
2021-12-02 Brendan Hansenbetter process support on linux
2021-12-02 Brendan Hansendefined the return value of __spawn_process
2021-12-02 Brendan Hansenrandom little fixes
2021-12-02 Brendan Hansenadded aoc-2021 day 2 test case
2021-12-02 Brendan Hansenbugfix with linux spawn process
2021-12-02 Brendan Hansenadded __spawn_process for windows
2021-12-01 Brendan Hansenadded arguments to __spawn_process
2021-12-01 Brendan Hansenadded __spawn_process to onyx_run
2021-12-01 Brendan Hansenmade it easy to change between 4 and 8 byte pointers
2021-12-01 Brendan Hansenadded standard input reader for onyx and wasi
2021-12-01 Brendan HansenMerge branch 'master' of github.com:brendanfh/onyx
2021-12-01 Brendan Hansendrastically improved the io.Reader code
2021-12-01 Brendan Hansendocumented builtins; cleaning up code with files
2021-11-30 Brendan Hansenadded test case for struct member pointer
2021-11-30 Brendan Hansenadded using struct member that are pointers
2021-11-30 Brendan Hansenlabels are bad apparently
2021-11-30 Brendan Hansensome compilers complain about certain labels
2021-11-30 Brendan HansenMerge branch 'master' of github.com:brendanfh/onyx
next