projects
/
onyx.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
onyx.git
2021-11-10
Brendan Hansen
cleaning pending changes before starting interfaces
commit
|
commitdiff
|
tree
|
snapshot
2021-11-09
Brendan Hansen
removed some 'should_yield' weirdness
commit
|
commitdiff
|
tree
|
snapshot
2021-11-09
Brendan Hansen
Added more yielding and remove ugly code
commit
|
commitdiff
|
tree
|
snapshot
2021-11-08
Brendan Hansen
bugfix with exporting polymorphic procedures
commit
|
commitdiff
|
tree
|
snapshot
2021-10-30
Brendan Hansen
added example of #()
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Brendan Hansen
added wasmer windows libraries to project; bug fix
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Brendan Hansen
added macro example
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Brendan Hansen
now copy the libraries to the install directory
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Brendan Hansen
running tests now uses builtin libwasmer
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Brendan Hansen
bundled libwasmer into the repository
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Brendan Hansen
disable annoying warning
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Brendan Hansen
added 'onyx run' to windows (using wasmer)
commit
|
commitdiff
|
tree
|
snapshot
2021-10-28
Brendan Hansen
added explicit 'compile' option
commit
|
commitdiff
|
tree
|
snapshot
2021-10-28
Brendan Hansen
more robustness to 'onyx run'
commit
|
commitdiff
|
tree
|
snapshot
2021-10-28
Brendan Hansen
added optional linking to wasmer on Linux
commit
|
commitdiff
|
tree
|
snapshot
2021-10-27
Brendan Hansen
synchronizing changes
commit
|
commitdiff
|
tree
|
snapshot
2021-10-27
Brendan Hansen
added vscode support
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Brendan Hansen
used the wrong str
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Brendan Hansen
added string.replace
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Brendan Hansen
bugfixes in modules
commit
|
commitdiff
|
tree
|
snapshot
2021-10-25
Brendan Hansen
no longer emitting post-mvp things if disabled
commit
|
commitdiff
|
tree
|
snapshot
2021-10-25
Brendan Hansen
cleaned up trying operator overloads
commit
|
commitdiff
|
tree
|
snapshot
2021-10-24
Brendan Hansen
removed foreign globals; cleaned up ast_flags
commit
|
commitdiff
|
tree
|
snapshot
2021-10-23
Brendan Hansen
bugfixes with operator overloading
commit
|
commitdiff
|
tree
|
snapshot
2021-10-22
Brendan Hansen
tiny optimization of memory usage in op overload
commit
|
commitdiff
|
tree
|
snapshot
2021-10-22
Brendan Hansen
added '[]=' operator overload; bugfixes
commit
|
commitdiff
|
tree
|
snapshot
2021-10-22
Brendan Hansen
added operator overload for '^[]'
commit
|
commitdiff
|
tree
|
snapshot
2021-10-21
Brendan Hansen
added wasm parsing of shared memory modules
commit
|
commitdiff
|
tree
|
snapshot
2021-10-21
Brendan Hansen
added killing threads
commit
|
commitdiff
|
tree
|
snapshot
2021-10-20
Brendan Hansen
threading primitive bug fixes
commit
|
commitdiff
|
tree
|
snapshot
2021-10-20
Brendan Hansen
heap bugfixes; changed static if to not capture defer...
commit
|
commitdiff
|
tree
|
snapshot
2021-10-20
Brendan Hansen
fixed some threading primitives
commit
|
commitdiff
|
tree
|
snapshot
2021-10-19
Brendan Hansen
made webgl easier to use
commit
|
commitdiff
|
tree
|
snapshot
2021-10-19
Brendan Hansen
using conditional segment initialization for multi...
commit
|
commitdiff
|
tree
|
snapshot
2021-10-19
Brendan Hansen
started working on conditional segment initialization
commit
|
commitdiff
|
tree
|
snapshot
2021-10-19
Brendan Hansen
forgot I need to include html files
commit
|
commitdiff
|
tree
|
snapshot
2021-10-18
Brendan Hansen
added 'ouit' module
commit
|
commitdiff
|
tree
|
snapshot
2021-10-18
Brendan Hansen
switched the order of parameters in thread.spawn
threading
commit
|
commitdiff
|
tree
|
snapshot
2021-10-18
Brendan Hansen
bugfix with barrier mutex
commit
|
commitdiff
|
tree
|
snapshot
2021-10-18
Brendan Hansen
added barrier and condition variable implementation
commit
|
commitdiff
|
tree
|
snapshot
2021-10-18
Brendan Hansen
updated js loader to support multiple threads
commit
|
commitdiff
|
tree
|
snapshot
2021-10-18
Brendan Hansen
fixed a bug with memory segments initializing every...
commit
|
commitdiff
|
tree
|
snapshot
2021-10-18
Brendan Hansen
bugfix with context not being initialized yet
commit
|
commitdiff
|
tree
|
snapshot
2021-10-18
Brendan Hansen
cleaned up initialization process
commit
|
commitdiff
|
tree
|
snapshot
2021-10-17
Brendan Hansen
made onyx-js work for non-multithreaded programs again
commit
|
commitdiff
|
tree
|
snapshot
2021-10-17
Brendan Hansen
added #threadlocal storage
commit
|
commitdiff
|
tree
|
snapshot
2021-10-17
Brendan Hansen
bugfixes with __atomic_wait
commit
|
commitdiff
|
tree
|
snapshot
2021-10-17
Brendan Hansen
cleanup and bugfixes
commit
|
commitdiff
|
tree
|
snapshot
2021-10-17
Brendan Hansen
added a (maybe function) semaphore implementation
commit
|
commitdiff
|
tree
|
snapshot
2021-10-17
Brendan Hansen
added basic implementation of Mutex and Thread. made...
commit
|
commitdiff
|
tree
|
snapshot
2021-10-17
Brendan Hansen
successful multi-threading on NodeJS!
commit
|
commitdiff
|
tree
|
snapshot
2021-10-16
Brendan Hansen
finished atomic intrinsics implementation
commit
|
commitdiff
|
tree
|
snapshot
2021-10-16
Brendan Hansen
starting to implement threading on the browser
commit
|
commitdiff
|
tree
|
snapshot
2021-10-15
Brendan Hansen
Merge remote-tracking branch 'origin/master'
commit
|
commitdiff
|
tree
|
snapshot
2021-10-15
Brendan Hansen
bugfix with #auto return type being "solved" early
commit
|
commitdiff
|
tree
|
snapshot
2021-10-15
Brendan Hansen
sizeof and alignof are compile time known
commit
|
commitdiff
|
tree
|
snapshot
2021-10-15
Brendan Hansen
random bugfixes and changes
commit
|
commitdiff
|
tree
|
snapshot
2021-10-14
Brendan Hansen
added completely escaped strings (""")
commit
|
commitdiff
|
tree
|
snapshot
2021-10-13
Brendan Hansen
better array literals with polymorphism
commit
|
commitdiff
|
tree
|
snapshot
2021-10-13
Brendan Hansen
more robust array literals
commit
|
commitdiff
|
tree
|
snapshot
2021-10-12
Brendan Hansen
actually fixed array literals
commit
|
commitdiff
|
tree
|
snapshot
2021-10-12
Brendan Hansen
maybe fixed array literals
commit
|
commitdiff
|
tree
|
snapshot
2021-10-11
Brendan Hansen
fixed aliases resolving to self
commit
|
commitdiff
|
tree
|
snapshot
2021-10-11
Brendan Hansen
made map and set functions able to be 'methods'
commit
|
commitdiff
|
tree
|
snapshot
2021-10-10
Brendan Hansen
rewrote Set to rehash
commit
|
commitdiff
|
tree
|
snapshot
2021-10-10
Brendan Hansen
updated global immediate renderer to use macros
commit
|
commitdiff
|
tree
|
snapshot
2021-10-09
Brendan Hansen
bugfixes
commit
|
commitdiff
|
tree
|
snapshot
2021-10-08
Brendan Hansen
Merge remote-tracking branch 'origin/master'
commit
|
commitdiff
|
tree
|
snapshot
2021-10-08
Brendan Hansen
added printing type table
commit
|
commitdiff
|
tree
|
snapshot
2021-10-08
Brendan Hansen
marking struct types as comptime known
commit
|
commitdiff
|
tree
|
snapshot
2021-10-08
Brendan Hansen
nested struct names now have enclosing scopes in name
commit
|
commitdiff
|
tree
|
snapshot
2021-10-08
Brendan Hansen
polymorphic struct information can be queried in type_info
commit
|
commitdiff
|
tree
|
snapshot
2021-10-07
Brendan Hansen
changed tag syntax for structs
commit
|
commitdiff
|
tree
|
snapshot
2021-10-07
Brendan Hansen
changec tag syntax for struct members; added top-level...
commit
|
commitdiff
|
tree
|
snapshot
2021-10-06
Brendan Hansen
structs can have tags; some bugfixes
commit
|
commitdiff
|
tree
|
snapshot
2021-10-05
Brendan Hansen
added tagging to struct members
commit
|
commitdiff
|
tree
|
snapshot
2021-10-05
Brendan Hansen
better support for singular 'any'
commit
|
commitdiff
|
tree
|
snapshot
2021-10-05
Brendan Hansen
added Scrollable_Region_Handle
commit
|
commitdiff
|
tree
|
snapshot
2021-10-05
Brendan Hansen
random additions
commit
|
commitdiff
|
tree
|
snapshot
2021-10-04
Brendan Hansen
added test case
commit
|
commitdiff
|
tree
|
snapshot
2021-10-04
Brendan Hansen
better maps and json; fixed anonymous struct bug
commit
|
commitdiff
|
tree
|
snapshot
2021-10-01
Brendan Hansen
bugfix with arrays in structures
commit
|
commitdiff
|
tree
|
snapshot
2021-10-01
Brendan Hansen
random bugfixes; better __zero_value support for arrays.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Brendan Hansen
added ".count" to array-typed things
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
Brendan Hansen
changed map.update to be a macro
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Brendan Hansen
bugfix with type aliasing; add #() for quick code block
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Brendan Hansen
silly little bugfix for type alias to poly-instantiation
commit
|
commitdiff
|
tree
|
snapshot
2021-09-28
Brendan Hansen
bugfixes and added lcm and gcd
commit
|
commitdiff
|
tree
|
snapshot
2021-09-25
Brendan Hansen
bug fixes with operator overloading with anonymous...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-25
Brendan Hansen
added auto return syntax shortcut
commit
|
commitdiff
|
tree
|
snapshot
2021-09-23
Brendan Hansen
overloaded procedures example; added set.iterator
commit
|
commitdiff
|
tree
|
snapshot
2021-09-21
Brendan Hansen
using new features in the ui library
commit
|
commitdiff
|
tree
|
snapshot
2021-09-21
Brendan Hansen
random improvements
commit
|
commitdiff
|
tree
|
snapshot
2021-09-16
Brendan Hansen
added more internal control to ui animations
commit
|
commitdiff
|
tree
|
snapshot
2021-09-11
Brendan Hansen
added passing macros as baked arguments
commit
|
commitdiff
|
tree
|
snapshot
2021-09-11
Brendan Hansen
polymorhic solving bugfix and added quicksort
commit
|
commitdiff
|
tree
|
snapshot
2021-09-11
Brendan Hansen
added compound declarations of procedure arguments
commit
|
commitdiff
|
tree
|
snapshot
2021-09-10
Brendan Hansen
made the array functions work with slices too
commit
|
commitdiff
|
tree
|
snapshot
2021-09-10
Brendan Hansen
better interop between array types
commit
|
commitdiff
|
tree
|
snapshot
2021-09-09
Brendan Hansen
bugfix with untyped arguments
commit
|
commitdiff
|
tree
|
snapshot
next