Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-26 | cli: prefer detected python executable instead of harcoded one | Laurent Carlier | 1 | -2/+2 | |
In ArchLinux, python means python3 v2: Don't change Windows behavior -- Jose. | |||||
2014-06-24 | cli: Exit early when script is not found. | José Fonseca | 1 | -6/+0 | |
2012-12-07 | cli: Merge trace_resource.cpp and trace_tools_trace.cpp in. | José Fonseca | 1 | -2/+2 | |
It's only used by CLI and it will not change. | |||||
2012-03-08 | Invoke python when executing scripts. | José Fonseca | 1 | -5/+7 | |
More robust | |||||
2012-02-18 | Re-implement tracediff.sh on Python. | José Fonseca | 1 | -49/+29 | |
2012-01-31 | Avoid hacking around argc / argv. | José Fonseca | 1 | -1/+1 | |
2011-11-29 | Refactor the code to find scripts. | José Fonseca | 1 | -6/+2 | |
Hopefully fixes scripts on Windows too, but untested yet. | |||||
2011-11-24 | Cleanup and generalize os string class. | José Fonseca | 1 | -3/+3 | |
2011-11-11 | Abstract execv(). | José Fonseca | 1 | -5/+3 | |
2011-11-06 | cli: Pass apitrace path to tracediff.sh. | José Fonseca | 1 | -0/+3 | |
So that it works automatically from the build directory too. | |||||
2011-11-06 | cli: Add a new "apitrace diff" command. | Carl Worth | 1 | -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). |