MCPcopy Create free account

hub / github.com/bnoordhuis/gyp / functions

Functions1,710 in github.com/bnoordhuis/gyp

↓ 4 callersFunctionGetVSVersion
(generator_flags)
pylib/gyp/msvs_emulation.py:940
↓ 4 callersFunctionHasExport
(binary, export)
test/win/gyptest-link-deffile.py:26
↓ 4 callersFunctionHasExport
(binary, export)
test/win/gyptest-link-defrelink.py:30
↓ 4 callersFunctionHasILTTables
(exe)
test/win/gyptest-link-incremental.py:22
↓ 4 callersFunctionHasSafeExceptionHandlers
(exe)
test/win/gyptest-link-safeseh.py:22
↓ 4 callersFunctionJoinPath
(*args)
pylib/gyp/MSVSVersion.py:16
↓ 4 callersFunctionNormjoinPath
Resolves rel_path against base_path and returns the result. TODO: what is this really used for? If rel_path begins with '$' it is returned unchang
pylib/gyp/generator/cmake.py:111
↓ 4 callersFunctionProcessListFiltersInDict
Process regular expression and exclusion-based filters on lists. An exclusion list is in a dict key named with a trailing "!", like "sources!".
pylib/gyp/input.py:2318
↓ 4 callersFunctionStringToCMakeTargetName
Converts the given string 'a' to a valid CMake target name. All invalid characters are replaced by '_'. Invalid for cmake: ' ', '/', '(', ')', '"
pylib/gyp/generator/cmake.py:233
↓ 4 callersFunctionWriteAndUpdate
(uac_execution_level, additional_manifest_files, do_build)
test/win/gyptest-link-update-manifest.py:77
↓ 4 callersMethodWriteCollapsedDependencies
Given a list of targets, return a path for a single file representing the result of building all the targets or None. Uses a stamp file if ne
pylib/gyp/generator/ninja.py:347
↓ 4 callersMethod_EncodeString
Encodes a string to be placed in the project file output, mimicing Xcode behavior.
pylib/gyp/xcodeproj_file.py:532
↓ 4 callersFunction_GetDefaultConfiguration
(spec)
pylib/gyp/generator/msvs.py:897
↓ 4 callersMethod_GetSdkVersionInfoItem
(self, sdk, infoitem)
pylib/gyp/xcode_emulation.py:492
↓ 4 callersMethod_IsIosAppExtension
(self)
pylib/gyp/xcode_emulation.py:241
↓ 4 callersMethod_LoadPlistMaybeBinary
Loads into a memory a plist possibly encoded in binary format. This is a wrapper around plistlib.readPlist that tries to convert the plist to
pylib/gyp/mac_tool.py:541
↓ 4 callersFunction_ReadOutputFileContents
()
test/analyzer/gyptest-analyzer.py:34
↓ 4 callersMethod_SdkRoot
(self, configname)
pylib/gyp/xcode_emulation.py:502
↓ 4 callersFunction_ShardName
Add a shard number to the end of a target. Arguments: name: name of the target (foo#target) number: shard number Returns: Target name
pylib/gyp/MSVSUtil.py:62
↓ 4 callersFunction_WriteOutput
Writes the output, either to stdout or a file is specified.
pylib/gyp/generator/analyzer.py:508
↓ 4 callersMethod_XcodeSdkPath
(self, sdk_root)
pylib/gyp/xcode_emulation.py:521
↓ 4 callersFunctioncomma
(x1, x2)
test/lib/TestCmd.py:472
↓ 4 callersMethodescape
escape shell special characters
test/lib/TestCmd.py:925
↓ 4 callersFunctionis_List
(e)
test/lib/TestCommon.py:186
↓ 4 callersMethodmust_not_contain_any_line
Ensures that the specified output string (first argument) does not contain any of the specified lines (second argument). An optional
test/lib/TestCommon.py:361
↓ 4 callersMethodparse_args
(self, *args)
pylib/gyp/__init__.py:274
↓ 4 callersMethodstart
Starts a program or script for the test environment. The specified program will have the original directory prepended unless
test/lib/TestCmd.py:1145
↓ 4 callersFunctionstrip_ws
(str)
test/msvs/filters/gyptest-filters-2008.py:15
↓ 4 callersFunctionverify_ar_host
(test, ar=None, rel_path=False)
test/make_global_settings/ar/gyptest-make_global_settings_ar.py:52
↓ 4 callersFunctionverify_ld_target
(test, ld=None, rel_path=False)
test/make_global_settings/ld/gyptest-make_global_settings_ld.py:26
↓ 3 callersMethodAddOrGetFileByPath
Returns an existing or new file reference corresponding to path. If hierarchical is True, this method will create or use the necessary hierar
pylib/gyp/xcodeproj_file.py:1213
↓ 3 callersMethodAddOrGetProjectReference
Add a reference to another project file (via PBXProject object) to this one. Returns [ProductGroup, ProjectRef]. ProductGroup is a PBXGroup
pylib/gyp/xcodeproj_file.py:2741
↓ 3 callersFunctionAddResourceToTarget
(resource, pbxp, xct)
pylib/gyp/generator/xcode.py:517
↓ 3 callersFunctionAddSourceToTarget
(source, type, pbxp, xct)
pylib/gyp/generator/xcode.py:491
↓ 3 callersMethodAdjustLibraries
Strip -l from library if it's specified with that.
pylib/gyp/msvs_emulation.py:273
↓ 3 callersMethodBuild
(self)
test/lib/TestMac.py:53
↓ 3 callersFunctionCallSubProcess
Wrapper around subprocess.call which treats errors as build exceptions.
buildbot/buildbot_run.py:22
↓ 3 callersFunctionCheckFileBinaryPropertyList
(file)
test/ios/gyptest-app-ios.py:22
↓ 3 callersMethodChildren
Returns a list of all of this object's owned (strong) children.
pylib/gyp/xcodeproj_file.py:474
↓ 3 callersFunctionConvertVCMacrosToMSBuild
Convert the the MSVS macros found in the string to the MSBuild equivalent. This list is probably not exhaustive. Add as needed.
pylib/gyp/MSVSSettings.py:419
↓ 3 callersFunctionExpandVariables
(input, phase, variables, build_file)
pylib/gyp/input.py:710
↓ 3 callersFunctionExpandXcodeVariables
Expands Xcode-style $(VARIABLES) in string per the expansions dict. In some rare cases, it is appropriate to expand Xcode variables when a projec
pylib/gyp/generator/xcode.py:531
↓ 3 callersFunctionFixFilenames
(filenames, current_directory)
tools/pretty_vcproj.py:113
↓ 3 callersMethodFrameworksPhase
(self)
pylib/gyp/xcodeproj_file.py:2512
↓ 3 callersFunctionGenerateOutputForConfig
(target_list, target_dicts, data, params, config_to_use)
pylib/gyp/generator/cmake.py:1077
↓ 3 callersFunctionGenerateOutputForConfig
(target_list, target_dicts, data, params, config_name)
pylib/gyp/generator/ninja.py:1857
↓ 3 callersMethodGetActiveArchs
Returns the architectures this target should be built for.
pylib/gyp/xcode_emulation.py:483
↓ 3 callersMethodGetCflagsC
Returns the flags that need to be added to .c compilations.
pylib/gyp/msvs_emulation.py:503
↓ 3 callersMethodGetCflagsCC
Returns the flags that need to be added to .cc compilations.
pylib/gyp/msvs_emulation.py:508
↓ 3 callersMethodGetChildByPath
(self, path)
pylib/gyp/xcodeproj_file.py:1182
↓ 3 callersFunctionGetDisassemblyOfMain
(exe)
test/win/gyptest-cl-buffer-security-check.py:22
↓ 3 callersMethodGetFrameworkVersion
Returns the framework version of the current target. Only valid for bundles.
pylib/gyp/xcode_emulation.py:250
↓ 3 callersFunctionGetHeaders
(exe)
test/win/gyptest-link-nxcompat.py:22
↓ 3 callersMethodGetLdflags
Returns the flags that need to be added to link commands, and the manifest files.
pylib/gyp/msvs_emulation.py:568
↓ 3 callersMethodGetPDBName
Gets the explicitly overridden pdb name for a target or returns default if it's not overridden, or if no pdb will be generated.
pylib/gyp/msvs_emulation.py:403
↓ 3 callersMethodGetProductName
Returns PRODUCT_NAME.
pylib/gyp/xcode_emulation.py:277
↓ 3 callersFunctionGetRpaths
(p)
test/linux/gyptest-implicit-rpath.py:24
↓ 3 callersFunctionGetRpaths
(p)
test/linux/gyptest-target-rpath.py:24
↓ 3 callersFunctionGetSummary
(exe)
test/win/gyptest-link-profile.py:23
↓ 3 callersFunctionHasDynamicBase
(exe)
test/win/gyptest-link-aslr.py:22
↓ 3 callersMethodIsIosFramework
(self)
pylib/gyp/xcode_emulation.py:227
↓ 3 callersFunctionIsStrCanonicalInt
Returns True if |string| is in its canonical integer form. The canonical form is such that str(int(string)) == string.
pylib/gyp/input.py:646
↓ 3 callersMethodKeyExists
Use reg.exe to see if a key exists. Args: key: The registry key to check. Return: True if the key exists
test/lib/TestWin.py:91
↓ 3 callersFunctionLoadAutomaticVariablesFromDict
(variables, the_dict)
pylib/gyp/input.py:1151
↓ 3 callersFunctionLoadBuildFileIncludesIntoDict
(subdict, subdict_path, data, aux_data, includes, check)
pylib/gyp/input.py:276
↓ 3 callersFunctionLoadVariablesFromVariablesDict
(variables, the_dict, the_dict_key)
pylib/gyp/input.py:1159
↓ 3 callersFunctionOpenOutput
Open |path| for writing, creating directories if necessary.
pylib/gyp/generator/ninja.py:1734
↓ 3 callersFunctionOutPath
(s)
test/mac/gyptest-strip-default.py:27
↓ 3 callersFunctionParseQualifiedTarget
(target)
pylib/gyp/common.py:56
↓ 3 callersFunctionParseTarget
(target)
tools/graphviz.py:16
↓ 3 callersMethodPathFromSourceTreeAndPath
(self)
pylib/gyp/xcodeproj_file.py:1059
↓ 3 callersMethodProjectVersion
Get the version number of the vcproj or vcxproj files.
pylib/gyp/MSVSVersion.py:50
↓ 3 callersFunctionRelativePath
(path, relative_to, follow_path_symlink=True)
pylib/gyp/common.py:134
↓ 3 callersFunctionRemovePrefix
Returns 'a' without 'prefix' if it starts with 'prefix'.
pylib/gyp/generator/cmake.py:74
↓ 3 callersFunctionRunX64
(exe, stdout)
test/configurations/target_platform/gyptest-target_platform.py:15
↓ 3 callersMethodSetBaseConfiguration
Sets the build configuration in all child XCBuildConfiguration objects.
pylib/gyp/xcodeproj_file.py:1696
↓ 3 callersFunctionSetFilesProperty
Given a set of source files, sets the given property on them.
pylib/gyp/generator/cmake.py:154
↓ 3 callersMethodSetupScript
(self, target_arch)
pylib/gyp/MSVSVersion.py:132
↓ 3 callersFunctionShlexEnv
(env_name)
pylib/gyp/__init__.py:155
↓ 3 callersFunctionStringToMakefileVariable
Convert a string to a value that is acceptable as a make variable name.
pylib/gyp/generator/make.py:631
↓ 3 callersMethodUpdateProperties
Merge the supplied properties into the _properties dictionary. The input properties must adhere to the class schema or a KeyError or TypeErro
pylib/gyp/xcodeproj_file.py:739
↓ 3 callersFunctionVisit
(node)
pylib/gyp/common.py:595
↓ 3 callersMethodWriteIfChanged
Writes the project file.
pylib/gyp/MSVSProject.py:188
↓ 3 callersMethodWriteSortedXcodeEnv
(self, target, env)
pylib/gyp/generator/make.py:1894
↓ 3 callersFunction_AddActionStep
Merge action into an existing list of actions. Care must be taken so that actions which have overlapping inputs either don't get assigned to the
pylib/gyp/generator/msvs.py:414
↓ 3 callersMethod_AddBuildFileToDicts
Maintains the _files_by_path and _files_by_xcfilelikeelement dicts. If path is specified, then it is the path that is being added to the phas
pylib/gyp/xcodeproj_file.py:1788
↓ 3 callersFunction_AddNormalizedSources
(sources_set, sources_array)
pylib/gyp/generator/msvs.py:1458
↓ 3 callersFunction_AdjustSourcesForRules
(rules, sources, excluded_sources, is_msbuild)
pylib/gyp/generator/msvs.py:862
↓ 3 callersFunction_BuildCommandLineForRule
(spec, rule, has_input_path, do_setup_env)
pylib/gyp/generator/msvs.py:399
↓ 3 callersFunction_Cygwinify
(path)
pylib/gyp/generator/msvs.py:597
↓ 3 callersFunction_FindRuleTriggerFiles
Find the list of files which a particular rule applies to. Arguments: rule: the rule in question sources: the set of all known source files
pylib/gyp/generator/msvs.py:526
↓ 3 callersMethod_GetAndMunge
Retrieve a value from |field| at |path| or return |default|. If |append| is specified, and the item is found, it will be appended to that obje
pylib/gyp/msvs_emulation.py:279
↓ 3 callersFunction_GetMSBuildToolSettings
Returns an MSBuild tool dictionary. Creates it if needed.
pylib/gyp/MSVSSettings.py:62
↓ 3 callersFunction_GetMSVSConfigurationType
Returns the configuration type for this project. It's a number defined by Microsoft. May raise an exception. Args: spec: The target dicti
pylib/gyp/generator/msvs.py:1108
↓ 3 callersMethod_GetStandaloneBinaryPath
Returns the name of the non-bundle binary represented by this target. E.g. hello_world. Only valid for non-bundles.
pylib/gyp/xcode_emulation.py:447
↓ 3 callersMethod_IsIosWatchKitExtension
(self)
pylib/gyp/xcode_emulation.py:244
↓ 3 callersMethod_Relink
Creates a symlink to |dest| named |link|. If |link| already exists, it is overwritten.
pylib/gyp/mac_tool.py:329
↓ 3 callersFunction_RuleExpandPath
Given the input file to which a rule applied, string substitute a path. Arguments: path: a path to string expand input_file: the file to wh
pylib/gyp/generator/msvs.py:507
↓ 3 callersFunction_RuleInputsAndOutputs
Find the inputs and outputs generated by a rule. Arguments: rule: the rule in question. trigger_file: the main trigger for this rule. Ret
pylib/gyp/generator/msvs.py:538
↓ 3 callersFunction_SuffixName
Add a suffix to the end of a target. Arguments: name: name of the target (foo#target) suffix: the suffix to be added Returns: Target
pylib/gyp/MSVSUtil.py:48
← previousnext →201–300 of 1,710, ranked by callers