index
:
amalgam
master
A programming language for combining cpu and gpu programming into the same language.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2020-07-25
Cleanup.. im stupid
dec05eba
2020-07-25
Shit
dec05eba
2020-07-25
Fix crash in parser import, optimize tokenizer_consume_if to not reparse if ↵
dec05eba
already parsed
2020-07-25
Update implementation doc
dec05eba
2020-07-25
Fix compiler join thread, fix compiliation with clang
dec05eba
2020-07-25
fix crashes
dec05eba
2020-07-25
Fix scoped allocator alloc bug, do all processing in non-main threads. Main ↵
dec05eba
only join
2020-07-25
Use multiple threads to parse
dec05eba
2020-07-25
Remove unused allocator from buffer
dec05eba
2020-07-25
Restrict buffer_deinit to scoped allocator
dec05eba
2020-07-25
Separate buffers from general allocation, but still have them in scoped ↵
dec05eba
allocator
2020-07-25
Fix rebase error
dec05eba
2020-07-25
Fixed CHECK_RESULT macro, use scoped allocator
dec05eba
Scoped allocator gives us better performance and cleanup code for error cases is much cleaner
2020-07-25
Fixed CHECK_RESULT macro, use scoped allocator
dec05eba
Scoped allocator gives us better performance and cleanup code for error cases is much cleaner
2020-07-25
Add result check for msvc
dec05eba
2020-07-25
Add grammar above parser functions
dec05eba
2020-07-25
Initial commit, Function declaration work somewhat
dec05eba
[prev]