onyx.git
2021-10-29 Brendan Hansenadded macro example
2021-10-29 Brendan Hansennow copy the libraries to the install directory
2021-10-29 Brendan Hansenrunning tests now uses builtin libwasmer
2021-10-29 Brendan Hansenbundled libwasmer into the repository
2021-10-29 Brendan Hansendisable annoying warning
2021-10-29 Brendan Hansenadded 'onyx run' to windows (using wasmer)
2021-10-28 Brendan Hansenadded explicit 'compile' option
2021-10-28 Brendan Hansenmore robustness to 'onyx run'
2021-10-28 Brendan Hansenadded optional linking to wasmer on Linux
2021-10-27 Brendan Hansensynchronizing changes
2021-10-27 Brendan Hansenadded vscode support
2021-10-26 Brendan Hansenused the wrong str
2021-10-26 Brendan Hansenadded string.replace
2021-10-26 Brendan Hansenbugfixes in modules
2021-10-25 Brendan Hansenno longer emitting post-mvp things if disabled
2021-10-25 Brendan Hansencleaned up trying operator overloads
2021-10-24 Brendan Hansenremoved foreign globals; cleaned up ast_flags
2021-10-23 Brendan Hansenbugfixes with operator overloading
2021-10-22 Brendan Hansentiny optimization of memory usage in op overload
2021-10-22 Brendan Hansenadded '[]=' operator overload; bugfixes
2021-10-22 Brendan Hansenadded operator overload for '^[]'
2021-10-21 Brendan Hansenadded wasm parsing of shared memory modules
2021-10-21 Brendan Hansenadded killing threads
2021-10-20 Brendan Hansenthreading primitive bug fixes
2021-10-20 Brendan Hansenheap bugfixes; changed static if to not capture defer...
2021-10-20 Brendan Hansenfixed some threading primitives
2021-10-19 Brendan Hansenmade webgl easier to use
2021-10-19 Brendan Hansenusing conditional segment initialization for multi...
2021-10-19 Brendan Hansenstarted working on conditional segment initialization
2021-10-19 Brendan Hansenforgot I need to include html files
2021-10-18 Brendan Hansenadded 'ouit' module
2021-10-18 Brendan Hansenswitched the order of parameters in thread.spawn threading
2021-10-18 Brendan Hansenbugfix with barrier mutex
2021-10-18 Brendan Hansenadded barrier and condition variable implementation
2021-10-18 Brendan Hansenupdated js loader to support multiple threads
2021-10-18 Brendan Hansenfixed a bug with memory segments initializing every...
2021-10-18 Brendan Hansenbugfix with context not being initialized yet
2021-10-18 Brendan Hansencleaned up initialization process
2021-10-17 Brendan Hansenmade onyx-js work for non-multithreaded programs again
2021-10-17 Brendan Hansenadded #threadlocal storage
2021-10-17 Brendan Hansenbugfixes with __atomic_wait
2021-10-17 Brendan Hansencleanup and bugfixes
2021-10-17 Brendan Hansenadded a (maybe function) semaphore implementation
2021-10-17 Brendan Hansenadded basic implementation of Mutex and Thread. made...
2021-10-17 Brendan Hansensuccessful multi-threading on NodeJS!
2021-10-16 Brendan Hansenfinished atomic intrinsics implementation
2021-10-16 Brendan Hansenstarting to implement threading on the browser
2021-10-15 Brendan HansenMerge remote-tracking branch 'origin/master'
2021-10-15 Brendan Hansenbugfix with #auto return type being "solved" early
2021-10-15 Brendan Hansensizeof and alignof are compile time known
2021-10-15 Brendan Hansenrandom bugfixes and changes
2021-10-14 Brendan Hansenadded completely escaped strings (""")
2021-10-13 Brendan Hansenbetter array literals with polymorphism
2021-10-13 Brendan Hansenmore robust array literals
2021-10-12 Brendan Hansenactually fixed array literals
2021-10-12 Brendan Hansenmaybe fixed array literals
2021-10-11 Brendan Hansenfixed aliases resolving to self
2021-10-11 Brendan Hansenmade map and set functions able to be 'methods'
2021-10-10 Brendan Hansenrewrote Set to rehash
2021-10-10 Brendan Hansenupdated global immediate renderer to use macros
2021-10-09 Brendan Hansenbugfixes
2021-10-08 Brendan HansenMerge remote-tracking branch 'origin/master'
2021-10-08 Brendan Hansenadded printing type table
2021-10-08 Brendan Hansenmarking struct types as comptime known
2021-10-08 Brendan Hansennested struct names now have enclosing scopes in name
2021-10-08 Brendan Hansenpolymorphic struct information can be queried in type_info
2021-10-07 Brendan Hansenchanged tag syntax for structs
2021-10-07 Brendan Hansenchangec tag syntax for struct members; added top-level...
2021-10-06 Brendan Hansenstructs can have tags; some bugfixes
2021-10-05 Brendan Hansenadded tagging to struct members
2021-10-05 Brendan Hansenbetter support for singular 'any'
2021-10-05 Brendan Hansenadded Scrollable_Region_Handle
2021-10-05 Brendan Hansenrandom additions
2021-10-04 Brendan Hansenadded test case
2021-10-04 Brendan Hansenbetter maps and json; fixed anonymous struct bug
2021-10-01 Brendan Hansenbugfix with arrays in structures
2021-10-01 Brendan Hansenrandom bugfixes; better __zero_value support for arrays.
2021-09-29 Brendan Hansenadded ".count" to array-typed things
2021-09-29 Brendan Hansenchanged map.update to be a macro
2021-09-28 Brendan Hansenbugfix with type aliasing; add #() for quick code block
2021-09-28 Brendan Hansensilly little bugfix for type alias to poly-instantiation
2021-09-28 Brendan Hansenbugfixes and added lcm and gcd
2021-09-25 Brendan Hansenbug fixes with operator overloading with anonymous...
2021-09-25 Brendan Hansenadded auto return syntax shortcut
2021-09-23 Brendan Hansenoverloaded procedures example; added set.iterator
2021-09-21 Brendan Hansenusing new features in the ui library
2021-09-21 Brendan Hansenrandom improvements
2021-09-16 Brendan Hansenadded more internal control to ui animations
2021-09-11 Brendan Hansenadded passing macros as baked arguments
2021-09-11 Brendan Hansenpolymorhic solving bugfix and added quicksort
2021-09-11 Brendan Hansenadded compound declarations of procedure arguments
2021-09-10 Brendan Hansenmade the array functions work with slices too
2021-09-10 Brendan Hansenbetter interop between array types
2021-09-09 Brendan Hansenbugfix with untyped arguments
2021-09-09 Brendan Hansenmemres bugfix and renamed poorly named function
2021-09-08 Brendan Hansenoverloaded procedures are more powerful; bugfixes
2021-09-08 Brendan Hansenrenamed type_check_or_auto_cast
2021-09-08 Brendan Hansenmade slice, varargs and dynamic array types simpler
2021-09-08 Brendan Hansenrenamed the compiler source files.
2021-09-08 Brendan Hansenbugfixes in compiler and core libraries
next