Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-05-01 | retrace: Put JSON writer behind an ABC. | Jose Fonseca | 1 | -59/+3 |
2015-03-08 | json: Use C++11 std::isinf/isnan. | Jose Fonseca | 1 | -9/+3 |
2015-03-06 | d3d11: Implement format and raster state dumping. | Zack Rusin | 1 | -0/+8 |
2014-12-29 | retrace: Pass additional image information via struct on JSONWriter::writeImage. | José Fonseca | 1 | -1/+18 |
2012-11-28 | retrace: Factor out image json dumping into json.cpp. | José Fonseca | 1 | -0/+8 |
2012-11-28 | retrace: Move JSON write implementation to a .cpp file. | José Fonseca | 1 | -247/+46 |
2012-11-15 | retrace: Use different methods for writing int/floats. | José Fonseca | 1 | -5/+12 |
2012-10-26 | Allow NaN, Infinity in JSON. | José Fonseca | 1 | -7/+14 |
2012-08-02 | Avoid inserting 'inf' and friends into the json output. | Carl Worth | 1 | -2/+9 |
2012-05-14 | Use appropriate number of digits when dumping floating point numbers. | José Fonseca | 1 | -1/+2 |
2012-05-13 | Rename d3dshader.* -> d3d9shader.* | José Fonseca | 1 | -0/+361 |