MCPcopy Create free account

hub / github.com/bnoordhuis/gyp / functions

Functions1,710 in github.com/bnoordhuis/gyp

↓ 1 callersMethodGetCflags
Returns flags that need to be added to .c, .cc, .m, and .mm compilations.
pylib/gyp/xcode_emulation.py:541
↓ 1 callersMethodGetCflagsC
Returns flags that need to be added to .c, and .m compilations.
pylib/gyp/xcode_emulation.py:664
↓ 1 callersMethodGetCflagsCC
Returns flags that need to be added to .cc, and .mm compilations.
pylib/gyp/xcode_emulation.py:676
↓ 1 callersMethodGetChildByName
(self, name)
pylib/gyp/xcodeproj_file.py:1164
↓ 1 callersFunctionGetChildrenVsprops
(filename)
tools/pretty_vcproj.py:215
↓ 1 callersFunctionGetCompilerPath
Determine a command that can be used to invoke the compiler. Returns: If this is a gyp project that has explicit make settings, try to determin
pylib/gyp/generator/eclipse.py:169
↓ 1 callersMethodGetCompilerPdbName
Get the pdb file name that should be used for compiler invocations, or None if there's no explicit name specified.
pylib/gyp/msvs_emulation.py:371
↓ 1 callersFunctionGetConfiguationNodes
(vcproj)
tools/pretty_vcproj.py:203
↓ 1 callersFunctionGetDefaultConcurrentLinks
Returns a best-guess for a number of concurrent links.
pylib/gyp/generator/ninja.py:1747
↓ 1 callersFunctionGetDefaultKeychainPath
Get the keychain path, for used before updating HOME.
test/lib/TestGyp.py:643
↓ 1 callersMethodGetExtension
Returns the extension for the target, with no leading dot. Uses 'product_extension' if specified, otherwise uses MSVS defaults based on the t
pylib/gyp/msvs_emulation.py:230
↓ 1 callersMethodGetExtraPlistItems
Returns a dictionary with extra items to insert into Info.plist.
pylib/gyp/xcode_emulation.py:1197
↓ 1 callersFunctionGetFirstFreeDriveLetter
Returns the first unused Windows drive letter in [A, Z]
test/win/generator-output-different-drive/gyptest-generator-output-different-drive.py:23
↓ 1 callersMethodGetFlagsModifications
Get the modified cflags and implicit dependencies that should be used for the pch compilation step.
pylib/gyp/msvs_emulation.py:924
↓ 1 callersMethodGetIdlBuildData
Determine the implicit outputs for an idl file. Returns output directory, outputs, and variables and flags that are required.
pylib/gyp/msvs_emulation.py:852
↓ 1 callersFunctionGetIncludedBuildFiles
Return a list of all build files included into build_file_path. The returned list will contain build_file_path as well as all other files that it
pylib/gyp/input.py:144
↓ 1 callersFunctionGetJavaJars
Generates a sequence of all .jars used as inputs.
pylib/gyp/generator/eclipse.py:371
↓ 1 callersFunctionGetJavaSourceDirs
Generates a sequence of all likely java package root directories.
pylib/gyp/generator/eclipse.py:384
↓ 1 callersMethodGetLibFlags
Returns the flags that need to be added to lib commands.
pylib/gyp/msvs_emulation.py:524
↓ 1 callersMethodGetMachOType
Returns the MACH_O_TYPE of this target.
pylib/gyp/xcode_emulation.py:408
↓ 1 callersFunctionGetMachineBuild
()
test/ios/gyptest-per-config-settings.py:74
↓ 1 callersMethodGetMapFileName
Gets the explicitly overriden map file name for a target or returns None if it's not set.
pylib/gyp/msvs_emulation.py:381
↓ 1 callersMethodGetMsvsToolchainEnv
Returns the variables Visual Studio would set for build steps.
pylib/gyp/generator/ninja.py:1402
↓ 1 callersMethodGetNoImportLibrary
If NoImportLibrary: true, ninja will not expect the output to include an import library.
pylib/gyp/msvs_emulation.py:418
↓ 1 callersMethodGetPGDName
Gets the explicitly overridden pgd name for a target or returns None if it's not overridden.
pylib/gyp/msvs_emulation.py:557
↓ 1 callersMethodGetPostbuildCommand
Returns a shell command that runs all the postbuilds, and removes |output| if any of them fails. If |is_command_start| is False, then the retu
pylib/gyp/generator/ninja.py:1434
↓ 1 callersMethodGetProductType
Returns the PRODUCT_TYPE of this target.
pylib/gyp/xcode_emulation.py:376
↓ 1 callersMethodGetRcflags
Returns the flags that need to be added to invocations of the resource compiler.
pylib/gyp/msvs_emulation.py:789
↓ 1 callersFunctionGetSDKPath
Return SDKROOT if the SDK version |sdk| is installed or empty string.
test/mac/gyptest-sdkroot.py:24
↓ 1 callersMethodGetSortedXcodePostbuildEnv
(self)
pylib/gyp/generator/make.py:1883
↓ 1 callersMethodGetSortedXcodePostbuildEnv
Returns the variables Xcode would set for postbuild steps.
pylib/gyp/generator/ninja.py:1416
↓ 1 callersFunctionGetToolset
test/toolsets/toolsets.cc:5
↓ 1 callersFunctionGetToolsetShared
test/toolsets/toolsets_shared.cc:5
↓ 1 callersMethodGetValue
Use reg.exe to obtain the value of a registry key. Args: key: The registry key. value: The particular registry value to read. Ret
test/lib/TestWin.py:73
↓ 1 callersMethodGetWrapperExtension
Returns the bundle extension (.app, .framework, .plugin, etc). Only valid for bundles.
pylib/gyp/xcode_emulation.py:256
↓ 1 callersFunctionGetXcodeArchsDefault
Returns the |XcodeArchsDefault| object to use to expand ARCHS for the installed version of Xcode. The default values used by Xcode for ARCHS and t
pylib/gyp/xcode_emulation.py:95
↓ 1 callersFunctionGypBuild
()
buildbot/buildbot_run.py:97
↓ 1 callersFunctionHasCerts
()
test/ios/gyptest-per-config-settings.py:31
↓ 1 callersMethodHasExplicitAsmRules
Determine if there's an explicit rule for asm files. When there isn't we need to generate implicit rules to assemble .asm files.
pylib/gyp/msvs_emulation.py:847
↓ 1 callersMethodHasExplicitIdlRulesOrActions
Determine if there's an explicit rule or action for idl files. When there isn't we need to generate implicit rules to build MIDL .idl files.
pylib/gyp/msvs_emulation.py:841
↓ 1 callersMethodHashablesForChild
(self)
pylib/gyp/xcodeproj_file.py:394
↓ 1 callersMethodHeadersPhase
(self)
pylib/gyp/xcodeproj_file.py:2463
↓ 1 callersMethodInit
Initializes Config. This is a separate method as it raises an exception if there is a parse error.
pylib/gyp/generator/analyzer.py:252
↓ 1 callersMethodIsEmbedManifest
Returns whether manifest should be linked into binary.
pylib/gyp/msvs_emulation.py:776
↓ 1 callersFunctionIsFunctionInlined
test/win/linker-flags/inline_test.cc:10
↓ 1 callersFunctionIsPGOAvailable
Returns true if the Visual Studio available here supports PGO.
test/win/gyptest-link-pgo.py:22
↓ 1 callersMethodIsUseLibraryDependencyInputs
Returns whether the target should be linked via Use Library Dependency Inputs (using component .objs of a given .lib).
pylib/gyp/msvs_emulation.py:769
↓ 1 callersFunctionIsValidTargetForWrapper
Limit targets for Xcode wrapper. Xcode sometimes performs poorly with too many targets, so only include proper executable targets, with filters t
pylib/gyp/xcode_ninja.py:131
↓ 1 callersFunctionLinksLibStdCpp
(path)
test/no-cpp/gyptest-no-cpp.py:27
↓ 1 callersFunctionLoad
Loads one or more specified build files. default_variables and includes will be copied before use. Returns the generator for the specified form
pylib/gyp/__init__.py:50
↓ 1 callersFunctionLoadBuildFileIncludesIntoList
(sublist, sublist_path, data, aux_data, check)
pylib/gyp/input.py:315
↓ 1 callersFunctionLoadEdges
Load the edges map from the dump file, and filter it to only show targets in |targets| and their depedendents.
tools/graphviz.py:22
↓ 1 callersFunctionLoadTargetBuildFilesParallel
(build_files, data, variables, includes, depth, check, generator_input_info)
pylib/gyp/input.py:574
↓ 1 callersFunctionMergeAttributes
(node1, node2)
tools/pretty_vcproj.py:244
↓ 1 callersFunctionMergeConfigWithInheritance
(new_configuration_dict, build_file, target_dict, configuration, visited)
pylib/gyp/input.py:2215
↓ 1 callersFunctionMergeLists
(to, fro, to_file, fro_file, is_paths=False, append=True)
pylib/gyp/input.py:2044
↓ 1 callersFunctionMergeProperties
(node1, node2)
tools/pretty_vcproj.py:269
↓ 1 callersFunctionNextGreaterPowerOf2
(x)
pylib/gyp/mac_tool.py:649
↓ 1 callersFunctionNormjoinRulePathForceCMakeSource
(base_path, rel_path, rule_source)
pylib/gyp/generator/cmake.py:323
↓ 1 callersFunctionParseEntitlements
(data)
test/ios/gyptest-per-config-settings.py:61
↓ 1 callersFunctionParseSolution
(solution_file)
tools/pretty_sln.py:32
↓ 1 callersMethodPathHashables
(self)
pylib/gyp/xcodeproj_file.py:1417
↓ 1 callersMethodPreActionInput
Return the path, if any, that should be used as a dependency of any dependent action step.
pylib/gyp/generator/ninja.py:169
↓ 1 callersMethodPreCompileInput
Return the path, if any, that should be used as a dependency of any dependent compile step.
pylib/gyp/generator/ninja.py:176
↓ 1 callersFunctionPrepareCmake
Build CMake 2.8.8 since the version in Precise is 2.8.7.
buildbot/buildbot_run.py:31
↓ 1 callersFunctionPrettyPrintNode
(node, indent=0)
tools/pretty_vcproj.py:61
↓ 1 callersFunctionPrintBuildOrder
(projects, deps)
tools/pretty_sln.py:118
↓ 1 callersFunctionPrintDependencies
(projects, deps)
tools/pretty_sln.py:102
↓ 1 callersFunctionPrintVCProj
(projects)
tools/pretty_sln.py:131
↓ 1 callersFunctionProcessConditionsInDict
(the_dict, phase, variables, build_file)
pylib/gyp/input.py:1105
↓ 1 callersFunctionProcessListFiltersInList
(name, the_list)
pylib/gyp/input.py:2476
↓ 1 callersMethodProductsGroup
(self)
pylib/gyp/xcodeproj_file.py:2634
↓ 1 callersMethodProjectExtension
Returns the file extension for the project.
pylib/gyp/MSVSVersion.py:61
↓ 1 callersMethodProjectsGroup
(self)
pylib/gyp/xcodeproj_file.py:2648
↓ 1 callersFunctionPruneUnwantedTargets
Return only the targets that are deep dependencies of |root_targets|.
pylib/gyp/input.py:2675
↓ 1 callersFunctionQualifyDependencies
Make dependency links fully-qualified relative to the current directory. |targets| is a dict mapping fully-qualified target names to their target
pylib/gyp/input.py:1359
↓ 1 callersFunctionQuoteForRspFile
Quote a command line argument so that it appears as one argument when processed via cmd.exe and parsed by CommandLineToArgvW (as is typical for Wi
pylib/gyp/msvs_emulation.py:23
↓ 1 callersFunctionRegenerateAppendFlag
Regenerate a list of command line flags, for an option of action='append'. The |env_name|, if given, is checked in the environment and used to gene
pylib/gyp/__init__.py:166
↓ 1 callersFunctionRemoveDuplicateDependencies
Makes sure every dependency appears only once in all targets's dependency lists.
pylib/gyp/input.py:1473
↓ 1 callersFunctionRemoveLinkDependenciesFromNoneTargets
Remove dependencies having the 'link_dependency' attribute from the 'none' targets.
pylib/gyp/input.py:1502
↓ 1 callersFunctionRemoveSelfDependencies
Remove self dependencies from targets that have the prune_self_dependency variable set.
pylib/gyp/input.py:1489
↓ 1 callersMethodResourcesPhase
(self)
pylib/gyp/xcodeproj_file.py:2484
↓ 1 callersMethodRootGroupsTakeOverOnlyChildren
Calls TakeOverOnlyChild for all groups in the main group.
pylib/gyp/xcodeproj_file.py:2699
↓ 1 callersFunctionSeekToNode
(node1, child2)
tools/pretty_vcproj.py:222
↓ 1 callersFunctionSelectSDK
Select the oldest SDK installed (greater than 10.6).
test/mac/gyptest-sdkroot.py:35
↓ 1 callersMethodSetDestination
Set the dstSubfolderSpec and dstPath properties from path. path may be specified in the same notation used for XCHierarchicalElements, specif
pylib/gyp/xcodeproj_file.py:1993
↓ 1 callersFunctionSetFileProperty
Given a set of source file, sets the given property on them.
pylib/gyp/generator/cmake.py:141
↓ 1 callersFunctionSetUpConfigurations
(target, target_dict)
pylib/gyp/input.py:2238
↓ 1 callersMethodSolutionVersion
Get the version number of the sln files.
pylib/gyp/MSVSVersion.py:46
↓ 1 callersMethodSortGroup
(self)
pylib/gyp/xcodeproj_file.py:1403
↓ 1 callersMethodSortGroups
(self)
pylib/gyp/xcodeproj_file.py:2706
↓ 1 callersMethodSortRemoteProductReferences
(self)
pylib/gyp/xcodeproj_file.py:2896
↓ 1 callersMethodSourceGroup
(self)
pylib/gyp/xcodeproj_file.py:2631
↓ 1 callersMethodSourcesPhase
(self)
pylib/gyp/xcodeproj_file.py:2504
↓ 1 callersFunctionStripPrefix
(arg, prefix)
pylib/gyp/generator/ninja.py:67
↓ 1 callersMethodTakeOverOnlyChild
If this PBXGroup has only one child and it's also a PBXGroup, take it over by making all of its children this object's children. This functio
pylib/gyp/xcodeproj_file.py:1333
↓ 1 callersFunctionTestTargetOveride
()
test/compiler-override/gyptest-compiler-env.py:38
↓ 1 callersFunctionTestTargetOverideCompilerOnly
()
test/compiler-override/gyptest-compiler-env.py:63
↓ 1 callersFunctionTestTargetOverideSharedLib
()
test/compiler-override/gyptest-compiler-env-toolchain.py:50
↓ 1 callersFunctionTurnIntIntoStrInList
Given list the_list, recursively converts all integers into strings.
pylib/gyp/input.py:2662
← previousnext →601–700 of 1,710, ranked by callers