onyx.git
2022-01-03 Brendan Hansenadded variants of map and filter with contexts
2021-12-31 Brendan Hansenadded disabling custom formatting
2021-12-31 Brendan Hansenranked error messages to not overwhelm the user
2021-12-31 Brendan Hansenmade enums behave better with static ifs
2021-12-30 Brendan Hansenadded 'did you mean ..' to unresolved symbol errors
2021-12-30 Brendan Hansenbugfix with polymorphic tags
2021-12-30 Brendan HansenCustom_Format tag; bugfix with polymorphic structure...
2021-12-30 Brendan Hansenadded quotes in custom map printing
2021-12-30 Brendan Hansenadded custom formatters to core libs
2021-12-29 Brendan HansenMerge branch 'master' of https://github.com/brendanfh...
2021-12-29 Brendan Hansenrandom additions
2021-12-23 Brendan HansenMerge pull request #49 from SNDST00M/hotfix-vscode...
2021-12-21 IT'S MUNIN... Updated vscode-textmate-languageservice to 0.2.1
2021-12-21 Brendan Hansenupdated gl
2021-12-20 Brendan Hansenchanged implicit code block syntax
2021-12-17 Brendan Hansenadded day 17 of aoc-2021
2021-12-16 Brendan Hansenupdating opengl modules
2021-12-16 Brendan Hansenday 16 of aoc-2021; even better overload resolution
2021-12-16 Brendan Hansenmade '<<' work for heaps; better overload robustness
2021-12-16 Brendan Hansenadded a heap data structure to core
2021-12-16 Brendan Hansencleaned solution
2021-12-15 Brendan Hansenfinished day 15 of aoc-2021
2021-12-15 Brendan Hansenusing the actual aoc input
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
next