onyx.git
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
2021-09-02 Brendan Hansenadded blocked private_file and private flags
2021-08-31 Brendan Hansenbugfix with do expressions
2021-08-31 Brendan Hansenquick functions can return multiple things
2021-08-30 Brendan Hansenadded unfinished examples
2021-08-30 Brendan Hansenquick-function macros; error message cleanup
2021-08-30 Brendan Hansenbugfix with return type being an alias
2021-08-30 Brendan Hansenadded overloadable assignment operators
2021-08-30 Brendan Hansenbugfixes with aliasing to poly structs; added 'Map...
2021-08-29 Brendan Hansenbugfix with deferred statements in macros
2021-08-29 Brendan Hansenmaking initialization statements on if/while/switch...
2021-08-29 Brendan Hansenbugfix with deferred blocks in macros with locals
2021-08-29 Brendan Hansenbugfix with macros with auto-return type
2021-08-29 Brendan Hansenbugfixes with expression macro substitutions
2021-08-28 Brendan Hansenadded macros at the expression level
2021-08-28 Brendan Hansenadded 'do' expressions
2021-08-28 Brendan Hansentabs are now supported by error message reporting
2021-08-28 Brendan Hansencode cleanup
2021-08-27 Brendan Hansenscary changes
2021-08-26 Brendan Hansenstabilized entity sorting so cycle detection works...
2021-08-26 Brendan Hansencode cleanup in cloner and checker. proper cycle detect...
2021-08-23 Brendan Hansenbugfixes with core libs
2021-08-23 Brendan Hansenadded auto-return type
2021-08-23 Brendan Hansenbugfixes and fixed spelling of "polymoprhic"
2021-08-23 Brendan Hansen'typeof' bugfixes and added quick functions (=>)
2021-08-23 Brendan Hansenbetter printing for enum flags
2021-08-23 Brendan Hansenadded 'typeof'
2021-08-19 Brendan Hansenbugfix with use in parameters and yielding
2021-08-18 Brendan Hansencleanup and random additions
2021-08-17 Brendan Hansensmall cleanup with macros
2021-08-13 Brendan Hansenstarting to use macros because they are powerful
2021-08-13 Brendan Hansenpolymorphic macros as overloads
next