onyx.git
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
2022-02-26 Brendan Hansenadded get_struct_by_name
2022-02-26 Brendan Hansenbugfix when using structs with any members
2022-02-25 Brendan Hansenbetter method call support; method calls with blocks
2022-02-22 Brendan Hansenbugfix with using #code blocks at runtime
2022-02-19 Brendan Hansenadded syntax for avoid redeclaration error
2022-02-11 Brendan Hansenforgot to commit change with kernel32.lib
2022-02-11 Brendan Hansenfixing GetEnvironmentVariableA
2022-02-11 Brendan HansenUsing 'GetEnvironmentVariable' on windows for onyx...
2022-02-10 Brendan Hansencleanup; added random.string
2022-02-07 Brendan Hansenbugfixes and more parse_any
2022-02-06 Brendan Hansenstarted standard way of parsing anything from a string
2022-02-04 Brendan Hansenforgot a file in windows build
2022-02-04 Brendan Hansenfixing windows onyx_runtime build
2022-02-04 Brendan Hansentesting more artifacts for windows build
2022-02-02 Brendan Hansenstr_to_i64 works in multiple bases
2022-02-02 Brendan Hansentiny bugfix with writing one byte at a time
2022-01-31 Brendan Hansenadded type_info.enum_values
2022-01-30 Brendan Hansenexport directive name can be an expression
2022-01-29 Brendan Hansenfixed the quick fix
2022-01-29 Brendan Hansenquick for deeper issue regarding block statement index
2022-01-29 Brendan Hansenbugfixes with bad chars in errors and simd
2022-01-28 Brendan HansenFixed bug with sourcing from multiple gl shaders
2022-01-27 Brendan Hansenfixed scoping issues with copied static ifs
2022-01-27 Brendan Hansenstatic ifs in procedure are much better now
2022-01-25 Brendan Hansenbugfix with used pointer members
2022-01-24 Brendan Hansenbugfix in tcp server
2022-01-22 Brendan Hansenswitch cases are looser in the syntax tree now
2022-01-21 Brendan Hansenbetter tcp server code
2022-01-19 Brendan Hansenchanged slice cast rules; more tcp server features
2022-01-19 Brendan Hansenbasics of generic TCP server
2022-01-19 Brendan Hanseneven nicer api for socket_poll_all
2022-01-19 Brendan Hansenimproved socket_poll_all implementation
2022-01-18 Brendan Hansenadded ability to get the connected address and port
2022-01-18 Brendan Hansenfixed __sleep
2022-01-18 Brendan Hansenadded os.sleep
2022-01-18 Brendan Hansenability for changes to be null
2022-01-18 Brendan Hansenadded socket polling
2022-01-18 Brendan Hansenbugfixes with array.alloc_one
next