summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-24Update sitebculkin2442
2019-06-24Part I of factoring out controlsbculkin2442
This is part one of factoring out controls and control parsing so that we aren't doing it in three different places. Two main things before this is done: 1. Finish up the parsing in ControlledString 2. Actually replace the old implementations in ReplPair
2019-06-24Added ReplSet - a container for List<ReplPair>bculkin2442
At the moment, all ReplSet is is a convenient way to wrap around the interface of ReplPair in a convenient way. It will probably have some extra functionality in the future, though I am not sure of the details as of yet.
2019-06-24Add some commentsbculkin2442
2019-06-24Fix some bugs in escapeSplitbculkin2442
The main bug was that if you started the string with a delimiter, you would only get an empty string as a result. Turns out endsWith("") is usually true :-| Also, added some more tests, and some more early outs to escapeSplit.
2019-06-21Update documentation sitebculkin2442
2019-06-18Update POMbculkin2442
2019-06-18Lots of frontend workbculkin2442
2019-06-18Add additional testsbculkin2442
2019-06-18Update tests :)bculkin2442
2019-06-13Rename packagebculkin2442
Things are now in package bjc.everge, not bjc.replpair
2019-06-13Add site.xmlbculkin2442
2019-06-13Update sitebculkin2442
2019-06-12Tests & Debuggingbculkin2442
Added another test, this time for staging. Also added some debugging capabilities.
2019-06-12Updatebculkin2442
2019-06-12Update POMbculkin2442
2019-06-11Remove old sitebculkin2442
2019-06-11Updatebculkin2442
2019-06-11Relocate sitebculkin2442
2019-06-11Include sitebculkin2442
2019-06-11Update POM to be betterbculkin2442
2019-06-11Add LICENSEBenjamin Culkin
Add LICENSE file for dictating the terms the software is usable under. Apache 2.0, because I don't care that much what you do with it, but I would like to hear about it if you do something with it.
2019-06-11Initial commit p2Benjamin J. Culkin
The rest of the files, for initial upload to github
2019-06-11Initial commitBenjamin J. Culkin