onyx.git
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
2022-03-18 Brendan Hansenadded architecture compile time variable
2022-03-17 Brendan Hansenadded variant of 'array.contains' and 'array.reverse'
2022-03-16 Brendan Hansenpreventing what might be a future bug
2022-03-16 Brendan Hansenchanged struct generation internals
2022-03-16 Brendan Hansenbugfix when changing onyx installation directory
2022-03-15 Brendan Hansenupdating build systems
2022-03-14 Brendan Hansenbugfix with escaping strings in includes
2022-03-14 Brendan Hansenforgot to add back a line
2022-03-14 Brendan Hansenother path bugs
2022-03-14 Brendan Hansenbug fixes with path issues
2022-03-13 Brendan Hansenadded auto_poly test
2022-03-13 Brendan HansenMerge branch 'master' of github.com:brendanfh/onyx
2022-03-13 Brendan Hansenbugfixes and cleanup
2022-03-13 Brendan HansenUpdate README.md
2022-03-13 Brendan HansenUpdate README.md
2022-03-09 Brendan Hansenadded simple optimization for single element structures
2022-03-09 Brendan Hansenadded glfwGetKeyName using cptr
2022-03-09 Brendan Hansenupdated opengles library to use cptr
2022-03-09 Brendan Hansenadded experimental cptr feature
2022-03-08 Brendan Hansenadded aarch64 for linux
2022-03-08 Brendan Hansenpreparing to try libiwasm
2022-03-05 Brendan Hansenbugfixing and new format overload
2022-03-02 Brendan Hansenadded os.time
2022-03-01 Brendan Hansen'#persist' in structs; map bugfix
2022-02-28 Brendan Hansenone more subtle bugfix
2022-02-28 Brendan Hansenfixed windows specific bugs with "#load_all"
2022-02-28 Brendan Hansenadded "#load_all" to load all onyx files in a folder
2022-02-27 Brendan Hansenadded OpenAL module
2022-02-27 Brendan Hansenchanged tag syntax; added runtime variant of 'new'
2022-02-27 Brendan Hansenchanged syntax for tagging structures
2022-02-26 Brendan Hansenstruct method in type data; bug fixes
next