- 1615ec3 Make gyp.el conform to conventional library format by Allen Li · 7 months ago master
- 2d207fd Correct toolset version for Visual Studio 2019 by Mathew Hodson · 1 year ago
- a03d741 Added support for constructing Xcode project files that import XCFrameworks. by David Gatwood · 1 year ago
- c6d8b9f Add SpectreMitigation attribute for msvs by Raymond Zhao · 1 year, 7 months ago
- 9d09418 Import OrderedDict from collections, not collections_abc by Marcin Radomski · 2 years, 3 months ago
- 9ecf45e gyp: default to python3 if available by Marcin Radomski · 2 years, 6 months ago
- 203fee2 MSVSVersion.py: add support for VS2019 and VS2022 by Marcin Radomski · 2 years, 6 months ago
- 6330487 msvs_emulation.py: avoid string-int/float comparisons by Marcin Radomski · 2 years, 6 months ago
- 2105cc8 Fix python3 compatibility on windows by Marcin Radomski · 2 years, 6 months ago
- 668afc3 msvs_emulation.py: allow skipping path normalization by Marcin Radomski · 2 years, 6 months ago
- bc83cda Use six.moves.collections_abc where appropriate by Marcin Radomski · 2 years, 6 months ago
- d6c5dd5 Remove Travis integration, since GYP is now idle. by Dirk Pranke · 3 years ago
- caa6002 Add support for CLANG_ENABLE_OBJC_WEAK by Tobias Hahn · 4 years, 4 months ago
- e87d37d Prevent propogation to configurations of nested 'dependent-settings' directives by Nachshon Armon · 4 years, 10 months ago
- fcd686f Add .tbd to the .xcodeproj generator’s extension map by zhoujinrui · 5 years ago
- a8921fc fix encoding issues with inputs for better Python 3 support by Mike Frysinger · 5 years ago
- 12ef00d fix make output checks under C locale by Mike Frysinger · 5 years ago
- aca1e2c Fix Python 3 incompatibilities by Philip Nery · 5 years ago
- 4f1618a Add missing b'' qualifier from da63cb0f. by Dirk Pranke · 5 years ago
- da63cb0 Misc python3 fixes in xcode_emulation. by Dirk Pranke · 5 years ago
- 5c270f7 Fix incorrect depfile path relativization by Tobias Hahn · 5 years ago
- 9f2a7bb Add flake8 checks to travis configuration. by Dirk Pranke · 6 years ago
- 8bee09f Changes for windows and easy xml to get gyp to run under python 3. by Jared Wyles · 6 years ago
- bd11dd1 More miscellaneous fixes for Python3 compatibility. by Dirk Pranke · 6 years ago
- 703706c src,win: add VS2019 version by Refael Ackermann · 6 years ago
- e22714e Fixes needed for Python3 on Win32. by Dirk Pranke · 6 years ago
- 732bde6 Fix one dangling utf8 decode call needed for python 3. by Dirk Pranke · 6 years ago
- ab4aca8 Mostly mechanical changes for Python3 support. by Dirk Pranke · 6 years ago
- f2dca32 Update simple_copy.py for Python3 types. by Dirk Pranke · 6 years ago
- f989ef9 Use ast module instead of compiler module for parsing files. by Dirk Pranke · 6 years ago
- 9df93ee Make Visual Studio 2017 Community Edition work w/ GYP. by Dirk Pranke · 6 years ago
- 6dbf304 Add a copyright header to TestCmd.py. by Dirk Pranke · 6 years ago
- f825c98 Fix issue with missing resources in Xcode ui tests targets. by Konstantinov Maxim · 6 years ago
- 197c82b Patch GYP so that building with Xcode 10 works. by Dirk Pranke · 6 years ago
- 81286d3 infra: remove cq.cfg, which is no longer used. by Andrii Shyshkalov · 6 years ago
- 4d46762 Make Travis build only the master branch by Scott Graham · 7 years ago
- deb6252 Disable some tests that fail on bots to try to get a green build by Scott Graham · 7 years ago
- d22dd97 and try clang by Scott Graham · 7 years ago
- 7f29410 readd osx by Scott Graham · 7 years ago
- 0afd3fc try a wrapper script by Scott Graham · 7 years ago
- 007db9e see if ninja is getting pulled by Scott Graham · 7 years ago
- 39ad9f3 see if ninja is getting pulled by Scott Graham · 7 years ago
- 541da53 try other order for sync: by Scott Graham · 7 years ago
- c3b797d try exporting PATH and only build ninja for now by Scott Graham · 7 years ago
- 834a059 fiddling with directories by Scott Graham · 7 years ago
- 2ea7773 set +x on buildbot/travis-checkout.sh by Scott Graham · 7 years ago
- 2f9ae92 add copyright to .sh by Scott Graham · 7 years ago
- 6dbd6e1 . by Scott Graham · 7 years ago
- ac24c9a osx by Scott Graham · 7 years ago
- 85a2192 . by Scott Graham · 7 years ago
- 52d9dce Add prototype of Travis config by Scott Graham · 7 years ago
- 5e2b3dd Remove Rietveld CQ config. by Andrii Shyshkalov · 7 years ago
- 365ffa0 Flip to LUCI for tryjobs. by Dirk Pranke · 7 years ago
- f725862 Provide backward compatibility for python 2.7.6 on z/OS by John Barboza · 7 years ago
- 44ad5a0 Add LIBS to the link command on z/OS by John Barboza · 7 years ago
- 30a2918 Change z/OS platform flavor name based on python 2.7.13 by John Barboza · 7 years ago
- c6f4716 make,ninja: Add support for an LDFLAGS_host environment variable. by Jiajie Hu · 7 years ago
- dd0eafb Support z/OS platform by John Barboza · 7 years ago
- 324dd16 gyp: show descriptive Windows SDK detection error by Jaime Bernardo · 7 years ago
- 4801a53 gyp: update xml string encoding conversion by Refael Ackermann · 7 years ago
- d61a939 mac_tool.py: Handle non-zero ibtool return code. by Michail Pishchagin · 7 years ago
- a478c1a win: mkdir even when copying directory by Refael Ackermann · 7 years ago
- ffd524c win ninja/make: Always use a native compiler executable with MSVS 2017 by Mark Mentovai · 7 years ago
- e885024 Fix MSVC++ 32-on-32 builds after b62d04ff85e6 by Mark Mentovai · 7 years ago
- 8dc7724 Disable flaky test/copies/gyptest-all under msvs. by Dirk Pranke · 7 years ago
- b62d04f win,ninja: ninja generator better on windows by Refael Ackermann · 7 years ago
- ae76d91 Clean up gyptest.py. by Dirk Pranke · 7 years ago
- a94b02e Disable a bunch of tests on Mac. by Dirk Pranke · 7 years ago
- 19495aa Update test/no-cpp/gyptest-no-cpp. by Dirk Pranke · 7 years ago
- eb296f6 [win] Add support for MS VS2017 (via Registry) by Refael Ackermann · 7 years ago
- 95da766 [win-test] loosen win-driver-target-type test by Refael Ackermann · 8 years ago
- aae1e3e CQ config: add gerrit CQAbility verifier. by Andrii Shyshkalov · 8 years ago
- a7055b3 Make Gerrit the default code review system for gyp by Aaron Gable · 8 years ago
- 9733aa6 Set up a CQ for gyp by Aaron Gable · 8 years ago
- 940a15e Update shared library extension on AIX to .a. by Dirk Pranke · 8 years ago
- ef2f29a msvs: Allow target platform version without WinRT by Dirk Pranke · 8 years ago
- 920ee58 Hash intermediate file name to avoid ENAMETOOLONG by Anna Henningsen · 8 years ago
- 5dc5a5b fix common "NameError"s by thefourtheye · 8 years ago
- 702ac58 Add new target type called windows_driver. by Jose Maquieira · 8 years ago
- 93cc6e2 Make the ninja backend transitively check for C++ sources to use the C++ compiler for linking by Ted Mielczarek · 8 years ago
- 1f989f6 Complete PBXCopyFilesBuildPhase TODO in xcodeproj_file.py. by Mark Callow · 8 years ago
- e7079f0 Fix :rfc1034identifier when the value contains underscore. by Sylvain Defresne · 8 years ago
- bac4680 Only call CopyStringsFile if convert_to_binary is False. by Sylvain Defresne · 8 years ago
- 35eafcd Ignore more Xcode stderr logging information. by Justin Cohen · 8 years ago
- c61b0b3 [gyp-ninja] Set simulator and device SDKROOT for iOS. by Justin Cohen · 8 years ago
- bce1c77 ninja/mac: Add horrible workaround for horrible Xcode 7.3 ld bug. by Nico Weber · 8 years ago
- 02b145a Enabling /ZW (CompileAsWinRT) option for msvs by Scott Graham · 8 years ago
- e24c837 Adds support for a new target spec: 'mac_xcuitest_bundle'. This allows us to create UI testing bundles. by Ian Wilkinson · 8 years ago
- 4cf07e8 [ios-ninja] Support xctests in devices in release. by Justin Cohen · 8 years ago
- db72e9f Fix header map nextPowerOf2 method. by Justin Cohen · 8 years ago
- 6ea6863 gyp-win-tool: Don't use shell=True on non-Windows hosts. by Nico Weber · 8 years ago
- 34d3fba gyp-win-tool: Fix regression from my last change. by Nico Weber · 8 years ago
- f9ac7a9 gyp-win-tool: Let LinkWrapper only transmogrify / when the host platform is Windows. by Nico Weber · 8 years ago
- 4ec6c4e [iOS/OS X] Copy file instead of hard-linking them. by Sylvain Defresne · 8 years ago
- 697933c Fix mac_tool.py copy-bundle-resource errors. by Sylvain Defresne · 8 years ago
- 3fa0c60 [GN] Use hard-link if possible when copying to bundle. by Sylvain Defresne · 8 years ago
- 28340b4 Support DEVELOPER_DIR in gyp-ninja for mac. by Justin Cohen · 8 years ago
- 8e8c317 Detect and warn on missing vcvarsall.bat by Bruce Dawson · 8 years ago
- 133eaf7 Add support for iOS Frameworks with header maps. by Justin Cohen · 8 years ago
- fbcb317 ninja: Add target_rpath generator flag by Nico Weber · 8 years ago