onyx.git
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
2021-11-30 Brendan Hansenswitch statements can use '=='
2021-11-30 Brendan HansenUpdate README.md
2021-11-30 Brendan Hansencleanup
2021-11-30 Brendan Hansenforgot a semicolon
2021-11-30 Brendan Hansencode cleanup; fixed slice creation bug
2021-11-30 Brendan Hansenupdating todo lists
2021-11-30 Brendan Hansenremoved type-value interchange
2021-11-29 Brendan Hansenusing shorter for syntax in a test case
2021-11-29 Brendan Hansenadded weird syntactic sugar for passing code blocks
2021-11-29 Brendan Hansenmade variable name in for loops optional
2021-11-29 Brendan Hansenbug fixes with constriant checking on polymorphic proce...
2021-11-29 Brendan Hansenadded test cases
2021-11-29 Brendan Hansenswitch to using stb_ds for string hash maps
2021-11-28 Brendan Hansenadded a couple test cases
2021-11-28 Brendan Hansenrenamed some files
2021-11-28 Brendan Hansensyncing
2021-11-26 Brendan HansenMerge branch 'master' of github.com:brendanfh/onyx
2021-11-26 Brendan Hansenusing logo in compiled windows binary
2021-11-26 Brendan Hansenadded initial version of logo
2021-11-26 Brendan Hansensmall speed up by making eh_shift_down iterative
2021-11-26 Brendan Hansenadded shipping
2021-11-26 Brendan Hansenadded functionality to list and iter packages
2021-11-26 Brendan Hanseniter.enumerate is more friendly
2021-11-26 Brendan Hansenadded macros to vs code symbol lookup
2021-11-25 Brendan Hansendistinct type bug fixes
2021-11-25 Brendan Hansenadded distinct types on primitive types
2021-11-24 Brendan Hansenfixing problem matcher
2021-11-24 Brendan Hansenfixed vscode linux problem matcher
2021-11-24 Brendan Hansenmade goto definition work in vs code
2021-11-24 Brendan Hansentoo much work on getting vscode to know symbols
2021-11-24 Brendan Hansenbug fixes with binary op checking
2021-11-24 Brendan Hansenadded as_allocator; heap bugfix
2021-11-24 Brendan Hansenfixed bug in levenschtein distance
2021-11-24 Brendan Hansenbugfixes
2021-11-24 Brendan Hansenmore helpful error messages for misspelled symbols
2021-11-24 Brendan Hansenremoving unused gross code
2021-11-23 Brendan Hansenbugfixes with range iterator and mutex improvement
2021-11-23 Brendan Hansenmade thread.spawn polymorphic to make quick functions...
2021-11-23 Brendan Hansenbug fixes with threading
2021-11-23 Brendan Hansenfactored common code
2021-11-23 Brendan Hansenbugfixes with threading
2021-11-22 Brendan Hansenonyx run multithreaded on windows
2021-11-22 Brendan Hansen`onyx run` supports multi threads
2021-11-22 Brendan Hansenadded test for availability of wait and notify
2021-11-22 Brendan Hansentiny notes
2021-11-19 Brendan Hansensmall bugfix
2021-11-19 Brendan HansenMerge branch 'master' of github.com:brendanfh/onyx
next