Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Two small nits in __main__ part.0.9.1 | Matěj Cepl | 2011-11-21 | 5 | -3/+42 |
| | |||||
* | Bump the version to 0.9.0 ... closing down.0.9.0 | Matěj Cepl | 2011-11-21 | 1 | -1/+1 |
| | |||||
* | Don't use strings, when you can use lists (for output collection) | Matěj Cepl | 2011-11-21 | 1 | -7/+9 |
| | | | | Maybe a bit of premature optimization, but hopefully it won't hurt. | ||||
* | Refactoring to use smaller functions. | Matěj Cepl | 2011-11-21 | 2 | -64/+61 |
| | | | | Could be eventually good for profiling etc. (and better testing?) | ||||
* | Remove .ditz with all tasks | Matěj Cepl | 2011-11-20 | 8 | -203/+0 |
| | |||||
* | Option -i which allows only enumerated attributes to be considered. | Matěj Cepl | 2011-11-20 | 6 | -1369/+1394 |
| | | | | | All tests pass (including the large piglit one, except I keep it commented out, it takes over 4.5 minutes to finish). | ||||
* | Add tons of elementary tests. | Matěj Cepl | 2011-11-19 | 3 | -232/+310 |
| | | | | | | | Tests now should cover all basics of JSON format. Also added a method _run_test_strings for simple tests. Created a parent class OurTestCase containing the above helper methods. Moved static strings to special module. | ||||
* | At least some tests work. | Matěj Cepl | 2011-11-19 | 5 | -926/+35938 |
| | |||||
* | Back to the green, still struggling with arrays. | Matěj Cepl | 2011-11-16 | 3 | -68/+133 |
| | |||||
* | Back to green bar. Just tiny change before doing serious work. | Matěj Cepl | 2011-11-16 | 1 | -7/+4 |
| | |||||
* | Switch back to optparse ... no need to have an additional dependency. | Matěj Cepl | 2011-11-16 | 7 | -18/+453 |
| | |||||
* | Update testing data to the newest piglit checkout. | Matěj Cepl | 2011-11-08 | 4 | -35734/+36003 |
| | | | | Also add a bug about crashing json_diff on arrays. | ||||
* | Making the script slightly more future-proof. | Matěj Cepl | 2011-11-01 | 3 | -29/+24 |
| | | | | | use from __future__ import division, absolute_import use argparse instead of optparse | ||||
* | HTML formatted output possible. | Matěj Cepl | 2011-10-28 | 8 | -90/+292 |
| | |||||
* | Added original XDiff paper | Matěj Cepl | 2011-10-24 | 1 | -0/+0 |
| | |||||
* | First working (w/unit tests) version. | Matěj Cepl | 2011-10-24 | 5 | -171/+289 |
| | | | | Includes also tests for results of piglit run. | ||||
* | Add testing data. | Matěj Cepl | 2011-10-24 | 7 | -1/+107344 |
| | |||||
* | Remove now unnecessary files. | Matěj Cepl | 2011-10-24 | 35 | -1604/+0 |
| | |||||
* | Cleanup and start of rewrite. Last Javascript commit. | Matěj Cepl | 2011-10-24 | 1 | -126/+126 |
| | | | | - Start of PyDev project | ||||
* | Added previous examples, .ditz subdirectory and testing data as submodules. | Matěj Cepl | 2011-10-14 | 10 | -84/+118 |
| | |||||
* | Reformatted tlrobinson's script as .js | Matěj Cepl | 2011-10-10 | 1 | -0/+179 |
| | |||||
* | Original vesion by tlrobinson | Matěj Cepl | 2011-10-10 | 33 | -0/+1604 |