onyx.git
2022-07-17 Brendan Hansenadded alternate backend, ovmwasm
2022-07-05 Brendan Hansenchanges for testing debugger
2022-07-01 Brendan Hansenbugfixes with package using
2022-06-29 Brendan Hansencleanup and bugfixes
2022-06-10 Brendan Hansenapparently wasm_store_t should be per thread...
2022-06-09 Brendan Hansenstruct parsing change; changed implicit struct
2022-06-08 Brendan Hansenadded #locked; #bottom_test; changed interface syntax
2022-06-06 Brendan Hansencleaned up array core library; added documentation
2022-05-31 Brendan Hansenadded taking pointers to literals
2022-05-27 Brendan Hansenbugfix with implicit structure types
2022-05-26 Brendan Hansenactually fixed the windows process spawn bug
2022-05-26 Brendan Hansenbugfix with windows process spawn
2022-05-26 Brendan Hansenbugfixes; removed default values for implicit structures
2022-05-25 Brendan Hansenadded fully anonymous struct literals
2022-05-24 Brendan Hansenremoving unneeded code
2022-05-24 Brendan Hansen__zero_value(T) -> T.{}
2022-05-22 Brendan Hansenchanged how '#defined' works to be more reliable
2022-05-22 Brendan Hansenbumped vscode extension version to 0.0.3
2022-05-22 Brendan Hansenadded list-versions command to onyx-pkg
2022-05-21 Brendan Hansenadded missing fs procedures to wasi runtime
2022-05-21 Brendan Hansenbugfix for memory reservations with unknown type
2022-05-21 Brendan Hansenbugfix with new package aliases
2022-05-20 Brendan Hansenfixed test case running
2022-05-20 Brendan Hansenonyx-pkg bugfix; removed modules that moved to onyxlang...
2022-05-20 Brendan Hansenadded basics of automatically bumping and publish versi...
2022-05-20 Brendan Hansenfixed bug with opening file in append mode
2022-05-20 Brendan Hansencore library bugfixes; added cbindgen; packages are...
2022-05-19 Brendan Hansenbugfix in onyx-pkg where errors leave stray folder
2022-05-19 Brendan Hansenadded initial version of onyx-pkg; many changes to...
2022-05-18 Brendan Hansenfile remove/rename; alloc bugfixes; string additions
2022-05-17 Brendan Hansenrandom changes in the standard library
2022-05-14 Brendan Hansenmodule updates; better build files
2022-05-12 Brendan Hansenadded .githooks
2022-05-12 Brendan Hansenremoved another nocheckin
2022-05-12 Brendan Hansenremoved a nocheckin
2022-05-11 Brendan Hansenprocedure tag helpers; bug fixes
2022-05-11 Brendan Hansenadded avl_tree implementation; missing delete()
2022-05-11 Brendan Hansenadded '#tag' to procedures; use runtime.info.tagged_pro...
2022-05-10 Brendan HansenBREAKING renamed type_info to runtime.info
2022-05-09 Brendan Hansenthinking about alternate names for type_info
2022-05-06 Brendan Hansenadded '#not' to interface constraints
2022-05-06 Brendan Hansenprinting out all overloads when #match fails
2022-05-06 Brendan Hansenbugfixes with how constraints are applied to functions
2022-05-05 Brendan Hansencleaned up qoi.onyx
2022-05-05 Brendan Hansenadded qoi decoding; file_contents no longer require...
2022-05-04 Brendan Hansenwindows build working again
2022-05-04 Brendan Hansennevermind; winsock.h breaks many things
2022-05-04 Brendan Hansenadding winsock.h
2022-05-04 Brendan Hansenescaping doesn't work like I expected it to in multi...
2022-05-04 Brendan Hansenbugfix with openal generation
2022-05-04 Brendan Hansencleaning up c library modules
2022-05-02 Brendan Hansenadded foreign block info
2022-04-29 Brendan Hansenbugfixes with poly call struct creation
2022-04-28 Brendan Hansenpolymorphic structures are very powerful now
2022-04-28 Brendan Hansenbugfixes and removing arbitrary restrictions
2022-04-28 Brendan Hansenbugfixes and bindable foreign blocks
2022-04-27 Brendan Hansenadded more ncurses functions
2022-04-27 Brendan Hansenbugfixes for ncurses library
2022-04-26 Brendan Hansenremoved __ACS_LOOKUP in ncurses
2022-04-26 Brendan Hansenadded most of the ncurses library
2022-04-24 Brendan Hansenbugfix with set.get
2022-04-24 Brendan HansenI should really test things before I commit...
2022-04-24 Brendan Hansenfixed set.get_ptr
2022-04-24 Brendan Hansenadded get_ptr to set
2022-04-23 Brendan Hansenfixed bug with partial constructed polymorphic structs...
2022-04-20 Brendan Hansenfor loops over a range iterate backwards if step is...
2022-04-17 Brendan Hansenno more truncated printf and code cleanup
2022-04-15 Brendan Hansenbugfix with polymorphic structure parameter types
2022-04-15 Brendan Hansenbugfixes with array type duplication and comparing...
2022-04-12 Brendan Hansenrandom bugfixes; added variant of 'array.make'
2022-04-10 Brendan Hansenbugfixes and cleanup
2022-04-08 Brendan Hansenbugfix with incorrect operator overload for struct...
2022-04-07 Brendan Hansenadded builtin 'delete' to complement 'make'
2022-04-07 Brendan Hansenmade 'make()' more versatile for arrays and slices
2022-04-06 Brendan Hansenadded function-call to vscode syntax
2022-04-06 Brendan Hansen'->' no longer requires an address of
2022-04-06 Brendan Hansenbugfix with #persist in structures
2022-04-04 Brendan Hansenbugfixes and added aprintf
2022-04-02 Brendan Hansenadded conversions between ipv4 and strs
2022-04-01 Brendan Hansenforgot to add all changes
2022-04-01 Brendan Hansenbugfixes
2022-03-31 Brendan Hansenbugfix with array iterator remove
2022-03-31 Brendan Hanseniterator and allocator improvements
2022-03-31 Brendan Hansenfixed bug with '#remove'
2022-03-31 Brendan Hansenadded variant of iter.as_iterator for arrays by pointer
2022-03-31 Brendan Hansenadded '#remove' directive in for-loops
2022-03-30 Brendan Hansenvarious addition for networking UDP
2022-03-27 Brendan Hansensocket address no longer query for information
2022-03-26 Brendan Hansenupdated build.sh to remove old script invocation
2022-03-26 Brendan Hansenbugfix in stb_image module
2022-03-26 Brendan Hansenadded stb_image and stb_truetype to modules
2022-03-25 Brendan Hansencleanup
2022-03-25 Brendan Hansenfixed github build
2022-03-25 Brendan Hansenrenamed #code and #insert to #quote and #unquote
2022-03-25 Brendan Hansenmoved onyx_runtime to not be module
2022-03-24 Brendan Hansentheoretically made Map and Set faster; bug fixes
2022-03-24 Brendan Hansenbugfixing and flushing out core libraries
2022-03-23 Brendan Hansenbugfixes and code cleanup in io.Reader
2022-03-22 Brendan Hansenadding very early stages of http library
2022-03-22 Brendan Hansenbugfixes in core reader / openal libraries
next