126 Commits

Author SHA1 Message Date
stuartmorgan e2810dcfb9 Add style guide and formatting information (#11669)
Updates CONTRIBUTING.md with style guide links for the engine languages, as well as a note about auto-formatting.
2019-09-04 09:39:34 -07:00
Will Larche 3558fa65a3 [Docs] Correcting link to contributing guide. (#8472) 2019-04-08 11:32:22 -07:00
Chris Bracken 840c5233ae Correct URL for Cirrus CI build status badge (#8054) 2019-03-05 18:30:39 -08:00
Chris Bracken f4951df193 Minor cleanups to CONTRIBUTING.md (#8043)
This is really just in order to trigger a build. ci.chromium.org infra
had a short outage during our last build.
2019-03-05 12:07:07 -08:00
Ian Hickson 21eb1caae6 Update the contributing guide (#6754)
Content has moved to the wiki.
2018-11-06 13:41:06 -08:00
Dan Field 6c2ade9fa2 Update contributing.md for xcode_backend refactor notes (#6642)
* Update contributing.md for xcode_backend refactor notes
2018-10-25 11:29:55 -07:00
liyuqian 5f04e00d7a Remove travis directory (#5935)
This reflects that we no longer uses travis. Scripts are moved to ci folder.
2018-08-06 15:06:49 -07:00
liyuqian fadfff7fd9 Mention that running git clone isn't necessary (#5816)
This copies https://github.com/flutter/engine/pull/5810 in order to use the newest format.sh to pass Travis.
2018-07-20 17:09:51 -07:00
matthew-carroll 9c15b44ec5 Android instructions format improvement in CONTRIBUTING.md (#5589) 2018-06-22 21:50:51 +00:00
Ian Hickson b599b597e6 Update CONTRIBUTING.md (#5444) 2018-06-01 13:24:53 -07:00
xster 387945c507 Correct ninja command instruction (#5032)
giving -C twice silently only builds one directory
2018-04-17 18:32:50 -07:00
Ian Hickson c17a629094 Breadcrumbs to the wiki (#5017)
* Breadcrumbs to the wiki

* Update README.md
2018-04-16 13:26:42 -07:00
xster 564c6a5a9c Add hint to use ninja with goma (#4894) 2018-03-28 15:51:33 -07:00
Yegor ea17fff90b CONTRIBUTING.md: explain the need for building host with non-host (#4863)
* CONTRIBUTING.md: explain the need for building host with non-host

* address comments

* locally-built
2018-03-23 17:50:52 -07:00
Florian Loitsch 9af174a020 Fix missing backtick (#4788) 2018-03-15 11:25:07 +01:00
Ian Hickson 8ed270e52c Remove mention of update-packages now that we pin them (#4500) 2018-01-02 17:16:20 -08:00
Ian Hickson 5687269365 Remove mention of adb from instructions (#4499)
* Remove mention of adb from instructions

This isn't a step we have our users do, so best that we don't do it either.

* Update CONTRIBUTING.md
2018-01-02 17:14:41 -08:00
Ian Hickson 686b466f90 Updated depot_tools link (#4498) 2018-01-02 17:14:28 -08:00
Chris Bracken 06d5bd6b46 Document that Xcode 9 is required to build the engine (#4469)
The engine build bots and engine development team now rely solely on
Xcode 9 to build the engine. The iOS 11 SDK is required (though we build
with deployment target of iOS 8) for several features such as safe area
inset support.
2017-12-18 10:00:19 -08:00
amirh 1fa9917685 Remove target-os specific gclient dependencies. (#4374)
As we anyway always recommend to set the target_os to android.
Also if you happen to not set the target_os to android it messes up the licenses script output.
2017-11-22 15:55:09 -08:00
Yegor eb82f272f0 CONTRIBUTING.md: suggest skipping intro (#4188)
...if the environment is already setup
2017-10-10 10:02:21 -07:00
Michael Goderbauer ff0a9a8d96 Enforce clang-format for c-like sources on Travis (#4089)
* Enforce clang-format for c-like sources on Travis

* Edit CONTRIBUTING,md

* review feedback:

* ++

* ++

* ++
2017-09-12 15:42:37 -07:00
Michael Goderbauer 0f969f59a4 Mention Goma for Googlers in CONTRIBUTING.md (#3946)
* Mention Goma for Googlers in CONTRIBUTING.md

* review comments
2017-08-02 13:49:27 -07:00
Abhishek Amit 468f55bde7 Fix android-cpu flag reference (#3943) 2017-08-01 14:02:28 -07:00
Michael Goderbauer 9190c675ef Add Windows support to CONTRIBUTING.md (#3825) 2017-06-23 17:58:57 -07:00