Age | Commit message (Collapse) | Author |
|
(transplanted from 96ec064688376d0f4bfbabcfe8d478227403b630)
|
|
autobuild now passes a vector of arguments to the commands it executes,
instead of smashing everything together into a single string only to have
cmd.exe parse it back into individual arguments again. In general, this is a
good thing and more robust than before.
However, it surfaces the fact that sometimes people were lazy and encoded
things like "-configuration Release" or "-j 12" as single <string> elements in
the XML. When such things are handed to the command as a single argument string
containing a space, it can get confused.
Code (e.g.) <string>-configuration</string><string>Release</string> instead.
|
|
|
|
|
|
|
|
(2526/chrome47 version - soon to be replaced with 2704/chrome 51)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using local files
|
|
additions (status, titles, looping)
|
|
updated viewer setting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of fixes
|
|
|
|
|
|
|
|
it's not used there
|
|
code changes, just updating to latest after changes to documentation/private status)
|
|
|
|
with viewer code
|