1. 07 Jan, 2020 1 commit
  2. 06 Jan, 2020 1 commit
  3. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  4. 19 Nov, 2019 1 commit
  5. 28 Oct, 2019 1 commit
  6. 10 Oct, 2019 1 commit
  7. 09 Oct, 2019 1 commit
  8. 08 Oct, 2019 2 commits
  9. 30 Sep, 2019 2 commits
    • Alexandre Ardhuin's avatar
      Missing trailing commas (#41473) · f0553ba5
      Alexandre Ardhuin authored
      * add missing trailing commas
      
      * add more missing trailing commas
      
      * add more and more missing trailing commas
      f0553ba5
    • stuartmorgan's avatar
      Pass Linux build mode on command line (#41551) · d1761f10
      stuartmorgan authored
      Currently Linux builds override the default BUILD mode by putting it in
      the generated config. That makes it sticky for manual runs of make,
      which is inconsistent with how other platforms work.
      
      Instead, pass the build mode as a command-line override, the same way
      someone would if building directly with make. This makes the flow of
      controlling the mode less confusing.
      
      Fixes #41528
      d1761f10
  10. 16 Sep, 2019 2 commits
  11. 27 Aug, 2019 1 commit
  12. 26 Aug, 2019 1 commit
    • stuartmorgan's avatar
      Add profile support on macOS (#39264) · 74076958
      stuartmorgan authored
      Fix some places where Debug/Release was treated as a binary switch.
      
      Makes similar changes to Windows and Linux to simplify adding profile
      support to those platforms in the future. This means `--profile` builds
      will fail on Linux and Windows for now, but that's fine since they
      aren't actually supported, and unlike `--release` don't provide useful
      functionality at the native code level.
      
      Also fixes 'stopApp' always using Debug on macOS, to avoid showing an
      error when running Profile (or Release).
      
      Fixes #33203
      74076958
  13. 21 Aug, 2019 1 commit
    • stuartmorgan's avatar
      Add build warning for non-debug desktop builds (#38932) · 01530928
      stuartmorgan authored
      When building in profile or release mode on desktop, add a prominent
      warning that it's actually a debug build. This is to help address issues
      with people being unaware of the current state of builds due to
      following third-party guides rather than official documentation.
      
      macOS is not included since PRs are in flight for macOS release support.
      01530928
  14. 29 Jul, 2019 1 commit
  15. 22 Jul, 2019 3 commits
  16. 16 Jul, 2019 1 commit
  17. 01 Jul, 2019 1 commit
  18. 26 Jun, 2019 1 commit
  19. 20 Jun, 2019 1 commit
  20. 19 Jun, 2019 3 commits
  21. 18 Jun, 2019 1 commit
  22. 07 Jun, 2019 1 commit
  23. 11 May, 2019 1 commit
  24. 29 Apr, 2019 2 commits
  25. 25 Apr, 2019 2 commits
  26. 24 Apr, 2019 2 commits
  27. 19 Apr, 2019 1 commit
  28. 21 Mar, 2019 1 commit
  29. 09 Mar, 2019 1 commit
  30. 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