1. 21 Mar, 2019 2 commits
  2. 20 Mar, 2019 3 commits
  3. 15 Mar, 2019 1 commit
  4. 09 Mar, 2019 1 commit
  5. 08 Mar, 2019 1 commit
  6. 07 Mar, 2019 2 commits
  7. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  8. 23 Feb, 2019 1 commit
  9. 21 Feb, 2019 1 commit
  10. 15 Feb, 2019 1 commit
  11. 14 Feb, 2019 1 commit
  12. 01 Feb, 2019 1 commit
  13. 30 Jan, 2019 3 commits
  14. 29 Jan, 2019 1 commit
  15. 26 Jan, 2019 1 commit
  16. 25 Jan, 2019 2 commits
  17. 24 Jan, 2019 3 commits
  18. 23 Jan, 2019 1 commit
  19. 08 Nov, 2018 1 commit
  20. 06 Nov, 2018 4 commits
  21. 23 Oct, 2018 2 commits
  22. 04 Oct, 2018 1 commit
  23. 02 Oct, 2018 1 commit
  24. 01 Oct, 2018 3 commits
  25. 20 Sep, 2018 1 commit
    • Greg Spencer's avatar
      Simplify Gradle compiler output. (#21760) · efcd9a80
      Greg Spencer authored
      This changes the compiler output for gradle to be less verbose and more easily read.
      
      This only applies to compilation error messages: other gradle messages will continue to print as before.
      
      It also fixes a small problem with the performance measurement printing (see that "7.1s" on it's own line in the original?) so that if something is expected to have multiple lines of output, it prints an initial line, and a "Done" line with the elapsed time, so that it's possible to know what the time applies to.
      
      It also updates the spinner to be fancier, at least on platforms other than Windows (which is missing a lot of symbols in its console font).
      
      Addresses #17307
      efcd9a80