layers: Create APIDump[NoAddr]Cpp layers using c++ string and streams
authorTobin Ehlis <tobin@lunarg.com>
Sat, 10 Jan 2015 19:42:41 +0000 (12:42 -0700)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 5 Feb 2015 00:58:05 +0000 (17:58 -0700)
commit12c336ff1a82287b33587cab07db48a3d458d807
tree5b5c8579579a8cfa272c75e9b6fc59243171f144
parent6a03176363d8cedbed3549ecac309943fdbf19ed
layers: Create APIDump[NoAddr]Cpp layers using c++ string and streams

This is fully functional version of APIDump & APIDumpNoAddr using std::string and i/o streams
Hopefully this will fix a few random crashes that were being hit with rendersystemtests & APIDump
Long term we won't keep generating so many different APIDump layers.
The main APIDump layer will be the Cpp version and it will have settings file options to vary file i/o and noaddr along with any new options.
We should keep the C version of APIDump around until we're sure we don't need it, though.
layers/CMakeLists.txt
xgl-helper.py
xgl-layer-generate.py