projects
/
onyx.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
onyx.git
2021-04-25
Brendan Hansen
initial thoughts on IR for C
c-compilation
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Brendan Hansen
Merge branch 'master' into c-compilation
commit
|
commitdiff
|
tree
|
snapshot
2021-04-25
Brendan Hansen
small cleanup
commit
|
commitdiff
|
tree
|
snapshot
2021-04-24
Brendan Hansen
fixed a small bug because && does not short circuit
commit
|
commitdiff
|
tree
|
snapshot
2021-04-24
Brendan Hansen
bug fixes with a better heap allocator
commit
|
commitdiff
|
tree
|
snapshot
2021-04-22
Brendan Hansen
removing more unnecessary enum prefixes
commit
|
commitdiff
|
tree
|
snapshot
2021-04-22
Brendan Hansen
removed some unneeded enum member look ups
commit
|
commitdiff
|
tree
|
snapshot
2021-04-22
Brendan Hansen
added unary field access for enum/struct members
commit
|
commitdiff
|
tree
|
snapshot
2021-04-22
Brendan Hansen
starting to work on reusable modules for webgl and...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-21
Brendan Hansen
going to try to stay on top of the CHANGELOG from now on
commit
|
commitdiff
|
tree
|
snapshot
2021-04-21
Brendan Hansen
code cleanup; added iter.zip and iter.const
commit
|
commitdiff
|
tree
|
snapshot
2021-04-21
Brendan Hansen
moved container-like things to core/container
commit
|
commitdiff
|
tree
|
snapshot
2021-04-21
Brendan Hansen
added iter.skip and iter.take_while; small poly proc...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-21
Brendan Hansen
Merge branch 'master' into c-compilation
commit
|
commitdiff
|
tree
|
snapshot
2021-04-21
Brendan Hansen
fixed onyx.vim
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Brendan Hansen
Merge branch 'master' into c-compilation
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Brendan Hansen
changed filter iterator to use the right name
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Brendan Hansen
Merge branch 'master' into c-compilation
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Brendan Hansen
added iter.fold and iter.take
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Brendan Hansen
started working on lazy iterator library
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Brendan Hansen
Merge branch 'master' into c-compilation
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Brendan Hansen
using bh_align where I can
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Brendan Hansen
Merge remote-tracking branch 'origin/c-compilation...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Brendan Hansen
tiny bugfix
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Brendan Hansen
marking things as incomplete
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Brendan Hansen
implemented Entity_Type_Memory_Reservation
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
Brendan Hansen
implemented Entity_Type_File_Contents
commit
|
commitdiff
|
tree
|
snapshot
2021-04-19
Brendan Hansen
string literals get compiled.
commit
|
commitdiff
|
tree
|
snapshot
2021-04-19
Brendan Hansen
Merge branch 'master' into c-compilation
commit
|
commitdiff
|
tree
|
snapshot
2021-04-19
Brendan Hansen
fixed issue when writing to a file more than once
commit
|
commitdiff
|
tree
|
snapshot
2021-04-19
Brendan Hansen
Merge branch 'master' into c-compilation
commit
|
commitdiff
|
tree
|
snapshot
2021-04-19
Brendan Hansen
fixed bug with overloaded operators not discarding...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-19
Brendan Hansen
added Register typedef
commit
|
commitdiff
|
tree
|
snapshot
2021-04-19
Brendan Hansen
outputting a C file.
commit
|
commitdiff
|
tree
|
snapshot
2021-04-19
Brendan Hansen
starting work on C compilation.
commit
|
commitdiff
|
tree
|
snapshot
2021-04-18
Brendan Hansen
added binary_reader package. probably going to remove...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-17
Brendan Hansen
fixed list iterator destoying list
commit
|
commitdiff
|
tree
|
snapshot
2021-04-17
Brendan Hansen
left a DEBUG_HERE and never tested on linux
commit
|
commitdiff
|
tree
|
snapshot
2021-04-17
Brendan Hansen
updated a test case to use the new iterators
commit
|
commitdiff
|
tree
|
snapshot
2021-04-17
Brendan Hansen
added 'close' semantics to iterators
commit
|
commitdiff
|
tree
|
snapshot
2021-04-17
Brendan Hansen
even more clean up in code generation
commit
|
commitdiff
|
tree
|
snapshot
2021-04-17
Brendan Hansen
refactored for cleaner code generation.
commit
|
commitdiff
|
tree
|
snapshot
2021-04-16
Brendan Hansen
started refactoring how stack space is allocated
commit
|
commitdiff
|
tree
|
snapshot
2021-04-16
Brendan Hansen
forgot to free an integer local
commit
|
commitdiff
|
tree
|
snapshot
2021-04-16
Brendan Hansen
iterator close is now optional
commit
|
commitdiff
|
tree
|
snapshot
2021-04-16
Brendan Hansen
added custom iterators! and some error checking
commit
|
commitdiff
|
tree
|
snapshot
2021-04-16
Brendan Hansen
added __zero_value intrinsic to quickly make a zeroed...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-16
Brendan Hansen
added some more array functionality
commit
|
commitdiff
|
tree
|
snapshot
2021-04-15
Brendan Hansen
changed how #operator and #add_overload work
commit
|
commitdiff
|
tree
|
snapshot
2021-04-15
Brendan Hansen
Merge branch 'master' of github.com:brendanfh/onyx
commit
|
commitdiff
|
tree
|
snapshot
2021-04-15
Brendan Hansen
better binary operator error messages
commit
|
commitdiff
|
tree
|
snapshot
2021-04-15
Brendan Hansen
made package nodes being "typed", to avoid some errors
commit
|
commitdiff
|
tree
|
snapshot
2021-04-14
Brendan Hansen
bug fixes; removed managed heap allocator
commit
|
commitdiff
|
tree
|
snapshot
2021-04-14
Brendan Hansen
'use package' and 'use' are unified; bugs will ensue
commit
|
commitdiff
|
tree
|
snapshot
2021-04-13
Brendan Hansen
package expressions
commit
|
commitdiff
|
tree
|
snapshot
2021-04-13
Brendan Hansen
error message when case expressions aren't CT
commit
|
commitdiff
|
tree
|
snapshot
2021-04-13
Brendan Hansen
dynamic arrays have allocators now
commit
|
commitdiff
|
tree
|
snapshot
2021-04-13
Brendan Hansen
documented overloaded procs; bugfixes
commit
|
commitdiff
|
tree
|
snapshot
2021-04-12
Brendan Hansen
overloads can be used by value
commit
|
commitdiff
|
tree
|
snapshot
2021-04-12
Brendan Hansen
overloads of overloads
commit
|
commitdiff
|
tree
|
snapshot
2021-04-12
Brendan Hansen
updating some examples and bugfixes
commit
|
commitdiff
|
tree
|
snapshot
2021-04-10
Brendan Hansen
removed 'proc's; more fun output
commit
|
commitdiff
|
tree
|
snapshot
2021-04-08
Brendan Hansen
updated windows-build.yml
commit
|
commitdiff
|
tree
|
snapshot
2021-04-06
Brendan Hansen
tiny updates to stream reader
commit
|
commitdiff
|
tree
|
snapshot
2021-04-02
Brendan Hansen
refactoring the standup code to be more modular
commit
|
commitdiff
|
tree
|
snapshot
2021-03-31
Brendan Hansen
added more string functionality
commit
|
commitdiff
|
tree
|
snapshot
2021-03-30
Brendan Hansen
random cleanups
commit
|
commitdiff
|
tree
|
snapshot
2021-03-22
Brendan Hansen
random little changes
commit
|
commitdiff
|
tree
|
snapshot
2021-03-08
Brendan Hansen
removed probably unnecessary checks
commit
|
commitdiff
|
tree
|
snapshot
2021-03-08
Brendan Hansen
cleaned up code relating to overloaded procedures
commit
|
commitdiff
|
tree
|
snapshot
2021-03-05
Brendan Hansen
SIMD and use package in polyproc bugfixes
commit
|
commitdiff
|
tree
|
snapshot
2021-03-05
Brendan Hansen
Delete onyx.exe
commit
|
commitdiff
|
tree
|
snapshot
2021-03-05
Brendan Hansen
Update .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2021-03-05
Brendan Hansen
started working on logging
commit
|
commitdiff
|
tree
|
snapshot
2021-03-04
Brendan Hansen
small bugfix with negative integer literals
commit
|
commitdiff
|
tree
|
snapshot
2021-03-04
Brendan Hansen
fixed a test case
commit
|
commitdiff
|
tree
|
snapshot
2021-03-04
Brendan Hansen
Hopefully fixed windows-build.yml
commit
|
commitdiff
|
tree
|
snapshot
2021-03-04
Brendan Hansen
Update and rename windows_build.yml to windows-build.yml
commit
|
commitdiff
|
tree
|
snapshot
2021-03-04
Brendan Hansen
Create windows_build.yml
commit
|
commitdiff
|
tree
|
snapshot
2021-03-04
Brendan Hansen
small bugfix with '-1' not converting to float
commit
|
commitdiff
|
tree
|
snapshot
2021-03-04
Brendan Hansen
bug fixes; added 'map.get_ptr'
commit
|
commitdiff
|
tree
|
snapshot
2021-03-03
Brendan Hansen
Merge branch 'master' of github.com:brendanfh/onyx
commit
|
commitdiff
|
tree
|
snapshot
2021-03-03
Brendan Hansen
added '__initialize' intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2021-03-03
Brendan Hansen
should have tested this before I committed it
commit
|
commitdiff
|
tree
|
snapshot
2021-03-02
Brendan Hansen
added alternate way to do varargs
commit
|
commitdiff
|
tree
|
snapshot
2021-03-02
Brendan Hansen
fixed segfault with parse error in struct
commit
|
commitdiff
|
tree
|
snapshot
2021-03-02
Brendan Hansen
added webgl functionality
commit
|
commitdiff
|
tree
|
snapshot
2021-03-01
Brendan Hansen
cleaned up AOC test cases for anyone using them to...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-26
Brendan Hansen
random little changes; starting package rewrite
commit
|
commitdiff
|
tree
|
snapshot
2021-02-23
Brendan Hansen
bugfix with reducing statements
commit
|
commitdiff
|
tree
|
snapshot
2021-02-23
Brendan Hansen
making, finding and fixing bugs
commit
|
commitdiff
|
tree
|
snapshot
2021-02-22
Brendan Hansen
improved some error messages
commit
|
commitdiff
|
tree
|
snapshot
2021-02-22
Brendan Hansen
added anonymous array literals and uncovered bugs
commit
|
commitdiff
|
tree
|
snapshot
2021-02-22
Brendan Hansen
added anonymous struct literals
commit
|
commitdiff
|
tree
|
snapshot
2021-02-22
Brendan Hansen
fixed return bug
commit
|
commitdiff
|
tree
|
snapshot
2021-02-21
Brendan Hansen
bugfix with assigning to struct parameters
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Brendan Hansen
updated string_stream_test
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Brendan Hansen
added some functionality to reading streams
commit
|
commitdiff
|
tree
|
snapshot
2021-02-18
Brendan Hansen
small changes in core libraries
commit
|
commitdiff
|
tree
|
snapshot
2021-02-17
Brendan Hansen
Merge remote-tracking branch 'origin/master'
commit
|
commitdiff
|
tree
|
snapshot
next