summaryrefslogtreecommitdiff
path: root/pylib/gyp/__init__.py
AgeCommit message (Expand)Author
2014-10-24Stop checking for duplicate basenamesscottmg@chromium.org
2014-06-25Introduce '--no-duplicate-basename-check' option to disable the check of dupl...yukawa@chromium.org
2013-10-28Fix parallel execution, and enable by defaultscottmg@chromium.org
2013-10-28Re-land r1745: "Add an option to prune targets"sbaig1@bloomberg.net
2013-10-17ninja: Write gypcmd files into the output directory instead of the tree.thakis@chromium.org
2013-10-16Remove deprecated --msvs-version flag which is no longer used anywhere.thakis@chromium.org
2013-10-15Remove generator_handles_variants more.thakis@chromium.org
2013-10-15Remove unused generator_wants_absolute_build_file_paths.thakis@chromium.org
2013-10-01Revert r1745: "Add an option to prune targets"sbaig1@bloomberg.net
2013-10-01Add an option to prune targetssbaig1@bloomberg.net
2013-09-04Convert setup.py to use setuptoolssbaig1@bloomberg.net
2013-07-09Revert GYP_PARALLEL-on-by-default (r1666).thakis@chromium.org
2013-07-08Default to parallel gyp on non-win platformsilevy@chromium.org
2013-05-02This adds the --config-dir option to specify an alternative to ~/.gypgspencer@chromium.org
2013-02-25Improve performance of gyp hot functions thakis@chromium.org
2012-12-21Ensure GYP_PARALLEL prints error messages. Errors sent to stdout were being s...dmazzoni@chromium.org
2012-10-09Parallelize ninja generation when GYP_PARALLEL=1. dmazzoni@chromium.org
2012-09-28Load target build files in parallel using Python multiprocessing. dmazzoni@chromium.org
2012-09-18Add support for building targets directly from gyp.sbc@chromium.org
2012-09-12Use GypError for user visible errors.sbc@chromium.org
2012-08-07fix _FindDirectXInstallation (precommit was complaining)sbc@chromium.org
2012-08-07add support for custom (out-of-tree) gyp generatorssbc@chromium.org
2012-07-23Modify RegenerateAppendFlag() to skip duplicate values in environment valuessteveblock@chromium.org
2011-11-28Fix python scripts coherencymaruel@chromium.org
2011-11-16Default to make generator on FreeBSD9 and 10 as well.tony@chromium.org
2011-11-07Add more verbose debugging log info.bradnelson@google.com
2011-10-12Add openbsd5 to the list of platforms using make.mark@chromium.org
2011-10-05Move the warning about ~/.gyp/include.gypi to stdout.thomasvl@chromium.org
2011-09-29Make GYP print a warning when it includes include.gypi. See http://code.googl...robertshield@chromium.org
2011-07-13make: Let gyptest -a pass on mac for the make generatorthakis@chromium.org
2011-06-29Applies the change 6883158 again with a flag guard.mark@chromium.org
2011-06-12Add linux3 support.maruel@chromium.org
2011-05-24Add a "dump-json" generator that dumps the dependency graph.evan@chromium.org
2010-05-20Add a flag to generate the Makefile in a different directory thanmmoss@chromium.org
2010-05-12When looking for the .gyp folder under your home directory, we were taking thebradnelson@google.com
2010-04-19openbsd tweak for gyp: add target to __init__evan@chromium.org
2010-03-24Solaris: Added sunos5 as OS optionmark@chromium.org
2010-03-23Change the default Linux generator to make.mmoss@chromium.org
2010-03-09Allow overrides of generator_default_variables.mmoss@chromium.org
2010-02-16Check for circular dependencies between .gyp files.mark@chromium.org
2009-11-10Makefile generator shouldn't use a relative path to ~/.gyp/includes.gypi.mmoss@chromium.org
2009-10-22Add AUTHORS and LICENSE files, and copyright headers to relevant source files.sgk@chromium.org
2009-10-19Cloned from 271019.bradnelson@google.com
2009-10-05Make RegenerateFlags handle store_true values. mmoss@chromium.org
2009-10-02This just adds some more debugging output and useful error messages.gspencer@google.com
2009-10-01Process all "store*" actions when regenerating flags.mmoss@chromium.org
2009-09-19Add a --check flag. This causes gyp to check syntax of files more carefully,mark@chromium.org
2009-09-14Make generator automatically reruns itself if input files have changed and yo...evan@chromium.org
2009-08-21Support a --generator-output= option (and GYP_GENERATOR_OUTPUTsgk@chromium.org
2009-08-12Fix gyp when GYP_GENERATORS is setbradnelson@google.com