| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-06 | Info cleanup | Ben Culkin | |
| 2020-09-25 | Warning cleanup | Ben Culkin | |
| Take care of some various warnings that were occuring | |||
| 2020-09-25 | Add MirrorOutputStream | Ben Culkin | |
| This is an output stream that mirrors what is written to it to all of its composite output streams. | |||
| 2020-04-14 | Cleanup some warnings and stuff | Ben Culkin | |
| 2020-04-13 | Cleanup some latent bugs | Ben Culkin | |
| Cleanup some latent bugs | |||
| 2020-04-13 | Cleanup pass II | Ben Culkin | |
| Part II of the cleanup pass | |||
| 2020-04-13 | Cleanup pass | Ben Culkin | |
| Cleanup pass to uniformize things | |||
| 2020-04-13 | Add some javadoc. | Ben Culkin | |
| Add some javadoc comments | |||
| 2020-04-12 | Finish esodata extraction | Ben Culkin | |
| Finished extracting the old version of esodata, and fixed all the local issues | |||
| 2020-04-07 | Remove utils.esodata | Ben Culkin | |
| utils.esodata now also lives in the esodata project; not here | |||
| 2020-04-07 | Finish remove utils.data | Ben Culkin | |
| utils.data now lives in the esodata project; not in this one | |||
| 2020-04-06 | Cleanup warnings | Ben Culkin | |
| Cleanup some warnings | |||
| 2020-04-06 | Update UI controls | Ben Culkin | |
| Add an additional UI control (a button that has a keystroke bound to it), and add the ability to get a directory picker from SimpleFileChooser | |||
| 2020-04-06 | Add NumberUtilsTests | Ben Culkin | |
| Add some tests for stuff in math.NumberUtils | |||
| 2020-04-06 | Add Tape append | Ben Culkin | |
| Add an ability to append an item to a tape. Currently, the implementation is kind of inefficent for everything that isn't a SingleTape | |||
| 2020-03-28 | Add DualExprParser | Ben Culkin | |
| This class parses DualExprs from prefix expressions | |||
| 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 | More tests | Benjamin J. Culkin | |
| 2019-04-11 | IOUtils | Benjamin J. Culkin | |
| 2019-04-11 | ArrayIterator | 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 | |
| 2019-04-11 | Tree updates | Benjamin J. Culkin | |
| 2018-10-30 | Cleanup | bculkin2442 | |
| 2018-10-29 | QueuedIterators | bculkin2442 | |
| QueuedIterators are iterators that can have other iterators interleaved into their iteration sequences. This was implemented as a decent idea, and because it may help get the iterative topDownTransform working again (if it ever worked in the first place...) | |||
| 2018-10-29 | More testing. | bculkin2442 | |
| Add some more testing utilities | |||
| 2018-10-28 | Cleanup | bculkin2442 | |
| 2018-10-28 | Import organization | bculkin2442 | |
| 2018-10-28 | Testing | bculkin2442 | |
| Doing more command testing, and introducing coverage testing | |||
| 2018-10-25 | General work on commands | bculkin2442 | |
| 2018-10-18 | Fix levelSplitterRX, and add tests to ensure that it stays fixed | bculkin2442 | |
| It would also be fairly easy to convert this to a general splitRX, or add support for additional expressions. This might be a better interface than the one in ConfigurableTokenSplitter. (It'd almost certainly be easier to debug/introspect than the bodged together regex that CTS uses,) | |||
| 2018-10-18 | Add additional test utility method | bculkin2442 | |
| 2018-10-18 | Maybe fix levelSplitRX | Benjamin J. Culkin | |
| 2018-10-16 | Testing stuff | bculkin2442 | |
| 2018-10-16 | Merge branch 'master' of github.com:bculkin2442/bjc-utils2 | Benjamin J. Culkin | |
| 2018-10-14 | Testing | bculkin2442 | |
| 2018-10-14 | Move tests | bculkin2442 | |
| 2018-10-14 | Cleanup | 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-20 | Comment | Benjamin J. Culkin | |
| 2018-09-19 | Fix broken package | bculkin2442 | |
| 2018-09-19 | Move DelimSplitterTest | Benjamin J. Culkin | |
| 2018-09-19 | Add MirrorDB | Benjamin J. Culkin | |
| This adds a simple map that uses the unicode bidirectional database to say whether or not a given character has a mirrored counterpart (e.g, ( and ), < and >, as well as « and ») | |||
| 2018-09-19 | Minor tweak | Benjamin J. Culkin | |
| 2018-09-17 | Add linespacing to ReportWriter | Benjamin J. Culkin | |
| 2018-09-17 | Add more features to ReportWriter | Benjamin J. Culkin | |
| This adds both an ability to get the column at which the indent ended, as well as some basic page control. | |||
