Commit Graph

11 Commits

Author SHA1 Message Date
3e2b004d21 more use of constexpr 2020-12-17 16:01:26 -05:00
29a7d598ac update formatting style to be more consistent 2020-09-21 02:04:58 -04:00
2e0af2fdce some more second pass cleanup 2020-09-04 00:46:23 -04:00
c7c4297cfc update include handling for commands 2020-09-03 00:51:58 -04:00
33f2cbc713 add docs for TextFileReader class to developer guide 2020-08-31 06:57:16 -04:00
81d937ee97 Performance optimization of Tokenizer
Reduces string allocations and removes std::vector from Tokenizer
Most processing now happens on-demand.
2020-06-11 00:22:04 -04:00
2ed8652545 Fix whitespace 2020-06-05 19:15:31 -04:00
2203e1e9e5 Change next_dvector(n, buf) to next_dvector(buf, n) 2020-06-05 16:40:14 -04:00
8689b31bca Add convenience method next_values 2020-06-04 16:27:27 -04:00
5688fd41bb Remove trailing whitespace 2020-06-02 16:43:41 -04:00
24a0933e2a Refactor PotentialFileReader 2020-06-02 14:18:11 -04:00