Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Md pages #1

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Md pages #1

wants to merge 21 commits into from

Conversation

tperry2x-uk
Copy link
Owner

No description provided.

[email protected] and others added 21 commits October 22, 2009 20:02
Landing for rnorton
Review URL: http://codereview.chromium.org/6900057

git-svn-id: http://gyp.googlecode.com/svn/trunk@915 78cadc50-ecff-11dd-a971-7dbc132099af
issue=9358067
bot=gyp-linux,gyp-win64,gyp-win32,gyp-mac
project=gyp
user=scottmg
patchset=5002
root=src\tools\gyp
[email protected]
patchlevel=0


git-svn-id: http://gyp.googlecode.com/svn/trunk@1199 78cadc50-ecff-11dd-a971-7dbc132099af
git-svn-id: http://gyp.googlecode.com/svn/trunk@1201 78cadc50-ecff-11dd-a971-7dbc132099af
BUG=gyp:298
Patch from Andrew Paprocki <[email protected]>
Review URL: https://codereview.chromium.org/11138009/

git-svn-id: http://gyp.googlecode.com/svn/trunk@1543 78cadc50-ecff-11dd-a971-7dbc132099af
During the review for commit r1713 it was determined that ez_setup.py
was not going to be part of the commit.  While ez_setup.py was removed
as requested, the import and usage of ez_setup in setup.py was not
removed appropriately.  This change removes the import and usage so that
installing gyp via setuptools works as expected.

[email protected], [email protected]

Review URL: https://codereview.chromium.org/24282003

Patch from Eric N. Vander Weele <[email protected]>.

git-svn-id: http://gyp.googlecode.com/svn/trunk@1736 78cadc50-ecff-11dd-a971-7dbc132099af
VS2012 express and others do not include a 64 bit compiler
that generates 64 bit code. This patch makes it so the
64 bit compiler is only enabled when not using a Visual
Studio express edition.

Patch from [email protected].

[email protected]

Review URL: https://codereview.chromium.org/101223013

git-svn-id: http://gyp.googlecode.com/svn/trunk@1829 78cadc50-ecff-11dd-a971-7dbc132099af
This CL migrates the GYP documentation over from the code.google.com
wiki:

Given that code.google.com is shutting down, and given that
the Gitiles browser that we use to view the source code supports
rendering markup (much like GitHub does), it seems reasonable to
migrate all of of the wiki content into the repository directly.

This CL is a first draft attempt at that. It was created by
using the code.google.com exporter to export to a temporary repo
on GitHub, and then the translated Markdown content was checked into
the GYP repo on chromium.googlesource.com. The translated content
was manually edited a bit to reformat things (text was wrapped,
tables of contents were added, lists and tables were adjusted)
but the content was unchanged from the wiki as of the date
of this CL.

[email protected], [email protected]

Review URL: https://codereview.chromium.org/1047413002
Not sure if this is 100% accurate, but better than all the SVN refs
that are there now.

[email protected], [email protected]

Review URL: https://codereview.chromium.org/1116523003
There are too many braces in the example, remove them.

[email protected]

Review URL: https://codereview.chromium.org/1183733003.
For now this is just a clone of the existing documentation on the
master branch. Eventually we may either remove the docs from the
master branch, or diverge to produce different kinds of documentation.

The actual change was created by running:

    % git checkout origin/master
    % git checkout --orphan md-pages
    % git filter-branch --prune-empty -f \
        --tree-filter 'rm -fr $(ls -1 | \
            % egrep -v "AUTHORS|LICENSE|OWNERS|README.md|docs")' HEAD
    % git mv README.md index.md

[email protected]
BUG=481696
This is a first step to rebuilding the GYP docs; it updates the
top-level /index.md page to provide more of an overview of GYP,
and moves the page links to a navbar on the left hand side of the page,
using Gitiles' Mardown extensions.

[email protected]
BUG=481696

Review URL: https://codereview.chromium.org/1293663002 .
- fix the new navbar and page titles
- update the "hacking" page, remove the obsolete
  "buildbot" and "source" pages
- remove TODOs and old project info from the
  "language specification" page

[email protected]
BUG=481696

Review URL: https://codereview.chromium.org/1292053003 .
Fix links and remove obsolete flag from `git cl try` example.

BUG=none
[email protected]

Review URL: https://codereview.chromium.org/2061083002 .
Windows is on AppVeyor, Linux & Mac on Travis.

Those systems are only building gyptest.py -f ninja at the moment.
The other configurations don't have any specific problem, other than
the gyp code appears to need some bug fixes.

The Windows build is also set to use a VS2013 image, rather than
2015 or 2017, again because of assumptions in the tests that would
need to be addressed.

Change-Id: Ifb204d44068622027ef8bd6bc95e58f0f9eb48d9
Reviewed-on: https://chromium-review.googlesource.com/900027
Reviewed-by: Mark Mentovai <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants