Skip to content
Snippets Groups Projects
  1. Nov 23, 2016
  2. Nov 22, 2016
  3. Nov 19, 2016
  4. Nov 17, 2016
  5. Nov 16, 2016
  6. Nov 15, 2016
  7. Nov 09, 2016
    • Nat Goodspeed's avatar
      DRTVWR-418: Use separate XML string elements for command arguments. · 222d5621
      Nat Goodspeed authored
      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.
      222d5621
  8. Nov 07, 2016
  9. Nov 04, 2016
  10. Nov 03, 2016
  11. Oct 27, 2016
  12. Oct 25, 2016
  13. Oct 18, 2016
  14. Oct 17, 2016
Loading