onyx.git
2021-11-24 Brendan Hansenremoving unused gross code
2021-11-23 Brendan Hansenbugfixes with range iterator and mutex improvement
2021-11-23 Brendan Hansenmade thread.spawn polymorphic to make quick functions...
2021-11-23 Brendan Hansenbug fixes with threading
2021-11-23 Brendan Hansenfactored common code
2021-11-23 Brendan Hansenbugfixes with threading
2021-11-22 Brendan Hansenonyx run multithreaded on windows
2021-11-22 Brendan Hansen`onyx run` supports multi threads
2021-11-22 Brendan Hansenadded test for availability of wait and notify
2021-11-22 Brendan Hansentiny notes
2021-11-19 Brendan Hansensmall bugfix
2021-11-19 Brendan HansenMerge branch 'master' of github.com:brendanfh/onyx
2021-11-19 Brendan Hansenpreparing for release v0.1.0
2021-11-19 Brendan Hansenusing language features
2021-11-17 Brendan Hansenbugfixes and completely removed 'proc' keyword
2021-11-16 Brendan Hansensmall updates
2021-11-15 Brendan Hansenaccidentally cut something out
2021-11-15 Brendan Hansenbugfix with new enum abilities
2021-11-15 Brendan Hansenenum values are no longer bad
2021-11-15 Brendan Hansenadded complicated_polymorph test
2021-11-15 Brendan Hansenchanged lazy_iterators test
2021-11-15 Brendan Hansenfixed a couple of very annoying bugs
2021-11-15 Brendan Hansenpolymorphism is even more powerful now!
2021-11-14 Brendan Hansencompletely revamped the polymorph solving system
2021-11-14 Brendan Hansenadded #init procedures that run before main
2021-11-13 Brendan Hansenmade "#type" optional in many cases
2021-11-13 Brendan Hansenbugfixes; made foo(i32).{ ... } work
2021-11-13 Brendan Hansenbugfixes and added assertions
2021-11-12 Brendan Hansenupdated syntax definitions
2021-11-12 Brendan Hansenchanged #private to #package and #private_file to ...
2021-11-12 Brendan Hansentheoretical improvement to yielding in blocks
2021-11-12 Brendan Hansenmade type constraints nicer to use
2021-11-12 Brendan Hansenadded interfaces and type constraints
2021-11-11 Brendan Hansenchanged '#add_match' syntax
2021-11-10 Brendan Hansencleaning pending changes before starting interfaces
2021-11-09 Brendan Hansenremoved some 'should_yield' weirdness
2021-11-09 Brendan HansenAdded more yielding and remove ugly code
2021-11-08 Brendan Hansenbugfix with exporting polymorphic procedures
2021-10-30 Brendan Hansenadded example of #()
2021-10-29 Brendan Hansenadded wasmer windows libraries to project; bug fix
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
next