]> git.cworth.org Git - apitrace/commit
Add new "apitrace diff-state" command
authorCarl Worth <cworth@cworth.org>
Sat, 5 Nov 2011 00:04:15 +0000 (17:04 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sun, 6 Nov 2011 09:02:42 +0000 (09:02 +0000)
commitca0c40fa6d5764b3f2ba7cafc7ba1c291e466005
tree27843aa74f099a0cf59347cf28d134f05d50f77f
parent73694fa14967ad586b5116c49665fb7884de68b8
Add new "apitrace diff-state" command

Which is simply a convenient way to invoke the existing jsondiff.py script,
(which is now installed by "make install" to support this command).
CMakeLists.txt
TODO.markdown
cli/CMakeLists.txt
cli/cli.hpp
cli/cli_diff_state.cpp [new file with mode: 0644]
cli/cli_main.cpp