1. 14 May, 2019 1 commit
  2. 19 Feb, 2019 1 commit
  3. 08 May, 2018 1 commit
  4. 16 Apr, 2018 1 commit
    • Daniel Clifford's avatar
      Torque: Implement a DSL for CSA · a3353da8
      Daniel Clifford authored
      An overview of motivation behind Torque and some of its principles
      can be found here: https://bit.ly/2qAI5Ep
      
      Note that there is quite a bit of work left to do in order to get
      Torque production-ready for any non-trivial amount of code, but
      landing the prototype as-is will allow for much faster iteration.
      
      Bugs will be filed for all of the big-ticket items that are not
      landing blockers but called out in this patch as important to fix.
      
      Cq-Include-Trybots: luci.v8.try:v8_linux_nosnap_rel;luci.v8.try:v8_linux_noi18n_rel_ng
      Change-Id: Ib07af70966d5133dc57344928885478b9c6b8b73
      Reviewed-on: https://chromium-review.googlesource.com/845682
      Commit-Queue: Daniel Clifford <danno@chromium.org>
      Reviewed-by: 's avatarJaroslav Sevcik <jarin@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#52618}
      a3353da8
  5. 05 Apr, 2017 1 commit
  6. 17 Feb, 2016 1 commit
  7. 16 Feb, 2016 1 commit
    • machenbach's avatar
      [Swarming] Bundle gcmole tools. · 3ec14170
      machenbach authored
      This enables downloading all gcmole dependencies from
      google storage on demand, controlled by a gyp flag
      "gcmole=1". This makes the analysis portable to any linux64
      host. The archive contains a prebuilt clang in the needed
      version, the gcmole plugin and a lua binary.
      
      The tool can be run through a new wrapper that sets up the
      environment. This'll ease running it on swarming.
      
      BUG=chromium:535160
      LOG=n
      
      Review URL: https://codereview.chromium.org/1703533002
      
      Cr-Commit-Position: refs/heads/master@{#34046}
      3ec14170