Commit Graph

7 Commits

Author SHA1 Message Date
3db944decc apply clang-format settings to the c++ sources in the unittest tree 2020-06-13 01:54:58 -04:00
9945f73743 fix spelling in a few more files 2020-06-11 01:05:58 -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
644ef3da4c add LAMMPS copyright header 2020-06-01 19:08:59 -04:00
7ac0f869ef Add ValueTokenizer 2020-05-20 15:53:50 -04:00
9e3759d0fc Add missing newlines 2020-05-20 15:53:29 -04:00
d41927b056 Add Tokenizer class 2020-05-20 15:49:02 -04:00