From 683d490074d93baa8a47db7ec43b7bd31145a12a Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 5 Nov 2009 23:00:15 +0100 Subject: Tar file expanded and committed --- .../antcontrib/cpptasks/class-use/AboutCCTask.html | 141 +++ .../sf/antcontrib/cpptasks/class-use/ArchEnum.html | 193 ++++ .../sf/antcontrib/cpptasks/class-use/CCTask.html | 1210 ++++++++++++++++++++ .../cpptasks/class-use/CCTaskProgressMonitor.html | 141 +++ .../sf/antcontrib/cpptasks/class-use/CPUEnum.html | 193 ++++ .../class-use/CUtil.StringArrayBuilder.html | 194 ++++ .../sf/antcontrib/cpptasks/class-use/CUtil.html | 141 +++ .../antcontrib/cpptasks/class-use/CompilerDef.html | 319 ++++++ .../cpptasks/class-use/CompilerEnum.html | 185 +++ .../cpptasks/class-use/CompilerParam.html | 214 ++++ .../cpptasks/class-use/DependencyInfo.html | 328 ++++++ .../DependencyTable.DependencyVisitor.html | 197 ++++ .../DependencyTable.TimestampChecker.html | 141 +++ .../cpptasks/class-use/DependencyTable.html | 141 +++ .../cpptasks/class-use/DistributerDef.html | 177 +++ .../cpptasks/class-use/DistributerMap.html | 177 +++ .../class-use/DistributerProtocolEnum.html | 193 ++++ .../antcontrib/cpptasks/class-use/FileVisitor.html | 252 ++++ .../antcontrib/cpptasks/class-use/LinkerDef.html | 305 +++++ .../antcontrib/cpptasks/class-use/LinkerEnum.html | 177 +++ .../antcontrib/cpptasks/class-use/LinkerParam.html | 214 ++++ .../cpptasks/class-use/OSFamilyEnum.html | 193 ++++ .../cpptasks/class-use/ObjectFileCollector.html | 141 +++ .../cpptasks/class-use/OptimizationEnum.html | 895 +++++++++++++++ .../cpptasks/class-use/OutputTypeEnum.html | 214 ++++ .../cpptasks/class-use/PrecompileDef.html | 207 ++++ .../cpptasks/class-use/PrecompileExceptDef.html | 178 +++ .../cpptasks/class-use/ProcessorDef.html | 409 +++++++ .../cpptasks/class-use/ProcessorEnumValue.html | 177 +++ .../cpptasks/class-use/ProcessorParam.html | 300 +++++ .../antcontrib/cpptasks/class-use/RuntimeType.html | 177 +++ .../cpptasks/class-use/SourceHistory.html | 203 ++++ .../cpptasks/class-use/SubsystemEnum.html | 207 ++++ .../antcontrib/cpptasks/class-use/TargetDef.html | 317 +++++ .../cpptasks/class-use/TargetHistory.html | 178 +++ .../cpptasks/class-use/TargetHistoryTable.html | 208 ++++ .../antcontrib/cpptasks/class-use/TargetInfo.html | 414 +++++++ .../cpptasks/class-use/TargetMatcher.html | 337 ++++++ .../antcontrib/cpptasks/class-use/VersionInfo.html | 818 +++++++++++++ .../cpptasks/class-use/WarningLevelEnum.html | 187 +++ 40 files changed, 10993 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/AboutCCTask.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/ArchEnum.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/CCTask.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/CCTaskProgressMonitor.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/CPUEnum.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/CUtil.StringArrayBuilder.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/CUtil.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/CompilerDef.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/CompilerEnum.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/CompilerParam.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/DependencyInfo.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/DependencyTable.DependencyVisitor.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/DependencyTable.TimestampChecker.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/DependencyTable.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/DistributerDef.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/DistributerMap.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/DistributerProtocolEnum.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/FileVisitor.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/LinkerDef.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/LinkerEnum.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/LinkerParam.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/OSFamilyEnum.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/ObjectFileCollector.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/OptimizationEnum.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/OutputTypeEnum.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/PrecompileDef.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/PrecompileExceptDef.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/ProcessorDef.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/ProcessorEnumValue.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/ProcessorParam.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/RuntimeType.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/SourceHistory.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/SubsystemEnum.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetDef.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetHistory.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetHistoryTable.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetInfo.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetMatcher.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/VersionInfo.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/class-use/WarningLevelEnum.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/class-use') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/AboutCCTask.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/AboutCCTask.html new file mode 100644 index 0000000..a338242 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/AboutCCTask.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.AboutCCTask (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.AboutCCTask

