| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated help function to not use inline loop. | 2018-03-20 | 1 | -10/+7 | |
| | | | | | | Inlining the loop in help made the output quite large for no real gain in perfomance. | ||||
| * | Fixed help fn | 2018-03-15 | 1 | -1/+1 | |
| | | |||||
| * | Refactored clap to use inline loops where possible. | 2018-03-14 | 2 | -47/+64 | |
| | | | | | Time to study the differences in the assemply | ||||
| * | Fixed code crashing Zig | 2018-03-14 | 1 | -12/+11 | |
| | | |||||
| * | Changed around some code in test | 2018-03-14 | 1 | -21/+23 | |
| | | |||||
| * | Added command line argument parser. | 2018-03-14 | 3 | -0/+342 | |
| | | | | | * Zig crashes when trying to compile this code | ||||
| * | Initial commit | 2018-03-14 | 1 | -0/+24 | |