]> git.cworth.org Git - apitrace/commit
Add "apitrace diff-images" command
authorCarl Worth <cworth@cworth.org>
Sat, 12 Nov 2011 00:58:05 +0000 (16:58 -0800)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Wed, 23 Nov 2011 14:18:27 +0000 (14:18 +0000)
commit1cbf9182d7158859160ba8ef8405fad7390644b3
treec8201f3429f94251740977ff217b3f1af44fc0f4
parente181b99a776865a5aca43a64cf6afbaa371583ab
Add "apitrace diff-images" command

Which simply calls out to the existing snapdiff.py script, (notably,
it also passes "apitrace diff-images --help" to snapdiff.py as well).
cli/CMakeLists.txt
cli/cli.hpp
cli/cli_diff_images.cpp [new file with mode: 0644]
cli/cli_main.cpp