| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
