1. 20 9月, 2016 3 次提交
  2. 17 9月, 2016 3 次提交
  3. 15 9月, 2016 2 次提交
    • E
      Improve gradle plugin task parsing (#5230) · e4684368
      Erik Zivkovic 提交于
      * Improve gradle plugin task parsing
      
      Added _gradle and _gradlew as symbolic links to gradle.plugin.zsh,
      otherwise the plugin was not properly loaded.
      
      Output from `gradlew tasks --all` is now parsed in two levels,
      first we find segments between `------...` and a newline.
      Second, all those lines are parsed and cleaned using awk
      and added to .gradletasknamecache.
      
      Tested on gradle 2.13, and gradlew 2.14.
      
      * Remove .gradletasknamecache before regenerating it
      
      Remove the .gradletasknamecache file to avoid having an unnecessary
      newline at the top of the file when regenerating it.
      
      * Improve gradle task parsing by writing .gradletasknamecache atomically
      
      Previously the .gradletasknamecache file was written line by line inside a parsing loop,
      which could cause errors such as half-written cache files if the process was aborted.
      
      This also removes the need of deleting the .gradletasknamecache file before parsing.
      e4684368
    • R
      Fix battery plugin when acpi writes to stderr (#5413) · 59c66dbf
      Reed Riley 提交于
      * Fix battery plugin when acpi writes to stderr
      * Make stderr redirection in battery plugin more idiomatic
      59c66dbf
  4. 14 9月, 2016 3 次提交
  5. 12 9月, 2016 5 次提交
  6. 10 9月, 2016 4 次提交
  7. 08 9月, 2016 4 次提交
  8. 07 9月, 2016 1 次提交
  9. 06 9月, 2016 1 次提交
  10. 05 9月, 2016 6 次提交
  11. 04 9月, 2016 7 次提交
  12. 03 9月, 2016 1 次提交