Commit Graph

16 Commits

Author SHA1 Message Date
6113169a47 IWYU based include statement cleanup 2020-09-02 17:39:34 -04:00
dd03c7232a Merge remote-tracking branch 'github/master' into move-convenience-functions 2020-08-31 11:41:18 -04:00
199cfeba78 more tweaks. doxygen translation has no more warnings now. 2020-08-30 14:32:53 -04:00
f3ed1dea4d minor tweaks 2020-08-30 14:28:19 -04:00
4b0999e167 complete documentation of tokenizer classes 2020-08-30 14:12:21 -04:00
96ee132e85 start documenting tokenizer classes 2020-08-30 01:50:37 -04:00
5a22f4d7f2 support that LAMMPS_POTENTIALS is a real path variable with multiple entries, not just a single folder 2020-08-29 22:22:03 -04:00
c9dc5d90d2 Merge remote-tracking branch 'origin/master' into refactor-reading 2020-07-17 23:08:26 -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
c1f6c004ca Add contains method to ValueTokenizer 2020-06-09 12:11:53 -04:00
6c41c2f69d Make Tokenizers movable 2020-06-04 16:23:46 -04:00
4f169e99e6 silence compiler warnings: const has no effect on return type 2020-05-31 09:49:22 -04:00
636a1bffe3 Fix whitespace 2020-05-29 17:25:41 -04:00
74249380ec Add count method to ValueTokenizer 2020-05-26 16:30:46 -04:00
7ac0f869ef Add ValueTokenizer 2020-05-20 15:53:50 -04:00
d41927b056 Add Tokenizer class 2020-05-20 15:49:02 -04:00