+
+No usage of net.sf.antcontrib.cpptasks.AboutCCTask +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ArchEnum.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ArchEnum.html new file mode 100644 index 0000000..cf96ed1 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ArchEnum.html @@ -0,0 +1,193 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.ArchEnum (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.ArchEnum

+
+ + + + + + + + + +
+Packages that use ArchEnum
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
+  +

+ + + + + +
+Uses of ArchEnum in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return ArchEnum
+ ArchEnumTargetDef.getArch() + +
+          Gets arch.
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type ArchEnum
+ voidTargetDef.setArch(ArchEnum value) + +
+          Sets cpu architecture, compiler may use cpu specific instructions.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CCTask.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CCTask.html new file mode 100644 index 0000000..6671fd8 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CCTask.html @@ -0,0 +1,1210 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.CCTask (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.CCTask

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use CCTask
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.appleProject writer for Apple Xcode 
net.sf.antcontrib.cpptasks.borlandAdapter for Borland tools. 
net.sf.antcontrib.cpptasks.compiler  
net.sf.antcontrib.cpptasks.devstudioAdapters for Microsoft tools. 
net.sf.antcontrib.cpptasks.gcc  
net.sf.antcontrib.cpptasks.gcc.cross  
net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2  
net.sf.antcontrib.cpptasks.ideIDE project file generation. 
net.sf.antcontrib.cpptasks.mozillaCompiler adapter for Mozilla's XPCOM compiler. 
net.sf.antcontrib.cpptasks.openwatcomAdapters for OpenWatcom compilers and tools. 
net.sf.antcontrib.cpptasks.os390  
net.sf.antcontrib.cpptasks.os400  
net.sf.antcontrib.cpptasks.sun  
net.sf.antcontrib.cpptasks.trolltechAdapters for Trolltech Qt moc and uic compilers. 
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type CCTask
+ voidDependencyTable.commit(CCTask task) + +
+           
+ ProcessorConfigurationProcessorDef.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef baseDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+          Creates a configuration
+ booleanDependencyTable.needsRebuild(CCTask task, + TargetInfo target, + int dependencyDepth) + +
+          Determines if the specified target needs to be rebuilt.
+ DependencyInfoDependencyTable.parseIncludes(CCTask task, + CompilerConfiguration compiler, + java.io.File source) + +
+           
+static intCUtil.runCommand(CCTask task, + java.io.File workingDir, + java.lang.String[] cmdline, + boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+          This method is exposed so test classes can overload and test the + arguments without actually spawning the compiler
+ voidDependencyTable.walkDependencies(CCTask task, + DependencyInfo dependInfo, + CompilerConfiguration compiler, + DependencyInfo[] stack, + DependencyTable.DependencyVisitor visitor) + +
+           
+  +

+ + + + + + + + + + + +
Constructors in net.sf.antcontrib.cpptasks with parameters of type CCTask
TargetHistoryTable(CCTask task, + java.io.File outputDir) + +
+          Creates a target history table from history.xml in the output directory, + if it exists.
TargetMatcher(CCTask task, + java.io.File outputDir, + ProcessorConfiguration[] processors, + LinkerConfiguration linker, + java.util.Vector objectFiles, + java.util.Hashtable targets, + VersionInfo versionInfo) + +
+           
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.apple
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.apple with parameters of type CCTask
+ voidXcodeProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.borland
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type CCTask
+ voidBorlandResourceCompiler.compile(CCTask task, + java.io.File outputDir, + java.lang.String[] sourceFiles, + java.lang.String[] args, + java.lang.String[] endArgs, + boolean relentless, + CommandLineCompilerConfiguration config, + ProgressMonitor monitor) + +
+           
+ voidBorlandLibrarian.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+          Builds a library
+protected  java.lang.String[]BorlandLinker.prepareArguments(CCTask task, + java.lang.String outputDir, + java.lang.String outputName, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+          Prepares argument list for exec command.
+protected  java.lang.String[]BorlandLibrarian.prepareArguments(CCTask task, + java.lang.String outputDir, + java.lang.String outputName, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+          Prepares argument list for exec command.
+ voidCBuilderXProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type CCTask
+protected  java.lang.String[]CommandLineLinker.addLibrarySets(CCTask task, + LibrarySet[] libsets, + java.util.Vector preargs, + java.util.Vector midargs, + java.util.Vector endargs) + +
+           
+ voidCompilerConfiguration.compile(CCTask task, + java.io.File outputDir, + java.lang.String[] sourceFiles, + boolean relentless, + ProgressMonitor monitor) + +
+           
+ voidCommandLineCompilerConfiguration.compile(CCTask task, + java.io.File outputDir, + java.lang.String[] sourceFiles, + boolean relentless, + ProgressMonitor monitor) + +
+           
+ voidCommandLineCompiler.compile(CCTask task, + java.io.File outputDir, + java.lang.String[] sourceFiles, + java.lang.String[] args, + java.lang.String[] endArgs, + boolean relentless, + CommandLineCompilerConfiguration config, + ProgressMonitor monitor) + +
+          Compiles a source file.
+protected  CompilerConfigurationCommandLineCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseDefs, + CompilerDef specificDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected abstract  CompilerConfigurationAbstractCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + CompilerDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected  LinkerConfigurationCommandLineLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseDefs, + LinkerDef specificDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected abstract  LinkerConfigurationAbstractLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + LinkerDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+ ProcessorConfigurationProcessor.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] defaultProviders, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+          Returns the compiler configuration for or element.
+ ProcessorConfigurationAbstractLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+ ProcessorConfigurationAbstractCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected  java.lang.String[]CommandLineLinker.getOutputFileSwitch(CCTask task, + java.lang.String outputFile) + +
+           
+ voidCommandLineLinker.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+          Performs a link using a command line linker
+ voidLinkerConfiguration.link(CCTask task, + TargetInfo linkTarget) + +
+           
+ voidCommandLineLinkerConfiguration.link(CCTask task, + TargetInfo linkTarget) + +
+           
+ DependencyInfoCompilerConfiguration.parseIncludes(CCTask task, + java.io.File baseDir, + java.io.File source) + +
+           
+ DependencyInfoCommandLineCompilerConfiguration.parseIncludes(CCTask task, + java.io.File baseDir, + java.io.File source) + +
+           
+ DependencyInfoAbstractCompiler.parseIncludes(CCTask task, + java.io.File source, + java.io.File[] includePath, + java.io.File[] sysIncludePath, + java.io.File[] envIncludePath, + java.io.File baseDir, + java.lang.String includePathIdentifier) + +
+          Returns dependency info for the specified source file
+protected  java.lang.String[]CommandLineLinker.prepareArguments(CCTask task, + java.lang.String outputDir, + java.lang.String outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+          Prepares argument list for exec command.
+protected  intCommandLineLinker.runCommand(CCTask task, + java.io.File workingDir, + java.lang.String[] cmdline) + +
+          This method is exposed so test classes can overload + and test the arguments without actually spawning the + compiler
+protected  intCommandLineCompiler.runCommand(CCTask task, + java.io.File workingDir, + java.lang.String[] cmdline) + +
+          This method is exposed so test classes can overload and test the + arguments without actually spawning the compiler
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.devstudio
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type CCTask
+ voidVisualStudioNETProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+ voidDevStudioProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List files, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.gcc
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc with parameters of type CCTask
+ java.lang.String[]GppLinker.addLibrarySets(CCTask task, + LibrarySet[] libsets, + java.util.Vector preargs, + java.util.Vector midargs, + java.util.Vector endargs) + +
+           
+ java.lang.String[]AbstractLdLinker.addLibrarySets(CCTask task, + LibrarySet[] libsets, + java.util.Vector preargs, + java.util.Vector midargs, + java.util.Vector endargs) + +
+           
+ voidAbstractArLibrarian.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+           
+ java.lang.String[]AbstractLdLinker.prepareArguments(CCTask task, + java.lang.String outputDir, + java.lang.String outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+          Prepares argument list for exec command.
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.gcc.cross
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc.cross with parameters of type CCTask
+ java.lang.String[]GppLinker.addLibrarySets(CCTask task, + LibrarySet[] libsets, + java.util.Vector preargs, + java.util.Vector midargs, + java.util.Vector endargs) + +
+           
+ voidGccCCompiler.compile(CCTask task, + java.io.File outputDir, + java.lang.String[] sourceFiles, + java.lang.String[] args, + java.lang.String[] endArgs, + boolean relentless, + CommandLineCompilerConfiguration config, + ProgressMonitor monitor) + +
+           
+ voidLdLinker.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+           
+ voidGppLinker.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+           
+ voidGccLinker.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+           
+ voidGccLibrarian.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+           
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 with parameters of type CCTask
+ java.lang.String[]GppLinker.addLibrarySets(CCTask task, + LibrarySet[] libsets, + java.util.Vector preargs, + java.util.Vector midargs, + java.util.Vector endargs) + +
+           
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.ide
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.ide with parameters of type CCTask
+ voidProjectDef.execute(CCTask task, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Executes the task.
+ voidProjectWriter.writeProject(java.io.File baseName, + CCTask task, + ProjectDef projectDef, + java.util.List files, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Write project definition file.
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.mozilla
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.mozilla with parameters of type CCTask
+ voidXpidlCompiler.compile(CCTask task, + java.io.File outputDir, + java.lang.String[] sourceFiles, + java.lang.String[] args, + java.lang.String[] endArgs, + boolean relentless, + CommandLineCompilerConfiguration config, + ProgressMonitor monitor) + +
+          Compiles an .idl file into the corresponding .h and .xpt files.
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.openwatcom
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.openwatcom with parameters of type CCTask
+ voidOpenWatcomLibrarian.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+          Builds a library.
+protected  java.lang.String[]OpenWatcomLibrarian.prepareArguments(CCTask task, + java.lang.String outputDir, + java.lang.String outputName, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+          Prepares argument list for exec command.
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.os390
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os390 with parameters of type CCTask
+protected  java.lang.String[]OS390Linker.addLibrarySets(CCTask task, + LibrarySet[] libsets, + java.util.Vector preargs, + java.util.Vector midargs, + java.util.Vector endargs) + +
+           
+protected  java.lang.String[]OS390Linker.getOutputFileSwitch(CCTask task, + java.lang.String outputFile) + +
+           
+ voidOS390Linker.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+           
+protected  intOS390Linker.runCommand(CCTask task, + java.io.File workingDir, + java.lang.String[] cmdline) + +
+           
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.os400
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os400 with parameters of type CCTask
+protected  java.lang.String[]IccLinker.addLibrarySets(CCTask task, + LibrarySet[] libsets, + java.util.Vector preargs, + java.util.Vector midargs, + java.util.Vector endargs) + +
+           
+protected  java.lang.String[]IccLinker.getOutputFileSwitch(CCTask task, + java.lang.String outputFile) + +
+           
+ voidIccLinker.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+           
+protected  intIccLinker.runCommand(CCTask task, + java.io.File workingDir, + java.lang.String[] cmdline) + +
+           
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.sun
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.sun with parameters of type CCTask
+ java.lang.String[]C89Linker.addLibrarySets(CCTask task, + LibrarySet[] libsets, + java.util.Vector preargs, + java.util.Vector midargs, + java.util.Vector endargs) + +
+           
+  +

+ + + + + +
+Uses of CCTask in net.sf.antcontrib.cpptasks.trolltech
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.trolltech with parameters of type CCTask
+ voidUserInterfaceCompiler.compile(CCTask task, + java.io.File outputDir, + java.lang.String[] sourceFiles, + java.lang.String[] args, + java.lang.String[] endArgs, + boolean relentless, + CommandLineCompilerConfiguration config, + ProgressMonitor monitor) + +
+          Compiles an .ui file into the corresponding .h, .cpp and moc_*.cpp files.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CCTaskProgressMonitor.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CCTaskProgressMonitor.html new file mode 100644 index 0000000..bf24d52 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CCTaskProgressMonitor.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.CCTaskProgressMonitor (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.CCTaskProgressMonitor

+
+No usage of net.sf.antcontrib.cpptasks.CCTaskProgressMonitor +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CPUEnum.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CPUEnum.html new file mode 100644 index 0000000..c4a5a27 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CPUEnum.html @@ -0,0 +1,193 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.CPUEnum (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.CPUEnum

+
+ + + + + + + + + +
+Packages that use CPUEnum
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
+  +

+ + + + + +
+Uses of CPUEnum in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return CPUEnum
+ CPUEnumTargetDef.getCpu() + +
+          Gets cpu.
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type CPUEnum
+ voidTargetDef.setCpu(CPUEnum value) + +
+          Sets preferred cpu, but does not use cpu specific instructions.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CUtil.StringArrayBuilder.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CUtil.StringArrayBuilder.html new file mode 100644 index 0000000..f6d22e8 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CUtil.StringArrayBuilder.html @@ -0,0 +1,194 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.CUtil.StringArrayBuilder (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.CUtil.StringArrayBuilder

+
+ + + + + + + + + +
+Packages that use CUtil.StringArrayBuilder
net.sf.antcontrib.cpptasks.types  
+  +

+ + + + + +
+Uses of CUtil.StringArrayBuilder in net.sf.antcontrib.cpptasks.types
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.types with parameters of type CUtil.StringArrayBuilder
+ voidDefineSet.setDefine(CUtil.StringArrayBuilder defList) + +
+          A comma-separated list of preprocessor macros to define.
+ voidLibrarySet.setLibs(CUtil.StringArrayBuilder libs) + +
+          Comma-separated list of library names without leading prefixes, such as + "lib", or extensions, such as ".so" or ".a".
+ voidDefineSet.setUndefine(CUtil.StringArrayBuilder undefList) + +
+          A comma-separated list of preprocessor macros to undefine.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CUtil.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CUtil.html new file mode 100644 index 0000000..0e393b7 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CUtil.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.CUtil (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.CUtil

+
+No usage of net.sf.antcontrib.cpptasks.CUtil +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CompilerDef.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CompilerDef.html new file mode 100644 index 0000000..1ad996f --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CompilerDef.html @@ -0,0 +1,319 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.CompilerDef (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.CompilerDef

+
+ + + + + + + + + + + + + + + + + +
+Packages that use CompilerDef
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.compiler  
net.sf.antcontrib.cpptasks.os390  
+  +

+ + + + + +
+Uses of CompilerDef in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type CompilerDef
+ voidCCTask.addConfiguredCompiler(CompilerDef compiler) + +
+          Adds a compiler definition or reference.
+ PrecompileDefCompilerDef.getActivePrecompile(CompilerDef ccElement) + +
+           
+ booleanCompilerDef.getExceptions(CompilerDef[] defaultProviders, + int index) + +
+           
+ booleanCompilerDef.getMultithreaded(CompilerDef[] defaultProviders, + int index) + +
+           
+ OptimizationEnumCompilerDef.getOptimization(CompilerDef[] defaultProviders, + int index) + +
+           
+ java.lang.BooleanCompilerDef.getRtti(CompilerDef[] defaultProviders, + int index) + +
+           
+ intCompilerDef.getWarnings(CompilerDef[] defaultProviders, + int index) + +
+           
+  +

+ + + + + +
+Uses of CompilerDef in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type CompilerDef
+protected  voidCommandLineCompiler.buildDefineArguments(CompilerDef[] defs, + java.util.Vector args) + +
+           
+protected  CompilerConfigurationCommandLineCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseDefs, + CompilerDef specificDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected abstract  CompilerConfigurationAbstractCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + CompilerDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+  +

+ + + + + +
+Uses of CompilerDef in net.sf.antcontrib.cpptasks.os390
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os390 with parameters of type CompilerDef
+protected  voidOS390CCompiler.buildDefineArguments(CompilerDef[] defs, + java.util.Vector args) + +
+          The buildDefineArguments implementation CommandLineCCompiler is not good + for us because os390 defines are give by -D definex instead of + /Ddefinex, 2 args not 1! since we implement this ourslefs, we do not + have to implement the getDefineSwitch() and the getUndefineSwitch().
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CompilerEnum.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CompilerEnum.html new file mode 100644 index 0000000..f73e567 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CompilerEnum.html @@ -0,0 +1,185 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.CompilerEnum (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.CompilerEnum

+
+ + + + + + + + + +
+Packages that use CompilerEnum
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
+  +

+ + + + + +
+Uses of CompilerEnum in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type CompilerEnum
+ voidCompilerDef.setName(CompilerEnum name) + +
+          Sets compiler type.
+ voidCCTask.setName(CompilerEnum name) + +
+          Sets type of the default compiler and linker.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CompilerParam.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CompilerParam.html new file mode 100644 index 0000000..b61d553 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/CompilerParam.html @@ -0,0 +1,214 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.CompilerParam (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.CompilerParam

+
+ + + + + + + + + + + + + +
+Packages that use CompilerParam
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.compiler  
+  +

+ + + + + +
+Uses of CompilerParam in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type CompilerParam
+ voidCompilerDef.addConfiguredCompilerParam(CompilerParam param) + +
+          Adds a compiler command-line arg.
+  +

+ + + + + +
+Uses of CompilerParam in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler that return CompilerParam
+ CompilerParamCompilerConfiguration.getParam(java.lang.String name) + +
+           
+ CompilerParamCommandLineCompilerConfiguration.getParam(java.lang.String name) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DependencyInfo.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DependencyInfo.html new file mode 100644 index 0000000..db1a103 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DependencyInfo.html @@ -0,0 +1,328 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.DependencyInfo (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.DependencyInfo

+
+ + + + + + + + + + + + + +
+Packages that use DependencyInfo
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.compiler  
+  +

+ + + + + +
+Uses of DependencyInfo in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return DependencyInfo
+ DependencyInfoDependencyTable.getDependencyInfo(java.lang.String sourceRelativeName, + java.lang.String includePathIdentifier) + +
+          This method returns a DependencyInfo for the specific source file and + include path identifier
+ DependencyInfoDependencyTable.parseIncludes(CCTask task, + CompilerConfiguration compiler, + java.io.File source) + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type DependencyInfo
+abstract  booleanDependencyTable.DependencyVisitor.preview(DependencyInfo parent, + DependencyInfo[] children) + +
+          Previews all the children of this source file.
+abstract  booleanDependencyTable.DependencyVisitor.preview(DependencyInfo parent, + DependencyInfo[] children) + +
+          Previews all the children of this source file.
+ booleanDependencyTable.TimestampChecker.preview(DependencyInfo parent, + DependencyInfo[] children) + +
+           
+ booleanDependencyTable.TimestampChecker.preview(DependencyInfo parent, + DependencyInfo[] children) + +
+           
+abstract  booleanDependencyTable.DependencyVisitor.visit(DependencyInfo dependInfo) + +
+          Visits the dependency info.
+ booleanDependencyTable.TimestampChecker.visit(DependencyInfo dependInfo) + +
+           
+ voidDependencyTable.walkDependencies(CCTask task, + DependencyInfo dependInfo, + CompilerConfiguration compiler, + DependencyInfo[] stack, + DependencyTable.DependencyVisitor visitor) + +
+           
+ voidDependencyTable.walkDependencies(CCTask task, + DependencyInfo dependInfo, + CompilerConfiguration compiler, + DependencyInfo[] stack, + DependencyTable.DependencyVisitor visitor) + +
+           
+  +

+ + + + + +
+Uses of DependencyInfo in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler that return DependencyInfo
+ DependencyInfoCompilerConfiguration.parseIncludes(CCTask task, + java.io.File baseDir, + java.io.File source) + +
+           
+ DependencyInfoCommandLineCompilerConfiguration.parseIncludes(CCTask task, + java.io.File baseDir, + java.io.File source) + +
+           
+ DependencyInfoAbstractCompiler.parseIncludes(CCTask task, + java.io.File source, + java.io.File[] includePath, + java.io.File[] sysIncludePath, + java.io.File[] envIncludePath, + java.io.File baseDir, + java.lang.String includePathIdentifier) + +
+          Returns dependency info for the specified source file
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DependencyTable.DependencyVisitor.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DependencyTable.DependencyVisitor.html new file mode 100644 index 0000000..cb05445 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DependencyTable.DependencyVisitor.html @@ -0,0 +1,197 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.DependencyTable.DependencyVisitor (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.DependencyTable.DependencyVisitor

+
+ + + + + + + + + +
+Packages that use DependencyTable.DependencyVisitor
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
+  +

+ + + + + +
+Uses of DependencyTable.DependencyVisitor in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Subclasses of DependencyTable.DependencyVisitor in net.sf.antcontrib.cpptasks
+ classDependencyTable.TimestampChecker + +
+           
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type DependencyTable.DependencyVisitor
+ voidDependencyTable.walkDependencies(CCTask task, + DependencyInfo dependInfo, + CompilerConfiguration compiler, + DependencyInfo[] stack, + DependencyTable.DependencyVisitor visitor) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DependencyTable.TimestampChecker.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DependencyTable.TimestampChecker.html new file mode 100644 index 0000000..99054a9 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DependencyTable.TimestampChecker.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.DependencyTable.TimestampChecker (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.DependencyTable.TimestampChecker

+
+No usage of net.sf.antcontrib.cpptasks.DependencyTable.TimestampChecker +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DependencyTable.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DependencyTable.html new file mode 100644 index 0000000..54b8cc6 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DependencyTable.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.DependencyTable (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.DependencyTable

+
+No usage of net.sf.antcontrib.cpptasks.DependencyTable +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DistributerDef.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DistributerDef.html new file mode 100644 index 0000000..c616d5f --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DistributerDef.html @@ -0,0 +1,177 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.DistributerDef (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.DistributerDef

+
+ + + + + + + + + +
+Packages that use DistributerDef
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
+  +

+ + + + + +
+Uses of DistributerDef in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type DistributerDef
+ voidCCTask.addConfiguredDistributer(DistributerDef distributer) + +
+          Adds a distributer definition or reference (Non-functional prototype).
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DistributerMap.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DistributerMap.html new file mode 100644 index 0000000..5cb3d63 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DistributerMap.html @@ -0,0 +1,177 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.DistributerMap (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.DistributerMap

+
+ + + + + + + + + +
+Packages that use DistributerMap
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
+  +

+ + + + + +
+Uses of DistributerMap in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return DistributerMap
+ DistributerMapDistributerDef.createMap() + +
+          Local to remote filename maps.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DistributerProtocolEnum.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DistributerProtocolEnum.html new file mode 100644 index 0000000..7a4917f --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/DistributerProtocolEnum.html @@ -0,0 +1,193 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.DistributerProtocolEnum (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.DistributerProtocolEnum

+
+ + + + + + + + + +
+Packages that use DistributerProtocolEnum
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
+  +

+ + + + + +
+Uses of DistributerProtocolEnum in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return DistributerProtocolEnum
+ DistributerProtocolEnumDistributerDef.getProtocol() + +
+          Gets protocol.
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type DistributerProtocolEnum
+ voidDistributerDef.setProtocol(DistributerProtocolEnum value) + +
+          Sets protocol.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/FileVisitor.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/FileVisitor.html new file mode 100644 index 0000000..7fa5905 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/FileVisitor.html @@ -0,0 +1,252 @@ + + + + + + + +Uses of Interface net.sf.antcontrib.cpptasks.FileVisitor (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
net.sf.antcontrib.cpptasks.FileVisitor

+
+ + + + + + + + + + + + + +
+Packages that use FileVisitor
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.types  
+  +

+ + + + + +
+Uses of FileVisitor in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks that implement FileVisitor
+ classObjectFileCollector + +
+          Collects object files for the link step.
+ classTargetMatcher + +
+          This class matches each visited file with an appropriate compiler
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type FileVisitor
+ voidProcessorDef.visitFiles(FileVisitor visitor) + +
+          This method calls the FileVistor's visit function for every file in the + processors definition
+ voidLinkerDef.visitSystemLibraries(Linker linker, + FileVisitor libraryVisitor) + +
+           
+ voidLinkerDef.visitUserLibraries(Linker linker, + FileVisitor libraryVisitor) + +
+           
+  +

+ + + + + +
+Uses of FileVisitor in net.sf.antcontrib.cpptasks.types
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.types with parameters of type FileVisitor
+ voidLibrarySet.visitLibraries(org.apache.tools.ant.Project project, + Linker linker, + java.io.File[] libpath, + FileVisitor visitor) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/LinkerDef.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/LinkerDef.html new file mode 100644 index 0000000..0ce14bb --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/LinkerDef.html @@ -0,0 +1,305 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.LinkerDef (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.LinkerDef

+
+ + + + + + + + + + + + + +
+Packages that use LinkerDef
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.compiler  
+  +

+ + + + + +
+Uses of LinkerDef in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type LinkerDef
+ voidCCTask.addConfiguredLinker(LinkerDef linker) + +
+          Adds a linker definition.
+ LibrarySet[]LinkerDef.getActiveLibrarySets(LinkerDef[] defaultProviders, + int index) + +
+          Returns an array of active library sets for this linker definition.
+ LibrarySet[]LinkerDef.getActiveSystemLibrarySets(LinkerDef[] defaultProviders, + int index) + +
+          Returns an array of active library sets for this linker definition.
+ LibrarySet[]LinkerDef.getActiveUserLibrarySets(LinkerDef[] defaultProviders, + int index) + +
+          Returns an array of active library sets for this linker definition.
+ longLinkerDef.getBase(LinkerDef[] defaultProviders, + int index) + +
+           
+ java.lang.StringLinkerDef.getEntry(LinkerDef[] defaultProviders, + int index) + +
+           
+ java.lang.BooleanLinkerDef.getFixed(LinkerDef[] defaultProviders, + int index) + +
+           
+ booleanLinkerDef.getIncremental(LinkerDef[] defaultProviders, + int index) + +
+           
+ booleanLinkerDef.getMap(LinkerDef[] defaultProviders, + int index) + +
+           
+ intLinkerDef.getStack(LinkerDef[] defaultProviders, + int index) + +
+           
+  +

+ + + + + +
+Uses of LinkerDef in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type LinkerDef
+protected  LinkerConfigurationCommandLineLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseDefs, + LinkerDef specificDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected abstract  LinkerConfigurationAbstractLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + LinkerDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/LinkerEnum.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/LinkerEnum.html new file mode 100644 index 0000000..b26a5d3 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/LinkerEnum.html @@ -0,0 +1,177 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.LinkerEnum (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.LinkerEnum

+
+ + + + + + + + + +
+Packages that use LinkerEnum
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
+  +

+ + + + + +
+Uses of LinkerEnum in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type LinkerEnum
+ voidLinkerDef.setName(LinkerEnum name) + +
+          Sets linker type.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/LinkerParam.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/LinkerParam.html new file mode 100644 index 0000000..353404a --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/LinkerParam.html @@ -0,0 +1,214 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.LinkerParam (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.LinkerParam

+
+ + + + + + + + + + + + + +
+Packages that use LinkerParam
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.compiler  
+  +

+ + + + + +
+Uses of LinkerParam in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type LinkerParam
+ voidLinkerDef.addConfiguredLinkerParam(LinkerParam param) + +
+          Adds a compiler command-line arg.
+  +

+ + + + + +
+Uses of LinkerParam in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler that return LinkerParam
+ LinkerParamLinkerConfiguration.getParam(java.lang.String name) + +
+           
+ LinkerParamCommandLineLinkerConfiguration.getParam(java.lang.String name) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/OSFamilyEnum.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/OSFamilyEnum.html new file mode 100644 index 0000000..62d5d23 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/OSFamilyEnum.html @@ -0,0 +1,193 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.OSFamilyEnum (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.OSFamilyEnum

+
+ + + + + + + + + +
+Packages that use OSFamilyEnum
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
+  +

+ + + + + +
+Uses of OSFamilyEnum in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return OSFamilyEnum
+ OSFamilyEnumTargetDef.getOsfamily() + +
+          Gets operating system family.
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type OSFamilyEnum
+ voidTargetDef.setOsfamily(OSFamilyEnum value) + +
+          Sets operating system family.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ObjectFileCollector.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ObjectFileCollector.html new file mode 100644 index 0000000..322a60c --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ObjectFileCollector.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.ObjectFileCollector (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.ObjectFileCollector

+
+No usage of net.sf.antcontrib.cpptasks.ObjectFileCollector +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/OptimizationEnum.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/OptimizationEnum.html new file mode 100644 index 0000000..5ac3839 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/OptimizationEnum.html @@ -0,0 +1,895 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.OptimizationEnum (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.OptimizationEnum

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use OptimizationEnum
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.arm  
net.sf.antcontrib.cpptasks.borlandAdapter for Borland tools. 
net.sf.antcontrib.cpptasks.compaq  
net.sf.antcontrib.cpptasks.compiler  
net.sf.antcontrib.cpptasks.devstudioAdapters for Microsoft tools. 
net.sf.antcontrib.cpptasks.gcc  
net.sf.antcontrib.cpptasks.gcc.cross  
net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2  
net.sf.antcontrib.cpptasks.hp  
net.sf.antcontrib.cpptasks.ibm  
net.sf.antcontrib.cpptasks.mozillaCompiler adapter for Mozilla's XPCOM compiler. 
net.sf.antcontrib.cpptasks.openwatcomAdapters for OpenWatcom compilers and tools. 
net.sf.antcontrib.cpptasks.os390  
net.sf.antcontrib.cpptasks.os400  
net.sf.antcontrib.cpptasks.sun  
net.sf.antcontrib.cpptasks.ti  
net.sf.antcontrib.cpptasks.trolltechAdapters for Trolltech Qt moc and uic compilers. 
+  +

+ + + + + +
+Uses of OptimizationEnum in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return OptimizationEnum
+ OptimizationEnumCompilerDef.getOptimization(CompilerDef[] defaultProviders, + int index) + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type OptimizationEnum
+ voidCompilerDef.setOptimize(OptimizationEnum value) + +
+          Sets optimization level.
+ voidCCTask.setOptimize(OptimizationEnum optimization) + +
+          Sets optimization.
+  +

+ + + + + +
+Uses of OptimizationEnum in net.sf.antcontrib.cpptasks.arm
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.arm with parameters of type OptimizationEnum
+protected  voidADSCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+          
+  +

+ + + + + +
+Uses of OptimizationEnum in net.sf.antcontrib.cpptasks.borland
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type OptimizationEnum
+protected  voidBorlandResourceCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+protected  voidBorlandCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+  +

+ + + + + +
+Uses of OptimizationEnum in net.sf.antcontrib.cpptasks.compaq
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compaq with parameters of type OptimizationEnum
+protected  voidCompaqVisualFortranCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+  +

+ + + + + +
+Uses of OptimizationEnum in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type OptimizationEnum
+protected abstract  voidCommandLineCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+  +

+ + + + + +
+Uses of OptimizationEnum in net.sf.antcontrib.cpptasks.devstudio
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type OptimizationEnum
+protected  voidDevStudioResourceCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+protected  voidDevStudioMIDLCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+protected  voidDevStudioCompatibleCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+  +

+ + + + + +
+Uses of OptimizationEnum in net.sf.antcontrib.cpptasks.gcc
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc with parameters of type OptimizationEnum
+protected  voidWindresResourceCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ voidGccCompatibleCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ voidGccCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+  +

+ + + + + +
+Uses of OptimizationEnum in net.sf.antcontrib.cpptasks.gcc.cross
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc.cross with parameters of type OptimizationEnum
+ voidGccCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+  +

+ + + + + +
+Uses of OptimizationEnum in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 with parameters of type OptimizationEnum
+ voidGccCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+  +

+ + + + + +
+Uses of OptimizationEnum in net.sf.antcontrib.cpptasks.hp
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.hp with parameters of type OptimizationEnum
+ voidaCCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+  +

+ + + + + +
+Uses of OptimizationEnum in net.sf.antcontrib.cpptasks.ibm
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.ibm with parameters of type OptimizationEnum
+ voidVisualAgeCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+  +

+ + + + + +
+Uses of OptimizationEnum in net.sf.antcontrib.cpptasks.mozilla
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.mozilla with parameters of type OptimizationEnum
+protected  voidXpidlCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+          Add arguments for debug, etc.
+  +

+ + + + + +
+Uses of OptimizationEnum in net.sf.antcontrib.cpptasks.openwatcom
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.openwatcom with parameters of type OptimizationEnum
+protected  voidOpenWatcomCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+          Add implied arguments.
+  +

+ + + + + +
+Uses of OptimizationEnum in net.sf.antcontrib.cpptasks.os390
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os390 with parameters of type OptimizationEnum
+protected  voidOS390CCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+  +

+ + + + + +
+Uses of OptimizationEnum in net.sf.antcontrib.cpptasks.os400
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os400 with parameters of type OptimizationEnum
+protected  voidIccCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+  +

+ + + + + +
+Uses of OptimizationEnum in net.sf.antcontrib.cpptasks.sun
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.sun with parameters of type OptimizationEnum
+ voidForteCCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+protected  voidC89CCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+  +

+ + + + + +
+Uses of OptimizationEnum in net.sf.antcontrib.cpptasks.ti
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.ti with parameters of type OptimizationEnum
+protected  voidClxxCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+  +

+ + + + + +
+Uses of OptimizationEnum in net.sf.antcontrib.cpptasks.trolltech
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.trolltech with parameters of type OptimizationEnum
+protected  voidUserInterfaceCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+          Add arguments for debug, etc.
+protected  voidMetaObjectCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+          Add arguments for debug, etc.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/OutputTypeEnum.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/OutputTypeEnum.html new file mode 100644 index 0000000..f7e09e0 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/OutputTypeEnum.html @@ -0,0 +1,214 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.OutputTypeEnum (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.OutputTypeEnum

+
+ + + + + + + + + + + + + +
+Packages that use OutputTypeEnum
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.compiler  
+  +

+ + + + + +
+Uses of OutputTypeEnum in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type OutputTypeEnum
+ voidCCTask.setLink(OutputTypeEnum outputType) + +
+          Deprecated.  
+ voidCCTask.setOuttype(OutputTypeEnum outputType) + +
+          Sets the output file type.
+  +

+ + + + + +
+Uses of OutputTypeEnum in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type OutputTypeEnum
+ voidLinkType.setOutputType(OutputTypeEnum outputType) + +
+          Sets the output type (execuable, shared, etc).
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/PrecompileDef.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/PrecompileDef.html new file mode 100644 index 0000000..944b58c --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/PrecompileDef.html @@ -0,0 +1,207 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.PrecompileDef (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.PrecompileDef

+
+ + + + + + + + + +
+Packages that use PrecompileDef
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
+  +

+ + + + + +
+Uses of PrecompileDef in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return PrecompileDef
+ PrecompileDefCompilerDef.createPrecompile() + +
+          Specifies precompilation prototype file and exclusions.
+ PrecompileDefCCTask.createPrecompile() + +
+          Specifies precompilation prototype file and exclusions.
+ PrecompileDefCompilerDef.getActivePrecompile(CompilerDef ccElement) + +
+           
+  +

+ + + + + + + + +
Constructors in net.sf.antcontrib.cpptasks with parameters of type PrecompileDef
PrecompileExceptDef(PrecompileDef owner) + +
+          Constructor
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/PrecompileExceptDef.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/PrecompileExceptDef.html new file mode 100644 index 0000000..355a724 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/PrecompileExceptDef.html @@ -0,0 +1,178 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.PrecompileExceptDef (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.PrecompileExceptDef

+
+ + + + + + + + + +
+Packages that use PrecompileExceptDef
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
+  +

+ + + + + +
+Uses of PrecompileExceptDef in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return PrecompileExceptDef
+ PrecompileExceptDefPrecompileDef.createExcept() + +
+          Adds filesets that specify files that should not be processed with + precompiled headers enabled.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ProcessorDef.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ProcessorDef.html new file mode 100644 index 0000000..73c03fc --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ProcessorDef.html @@ -0,0 +1,409 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.ProcessorDef (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.ProcessorDef

+
+ + + + + + + + + + + + + +
+Packages that use ProcessorDef
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.compiler  
+  +

+ + + + + +
+Uses of ProcessorDef in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + + + + + +
Subclasses of ProcessorDef in net.sf.antcontrib.cpptasks
+ classCompilerDef + +
+          A compiler definition.
+ classLinkerDef + +
+          A linker definition.
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return ProcessorDef
+protected  ProcessorDef[]ProcessorDef.getDefaultProviders(ProcessorDef baseDef) + +
+          Creates an chain of objects which provide default values in descending + order of significance.
+ ProcessorDefProcessorDef.getExtends() + +
+          Gets the ProcessorDef specified by the extends attribute
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type ProcessorDef
+ ProcessorConfigurationProcessorDef.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef baseDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+          Creates a configuration
+ booleanProcessorDef.getDebug(ProcessorDef[] defaultProviders, + int index) + +
+          Gets boolean indicating debug build
+protected  ProcessorDef[]ProcessorDef.getDefaultProviders(ProcessorDef baseDef) + +
+          Creates an chain of objects which provide default values in descending + order of significance.
+ booleanProcessorDef.getRebuild(ProcessorDef[] defaultProviders, + int index) + +
+          Gets a boolean value indicating whether all targets must be rebuilt + regardless of dependency analysis.
+  +

+ + + + + +
+Uses of ProcessorDef in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type ProcessorDef
+protected  CompilerConfigurationCommandLineCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseDefs, + CompilerDef specificDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected abstract  CompilerConfigurationAbstractCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + CompilerDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected  LinkerConfigurationCommandLineLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseDefs, + LinkerDef specificDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected abstract  LinkerConfigurationAbstractLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + LinkerDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+ ProcessorConfigurationProcessor.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] defaultProviders, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+          Returns the compiler configuration for or element.
+ ProcessorConfigurationProcessor.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] defaultProviders, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+          Returns the compiler configuration for or element.
+ ProcessorConfigurationAbstractLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+ ProcessorConfigurationAbstractLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+ ProcessorConfigurationAbstractCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+ ProcessorConfigurationAbstractCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ProcessorEnumValue.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ProcessorEnumValue.html new file mode 100644 index 0000000..b1cc078 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ProcessorEnumValue.html @@ -0,0 +1,177 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.ProcessorEnumValue (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.ProcessorEnumValue

+
+ + + + + + + + + +
+Packages that use ProcessorEnumValue
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
+  +

+ + + + + +
+Uses of ProcessorEnumValue in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type ProcessorEnumValue
+static java.lang.String[]ProcessorEnumValue.getValues(ProcessorEnumValue[] processors) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ProcessorParam.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ProcessorParam.html new file mode 100644 index 0000000..3b09cdb --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/ProcessorParam.html @@ -0,0 +1,300 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.ProcessorParam (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.ProcessorParam

+
+ + + + + + + + + + + + + +
+Packages that use ProcessorParam
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.compiler  
+  +

+ + + + + +
+Uses of ProcessorParam in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + + + + + +
Subclasses of ProcessorParam in net.sf.antcontrib.cpptasks
+ classCompilerParam + +
+          Place class description here.
+ classLinkerParam + +
+          Place class description here.
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return ProcessorParam
+ ProcessorParam[]ProcessorDef.getActiveProcessorParams() + +
+          Prepares list of processor arguments ( compilerarg, linkerarg) that + are active for the current project settings.
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type ProcessorParam
+protected  voidProcessorDef.addConfiguredProcessorParam(ProcessorParam param) + +
+          Adds a or
+  +

+ + + + + +
+Uses of ProcessorParam in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler that return ProcessorParam
+ ProcessorParam[]ProcessorConfiguration.getParams() + +
+           
+ ProcessorParam[]CommandLineLinkerConfiguration.getParams() + +
+           
+ ProcessorParam[]CommandLineCompilerConfiguration.getParams() + +
+           
+  +

+ + + + + + + + + + + +
Constructors in net.sf.antcontrib.cpptasks.compiler with parameters of type ProcessorParam
CommandLineCompilerConfiguration(CommandLineCompiler compiler, + java.lang.String identifier, + java.io.File[] includePath, + java.io.File[] sysIncludePath, + java.io.File[] envIncludePath, + java.lang.String includePathIdentifier, + java.lang.String[] args, + ProcessorParam[] params, + boolean rebuild, + java.lang.String[] endArgs) + +
+           
CommandLineLinkerConfiguration(CommandLineLinker linker, + java.lang.String identifier, + java.lang.String[][] args, + ProcessorParam[] params, + boolean rebuild, + boolean map, + boolean debug, + java.lang.String[] libraryNames, + java.lang.String startupObject) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/RuntimeType.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/RuntimeType.html new file mode 100644 index 0000000..4fec08a --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/RuntimeType.html @@ -0,0 +1,177 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.RuntimeType (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.RuntimeType

+
+ + + + + + + + + +
+Packages that use RuntimeType
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
+  +

+ + + + + +
+Uses of RuntimeType in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type RuntimeType
+ voidCCTask.setRuntime(RuntimeType rtlType) + +
+          Sets the type of runtime library, possible values "dynamic", "static".
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/SourceHistory.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/SourceHistory.html new file mode 100644 index 0000000..519621e --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/SourceHistory.html @@ -0,0 +1,203 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.SourceHistory (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.SourceHistory

+
+ + + + + + + + + +
+Packages that use SourceHistory
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
+  +

+ + + + + +
+Uses of SourceHistory in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return SourceHistory
+ SourceHistory[]TargetInfo.getSourceHistories(java.lang.String basePath) + +
+          Returns an array of SourceHistory objects (contains relative path and + last modified time) for the source[s] of this target
+ SourceHistory[]TargetHistory.getSources() + +
+           
+  +

+ + + + + + + + +
Constructors in net.sf.antcontrib.cpptasks with parameters of type SourceHistory
TargetHistory(java.lang.String config, + java.lang.String output, + long outputLastModified, + SourceHistory[] sources) + +
+          Constructor from build step
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/SubsystemEnum.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/SubsystemEnum.html new file mode 100644 index 0000000..8010339 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/SubsystemEnum.html @@ -0,0 +1,207 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.SubsystemEnum (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.SubsystemEnum

+
+ + + + + + + + + + + + + +
+Packages that use SubsystemEnum
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.compiler  
+  +

+ + + + + +
+Uses of SubsystemEnum in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type SubsystemEnum
+ voidCCTask.setSubsystem(SubsystemEnum subsystem) + +
+          Sets the nature of the subsystem under which that the program will + execute.
+  +

+ + + + + +
+Uses of SubsystemEnum in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type SubsystemEnum
+ voidLinkType.setSubsystem(SubsystemEnum subsystem) + +
+          Sets the subsystem (gui, console, etc).
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetDef.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetDef.html new file mode 100644 index 0000000..625ed62 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetDef.html @@ -0,0 +1,317 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.TargetDef (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.TargetDef

+
+ + + + + + + + + + + + + +
+Packages that use TargetDef
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.compiler  
+  +

+ + + + + +
+Uses of TargetDef in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return TargetDef
+ TargetDefCCTask.getTargetPlatform() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type TargetDef
+ voidCCTask.addConfiguredTarget(TargetDef target) + +
+          Adds a target definition or reference (Non-functional prototype).
+ ProcessorConfigurationProcessorDef.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef baseDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+          Creates a configuration
+  +

+ + + + + +
+Uses of TargetDef in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type TargetDef
+protected  CompilerConfigurationCommandLineCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseDefs, + CompilerDef specificDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected abstract  CompilerConfigurationAbstractCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + CompilerDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected  LinkerConfigurationCommandLineLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseDefs, + LinkerDef specificDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected abstract  LinkerConfigurationAbstractLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + LinkerDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+ ProcessorConfigurationProcessor.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] defaultProviders, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+          Returns the compiler configuration for or element.
+ ProcessorConfigurationAbstractLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+ ProcessorConfigurationAbstractCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetHistory.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetHistory.html new file mode 100644 index 0000000..b419cf6 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetHistory.html @@ -0,0 +1,178 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.TargetHistory (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.TargetHistory

+
+ + + + + + + + + +
+Packages that use TargetHistory
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
+  +

+ + + + + +
+Uses of TargetHistory in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return TargetHistory
+ TargetHistoryTargetHistoryTable.get(java.lang.String configId, + java.lang.String outputName) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetHistoryTable.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetHistoryTable.html new file mode 100644 index 0000000..b35d628 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetHistoryTable.html @@ -0,0 +1,208 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.TargetHistoryTable (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.TargetHistoryTable

+
+ + + + + + + + + +
+Packages that use TargetHistoryTable
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
+  +

+ + + + + +
+Uses of TargetHistoryTable in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return TargetHistoryTable
+protected  TargetHistoryTableCCTask.getLinkHistory(TargetHistoryTable objHistory) + +
+           
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type TargetHistoryTable
+protected  TargetHistoryTableCCTask.getLinkHistory(TargetHistoryTable objHistory) + +
+           
+  +

+ + + + + + + + +
Constructors in net.sf.antcontrib.cpptasks with parameters of type TargetHistoryTable
CCTaskProgressMonitor(TargetHistoryTable history, + VersionInfo versionInfo) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetInfo.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetInfo.html new file mode 100644 index 0000000..1aad067 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetInfo.html @@ -0,0 +1,414 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.TargetInfo (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.TargetInfo

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use TargetInfo
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.appleProject writer for Apple Xcode 
net.sf.antcontrib.cpptasks.borlandAdapter for Borland tools. 
net.sf.antcontrib.cpptasks.compiler  
net.sf.antcontrib.cpptasks.devstudioAdapters for Microsoft tools. 
net.sf.antcontrib.cpptasks.ideIDE project file generation. 
+  +

+ + + + + +
+Uses of TargetInfo in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return TargetInfo
+protected  TargetInfoCCTask.getLinkTarget(LinkerConfiguration linkerConfig, + java.util.Vector objectFiles, + java.util.Vector sysObjectFiles, + java.util.Hashtable compileTargets, + VersionInfo versionInfo) + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type TargetInfo
+ voidTargetHistoryTable.markForRebuild(TargetInfo targetInfo) + +
+           
+ booleanDependencyTable.needsRebuild(CCTask task, + TargetInfo target, + int dependencyDepth) + +
+          Determines if the specified target needs to be rebuilt.
+ voidTargetHistoryTable.update(TargetInfo linkTarget) + +
+           
+  +

+ + + + + +
+Uses of TargetInfo in net.sf.antcontrib.cpptasks.apple
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.apple with parameters of type TargetInfo
+ voidXcodeProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+  +

+ + + + + +
+Uses of TargetInfo in net.sf.antcontrib.cpptasks.borland
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type TargetInfo
+ voidCBuilderXProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+  +

+ + + + + +
+Uses of TargetInfo in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type TargetInfo
+ voidLinkerConfiguration.link(CCTask task, + TargetInfo linkTarget) + +
+           
+ voidCommandLineLinkerConfiguration.link(CCTask task, + TargetInfo linkTarget) + +
+           
+  +

+ + + + + +
+Uses of TargetInfo in net.sf.antcontrib.cpptasks.devstudio
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type TargetInfo
+ voidVisualStudioNETProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+ voidDevStudioProjectWriter.writeProject(java.io.File fileName, + CCTask task, + ProjectDef projectDef, + java.util.List files, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Writes a project definition file.
+  +

+ + + + + +
+Uses of TargetInfo in net.sf.antcontrib.cpptasks.ide
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.ide with parameters of type TargetInfo
+ voidProjectDef.execute(CCTask task, + java.util.List sources, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Executes the task.
+ voidProjectWriter.writeProject(java.io.File baseName, + CCTask task, + ProjectDef projectDef, + java.util.List files, + java.util.Hashtable targets, + TargetInfo linkTarget) + +
+          Write project definition file.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetMatcher.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetMatcher.html new file mode 100644 index 0000000..105d4f9 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/TargetMatcher.html @@ -0,0 +1,337 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.TargetMatcher (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.TargetMatcher

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use TargetMatcher
net.sf.antcontrib.cpptasks.borlandAdapter for Borland tools. 
net.sf.antcontrib.cpptasks.compiler  
net.sf.antcontrib.cpptasks.devstudioAdapters for Microsoft tools. 
net.sf.antcontrib.cpptasks.openwatcomAdapters for OpenWatcom compilers and tools. 
net.sf.antcontrib.cpptasks.platformsPlatform specific utilities. 
+  +

+ + + + + +
+Uses of TargetMatcher in net.sf.antcontrib.cpptasks.borland
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type TargetMatcher
+ voidBorlandLinker.addVersionFiles(VersionInfo versionInfo, + LinkType linkType, + java.io.File outputFile, + boolean isDebug, + java.io.File objDir, + TargetMatcher matcher) + +
+          Adds source or object files to the bidded fileset to + support version information.
+  +

+ + + + + +
+Uses of TargetMatcher in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type TargetMatcher
+ voidLinker.addVersionFiles(VersionInfo versionInfo, + LinkType linkType, + java.io.File outputFile, + boolean isDebug, + java.io.File objDir, + TargetMatcher matcher) + +
+          Adds source or object files to the bidded fileset to + support version information.
+ voidAbstractLinker.addVersionFiles(VersionInfo versionInfo, + LinkType linkType, + java.io.File outputFile, + boolean isDebug, + java.io.File objDir, + TargetMatcher matcher) + +
+          Adds source or object files to the bidded fileset to + support version information.
+  +

+ + + + + +
+Uses of TargetMatcher in net.sf.antcontrib.cpptasks.devstudio
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type TargetMatcher
+ voidDevStudioCompatibleLinker.addVersionFiles(VersionInfo versionInfo, + LinkType linkType, + java.io.File outputFile, + boolean isDebug, + java.io.File objDir, + TargetMatcher matcher) + +
+          Adds source or object files to the bidded fileset to + support version information.
+  +

+ + + + + +
+Uses of TargetMatcher in net.sf.antcontrib.cpptasks.openwatcom
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.openwatcom with parameters of type TargetMatcher
+ voidOpenWatcomLinker.addVersionFiles(VersionInfo versionInfo, + LinkType linkType, + java.io.File outputFile, + boolean isDebug, + java.io.File objDir, + TargetMatcher matcher) + +
+          Adds source or object files to the bidded fileset to + support version information.
+  +

+ + + + + +
+Uses of TargetMatcher in net.sf.antcontrib.cpptasks.platforms
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.platforms with parameters of type TargetMatcher
+static voidWindowsPlatform.addVersionFiles(VersionInfo versionInfo, + LinkType linkType, + java.io.File outputFile, + boolean isDebug, + java.io.File objDir, + TargetMatcher matcher) + +
+          Adds source or object files to the bidded fileset to + support version information.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/VersionInfo.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/VersionInfo.html new file mode 100644 index 0000000..b16ceff --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/VersionInfo.html @@ -0,0 +1,818 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.VersionInfo (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.VersionInfo

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use VersionInfo
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.borlandAdapter for Borland tools. 
net.sf.antcontrib.cpptasks.compiler  
net.sf.antcontrib.cpptasks.devstudioAdapters for Microsoft tools. 
net.sf.antcontrib.cpptasks.gcc  
net.sf.antcontrib.cpptasks.mozillaCompiler adapter for Mozilla's XPCOM compiler. 
net.sf.antcontrib.cpptasks.openwatcomAdapters for OpenWatcom compilers and tools. 
net.sf.antcontrib.cpptasks.os390  
net.sf.antcontrib.cpptasks.os400  
net.sf.antcontrib.cpptasks.platformsPlatform specific utilities. 
net.sf.antcontrib.cpptasks.sun  
net.sf.antcontrib.cpptasks.trolltechAdapters for Trolltech Qt moc and uic compilers. 
+  +

+ + + + + +
+Uses of VersionInfo in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return VersionInfo
+ VersionInfoVersionInfo.merge() + +
+          Returns a VersionInfo that reflects any inherited version information.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type VersionInfo
+ voidCCTask.addConfiguredVersioninfo(VersionInfo newVersionInfo) + +
+          Adds desriptive version information to be included in the + generated file.
+protected  LinkerConfigurationCCTask.collectExplicitObjectFiles(java.util.Vector objectFiles, + java.util.Vector sysObjectFiles, + VersionInfo versionInfo) + +
+           
+ ProcessorConfigurationProcessorDef.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef baseDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+          Creates a configuration
+protected  TargetInfoCCTask.getLinkTarget(LinkerConfiguration linkerConfig, + java.util.Vector objectFiles, + java.util.Vector sysObjectFiles, + java.util.Hashtable compileTargets, + VersionInfo versionInfo) + +
+           
+ voidTargetHistoryTable.update(ProcessorConfiguration config, + java.lang.String[] sources, + VersionInfo versionInfo) + +
+           
+  +

+ + + + + + + + + + + +
Constructors in net.sf.antcontrib.cpptasks with parameters of type VersionInfo
CCTaskProgressMonitor(TargetHistoryTable history, + VersionInfo versionInfo) + +
+           
TargetMatcher(CCTask task, + java.io.File outputDir, + ProcessorConfiguration[] processors, + LinkerConfiguration linker, + java.util.Vector objectFiles, + java.util.Hashtable targets, + VersionInfo versionInfo) + +
+           
+  +

+ + + + + +
+Uses of VersionInfo in net.sf.antcontrib.cpptasks.borland
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type VersionInfo
+ voidBorlandLinker.addVersionFiles(VersionInfo versionInfo, + LinkType linkType, + java.io.File outputFile, + boolean isDebug, + java.io.File objDir, + TargetMatcher matcher) + +
+          Adds source or object files to the bidded fileset to + support version information.
+  +

+ + + + + +
+Uses of VersionInfo in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type VersionInfo
+ voidLinker.addVersionFiles(VersionInfo versionInfo, + LinkType linkType, + java.io.File outputFile, + boolean isDebug, + java.io.File objDir, + TargetMatcher matcher) + +
+          Adds source or object files to the bidded fileset to + support version information.
+ voidAbstractLinker.addVersionFiles(VersionInfo versionInfo, + LinkType linkType, + java.io.File outputFile, + boolean isDebug, + java.io.File objDir, + TargetMatcher matcher) + +
+          Adds source or object files to the bidded fileset to + support version information.
+protected  CompilerConfigurationCommandLineCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseDefs, + CompilerDef specificDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected abstract  CompilerConfigurationAbstractCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + CompilerDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected  LinkerConfigurationCommandLineLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseDefs, + LinkerDef specificDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+protected abstract  LinkerConfigurationAbstractLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + LinkerDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+ ProcessorConfigurationProcessor.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] defaultProviders, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+          Returns the compiler configuration for or element.
+ ProcessorConfigurationAbstractLinker.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+ ProcessorConfigurationAbstractCompiler.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef[] baseConfigs, + ProcessorDef specificConfig, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+           
+ java.lang.String[]ProcessorConfiguration.getOutputFileNames(java.lang.String inputFile, + VersionInfo versionInfo) + +
+          Output file name (no path components) corresponding to source file
+ java.lang.String[]Processor.getOutputFileNames(java.lang.String inputFile, + VersionInfo versionInfo) + +
+          Output file name (no path components) corresponding to source file
+ java.lang.String[]CommandLineLinkerConfiguration.getOutputFileNames(java.lang.String inputFile, + VersionInfo versionInfo) + +
+           
+ java.lang.String[]CommandLineLinker.getOutputFileNames(java.lang.String baseName, + VersionInfo versionInfo) + +
+           
+ java.lang.String[]CommandLineCompilerConfiguration.getOutputFileNames(java.lang.String inputFile, + VersionInfo versionInfo) + +
+           
+abstract  java.lang.String[]AbstractLinker.getOutputFileNames(java.lang.String fileName, + VersionInfo versionInfo) + +
+           
+ java.lang.String[]AbstractCompiler.getOutputFileNames(java.lang.String inputFile, + VersionInfo versionInfo) + +
+           
+  +

+ + + + + +
+Uses of VersionInfo in net.sf.antcontrib.cpptasks.devstudio
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type VersionInfo
+ voidDevStudioCompatibleLinker.addVersionFiles(VersionInfo versionInfo, + LinkType linkType, + java.io.File outputFile, + boolean isDebug, + java.io.File objDir, + TargetMatcher matcher) + +
+          Adds source or object files to the bidded fileset to + support version information.
+  +

+ + + + + +
+Uses of VersionInfo in net.sf.antcontrib.cpptasks.gcc
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc with parameters of type VersionInfo
+ java.lang.String[]AbstractLdLinker.getOutputFileNames(java.lang.String baseName, + VersionInfo versionInfo) + +
+           
+ java.lang.String[]AbstractArLibrarian.getOutputFileNames(java.lang.String baseName, + VersionInfo versionInfo) + +
+           
+  +

+ + + + + +
+Uses of VersionInfo in net.sf.antcontrib.cpptasks.mozilla
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.mozilla with parameters of type VersionInfo
+ java.lang.String[]XpidlCompiler.getOutputFileNames(java.lang.String inputFile, + VersionInfo versionInfo) + +
+          Gets output file names.
+  +

+ + + + + +
+Uses of VersionInfo in net.sf.antcontrib.cpptasks.openwatcom
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.openwatcom with parameters of type VersionInfo
+ voidOpenWatcomLinker.addVersionFiles(VersionInfo versionInfo, + LinkType linkType, + java.io.File outputFile, + boolean isDebug, + java.io.File objDir, + TargetMatcher matcher) + +
+          Adds source or object files to the bidded fileset to + support version information.
+  +

+ + + + + +
+Uses of VersionInfo in net.sf.antcontrib.cpptasks.os390
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os390 with parameters of type VersionInfo
+ java.lang.String[]OS390Linker.getOutputFileNames(java.lang.String baseName, + VersionInfo versionInfo) + +
+           
+  +

+ + + + + +
+Uses of VersionInfo in net.sf.antcontrib.cpptasks.os400
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os400 with parameters of type VersionInfo
+ java.lang.String[]IccLinker.getOutputFileNames(java.lang.String baseName, + VersionInfo versionInfo) + +
+           
+  +

+ + + + + +
+Uses of VersionInfo in net.sf.antcontrib.cpptasks.platforms
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.platforms with parameters of type VersionInfo
+static voidWindowsPlatform.addVersionFiles(VersionInfo versionInfo, + LinkType linkType, + java.io.File outputFile, + boolean isDebug, + java.io.File objDir, + TargetMatcher matcher) + +
+          Adds source or object files to the bidded fileset to + support version information.
+static voidWindowsPlatform.writeResource(java.io.Writer writer, + VersionInfo versionInfo, + java.io.File outputFile, + boolean isDebug, + LinkType linkType) + +
+          Writes windows resource.
+  +

+ + + + + +
+Uses of VersionInfo in net.sf.antcontrib.cpptasks.sun
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.sun with parameters of type VersionInfo
+ java.lang.String[]C89Linker.getOutputFileNames(java.lang.String baseName, + VersionInfo versionInfo) + +
+           
+  +

+ + + + + +
+Uses of VersionInfo in net.sf.antcontrib.cpptasks.trolltech
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.trolltech with parameters of type VersionInfo
+ java.lang.String[]UserInterfaceCompiler.getOutputFileNames(java.lang.String inputFile, + VersionInfo versionInfo) + +
+          Gets output file names.
+ java.lang.String[]MetaObjectCompiler.getOutputFileNames(java.lang.String inputFile, + VersionInfo versionInfo) + +
+          Gets output file names.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/class-use/WarningLevelEnum.html b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/WarningLevelEnum.html new file mode 100644 index 0000000..cec5049 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/class-use/WarningLevelEnum.html @@ -0,0 +1,187 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.WarningLevelEnum (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.WarningLevelEnum

+
+ + + + + + + + + +
+Packages that use WarningLevelEnum
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
+  +

+ + + + + +
+Uses of WarningLevelEnum in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type WarningLevelEnum
+ voidCompilerDef.setWarnings(WarningLevelEnum level) + +
+          Enumerated attribute with the values "none", "severe", "default", + "production", "diagnostic", and "aserror".
+ voidCCTask.setWarnings(WarningLevelEnum level) + +
+          Enumerated attribute with the values "none", "severe", "default", + "production", "diagnostic", and "aserror".
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3