1. 29 Jan, 2016 3 commits
  2. 28 Jan, 2016 2 commits
  3. 27 Jan, 2016 9 commits
  4. 26 Jan, 2016 5 commits
  5. 25 Jan, 2016 3 commits
  6. 22 Jan, 2016 13 commits
  7. 21 Jan, 2016 4 commits
  8. 20 Jan, 2016 1 commit
    • Subzero: Change the szbuild.py --force default. · bc3bd502
      Jim Stichnoth authored
      With the --force option, the behavior of its default setting is dangerous.  Specifically, it doesn't retranslate by default when you change the szbuild command-line arguments.  This leads to debugging frustration.
      
      Therefore, we change the default setting to be "dumb" and always retranslate.
      
      For bisection debugging, the user will quickly realize that they want to add "--force=0".
      
      BUG= none
      R=jpp@chromium.org
      
      Review URL: https://codereview.chromium.org/1608323002 .