rem stringlengths 1 322k | add stringlengths 0 2.05M | context stringlengths 4 228k | meta stringlengths 156 215 |
|---|---|---|---|
def MakeInstallerNSIS(file, fullname, smdirectory, installdir): if (os.path.isfile(file)): os.remove(file) elif (os.path.isdir(file)): shutil.rmtree(file) if (RUNTIME): # Invoke the make_installer script. AddToPathEnv("PATH", GetOutputDir() + "\\bin") AddToPathEnv("PATH", GetOutputDir() + "\\plugins") oscmd(SDK["PYTHON... | b4ded0c5fe8af93b51de55ac7cbdd44413792565 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/b4ded0c5fe8af93b51de55ac7cbdd44413792565/makepanda.py | ||
Summary: The Panda3D free 3D engine | Summary: The Panda3D free 3D engine SDK | def MakeInstallerNSIS(file, fullname, smdirectory, installdir): if (os.path.isfile(file)): os.remove(file) elif (os.path.isdir(file)): shutil.rmtree(file) if (RUNTIME): # Invoke the make_installer script. AddToPathEnv("PATH", GetOutputDir() + "\\bin") AddToPathEnv("PATH", GetOutputDir() + "\\plugins") oscmd(SDK["PYTHON... | b4ded0c5fe8af93b51de55ac7cbdd44413792565 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/b4ded0c5fe8af93b51de55ac7cbdd44413792565/makepanda.py |
AutoReqProv: no | def MakeInstallerNSIS(file, fullname, smdirectory, installdir): if (os.path.isfile(file)): os.remove(file) elif (os.path.isdir(file)): shutil.rmtree(file) if (RUNTIME): # Invoke the make_installer script. AddToPathEnv("PATH", GetOutputDir() + "\\bin") AddToPathEnv("PATH", GetOutputDir() + "\\plugins") oscmd(SDK["PYTHON... | b4ded0c5fe8af93b51de55ac7cbdd44413792565 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/b4ded0c5fe8af93b51de55ac7cbdd44413792565/makepanda.py | |
The Panda3D engine. | Panda3D is a game engine which includes graphics, audio, I/O, collision detection, and other abilities relevant to the creation of 3D games. Panda3D is open source and free software under the revised BSD license, and can be used for both free and commercial game development at no financial cost. Panda3D's intended game... | def MakeInstallerNSIS(file, fullname, smdirectory, installdir): if (os.path.isfile(file)): os.remove(file) elif (os.path.isdir(file)): shutil.rmtree(file) if (RUNTIME): # Invoke the make_installer script. AddToPathEnv("PATH", GetOutputDir() + "\\bin") AddToPathEnv("PATH", GetOutputDir() + "\\plugins") oscmd(SDK["PYTHON... | b4ded0c5fe8af93b51de55ac7cbdd44413792565 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/b4ded0c5fe8af93b51de55ac7cbdd44413792565/makepanda.py |
/usr/%_lib | /usr/%_lib/panda3d | def MakeInstallerNSIS(file, fullname, smdirectory, installdir): if (os.path.isfile(file)): os.remove(file) elif (os.path.isdir(file)): shutil.rmtree(file) if (RUNTIME): # Invoke the make_installer script. AddToPathEnv("PATH", GetOutputDir() + "\\bin") AddToPathEnv("PATH", GetOutputDir() + "\\plugins") oscmd(SDK["PYTHON... | b4ded0c5fe8af93b51de55ac7cbdd44413792565 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/b4ded0c5fe8af93b51de55ac7cbdd44413792565/makepanda.py |
PYTHONV="python" | PYTHONV = "python" | def MakeInstallerLinux(): import compileall if RUNTIME: # No worries, it won't be used PYTHONV="python" else: PYTHONV=SDK["PYTHONVERSION"] PV=PYTHONV.replace("python", "") if (os.path.isdir("linuxroot")): oscmd("chmod -R 755 linuxroot") oscmd("rm -rf linuxroot data.tar.gz control.tar.gz panda3d.spec") oscmd("mkdir linu... | b4ded0c5fe8af93b51de55ac7cbdd44413792565 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/b4ded0c5fe8af93b51de55ac7cbdd44413792565/makepanda.py |
PYTHONV=SDK["PYTHONVERSION"] PV=PYTHONV.replace("python", "") | PYTHONV = SDK["PYTHONVERSION"] PV = PYTHONV.replace("python", "") | def MakeInstallerLinux(): import compileall if RUNTIME: # No worries, it won't be used PYTHONV="python" else: PYTHONV=SDK["PYTHONVERSION"] PV=PYTHONV.replace("python", "") if (os.path.isdir("linuxroot")): oscmd("chmod -R 755 linuxroot") oscmd("rm -rf linuxroot data.tar.gz control.tar.gz panda3d.spec") oscmd("mkdir linu... | b4ded0c5fe8af93b51de55ac7cbdd44413792565 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/b4ded0c5fe8af93b51de55ac7cbdd44413792565/makepanda.py |
ARCH=ReadFile(GetOutputDir()+"/tmp/architecture.txt").strip() | ARCH = ReadFile(GetOutputDir()+"/tmp/architecture.txt").strip() | def MakeInstallerLinux(): import compileall if RUNTIME: # No worries, it won't be used PYTHONV="python" else: PYTHONV=SDK["PYTHONVERSION"] PV=PYTHONV.replace("python", "") if (os.path.isdir("linuxroot")): oscmd("chmod -R 755 linuxroot") oscmd("rm -rf linuxroot data.tar.gz control.tar.gz panda3d.spec") oscmd("mkdir linu... | b4ded0c5fe8af93b51de55ac7cbdd44413792565 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/b4ded0c5fe8af93b51de55ac7cbdd44413792565/makepanda.py |
txt = INSTALLER_SPEC_FILE[1:].replace("VERSION",VERSION).replace("PANDASOURCE",pandasource).replace("PYTHONV",PYTHONV).replace("PV",PV) | if (RUNTIME): txt = RUNTIME_INSTALLER_SPEC_FILE[1:] else: txt = INSTALLER_SPEC_FILE[1:] txt = txt.replace("VERSION",VERSION).replace("PANDASOURCE",pandasource).replace("PYTHONV",PYTHONV).replace("PV",PV) | def MakeInstallerLinux(): import compileall if RUNTIME: # No worries, it won't be used PYTHONV="python" else: PYTHONV=SDK["PYTHONVERSION"] PV=PYTHONV.replace("python", "") if (os.path.isdir("linuxroot")): oscmd("chmod -R 755 linuxroot") oscmd("rm -rf linuxroot data.tar.gz control.tar.gz panda3d.spec") oscmd("mkdir linu... | b4ded0c5fe8af93b51de55ac7cbdd44413792565 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/b4ded0c5fe8af93b51de55ac7cbdd44413792565/makepanda.py |
oscmd("mv "+ARCH+"/panda3d-"+VERSION+"-1."+ARCH+".rpm .") | if (RUNTIME): oscmd("mv "+ARCH+"/panda3d-runtime-"+VERSION+"-1."+ARCH+".rpm .") else: oscmd("mv "+ARCH+"/panda3d-"+VERSION+"-1."+ARCH+".rpm .") | def MakeInstallerLinux(): import compileall if RUNTIME: # No worries, it won't be used PYTHONV="python" else: PYTHONV=SDK["PYTHONVERSION"] PV=PYTHONV.replace("python", "") if (os.path.isdir("linuxroot")): oscmd("chmod -R 755 linuxroot") oscmd("rm -rf linuxroot data.tar.gz control.tar.gz panda3d.spec") oscmd("mkdir linu... | b4ded0c5fe8af93b51de55ac7cbdd44413792565 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/b4ded0c5fe8af93b51de55ac7cbdd44413792565/makepanda.py |
ARCH=ReadFile(GetOutputDir()+"/tmp/architecture.txt").strip() if RUNTIME: | ARCH = ReadFile(GetOutputDir()+"/tmp/architecture.txt").strip() if (RUNTIME): | def MakeInstallerLinux(): import compileall if RUNTIME: # No worries, it won't be used PYTHONV="python" else: PYTHONV=SDK["PYTHONVERSION"] PV=PYTHONV.replace("python", "") if (os.path.isdir("linuxroot")): oscmd("chmod -R 755 linuxroot") oscmd("rm -rf linuxroot data.tar.gz control.tar.gz panda3d.spec") oscmd("mkdir linu... | b4ded0c5fe8af93b51de55ac7cbdd44413792565 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/b4ded0c5fe8af93b51de55ac7cbdd44413792565/makepanda.py |
if not(os.path.exists("/usr/bin/rpmbuild") or os.path.exists("/usr/bin/dpkg-deb")): | if not (os.path.exists("/usr/bin/rpmbuild") or os.path.exists("/usr/bin/dpkg-deb")): | def MakeInstallerLinux(): import compileall if RUNTIME: # No worries, it won't be used PYTHONV="python" else: PYTHONV=SDK["PYTHONVERSION"] PV=PYTHONV.replace("python", "") if (os.path.isdir("linuxroot")): oscmd("chmod -R 755 linuxroot") oscmd("rm -rf linuxroot data.tar.gz control.tar.gz panda3d.spec") oscmd("mkdir linu... | b4ded0c5fe8af93b51de55ac7cbdd44413792565 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/b4ded0c5fe8af93b51de55ac7cbdd44413792565/makepanda.py |
msg = u"HTTP/1.0 200 OK\r\nContent-Type: %s" % contentType | msg = "HTTP/1.0 200 OK\r\nContent-Type: %s" % contentType | def respondCustom(self,contentType,body): msg = u"HTTP/1.0 200 OK\r\nContent-Type: %s" % contentType | 570ffe14e2a449afc7f9f93b9d0d853c494e9e88 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/570ffe14e2a449afc7f9f93b9d0d853c494e9e88/WebRequest.py |
msg += u"\r\n\r\n%s" % (body) | msg += "\r\n\r\n%s" % (body) | def respondCustom(self,contentType,body): msg = u"HTTP/1.0 200 OK\r\nContent-Type: %s" % contentType | 570ffe14e2a449afc7f9f93b9d0d853c494e9e88 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/570ffe14e2a449afc7f9f93b9d0d853c494e9e88/WebRequest.py |
for item in parseManualTOC("manual/index.html"): | for item in parseManualTOC(dirname + "/index.html"): | def makeCHM(outputfile, dirname, title, special = None): """Creates a CHM file based on a directory of HTML files. See the top of this file for more info.""" assert special == None or special in ["manual", "reference"] reference = (special == "reference") manual = (special == "manual") base = ireplace(outputfile, ".chm... | df296cb85a846d900128bf06049a805a8fd4650e /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/df296cb85a846d900128bf06049a805a8fd4650e/makechm.py |
if os.path.isdir("C:\Program Files\HTML Help Workshop"): cmd = "\"C:\Program Files\HTML Help Workshop\hhc.exe\" %s.hhp" % base | if "PROGRAMFILES" in os.environ and os.path.isdir("%s\\HTML Help Workshop" % os.environ["PROGRAMFILES"]): cmd = "\"%s\\HTML Help Workshop\\hhc.exe\" %s.hhp" % (os.environ["PROGRAMFILES"], base) elif os.path.isdir("C:\Program Files\HTML Help Workshop"): cmd = "\"C:\\Program Files\\HTML Help Workshop\\hhc.exe\" %s.hhp" %... | def makeCHM(outputfile, dirname, title, special = None): """Creates a CHM file based on a directory of HTML files. See the top of this file for more info.""" assert special == None or special in ["manual", "reference"] reference = (special == "reference") manual = (special == "manual") base = ireplace(outputfile, ".chm... | df296cb85a846d900128bf06049a805a8fd4650e /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/df296cb85a846d900128bf06049a805a8fd4650e/makechm.py |
if not os.path.isdir("manual"): print "No directory named 'manual' found" else: print "Making CHM file for manual..." if VERSION == None: makeManualCHM("manual.chm", "manual", "Panda3D Manual") | for lang in ["python", "cxx"]: if not os.path.isdir("manual-" + lang): print "No directory named 'manual-%s' found" % lang | def makeReferenceCHM(outputfile, dirname, title): """Same as makeCHM, but converts a structure resembling that of the Panda3D reference.""" return makeCHM(outputfile, dirname, title, special = "reference") | df296cb85a846d900128bf06049a805a8fd4650e /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/df296cb85a846d900128bf06049a805a8fd4650e/makechm.py |
makeManualCHM("manual-%s.chm" % VERSION, "manual", "Panda3D %s Manual" % VERSION) if not os.path.isdir("reference"): print "No directory named 'reference' found" else: print "Making CHM file for API reference..." if VERSION == None: makeReferenceCHM("reference.chm", "reference", "Panda3D Reference") | print "Making CHM file for manual-%s..." % lang if VERSION == None: makeManualCHM("manual-%s.chm" % lang, "manual-" + lang, "Panda3D Manual") else: makeManualCHM("manual-%s-%s.chm" % (VERSION, lang), "manual-" + lang, "Panda3D %s Manual" % VERSION) if not os.path.isdir("reference-" + lang): print "No directory named '... | def makeReferenceCHM(outputfile, dirname, title): """Same as makeCHM, but converts a structure resembling that of the Panda3D reference.""" return makeCHM(outputfile, dirname, title, special = "reference") | df296cb85a846d900128bf06049a805a8fd4650e /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/df296cb85a846d900128bf06049a805a8fd4650e/makechm.py |
makeReferenceCHM("reference-%s.chm" % VERSION, "reference", "Panda3D %s Reference" % VERSION) | print "Making CHM file for reference-%s..." % lang if VERSION == None: makeReferenceCHM("reference-%s.chm" % lang, "reference-" + lang, "Panda3D Reference") else: makeReferenceCHM("reference-%s-%s.chm" % (VERSION, lang), "reference-" + lang, "Panda3D %s Reference" % VERSION) | def makeReferenceCHM(outputfile, dirname, title): """Same as makeCHM, but converts a structure resembling that of the Panda3D reference.""" return makeCHM(outputfile, dirname, title, special = "reference") | df296cb85a846d900128bf06049a805a8fd4650e /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/df296cb85a846d900128bf06049a805a8fd4650e/makechm.py |
import pdb;pdb.set_trace() | def setTitleWithFilename(self, filename=""): import pdb;pdb.set_trace() title = self.ui.appname if filename != "": filenameshort = os.path.basename(filename) title = title + " (%s)"%filenameshort self.ui.SetLabel(title) | aed4f7f0c5e658b573fd528787c15e90b240ab70 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/aed4f7f0c5e658b573fd528787c15e90b240ab70/LevelEditorBase.py | |
if (not os.path.islink(libname)): | if (libname.endswith(".dylib") and not os.path.islink(libname)): | def MakeInstallerOSX(): if (RUNTIME): # Invoke the make_installer script. AddToPathEnv("DYLD_LIBRARY_PATH", GetOutputDir() + "/plugins") oscmd(SDK["PYTHONEXEC"] + " direct/src/plugin_installer/make_installer.py --version %s" % VERSION) return import compileall if (os.path.isfile("Panda3D-%s.dmg" % VERSION)): oscmd("rm... | d82b2d6a9607ce0e820253f708363882fb231cd0 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/d82b2d6a9607ce0e820253f708363882fb231cd0/makepanda.py |
oscmd("install_name_tool -change %s /Developer/Panda3D/lib/%s %s" % (libdep, libdep, libname), True) | if not libdep.startswith("/Developer/Panda3D/lib/"): oscmd("install_name_tool -change %s /Developer/Panda3D/lib/%s %s" % (libdep, libdep, libname), True) | def MakeInstallerOSX(): if (RUNTIME): # Invoke the make_installer script. AddToPathEnv("DYLD_LIBRARY_PATH", GetOutputDir() + "/plugins") oscmd(SDK["PYTHONEXEC"] + " direct/src/plugin_installer/make_installer.py --version %s" % VERSION) return import compileall if (os.path.isfile("Panda3D-%s.dmg" % VERSION)): oscmd("rm... | d82b2d6a9607ce0e820253f708363882fb231cd0 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/d82b2d6a9607ce0e820253f708363882fb231cd0/makepanda.py |
oscmd("install_name_tool -change %s /Developer/Panda3D/lib/%s %s" % (libdep, libdep, binname), True) | if not libdep.startswith("/Developer/Panda3D/lib/"): oscmd("install_name_tool -change %s /Developer/Panda3D/lib/%s %s" % (libdep, libdep, binname), True) | def MakeInstallerOSX(): if (RUNTIME): # Invoke the make_installer script. AddToPathEnv("DYLD_LIBRARY_PATH", GetOutputDir() + "/plugins") oscmd(SDK["PYTHONEXEC"] + " direct/src/plugin_installer/make_installer.py --version %s" % VERSION) return import compileall if (os.path.isfile("Panda3D-%s.dmg" % VERSION)): oscmd("rm... | d82b2d6a9607ce0e820253f708363882fb231cd0 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/d82b2d6a9607ce0e820253f708363882fb231cd0/makepanda.py |
def bp(id=None, grp=None, cfg=None, iff=True, frameCount=1): | def bp(id=None, grp=None, cfg=None, iff=True, test=None, frameCount=1): | def bp(id=None, grp=None, cfg=None, iff=True, frameCount=1): if not bpdb.enabled or not bpdb.verifyEnabled(): return bpi = bp(id=id, grp=grp, cfg=cfg, iff=iff,frameCount=frameCount+1) bpi.maybeBreak(frameCount=frameCount+1) | ff599cf9abda48677c7e0cc83e14db348aa882e5 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/ff599cf9abda48677c7e0cc83e14db348aa882e5/PythonUtil.py |
bpi = bp(id=id, grp=grp, cfg=cfg, iff=iff,frameCount=frameCount+1) bpi.maybeBreak(frameCount=frameCount+1) | bpi = bp(id=id, grp=grp, cfg=cfg, iff=iff, frameCount=frameCount+1) bpi.maybeBreak(test=test, frameCount=frameCount+1) | def bp(id=None, grp=None, cfg=None, iff=True, frameCount=1): if not bpdb.enabled or not bpdb.verifyEnabled(): return bpi = bp(id=id, grp=grp, cfg=cfg, iff=iff,frameCount=frameCount+1) bpi.maybeBreak(frameCount=frameCount+1) | ff599cf9abda48677c7e0cc83e14db348aa882e5 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/ff599cf9abda48677c7e0cc83e14db348aa882e5/PythonUtil.py |
def bpCall(id=None,grp=None,cfg=None,iff=True,frameCount=1,onEnter=1,onExit=0): | def bpCall(id=None,grp=None,cfg=None,iff=True,test=None,frameCount=1,onEnter=1,onExit=0): | def bpCall(id=None,grp=None,cfg=None,iff=True,frameCount=1,onEnter=1,onExit=0): def decorator(f): return f | ff599cf9abda48677c7e0cc83e14db348aa882e5 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/ff599cf9abda48677c7e0cc83e14db348aa882e5/PythonUtil.py |
dbp.maybeBreak(iff=iff,frameCount=frameCount+1,displayPrefix='Calling ') | dbp.maybeBreak(iff=iff,test=test,frameCount=frameCount+1,displayPrefix='Calling ') | def wrap(*args, **kwds): #create our bp object dbp = bp(id=id or f.__name__, grp=bpi.grp, cfg=bpi.cfg, iff=iff, frameCount=frameCount+1) if onEnter: dbp.maybeBreak(iff=iff,frameCount=frameCount+1,displayPrefix='Calling ') f_result = f(*args, **kwds) if onExit: dbp.maybeBreak(iff=iff,frameCount=frameCount+1,displayPrefi... | ff599cf9abda48677c7e0cc83e14db348aa882e5 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/ff599cf9abda48677c7e0cc83e14db348aa882e5/PythonUtil.py |
dbp.maybeBreak(iff=iff,frameCount=frameCount+1,displayPrefix='Exited ') | dbp.maybeBreak(iff=iff,test=test,frameCount=frameCount+1,displayPrefix='Exited ') | def wrap(*args, **kwds): #create our bp object dbp = bp(id=id or f.__name__, grp=bpi.grp, cfg=bpi.cfg, iff=iff, frameCount=frameCount+1) if onEnter: dbp.maybeBreak(iff=iff,frameCount=frameCount+1,displayPrefix='Calling ') f_result = f(*args, **kwds) if onExit: dbp.maybeBreak(iff=iff,frameCount=frameCount+1,displayPrefi... | ff599cf9abda48677c7e0cc83e14db348aa882e5 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/ff599cf9abda48677c7e0cc83e14db348aa882e5/PythonUtil.py |
if not bpdb.enabled or not bpdb.verifyEnabled(): | def functor(*cArgs, **ckArgs): return if bpdb.enabled and bpdb.verifyEnabled(): argsCopy = args[:] | def bpGroup(*args, **kArgs): if not bpdb.enabled or not bpdb.verifyEnabled(): def functor(*cArgs, **ckArgs): return return functor argsCopy = args[:] def functor(*cArgs, **ckArgs): kwArgs = kArgs kwArgs.update(ckArgs) kwArgs.pop('static', None) kwArgs['frameCount'] = ckArgs.get('frameCount',1)+1 return bpdb.bp(*(cArgs... | ff599cf9abda48677c7e0cc83e14db348aa882e5 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/ff599cf9abda48677c7e0cc83e14db348aa882e5/PythonUtil.py |
return return functor argsCopy = args[:] def functor(*cArgs, **ckArgs): kwArgs = kArgs kwArgs.update(ckArgs) kwArgs.pop('static', None) kwArgs['frameCount'] = ckArgs.get('frameCount',1)+1 return bpdb.bp(*(cArgs), **kwArgs) | kwArgs = kArgs kwArgs.update(ckArgs) kwArgs.pop('static', None) kwArgs['frameCount'] = ckArgs.get('frameCount',1)+1 return bpdb.bp(*(cArgs), **kwArgs) | def functor(*cArgs, **ckArgs): return | ff599cf9abda48677c7e0cc83e14db348aa882e5 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/ff599cf9abda48677c7e0cc83e14db348aa882e5/PythonUtil.py |
def maybeBreak(self, iff=True, frameCount=1,displayPrefix=''): if self.shouldBreak(iff): | def maybeBreak(self, iff=True, test=None, frameCount=1, displayPrefix=''): if self.shouldBreak(iff=iff, test=test): | def maybeBreak(self, iff=True, frameCount=1,displayPrefix=''): if self.shouldBreak(iff): self.doBreak(frameCount=frameCount+1,displayPrefix=displayPrefix) | ff599cf9abda48677c7e0cc83e14db348aa882e5 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/ff599cf9abda48677c7e0cc83e14db348aa882e5/PythonUtil.py |
def shouldBreak(self,iff=True): | def shouldBreak(self,iff=True, test=None): | def shouldBreak(self,iff=True): #check easy early out if self.disabled: return False if not self.iff or not iff: return False | ff599cf9abda48677c7e0cc83e14db348aa882e5 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/ff599cf9abda48677c7e0cc83e14db348aa882e5/PythonUtil.py |
if name.startswith("thirdparty"): | if name.startswith(GetThirdpartyDir()): | def LibName(opt, name): # Check to see if the lib file actually exists for the thirdparty library given # Are we a thirdparty library? if name.startswith("thirdparty"): # Does this lib exist? if not os.path.exists(name): PkgDisable(opt) WARNINGS.append(name + " not found. Skipping Package " + opt) return LIBNAMES.appe... | 30b2463a05e3a751a66e6cd54e93589ef2c9b604 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/30b2463a05e3a751a66e6cd54e93589ef2c9b604/makepandacore.py |
PkgDisable(opt) | def LibName(opt, name): # Check to see if the lib file actually exists for the thirdparty library given # Are we a thirdparty library? if name.startswith("thirdparty"): # Does this lib exist? if not os.path.exists(name): PkgDisable(opt) WARNINGS.append(name + " not found. Skipping Package " + opt) return LIBNAMES.appe... | 30b2463a05e3a751a66e6cd54e93589ef2c9b604 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/30b2463a05e3a751a66e6cd54e93589ef2c9b604/makepandacore.py | |
return | if (opt in PkgListGet()): print "%sWARNING:%s Could not locate thirdparty package %s, excluding from build" % (GetColor("red"), GetColor(), opt.lower()) PkgDisable(opt) return else: print "%sERROR:%s Could not locate thirdparty package %s, aborting build" % (GetColor("red"), GetColor(), opt.lower()) exit() | def LibName(opt, name): # Check to see if the lib file actually exists for the thirdparty library given # Are we a thirdparty library? if name.startswith("thirdparty"): # Does this lib exist? if not os.path.exists(name): PkgDisable(opt) WARNINGS.append(name + " not found. Skipping Package " + opt) return LIBNAMES.appe... | 30b2463a05e3a751a66e6cd54e93589ef2c9b604 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/30b2463a05e3a751a66e6cd54e93589ef2c9b604/makepandacore.py |
VC80CRTASSEMBLYRE=re.compile("<dependency>[\t \n]*<dependentAssembly>[\t \n]*<assemblyIdentity[\t \na-zA-Z0-9.'\"=]*name=['\"]Microsoft[.]VC80[.]CRT['\"][\t \na-zA-Z0-9.'\"=/]*>[\t \n]*(</assemblyIdentity>)?[\t \n]*</dependentAssembly>[\t \n]*</dependency>[\t \n]*") | VC80CRTASSEMBLYRE=re.compile("<dependency>[\t \r\n]*<dependentAssembly>[\t \r\n]*<assemblyIdentity[\t \r\na-zA-Z0-9.'\"=]*name=['\"]Microsoft[.]VC80[.]CRT['\"][\t \r\na-zA-Z0-9.'\"=/]*>[\t \r\n]*(</assemblyIdentity>)?[\t \r\n]*</dependentAssembly>[\t \r\n]*</dependency>[\t \r\n]*") | def GetThirdpartyDir(): global THIRDPARTYDIR if (THIRDPARTYDIR != None): return THIRDPARTYDIR if (sys.platform.startswith("win")): if (platform.architecture()[0] == "64bit"): THIRDPARTYDIR="thirdparty/win-libs-vc9-x64/" else: THIRDPARTYDIR="thirdparty/win-libs-vc9/" if not os.path.isdir(THIRDPARTYDIR): THIRDPARTYDIR="t... | 38caf46fe0b1158e792a2b96eef43e80bd4b6df1 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/38caf46fe0b1158e792a2b96eef43e80bd4b6df1/makepandacore.py |
OPTS=['DIR:panda/src/downloadertools', 'OPENSSL', 'ZLIB', 'ADVAPI'] | OPTS=['DIR:panda/src/downloadertools', 'OPENSSL', 'ZLIB', 'ADVAPI', 'WINSOCK2', 'WINSHELL'] | pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | 04bc76c62754947fe75c1051d479bfc854275698 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/04bc76c62754947fe75c1051d479bfc854275698/makepanda.py |
OPTS=['DIR:panda/src/downloadertools', 'ZLIB', 'OPENSSL', 'ADVAPI'] | OPTS=['DIR:panda/src/downloadertools', 'ZLIB', 'OPENSSL', 'ADVAPI', 'WINSOCK2', 'WINSHELL'] | pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | 04bc76c62754947fe75c1051d479bfc854275698 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/04bc76c62754947fe75c1051d479bfc854275698/makepanda.py |
itemId = itemText[1] | itemId = itemText[-1] | def changeHierarchy(self, data, x, y): itemText = data.split('_') itemId = itemText[1] parent = self.tree.GetRootItem() item = self.traverse(parent, itemId) if item is None: return | 4c0c50b952e048cb39f21d498be488793c38c4b2 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/4c0c50b952e048cb39f21d498be488793c38c4b2/SceneGraphUI.py |
PkgDisable("contrib") | PkgDisable("CONTRIB") | def parseopts(args): global INSTALLER,RTDIST,RUNTIME,GENMAN,DISTRIBUTOR global VERSION,COMPRESSOR,THREADCOUNT,OSXTARGET longopts = [ "help","distributor=","verbose","runtime","osxtarget=", "optimize=","everything","nothing","installer","rtdist","nocolor", "version=","lzma","no-python","threads=","outputdir=","override=... | a31a23cd31fbbada2c7b97f8829fd2f817c7d1c2 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/a31a23cd31fbbada2c7b97f8829fd2f817c7d1c2/makepanda.py |
if (PkgSkip("PYTHON")==0): | if (PkgSkip("PYTHON")==0 and not RUNTIME): | pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | d66ff1a325010770d568493e86467c6e1ca71627 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/d66ff1a325010770d568493e86467c6e1ca71627/makepanda.py |
TargetAdd('PandaModules.py', input='libp3awesomium.dll') | pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | d66ff1a325010770d568493e86467c6e1ca71627 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/d66ff1a325010770d568493e86467c6e1ca71627/makepanda.py | |
handle = os.popen(LocateBinary("ldconfig") + " -NXp") | if (sys.platform.startswith("freebsd")): handle = os.popen(LocateBinary("ldconfig")) else: handle = os.popen(LocateBinary("ldconfig") + " -NXp") | def GetLibCache(): # Returns a list of cached libraries, not prefixed by lib and not suffixed by .so* or .a! global LD_CACHE if (LD_CACHE == None): LD_CACHE = [] print "Generating library cache..." if (LocateBinary("ldconfig") != None): handle = os.popen(LocateBinary("ldconfig") + " -NXp") result = handle.read().strip(... | 4d44270ca1de56dae3bc7e814e3e23e0183d40c8 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/4d44270ca1de56dae3bc7e814e3e23e0183d40c8/makepandacore.py |
cmd = '/Developer/usr/bin/packagemaker -build -f dstroot/' + pkg + '/ -p dstroot/Panda3D/Panda3D.mpkg/Contents/Packages/' + pkg + '.pkg -i /tmp/Info_plist' | cmd = '/Developer/Tools/packagemaker -build -f dstroot/' + pkg + '/ -p dstroot/Panda3D/Panda3D.mpkg/Contents/Packages/' + pkg + '.pkg -i /tmp/Info_plist' | def MakeInstallerOSX(): if (RUNTIME): # Invoke the make_installer script. AddToPathEnv("DYLD_LIBRARY_PATH", GetOutputDir() + "/plugins") oscmd(SDK["PYTHONEXEC"] + " direct/src/plugin_installer/make_installer.py --version %s" % VERSION) return import compileall if (os.path.isfile("Panda3D-%s.dmg" % VERSION)): oscmd("rm... | 11d98d29039abd374be4990c0406cdfb4ce3e4d9 /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/11d98d29039abd374be4990c0406cdfb4ce3e4d9/makepanda.py |
def parseopts(args): global INSTALLER,RTDIST,RUNTIME,GENMAN,DISTRIBUTOR global VERSION,COMPRESSOR,THREADCOUNT,OSXTARGET longopts = [ "help","distributor=","verbose","runtime","osxtarget=", "optimize=","everything","nothing","installer","rtdist","nocolor", "version=","lzma","no-python","threads=","outputdir=","override=... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
if (PkgSkip("FFTW")==0): LibName("FFTW", GetThirdpartyDir() + "fftw/lib/rfftw.lib") if (PkgSkip("FFTW")==0): LibName("FFTW", GetThirdpartyDir() + "fftw/lib/fftw.lib") | if (PkgSkip("FFTW")==0): LibName("FFTW", GetThirdpartyDir() + "fftw/lib/rfftw.lib") if (PkgSkip("FFTW")==0): LibName("FFTW", GetThirdpartyDir() + "fftw/lib/fftw.lib") | def parseopts(args): global INSTALLER,RTDIST,RUNTIME,GENMAN,DISTRIBUTOR global VERSION,COMPRESSOR,THREADCOUNT,OSXTARGET longopts = [ "help","distributor=","verbose","runtime","osxtarget=", "optimize=","everything","nothing","installer","rtdist","nocolor", "version=","lzma","no-python","threads=","outputdir=","override=... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py |
if (sys.platform.startswith("freebsd")): IncDirectory("ALWAYS", "/usr/local/include") LibDirectory("ALWAYS", "/usr/local/lib") | def parseopts(args): global INSTALLER,RTDIST,RUNTIME,GENMAN,DISTRIBUTOR global VERSION,COMPRESSOR,THREADCOUNT,OSXTARGET longopts = [ "help","distributor=","verbose","runtime","osxtarget=", "optimize=","everything","nothing","installer","rtdist","nocolor", "version=","lzma","no-python","threads=","outputdir=","override=... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | |
SmartPkgEnable("NPAPI", "", (), ("xulrunner-*/stable", "xulrunner-*/stable/npapi.h", "nspr*/prtypes.h", "nspr*")) | if (sys.platform.startswith("freebsd")): SmartPkgEnable("NPAPI", "", (), ("xulrunner", "nspr*/prtypes.h", "nspr*")) else: SmartPkgEnable("NPAPI", "", (), ("xulrunner-*/stable", "xulrunner-*/stable/npapi.h", "nspr*/prtypes.h", "nspr*")) | def parseopts(args): global INSTALLER,RTDIST,RUNTIME,GENMAN,DISTRIBUTOR global VERSION,COMPRESSOR,THREADCOUNT,OSXTARGET longopts = [ "help","distributor=","verbose","runtime","osxtarget=", "optimize=","everything","nothing","installer","rtdist","nocolor", "version=","lzma","no-python","threads=","outputdir=","override=... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py |
def parseopts(args): global INSTALLER,RTDIST,RUNTIME,GENMAN,DISTRIBUTOR global VERSION,COMPRESSOR,THREADCOUNT,OSXTARGET longopts = [ "help","distributor=","verbose","runtime","osxtarget=", "optimize=","everything","nothing","installer","rtdist","nocolor", "version=","lzma","no-python","threads=","outputdir=","override=... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def parseopts(args): global INSTALLER,RTDIST,RUNTIME,GENMAN,DISTRIBUTOR global VERSION,COMPRESSOR,THREADCOUNT,OSXTARGET longopts = [ "help","distributor=","verbose","runtime","osxtarget=", "optimize=","everything","nothing","installer","rtdist","nocolor", "version=","lzma","no-python","threads=","outputdir=","override=... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def BracketNameWithQuotes(name): # Workaround for OSX bug - compiler doesn't like those flags quoted. if (name.startswith("-framework")): return name if (name.startswith("-dylib_file")): return name # Don't add quotes when it's not necessary. if " " not in name: return name # Account for quoted name (leave as is) but... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def BracketNameWithQuotes(name): # Workaround for OSX bug - compiler doesn't like those flags quoted. if (name.startswith("-framework")): return name if (name.startswith("-dylib_file")): return name # Don't add quotes when it's not necessary. if " " not in name: return name # Account for quoted name (leave as is) but... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def CompileLink(dll, obj, opts): if (COMPILER=="MSVC"): cmd = "link /nologo" if (platform.architecture()[0] == "64bit"): cmd += " /MACHINE:X64" if ("MFC" not in opts): cmd += " /NOD:MFC90.LIB /NOD:MFC80.LIB /NOD:LIBCMT" cmd += " /NOD:LIBCI.LIB /DEBUG" cmd += " /nod:libc /nod:libcmtd /nod:atlthunk /nod:atls" if (GetOrig... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def CompileLink(dll, obj, opts): if (COMPILER=="MSVC"): cmd = "link /nologo" if (platform.architecture()[0] == "64bit"): cmd += " /MACHINE:X64" if ("MFC" not in opts): cmd += " /NOD:MFC90.LIB /NOD:MFC80.LIB /NOD:LIBCMT" cmd += " /NOD:LIBCI.LIB /DEBUG" cmd += " /nod:libc /nod:libcmtd /nod:atlthunk /nod:atls" if (GetOrig... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def CompileLink(dll, obj, opts): if (COMPILER=="MSVC"): cmd = "link /nologo" if (platform.architecture()[0] == "64bit"): cmd += " /MACHINE:X64" if ("MFC" not in opts): cmd += " /NOD:MFC90.LIB /NOD:MFC80.LIB /NOD:LIBCMT" cmd += " /NOD:LIBCI.LIB /DEBUG" cmd += " /nod:libc /nod:libcmtd /nod:atlthunk /nod:atls" if (GetOrig... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def CompileLink(dll, obj, opts): if (COMPILER=="MSVC"): cmd = "link /nologo" if (platform.architecture()[0] == "64bit"): cmd += " /MACHINE:X64" if ("MFC" not in opts): cmd += " /NOD:MFC90.LIB /NOD:MFC80.LIB /NOD:LIBCMT" cmd += " /NOD:LIBCI.LIB /DEBUG" cmd += " /nod:libc /nod:libcmtd /nod:atlthunk /nod:atls" if (GetOrig... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def CompileResource(target, src, opts): ipath = GetListOption(opts, "DIR:") if (COMPILER=="MSVC"): cmd = "rc" cmd += " /Fo" + BracketNameWithQuotes(target) for x in ipath: cmd += " /I" + x for (opt,dir) in INCDIRECTORIES: if (opt=="ALWAYS") or (opts.count(opt)): cmd += " /I" + BracketNameWithQuotes(dir) for (opt,var,va... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def RunGenPyCode(target, inputs, opts): if (PkgSkip("PYTHON") != 0): return cmdstr = SDK["PYTHONEXEC"] + " " + os.path.join("direct", "src", "ffi", "jGenPyCode.py") if (GENMAN): cmdstr += " -d" cmdstr += " -r" for i in inputs: if (GetOrigExt(i)==".dll"): cmdstr += " " + os.path.basename(os.path.splitext(i)[0].replace(... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def RunGenPyCode(target, inputs, opts): if (PkgSkip("PYTHON") != 0): return cmdstr = SDK["PYTHONEXEC"] + " " + os.path.join("direct", "src", "ffi", "jGenPyCode.py") if (GENMAN): cmdstr += " -d" cmdstr += " -r" for i in inputs: if (GetOrigExt(i)==".dll"): cmdstr += " " + os.path.basename(os.path.splitext(i)[0].replace(... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def FreezePy(target, inputs, opts): assert len(inputs) > 0 # Make sure this function isn't called before genpycode is run. cmdstr = SDK["PYTHONEXEC"] + " " + os.path.join("direct", "src", "showutil", "pfreeze.py") src = inputs.pop(0) for i in inputs: cmdstr += " -i " + os.path.splitext(i)[0] cmdstr += " -o " + target +... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def CompileBundle(target, inputs, opts): if (sys.platform != "darwin"): return plist = None resources = [] objects = [] for i in inputs: if (i.endswith(".plist")): if (plist != None): exit("Only one plist file can be used when creating a bundle!") plist = i elif (i.endswith(".rsrc") or i.endswith(".icns")): resources.a... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def CompileBundle(target, inputs, opts): if (sys.platform != "darwin"): return plist = None resources = [] objects = [] for i in inputs: if (i.endswith(".plist")): if (plist != None): exit("Only one plist file can be used when creating a bundle!") plist = i elif (i.endswith(".rsrc") or i.endswith(".icns")): resources.a... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
ProgressOutput(progress, "Building package from pdef file", infile) | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
("_SECURE_SCL", '1', 'UNDEF'), | ("_SECURE_SCL", '1', 'UNDEF'), | ProgressOutput(progress, "Building package from pdef file", infile) | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py |
def WriteConfigSettings(): dtool_config={} prc_parameters={} plugin_config={} if (sys.platform.startswith("win")): for key,win,unix in DTOOL_CONFIG: dtool_config[key] = win for key,win,unix in PRC_PARAMETERS: prc_parameters[key] = win else: for key,win,unix in DTOOL_CONFIG: dtool_config[key] = unix for key,win,unix in... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def WriteConfigSettings(): dtool_config={} prc_parameters={} plugin_config={} if (sys.platform.startswith("win")): for key,win,unix in DTOOL_CONFIG: dtool_config[key] = win for key,win,unix in PRC_PARAMETERS: prc_parameters[key] = win else: for key,win,unix in DTOOL_CONFIG: dtool_config[key] = unix for key,win,unix in... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def WriteConfigSettings(): dtool_config={} prc_parameters={} plugin_config={} if (sys.platform.startswith("win")): for key,win,unix in DTOOL_CONFIG: dtool_config[key] = win for key,win,unix in PRC_PARAMETERS: prc_parameters[key] = win else: for key,win,unix in DTOOL_CONFIG: dtool_config[key] = unix for key,win,unix in... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def WriteConfigSettings(): dtool_config={} prc_parameters={} plugin_config={} if (sys.platform.startswith("win")): for key,win,unix in DTOOL_CONFIG: dtool_config[key] = win for key,win,unix in PRC_PARAMETERS: prc_parameters[key] = win else: for key,win,unix in DTOOL_CONFIG: dtool_config[key] = unix for key,win,unix in... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def WriteConfigSettings(): dtool_config={} prc_parameters={} plugin_config={} if (sys.platform.startswith("win")): for key,win,unix in DTOOL_CONFIG: dtool_config[key] = win for key,win,unix in PRC_PARAMETERS: prc_parameters[key] = win else: for key,win,unix in DTOOL_CONFIG: dtool_config[key] = unix for key,win,unix in... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def WriteConfigSettings(): dtool_config={} prc_parameters={} plugin_config={} if (sys.platform.startswith("win")): for key,win,unix in DTOOL_CONFIG: dtool_config[key] = win for key,win,unix in PRC_PARAMETERS: prc_parameters[key] = win else: for key,win,unix in DTOOL_CONFIG: dtool_config[key] = unix for key,win,unix in... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def WriteConfigSettings(): dtool_config={} prc_parameters={} plugin_config={} if (sys.platform.startswith("win")): for key,win,unix in DTOOL_CONFIG: dtool_config[key] = win for key,win,unix in PRC_PARAMETERS: prc_parameters[key] = win else: for key,win,unix in DTOOL_CONFIG: dtool_config[key] = unix for key,win,unix in... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def WriteConfigSettings(): dtool_config={} prc_parameters={} plugin_config={} if (sys.platform.startswith("win")): for key,win,unix in DTOOL_CONFIG: dtool_config[key] = win for key,win,unix in PRC_PARAMETERS: prc_parameters[key] = win else: for key,win,unix in DTOOL_CONFIG: dtool_config[key] = unix for key,win,unix in... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def WriteConfigSettings(): dtool_config={} prc_parameters={} plugin_config={} if (sys.platform.startswith("win")): for key,win,unix in DTOOL_CONFIG: dtool_config[key] = win for key,win,unix in PRC_PARAMETERS: prc_parameters[key] = win else: for key,win,unix in DTOOL_CONFIG: dtool_config[key] = unix for key,win,unix in... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def WriteConfigSettings(): dtool_config={} prc_parameters={} plugin_config={} if (sys.platform.startswith("win")): for key,win,unix in DTOOL_CONFIG: dtool_config[key] = win for key,win,unix in PRC_PARAMETERS: prc_parameters[key] = win else: for key,win,unix in DTOOL_CONFIG: dtool_config[key] = unix for key,win,unix in... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def WriteConfigSettings(): dtool_config={} prc_parameters={} plugin_config={} if (sys.platform.startswith("win")): for key,win,unix in DTOOL_CONFIG: dtool_config[key] = win for key,win,unix in PRC_PARAMETERS: prc_parameters[key] = win else: for key,win,unix in DTOOL_CONFIG: dtool_config[key] = unix for key,win,unix in... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
def CreatePandaVersionFiles(): version1=int(VERSION.split(".")[0]) version2=int(VERSION.split(".")[1]) version3=int(VERSION.split(".")[2]) nversion=version1*1000000+version2*1000+version3 if (DISTRIBUTOR != "cmu"): # Subtract 1 if we are not an official version. nversion -= 1 if (RUNTIME): pandaversion_h = PANDAVERSIO... | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
if (PkgSkip("PYTHON")): | if (PkgSkip("PYTHON")): | pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py |
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py | ||
pandaversion_h += "\n#undef PANDA_OFFICIAL_VERSION\n" | f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea /local1/tlutelli/issta_data/temp/all_python//python/2010_temp/2010/8543/f85fe03335b1d28a8f24b6783d3f300e8a7bd6ea/makepanda.py |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.