onyx.git
2020-05-19 Brendan HansenProgress on the initial parser #1
2020-05-18 Brendan HansenSmall bugfix on Arena Allocator
2020-05-18 Brendan HansenGetting ready to start the initial parser
2020-05-17 Brendan HansenMerge remote-tracking branch 'origin/master'
2020-05-17 Brendan HansenSmall bugfix will pointer math
2020-05-17 Brendan HansenSmall bugfix will pointer math
2020-05-17 Brendan HansenImplemented Allow Arena allocator to create more arenas #10
2020-05-17 Brendan HansenCode cleanup
2020-05-17 Brendan HansenApparently my "nofree" allocator is actually called...
2020-05-15 Brendan HansenSmall bug / performance fix
2020-05-15 Brendan HansenAdded custom allocator capability to hashtables
2020-05-15 Brendan HansenSpelling fix
2020-05-15 Brendan HansenAdded custom allocators (heap and nofree allocators...
2020-05-15 Brendan HansenPushing changes at end of day
2020-05-14 Brendan HansenFixed Last tokens produced by tokenizer appear to be...
2020-05-14 Brendan HansenFixed Tokenizer producing wrong line number and column #6
2020-05-14 Brendan HansenSmall memory improvement for hashtable iterators
2020-05-14 Brendan HansenSmall fixes to safety of hash iterator
2020-05-14 Brendan HansenAdded hash table iteration
2020-05-13 Brendan HansenAdded hashtable implementation and working on strings
2020-05-12 Brendan HansenMerge remote-tracking branch 'origin/master'
2020-05-12 Brendan HansenCommiting at end of day. Working on rewriting the bh_st...
2020-05-12 Brendan HansenCommiting at end of day. Working on rewriting the bh_st...
2020-05-12 Brendan HansenFinished bh_arr
2020-05-11 Brendan HansenSplit project up and working on bh_arr
2020-05-11 Brendan Hansenupdates
2020-05-06 Brendan HansenWorking on the tokenizer
2020-05-05 Brendan HansenLots of progress on file API
2020-05-05 Brendan HansenStarting to work on files
2020-05-04 Brendan HansenAdding more string functionality
2020-05-04 Brendan HansenWorking on string library
2020-05-04 Brendan HansenWorking on custom library for C development
2020-05-01 Brendan HansenStarting file reading
2020-05-01 Brendan HansenInitial commit