summaryrefslogtreecommitdiffstats
path: root/tools/gn/command_desc.cc
Commit message (Expand)AuthorAgeFilesLines
* tools/gn: Convert for loops to use the new range-based loops in C++11.tfarina2015-03-251-18/+14
* Enhance GN introspectionbrettw2015-02-191-26/+46
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-2/+3
* tools/gn: convert NULL to nullptr all over it.tfarina2014-12-231-1/+1
* Replace more for loops in GNbrettw2014-09-301-17/+14
* Convert GN's deps iterator to work with range-based for loops.brettw2014-09-271-6/+6
* Add public deps to GN.brettw2014-09-171-39/+23
* Require build directories exist for some GN commands.brettw2014-09-101-1/+1
* Add outputs to GN's header checker.Brett Wilson2014-09-031-17/+69
* Enhance GN diagnostic toolsbrettw2014-08-291-10/+22
* This is an ordered set tailored to GN's (simple) needs.brettw@chromium.org2014-08-061-1/+20
* Refactor GN source expansions.brettw@chromium.org2014-08-061-44/+34
* Elide gn desc --tree output by default.brettw@chromium.org2014-08-051-9/+45
* Improve GN handling of directory templates.brettw@chromium.org2014-07-111-9/+25
* Add directory extraction to GN path handling.brettw@chromium.org2014-06-191-1/+1
* Rename GN source_prereqs to inputs, enhance "desc"brettw@chromium.org2014-06-171-22/+196
* Minor improvements to GN's "desc" output.brettw@chromium.org2014-06-021-0/+45
* GN: Move towards only using / on Windowsscottmg@chromium.org2014-04-031-1/+0
* Delete some dead code.thakis@chromium.org2014-03-271-5/+0
* Fix help and error messages.halyavin@google.com2014-01-051-1/+1
* Refactor the GN threading model to reduce locking and simplify execution.brettw@chromium.org2013-11-081-3/+20
* This is the first step of a refactor I'm going to do to separate filling out ...brettw@chromium.org2013-11-011-46/+23
* Add inherited libs and lib_dirs to GN.brettw@chromium.org2013-10-071-44/+42
* Allow typing label names on Windows by not treating things that start with sl...brettw@chromium.org2013-09-251-1/+1
* Work on GN Windows build.brettw@chromium.org2013-09-191-18/+18
* Remove nss hack in chrome.brettw@chromium.org2013-09-101-1/+18
* The ldflags are now inherited across module boundaries until a shared library...brettw@chromium.org2013-09-101-0/+21
* This make the GN current dir be set on thte scope. This fixes a bug where a t...brettw@chromium.org2013-08-231-8/+13
* Moved base test support stuff to //base/test/brettw@chromium.org2013-08-211-6/+16
* This hooks up build flags from the command-line and the toolchain (for re-inv...brettw@chromium.org2013-08-191-1/+1
* Add support for data deps.brettw@chromium.org2013-08-061-3/+16
* Hook up better describing, work on Mac build.brettw@chromium.org2013-08-051-155/+239
* Support for non-greedy mode.brettw@chromium.org2013-08-021-1/+1
* Write a help system.brettw@chromium.org2013-07-311-3/+49
* gn: Fixes some errors found while compiling with clang.tfarina@chromium.org2013-07-311-3/+3
* Revert 214325 "Revert 214254 "Add initial prototype for the GN m..."bauerb@chromium.org2013-07-301-0/+201
* Revert 214254 "Add initial prototype for the GN meta-buildsystem."bauerb@chromium.org2013-07-301-201/+0
* Add initial prototype for the GN meta-buildsystem.brettw@chromium.org2013-07-291-0/+201