summaryrefslogtreecommitdiff
path: root/pylib
AgeCommit message (Expand)Author
2014-09-12android: Add a way to override build system variables.torne@chromium.org
2014-09-12android: Don't emit useless info into generated makefiles.torne@chromium.org
2014-09-09Changes ninja generator to only output empty names if not already outputsky@chromium.org
2014-09-04Changes the ninja generator to output phony targets for uninteresting targetssky@chromium.org
2014-09-02Makes matching of build files work when absolutesky@chromium.org
2014-08-28Support for custom NM/readelf binaries in your toolchain.dimator@google.com
2014-08-25android: Support host multilib builds.thakis@chromium.org
2014-08-22Makes analyzer output names of all executable target typessky@chromium.org
2014-08-19ninja win: don't expect pdb to be generated when GenerateDebugInformation: falsescottmg@chromium.org
2014-08-18Makes the analyzer output the set of targets needing a buildsky@chromium.org
2014-08-13Removes old way to specify files to look forsky@chromium.org
2014-08-12Provide a way to suppress implicit MIDL generation rules for actionsscottmg@chromium.org
2014-08-06Style changes for analyzersky@chromium.org
2014-08-06Currently I've special cased gyp* file modifications higher in thesky@chromium.org
2014-08-01Guard against configurations without 'xcode_settings'sdefresne@chromium.org
2014-07-30Updates analyzer to output to a filesky@chromium.org
2014-07-29Avoid infinite recursion with identity variables.mark@chromium.org
2014-07-29Enable custom suffixes for Mac bundles.mark@chromium.org
2014-07-28Changes analyzer to search for targetssky@chromium.org
2014-07-25ninja: Add support for 'ninja_use_console' in actions/rulessbaig1@bloomberg.net
2014-07-24This CL adds support for extension in GYP.sdefresne@chromium.org
2014-07-20ninja/win: Put common msvs_system_include_dirs into %INCLUDE% thakis@chromium.org
2014-07-16Fixes bug in path handling of analyzersky@chromium.org
2014-07-11Fixes two bugs in analyzersky@chromium.org
2014-06-26Xcode: Add xcdatamodeld = wrapper.xcdatamodeld in extension_map mark@chromium.org
2014-06-25Introduce '--no-duplicate-basename-check' option to disable the check of dupl...yukawa@chromium.org
2014-06-23Makes analyzer strip off a leading path separatormark@chromium.org
2014-06-20msvs: ensure that failing actions make the build fail with multiple actionsscottmg@chromium.org
2014-06-17ninja: Pass .so files outside of --start-group/--end-group.thakis@chromium.org
2014-06-17[gyp][Android] Implement TestGypAndroid.run_built_executable.torne@chromium.org
2014-06-16Teach Ninja generator about 'AR.host' specified in 'make_global_settings'.yukawa@chromium.org
2014-06-16Teach Ninja generator about 'LD'/'LD.host' specified in 'make_global_settings...yukawa@chromium.org
2014-06-12First crack at adding a GYP_GENERATOR for determining various thingsmark@chromium.org
2014-06-12Teach Ninja generator about 'AR' in 'make_global_settings'yukawa@chromium.org
2014-06-11ninja win: Remove obsolete comment, and make sure cc/cxx are always overriddenscottmg@chromium.org
2014-06-05Add option for link concurrency.scottmg@chromium.org
2014-06-05Fix msvs-ninja clean build command / target.bungeman@chromium.org
2014-06-05gyp: use all processors instead of hard-coded 8.mark@chromium.org
2014-06-04android: Handle inputs with spaces inside make functions.torne@chromium.org
2014-06-04Fix msvs-ninja OutputDirectory path.bungeman@chromium.org
2014-05-29msvs: Revert r1920 and add a test for excluded idlsbaig1@bloomberg.net
2014-05-28Use relative path/dir msbuild variables to map $(InputDir) and $(InputPath)scottmg@chromium.org
2014-05-27Fix for some rules not being run if their trigger is also an action dependencyscottmg@chromium.org
2014-05-21ninja win: filter 64 bit idl processing, and confirm in testscottmg@chromium.org
2014-05-19Fix link step when specifying CLANG_CXX_LIBRARYsdefresne@chromium.org
2014-05-14Don't exclude sources for 'none' targetssbaig1@bloomberg.net
2014-05-13ninja/mac: Update libtool noise filter for Xcode 5.thakis@chromium.org
2014-05-08android: set GYP_VAR_PREFIX as a local variable in actions/rules.torne@chromium.org
2014-05-06Prefer MSVS 2013 over MSVS 2010sbaig1@bloomberg.net
2014-05-06Silence pylint for the imported OrderedSet class.mark@chromium.org