Age | Commit message (Expand) | Author |
2015-07-06 | Fix up some minor code-quality things | Carlo Zancanaro |
2015-07-06 | Fix the warnings from the previous commit | Carlo Zancanaro |
2015-06-11 | Report command lists more nicely (line breaks between commands); report numbe... | Carlo Zancanaro |
2015-06-09 | A few changes, as suggested by static analysis | Carlo Zancanaro |
2015-06-09 | Generalise the ObjectGeneration stuff | Carlo Zancanaro |
2015-06-09 | Add an ObjectGenerator<>, and related machinery (also a mapOf generator) | Carlo Zancanaro |
2015-06-04 | Make a method static, just because I can | Carlo Zancanaro |
2015-06-04 | Move stuff over to using streams instead of iterators: much nicer! | Carlo Zancanaro |
2015-06-04 | Don't convert to/from arrays/lists unnecessarily while running tests | Carlo Zancanaro |
2015-06-03 | Change shrinking a bit, add more generators, fix some types, moved suchThat | Carlo Zancanaro |
2015-06-03 | Rename RoseTree to ShrinkTree (less confusing and more specific) | Carlo Zancanaro |
2015-06-02 | Fix up some static analysis warnings and improve @DataPoint detection | Carlo Zancanaro |
2015-06-01 | Make shrinking print where it's up to when signal (ie. ctrl+c) before exiting | Carlo Zancanaro |
2015-06-01 | Fix up static analysis issues (FindBugs and Intellij IDEA analysis) | Carlo Zancanaro |
2015-06-01 | Rename fmap -> map (apparently that's what Java's going with, see java.util.O... | Carlo Zancanaro |
2015-06-01 | Fix up list shrinking, remove minor superfluous things | Carlo Zancanaro |
2015-06-01 | Move packages, make lists shrink in size, generate lists instead of arrays as... | Carlo Zancanaro |