Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
3db3c63a
Commit
3db3c63a
authored
Mar 2, 2016
by
David Garcia Quintas
Browse files
Options
Downloads
Patches
Plain Diff
Addressed comments
parent
9c691c59
Branches
Branches containing commit
Tags
Tags containing commit
Loading
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/README.md
+7
-8
7 additions, 8 deletions
templates/README.md
with
7 additions
and
8 deletions
templates/README.md
+
7
−
8
View file @
3db3c63a
...
...
@@ -11,19 +11,19 @@ targets and files needed to build grpc and its tests, as well as a basic system
for dependency description.
*
Each project file (Makefile, Visual Studio project files, Bazel's BUILD) is
a
plain-text template that uses
the
`build.yaml`
file to generate the
final
output file.
a
[
YAML
](
http://yaml.org
)
file used by
the
`build.yaml`
file to generate the
final
output file.
This way we can maintain as many project system as we see fit, without having
to manually maintain them when we add or remove new code to the repository.
Only the structure of the project file is relevant to the template. The actual
list of source code and targets isn't.
We currently have template files for GNU Make, Visual Studio 201
0 to 2015
,
and
[
Bazel
](
http://bazel.io
)
. In the future, we would like to expand to
generating
[
gyp
](
https://gyp.gsrc.io/
)
or
[
cmake
](
https://cmake.org
)
project files
(or potentially both)
, XCode project files, and an Android.mk
file to be able to compile
gRPC using Android's NDK.
We currently have template files for GNU Make, Visual Studio 201
3
,
[
Bazel
](
http://bazel.io
)
and
[
gyp
](
https://gyp.gsrc.io/
)
. In the future, we
would like to expand to also generate
[
cmake
](
https://cmake.org
)
project files, XCode project files, and an Android.mk
file allowing to compile
gRPC using Android's NDK.
We'll gladly accept contribution that'd create additional project files
using that system.
...
...
@@ -163,4 +163,3 @@ The structure of a plugin is simple. The plugin must defined the function
`mako_plugin`
that takes a Python dictionary. That dictionary represents the
current state of the build.json contents. The plugin can alter it to whatever
feature it needs to add.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment