onyx.git
2022-01-07 Brendan Hansenmade #solidify better
2022-01-06 Brendan Hansencleaning up old files
2022-01-06 Brendan Hansenpotential bug fixes
2022-01-06 Brendan Hansensmall code change for big improvements
2022-01-05 Brendan Hansenmaking auto polymorphism even better
2022-01-05 Brendan Hansenbetter error message; using auto polymorphic
2022-01-05 Brendan Hansenstarted working on auto polymorphic functions
2022-01-04 Brendan Hansenrefactored polymorphic procs and funcs together
2022-01-04 Brendan Hansenimprovements to poly struct parameter lookups
2022-01-04 Brendan Hansenremoved parallel_for test case because it is broken
2022-01-04 Brendan Hansenadded parallel for test case
2022-01-03 Brendan Hansensyncing; found some more bugs
2022-01-03 Brendan Hansencleaned up parallel_for
2022-01-03 Brendan Hansenbugfixes with parallel_for and distributor
2022-01-03 Brendan Hansenadded experimental iter.parallel_for
2022-01-03 Brendan Hansenbugfix with poly struct params
2022-01-03 Brendan Hansentiny potential bug fix
2022-01-03 Brendan Hansenmade it easier to use custom formatters
2022-01-03 Brendan Hansenbetter error messages when using constraints and polymo...
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
next