summaryrefslogtreecommitdiff
path: root/cli/cli_diff.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-08-26cli: prefer detected python executable instead of harcoded oneLaurent Carlier1-2/+2
In ArchLinux, python means python3 v2: Don't change Windows behavior -- Jose.
2014-06-24cli: Exit early when script is not found.José Fonseca1-6/+0
2012-12-07cli: Merge trace_resource.cpp and trace_tools_trace.cpp in.José Fonseca1-2/+2
It's only used by CLI and it will not change.
2012-03-08Invoke python when executing scripts.José Fonseca1-5/+7
More robust
2012-02-18Re-implement tracediff.sh on Python.José Fonseca1-49/+29
2012-01-31Avoid hacking around argc / argv.José Fonseca1-1/+1
2011-11-29Refactor the code to find scripts.José Fonseca1-6/+2
Hopefully fixes scripts on Windows too, but untested yet.
2011-11-24Cleanup and generalize os string class.José Fonseca1-3/+3
2011-11-11Abstract execv().José Fonseca1-5/+3
2011-11-06cli: Pass apitrace path to tracediff.sh.José Fonseca1-0/+3
So that it works automatically from the build directory too.
2011-11-06cli: Add a new "apitrace diff" command.Carl Worth1-0/+112
This command simply provides a more consistent way of getting access to the existing tracediff.sh command, (which is now installed to <prefix>/lib/apitrace/scripts for the "apitrace diff" command to invoke, but not necessarily for users to invoke directly).