| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-14 | Cleanup some warnings and stuff | Ben Culkin | |
| 2020-04-13 | Cleanup pass | Ben Culkin | |
| Cleanup pass to uniformize things | |||
| 2020-04-12 | Finish esodata extraction | Ben Culkin | |
| Finished extracting the old version of esodata, and fixed all the local issues | |||
| 2020-04-07 | Finish remove utils.data | Ben Culkin | |
| utils.data now lives in the esodata project; not in this one | |||
| 2020-03-27 | Refactor test structure | Ben Culkin | |
| Tests are now in a 'test' sub-package, so it is clear that they are indeed test code, not just disjoint parts of the main code | |||
| 2020-01-06 | General warning cleanup | bculkin2442 | |
| Just clean up of some warnings/other misc. problems | |||
| 2019-07-25 | Better iterator functionality | Benjamin J. Culkin | |
| 2019-04-11 | StringUtils tweaks | Benjamin J. Culkin | |
| 2019-04-11 | ChainIterators | Benjamin J. Culkin | |
| 2019-04-11 | QueuedIterator changes | Benjamin J. Culkin | |
| 2018-10-29 | More testing. | bculkin2442 | |
| Add some more testing utilities | |||
| 2018-10-28 | Cleanup | bculkin2442 | |
| 2018-10-28 | Import organization | bculkin2442 | |
| 2018-10-25 | General work on commands | bculkin2442 | |
| 2018-10-18 | Add additional test utility method | bculkin2442 | |
| 2018-10-16 | Testing stuff | bculkin2442 | |
| 2018-10-14 | Testing | bculkin2442 | |
| 2018-10-13 | General cleanup and documentation. | bculkin2442 | |
| Cleanup files, and add missing comments in places. | |||
| 2018-10-13 | Pull out levelSplit/levelContains | bculkin2442 | |
| levelSplit/levelContains from the StringUtils class are now instead in the new LevelSplitter class in ioutils. This is so that new features of varying sorts can be added to those functions without cluttering up StringUtils. | |||
| 2018-09-06 | Minor changes | Benjamin J. Culkin | |
| 2018-08-08 | Minor changes | Benjamin J. Culkin | |
| 2018-07-20 | Add functionality to StringUtils | Benjamin J. Culkin | |
| levelSplit/levelContains now respects both single and double quoted strings Added levelSplitRX that does level splitting based on a regex | |||
| 2018-07-17 | Add level splitting/contains | Benjamin J. Culkin | |
| This allows splitting/contain checking of strings, respecting grouping delimiters. Ex: The string "a|b|(a|b)" would be split into "a", "b", "(a|b)" instead of "a", "b", "(a", "b)" | |||
| 2018-06-03 | Add some additional utilities | Benjamin J. Culkin | |
| This adds some list/set utilities, including an implementation of 'plain changes' for generating list permutations that I suspect needs some debugging. | |||
| 2018-06-02 | Add list to primitive array method | Benjamin J. Culkin | |
| 2018-03-01 | Update | bjculkin | |
| 2018-03-01 | Finish most of CL formatting. | bjculkin | |
| There are a couple of unimplemented directives, but the only ones I'd consider anywhere near crucial would be the floating-point ones, which I'm not sure what I should do with them. | |||
| 2018-02-12 | Commenting | bjculkin | |
| 2018-02-12 | Formatting pass | bjculkin | |
| 2018-02-12 | Update | bjculkin | |
| 2017-10-11 | Cleanup more | Benjamin J. Culkin | |
| 2017-10-08 | Start splitting into maven modules | Benjamin J. Culkin | |
