aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/tools/process-wrapper-options.cc
Commit message (Collapse)AuthorAge
* Make process-wrapper output execution statistics for executed commands.Gravatar ruperts2017-11-28
| | | | | | | For example, it now outputs resource usage statistics like the amount of user time and system time used. RELNOTES: None PiperOrigin-RevId: 177263221
* Delete unused function in process-wrapper-options.ccGravatar Benjamin Peterson2017-07-18
| | | | | Change-Id: Idbbf4662b96508c40c6f530ce5609faa079f0976 PiperOrigin-RevId: 162218592
* Use getopt to parse process-wrapper's command-line.Gravatar philwo2017-06-22
This will allow us to add new and optional flags like selecting a strategy used to spawn / wait for the child process. No one except Bazel should be calling "process-wrapper" and I couldn't find any references, so this breaking change should be fine. PiperOrigin-RevId: 159685867