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 --- .../cpptasks/intel/IntelLinux32CCompiler.html | 376 ++++++++++++++++++++ .../cpptasks/intel/IntelLinux32Linker.html | 310 +++++++++++++++++ .../cpptasks/intel/IntelLinux64CCompiler.html | 376 ++++++++++++++++++++ .../cpptasks/intel/IntelLinux64Linker.html | 310 +++++++++++++++++ .../antcontrib/cpptasks/intel/IntelProcessor.html | 343 ++++++++++++++++++ .../cpptasks/intel/IntelWin32CCompiler.html | 386 +++++++++++++++++++++ .../cpptasks/intel/IntelWin32Librarian.html | 346 ++++++++++++++++++ .../cpptasks/intel/IntelWin32Linker.html | 310 +++++++++++++++++ .../cpptasks/intel/IntelWin64CCompiler.html | 383 ++++++++++++++++++++ .../intel/class-use/IntelLinux32CCompiler.html | 177 ++++++++++ .../intel/class-use/IntelLinux32Linker.html | 177 ++++++++++ .../intel/class-use/IntelLinux64CCompiler.html | 177 ++++++++++ .../intel/class-use/IntelLinux64Linker.html | 177 ++++++++++ .../cpptasks/intel/class-use/IntelProcessor.html | 141 ++++++++ .../intel/class-use/IntelWin32CCompiler.html | 177 ++++++++++ .../intel/class-use/IntelWin32Librarian.html | 177 ++++++++++ .../cpptasks/intel/class-use/IntelWin32Linker.html | 177 ++++++++++ .../intel/class-use/IntelWin64CCompiler.html | 177 ++++++++++ .../antcontrib/cpptasks/intel/package-frame.html | 49 +++ .../antcontrib/cpptasks/intel/package-summary.html | 197 +++++++++++ .../sf/antcontrib/cpptasks/intel/package-tree.html | 180 ++++++++++ .../sf/antcontrib/cpptasks/intel/package-use.html | 219 ++++++++++++ 22 files changed, 5342 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelLinux32CCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelLinux32Linker.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelLinux64CCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelLinux64Linker.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelProcessor.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelWin32CCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelWin32Librarian.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelWin32Linker.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelWin64CCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelLinux32CCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelLinux32Linker.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelLinux64CCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelLinux64Linker.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelProcessor.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelWin32CCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelWin32Librarian.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelWin32Linker.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelWin64CCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/package-frame.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/package-summary.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/package-tree.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/intel/package-use.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/intel') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelLinux32CCompiler.html b/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelLinux32CCompiler.html new file mode 100644 index 0000000..1e2f78b --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelLinux32CCompiler.html @@ -0,0 +1,376 @@ + + + + + + + +IntelLinux32CCompiler (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.intel +
+Class IntelLinux32CCompiler

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
+      extended by net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
+          extended by net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
+              extended by net.sf.antcontrib.cpptasks.compiler.CommandLineCCompiler
+                  extended by net.sf.antcontrib.cpptasks.gcc.GccCompatibleCCompiler
+                      extended by net.sf.antcontrib.cpptasks.intel.IntelLinux32CCompiler
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Compiler, Processor
+
+
+
+
public final class IntelLinux32CCompiler
extends GccCompatibleCCompiler
+ + +

+Adapter for the Intel (r) C/C++ compiler for IA-32 Linux (r) + + The Intel (r) C/C++ compiler for IA32 Linux mimics the command options for + gcc compiler. +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ProcessorchangeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+static IntelLinux32CCompilergetInstance() + +
+           
+ LinkergetLinker(LinkType type) + +
+          Gets the linker that is associated with this processors
+ intgetMaximumCommandLength() + +
+           
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.gcc.GccCompatibleCCompiler
addImpliedArgs, addIncludePath, addWarningSwitch, getDefineSwitch, getEnvironmentIncludePath, getIncludeDirSwitch, getUndefineSwitch
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCCompiler
createParser
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
addIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getIdentifier, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommand
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
canParse, createConfiguration, getBaseOutputName, getOutputFileNames, parseIncludes, resolveInclude
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
bid, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface net.sf.antcontrib.cpptasks.compiler.Processor
bid
+  +

+ + + + + + + + +
+Method Detail
+ +

+getInstance

+
+public static IntelLinux32CCompiler getInstance()
+
+
+
+
+
+
+ +

+changeEnvironment

+
+public Processor changeEnvironment(boolean newEnvironment,
+                                   org.apache.tools.ant.types.Environment env)
+
+
+
Specified by:
changeEnvironment in interface Processor
Overrides:
changeEnvironment in class AbstractProcessor
+
+
+
+
+
+
+ +

+getLinker

+
+public Linker getLinker(LinkType type)
+
+
Description copied from interface: Processor
+
Gets the linker that is associated with this processors +

+

+
+
+
+
+ +

+getMaximumCommandLength

+
+public int getMaximumCommandLength()
+
+
+
Specified by:
getMaximumCommandLength in class CommandLineCompiler
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelLinux32Linker.html b/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelLinux32Linker.html new file mode 100644 index 0000000..4cc0c70 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelLinux32Linker.html @@ -0,0 +1,310 @@ + + + + + + + +IntelLinux32Linker (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.intel +
+Class IntelLinux32Linker

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
+      extended by net.sf.antcontrib.cpptasks.compiler.AbstractLinker
+          extended by net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
+              extended by net.sf.antcontrib.cpptasks.gcc.AbstractLdLinker
+                  extended by net.sf.antcontrib.cpptasks.intel.IntelLinux32Linker
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Linker, Processor
+
+
+
+
public final class IntelLinux32Linker
extends AbstractLdLinker
+ + +

+Adapter for the Intel (r) Linker for Linux (r) for IA-32 +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
+  + + + + + + + + + + + + + + + +
+Method Summary
+static IntelLinux32LinkergetInstance() + +
+           
+ LinkergetLinker(LinkType type) + +
+          Gets the linker for the specified link type.
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.gcc.AbstractLdLinker
addBase, addEntry, addFixed, addImpliedArgs, addIncremental, addLibraryPatterns, addLibrarySets, addMap, addStack, getCommandFileSwitch, getDynamicLibFlag, getEnvironmentIncludePath, getLibraryKey, getLibraryPath, getLibraryPatterns, getMaximumCommandLength, getOutputFileNames, getOutputFileSwitch, getStaticLibFlag, isCaseSensitive, isHPUX, prepareArguments
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
createConfiguration, decorateLinkerOption, getCommand, getIdentifier, getLibtoolLinker, getOutputFileSwitch, getStartupObject, link, prepareFilename, prepareResponseFile, quoteFilename, runCommand, setCommand
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractLinker
addVersionFiles, bid, changeEnvironment, createConfiguration
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+getInstance

+
+public static IntelLinux32Linker getInstance()
+
+
+
+
+
+
+ +

+getLinker

+
+public Linker getLinker(LinkType type)
+
+
Description copied from interface: Linker
+
Gets the linker for the specified link type. +

+

+ +
Returns:
appropriate linker or null, will return this if this linker can + handle the specified link type
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelLinux64CCompiler.html b/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelLinux64CCompiler.html new file mode 100644 index 0000000..43e19ab --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelLinux64CCompiler.html @@ -0,0 +1,376 @@ + + + + + + + +IntelLinux64CCompiler (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.intel +
+Class IntelLinux64CCompiler

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
+      extended by net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
+          extended by net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
+              extended by net.sf.antcontrib.cpptasks.compiler.CommandLineCCompiler
+                  extended by net.sf.antcontrib.cpptasks.gcc.GccCompatibleCCompiler
+                      extended by net.sf.antcontrib.cpptasks.intel.IntelLinux64CCompiler
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Compiler, Processor
+
+
+
+
public final class IntelLinux64CCompiler
extends GccCompatibleCCompiler
+ + +

+Adapter for the Intel (r) C/C++ compiler for IA-64 Linux (r) + + The Intel C/C++ compiler for IA-64 Linux mimics the command options for gcc + compiler. +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ProcessorchangeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+static IntelLinux64CCompilergetInstance() + +
+           
+ LinkergetLinker(LinkType type) + +
+          Gets the linker that is associated with this processors
+ intgetMaximumCommandLength() + +
+           
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.gcc.GccCompatibleCCompiler
addImpliedArgs, addIncludePath, addWarningSwitch, getDefineSwitch, getEnvironmentIncludePath, getIncludeDirSwitch, getUndefineSwitch
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCCompiler
createParser
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
addIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getIdentifier, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommand
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
canParse, createConfiguration, getBaseOutputName, getOutputFileNames, parseIncludes, resolveInclude
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
bid, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface net.sf.antcontrib.cpptasks.compiler.Processor
bid
+  +

+ + + + + + + + +
+Method Detail
+ +

+getInstance

+
+public static IntelLinux64CCompiler getInstance()
+
+
+
+
+
+
+ +

+changeEnvironment

+
+public Processor changeEnvironment(boolean newEnvironment,
+                                   org.apache.tools.ant.types.Environment env)
+
+
+
Specified by:
changeEnvironment in interface Processor
Overrides:
changeEnvironment in class AbstractProcessor
+
+
+
+
+
+
+ +

+getLinker

+
+public Linker getLinker(LinkType type)
+
+
Description copied from interface: Processor
+
Gets the linker that is associated with this processors +

+

+
+
+
+
+ +

+getMaximumCommandLength

+
+public int getMaximumCommandLength()
+
+
+
Specified by:
getMaximumCommandLength in class CommandLineCompiler
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelLinux64Linker.html b/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelLinux64Linker.html new file mode 100644 index 0000000..3b3eab0 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelLinux64Linker.html @@ -0,0 +1,310 @@ + + + + + + + +IntelLinux64Linker (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.intel +
+Class IntelLinux64Linker

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
+      extended by net.sf.antcontrib.cpptasks.compiler.AbstractLinker
+          extended by net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
+              extended by net.sf.antcontrib.cpptasks.gcc.AbstractLdLinker
+                  extended by net.sf.antcontrib.cpptasks.intel.IntelLinux64Linker
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Linker, Processor
+
+
+
+
public final class IntelLinux64Linker
extends AbstractLdLinker
+ + +

+Adapter for the Intel (r) linker for Linux for IA-64 +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
+  + + + + + + + + + + + + + + + +
+Method Summary
+static IntelLinux64LinkergetInstance() + +
+           
+ LinkergetLinker(LinkType type) + +
+          Gets the linker for the specified link type.
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.gcc.AbstractLdLinker
addBase, addEntry, addFixed, addImpliedArgs, addIncremental, addLibraryPatterns, addLibrarySets, addMap, addStack, getCommandFileSwitch, getDynamicLibFlag, getEnvironmentIncludePath, getLibraryKey, getLibraryPath, getLibraryPatterns, getMaximumCommandLength, getOutputFileNames, getOutputFileSwitch, getStaticLibFlag, isCaseSensitive, isHPUX, prepareArguments
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
createConfiguration, decorateLinkerOption, getCommand, getIdentifier, getLibtoolLinker, getOutputFileSwitch, getStartupObject, link, prepareFilename, prepareResponseFile, quoteFilename, runCommand, setCommand
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractLinker
addVersionFiles, bid, changeEnvironment, createConfiguration
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+getInstance

+
+public static IntelLinux64Linker getInstance()
+
+
+
+
+
+
+ +

+getLinker

+
+public Linker getLinker(LinkType type)
+
+
Description copied from interface: Linker
+
Gets the linker for the specified link type. +

+

+ +
Returns:
appropriate linker or null, will return this if this linker can + handle the specified link type
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelProcessor.html b/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelProcessor.html new file mode 100644 index 0000000..9655b5a --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelProcessor.html @@ -0,0 +1,343 @@ + + + + + + + +IntelProcessor (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.intel +
+Class IntelProcessor

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.intel.IntelProcessor
+
+
+
+
public class IntelProcessor
extends java.lang.Object
+ + +

+A add-in class for Intel (r) compilers and linkers +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static voidaddWarningSwitch(java.util.Vector args, + int level) + +
+           
+static java.lang.StringgetCommandFileSwitch(java.lang.String cmdFile) + +
+           
+static voidgetDefineSwitch(java.lang.StringBuffer buffer, + java.lang.String define, + java.lang.String value) + +
+           
+static java.lang.StringgetIncludeDirSwitch(java.lang.String includeDir) + +
+           
+static java.lang.String[]getOutputFileSwitch(java.lang.String outPath) + +
+           
+static voidgetUndefineSwitch(java.lang.StringBuffer buffer, + java.lang.String define) + +
+           
+static booleanisCaseSensitive() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+addWarningSwitch

+
+public static void addWarningSwitch(java.util.Vector args,
+                                    int level)
+
+
+
+
+
+
+ +

+getCommandFileSwitch

+
+public static java.lang.String getCommandFileSwitch(java.lang.String cmdFile)
+
+
+
+
+
+
+ +

+getDefineSwitch

+
+public static void getDefineSwitch(java.lang.StringBuffer buffer,
+                                   java.lang.String define,
+                                   java.lang.String value)
+
+
+
+
+
+
+ +

+getIncludeDirSwitch

+
+public static java.lang.String getIncludeDirSwitch(java.lang.String includeDir)
+
+
+
+
+
+
+ +

+getOutputFileSwitch

+
+public static java.lang.String[] getOutputFileSwitch(java.lang.String outPath)
+
+
+
+
+
+
+ +

+getUndefineSwitch

+
+public static void getUndefineSwitch(java.lang.StringBuffer buffer,
+                                     java.lang.String define)
+
+
+
+
+
+
+ +

+isCaseSensitive

+
+public static boolean isCaseSensitive()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelWin32CCompiler.html b/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelWin32CCompiler.html new file mode 100644 index 0000000..d498d8e --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelWin32CCompiler.html @@ -0,0 +1,386 @@ + + + + + + + +IntelWin32CCompiler (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.intel +
+Class IntelWin32CCompiler

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
+      extended by net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
+          extended by net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
+              extended by net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCompiler
+                  extended by net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCCompiler
+                      extended by net.sf.antcontrib.cpptasks.devstudio.DevStudioCompatibleCCompiler
+                          extended by net.sf.antcontrib.cpptasks.intel.IntelWin32CCompiler
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Compiler, PrecompilingCompiler, Processor
+
+
+
+
public final class IntelWin32CCompiler
extends DevStudioCompatibleCCompiler
+ + +

+Adapter for the Intel (r) C++ compiler for 32-bit applications + + The Intel (r) C++ compiler for IA32 Windows mimics the command options for + the Microsoft (r) C++ compiler. +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ProcessorchangeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+static IntelWin32CCompilergetInstance() + +
+           
+ LinkergetLinker(LinkType type) + +
+          Gets the linker that is associated with this processors
+ intgetMaximumCommandLength() + +
+           
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.devstudio.DevStudioCompatibleCCompiler
addDebugSwitch, addImpliedArgs, addWarningSwitch, createPrecompileGeneratingConfig, createPrecompileUsingConfig, getDefineSwitch, getEnvironmentIncludePath, getIncludeDirSwitch, getUndefineSwitch
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCCompiler
createParser
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCompiler
createPrecompileConfigurations
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
addIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getIdentifier, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommand
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
canParse, createConfiguration, getBaseOutputName, getOutputFileNames, parseIncludes, resolveInclude
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
bid, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface net.sf.antcontrib.cpptasks.compiler.Processor
bid
+  +

+ + + + + + + + +
+Method Detail
+ +

+getInstance

+
+public static IntelWin32CCompiler getInstance()
+
+
+
+
+
+
+ +

+changeEnvironment

+
+public Processor changeEnvironment(boolean newEnvironment,
+                                   org.apache.tools.ant.types.Environment env)
+
+
+
Specified by:
changeEnvironment in interface Processor
Overrides:
changeEnvironment in class AbstractProcessor
+
+
+
+
+
+
+ +

+getLinker

+
+public Linker getLinker(LinkType type)
+
+
Description copied from interface: Processor
+
Gets the linker that is associated with this processors +

+

+
+
+
+
+ +

+getMaximumCommandLength

+
+public int getMaximumCommandLength()
+
+
+
Specified by:
getMaximumCommandLength in class CommandLineCompiler
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelWin32Librarian.html b/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelWin32Librarian.html new file mode 100644 index 0000000..d46e152 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelWin32Librarian.html @@ -0,0 +1,346 @@ + + + + + + + +IntelWin32Librarian (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.intel +
+Class IntelWin32Librarian

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
+      extended by net.sf.antcontrib.cpptasks.compiler.AbstractLinker
+          extended by net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
+              extended by net.sf.antcontrib.cpptasks.devstudio.DevStudioCompatibleLibrarian
+                  extended by net.sf.antcontrib.cpptasks.intel.IntelWin32Librarian
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Linker, Processor
+
+
+
+
public class IntelWin32Librarian
extends DevStudioCompatibleLibrarian
+ + +

+Adapter for the xilib from the Intel(r) C++ Compiler for IA-32 or IA-64 + systems running Microsoft (r) operating systems +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
+  + + + + + + + + + + + +
+Constructor Summary
+protected IntelWin32Librarian() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static IntelWin32LibrariangetInstance() + +
+           
+ LinkergetLinker(LinkType type) + +
+          Gets the linker for the specified link type.
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.devstudio.DevStudioCompatibleLibrarian
addBase, addEntry, addFixed, addImpliedArgs, addIncremental, addMap, addStack, getCommandFileSwitch, getLibraryPath, getLibraryPatterns, getMaximumCommandLength, getOutputFileSwitch, isCaseSensitive
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
addLibrarySets, createConfiguration, decorateLinkerOption, getCommand, getIdentifier, getLibtoolLinker, getOutputFileNames, getOutputFileSwitch, getStartupObject, link, prepareArguments, prepareFilename, prepareResponseFile, quoteFilename, runCommand, setCommand
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractLinker
addVersionFiles, bid, changeEnvironment, createConfiguration, getLibraryKey
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+IntelWin32Librarian

+
+protected IntelWin32Librarian()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getInstance

+
+public static IntelWin32Librarian getInstance()
+
+
+
+
+
+
+ +

+getLinker

+
+public Linker getLinker(LinkType type)
+
+
Description copied from interface: Linker
+
Gets the linker for the specified link type. +

+

+ +
Returns:
appropriate linker or null, will return this if this linker can + handle the specified link type
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelWin32Linker.html b/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelWin32Linker.html new file mode 100644 index 0000000..e88c459 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelWin32Linker.html @@ -0,0 +1,310 @@ + + + + + + + +IntelWin32Linker (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.intel +
+Class IntelWin32Linker

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
+      extended by net.sf.antcontrib.cpptasks.compiler.AbstractLinker
+          extended by net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
+              extended by net.sf.antcontrib.cpptasks.devstudio.DevStudioCompatibleLinker
+                  extended by net.sf.antcontrib.cpptasks.intel.IntelWin32Linker
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Linker, Processor
+
+
+
+
public final class IntelWin32Linker
extends DevStudioCompatibleLinker
+ + +

+Adapter for the Intel (r) linker for 32-bit applications +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
+  + + + + + + + + + + + + + + + +
+Method Summary
+static IntelWin32LinkergetInstance() + +
+           
+ LinkergetLinker(LinkType type) + +
+          Gets the linker for the specified link type.
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.devstudio.DevStudioCompatibleLinker
addBase, addEntry, addFixed, addImpliedArgs, addIncremental, addMap, addStack, addVersionFiles, getCommandFileSwitch, getLibraryPath, getLibraryPatterns, getMaximumCommandLength, getOutputFileSwitch, isCaseSensitive
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
addLibrarySets, createConfiguration, decorateLinkerOption, getCommand, getIdentifier, getLibtoolLinker, getOutputFileNames, getOutputFileSwitch, getStartupObject, link, prepareArguments, prepareFilename, prepareResponseFile, quoteFilename, runCommand, setCommand
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractLinker
bid, changeEnvironment, createConfiguration, getLibraryKey
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+getInstance

+
+public static IntelWin32Linker getInstance()
+
+
+
+
+
+
+ +

+getLinker

+
+public Linker getLinker(LinkType type)
+
+
Description copied from interface: Linker
+
Gets the linker for the specified link type. +

+

+ +
Returns:
appropriate linker or null, will return this if this linker can + handle the specified link type
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelWin64CCompiler.html b/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelWin64CCompiler.html new file mode 100644 index 0000000..1587e1a --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/intel/IntelWin64CCompiler.html @@ -0,0 +1,383 @@ + + + + + + + +IntelWin64CCompiler (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.intel +
+Class IntelWin64CCompiler

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
+      extended by net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
+          extended by net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
+              extended by net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCompiler
+                  extended by net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCCompiler
+                      extended by net.sf.antcontrib.cpptasks.devstudio.DevStudioCompatibleCCompiler
+                          extended by net.sf.antcontrib.cpptasks.intel.IntelWin64CCompiler
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Compiler, PrecompilingCompiler, Processor
+
+
+
+
public final class IntelWin64CCompiler
extends DevStudioCompatibleCCompiler
+ + +

+Adapter for the Intel C++ compiler for Itanium(TM) Applications +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ProcessorchangeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+static IntelWin64CCompilergetInstance() + +
+           
+ LinkergetLinker(LinkType type) + +
+          Gets the linker that is associated with this processors
+ intgetMaximumCommandLength() + +
+           
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.devstudio.DevStudioCompatibleCCompiler
addDebugSwitch, addImpliedArgs, addWarningSwitch, createPrecompileGeneratingConfig, createPrecompileUsingConfig, getDefineSwitch, getEnvironmentIncludePath, getIncludeDirSwitch, getUndefineSwitch
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCCompiler
createParser
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCompiler
createPrecompileConfigurations
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
addIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getIdentifier, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommand
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
canParse, createConfiguration, getBaseOutputName, getOutputFileNames, parseIncludes, resolveInclude
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
bid, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface net.sf.antcontrib.cpptasks.compiler.Processor
bid
+  +

+ + + + + + + + +
+Method Detail
+ +

+getInstance

+
+public static IntelWin64CCompiler getInstance()
+
+
+
+
+
+
+ +

+changeEnvironment

+
+public Processor changeEnvironment(boolean newEnvironment,
+                                   org.apache.tools.ant.types.Environment env)
+
+
+
Specified by:
changeEnvironment in interface Processor
Overrides:
changeEnvironment in class AbstractProcessor
+
+
+
+
+
+
+ +

+getLinker

+
+public Linker getLinker(LinkType type)
+
+
Description copied from interface: Processor
+
Gets the linker that is associated with this processors +

+

+
+
+
+
+ +

+getMaximumCommandLength

+
+public int getMaximumCommandLength()
+
+
+
Specified by:
getMaximumCommandLength in class CommandLineCompiler
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelLinux32CCompiler.html b/site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelLinux32CCompiler.html new file mode 100644 index 0000000..1ec6655 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/intel/class-use/IntelLinux32CCompiler.html @@ -0,0 +1,177 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.intel.IntelLinux32CCompiler (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.intel.IntelLinux32CCompiler

+
+ + + + + + + + + +
+Packages that use IntelLinux32CCompiler
net.sf.antcontrib.cpptasks.intel  
+  +

+ + + + + +
+Uses of IntelLinux32CCompiler in net.sf.antcontrib.cpptasks.intel
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.intel that return IntelLinux32CCompiler
+static IntelLinux32CCompilerIntelLinux32CCompiler.getInstance() + +
+           
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.intel.IntelLinux32Linker

+
+ + + + + + + + + +
+Packages that use IntelLinux32Linker
net.sf.antcontrib.cpptasks.intel  
+  +

+ + + + + +
+Uses of IntelLinux32Linker in net.sf.antcontrib.cpptasks.intel
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.intel that return IntelLinux32Linker
+static IntelLinux32LinkerIntelLinux32Linker.getInstance() + +
+           
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.intel.IntelLinux64CCompiler

+
+ + + + + + + + + +
+Packages that use IntelLinux64CCompiler
net.sf.antcontrib.cpptasks.intel  
+  +

+ + + + + +
+Uses of IntelLinux64CCompiler in net.sf.antcontrib.cpptasks.intel
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.intel that return IntelLinux64CCompiler
+static IntelLinux64CCompilerIntelLinux64CCompiler.getInstance() + +
+           
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.intel.IntelLinux64Linker

+
+ + + + + + + + + +
+Packages that use IntelLinux64Linker
net.sf.antcontrib.cpptasks.intel  
+  +

+ + + + + +
+Uses of IntelLinux64Linker in net.sf.antcontrib.cpptasks.intel
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.intel that return IntelLinux64Linker
+static IntelLinux64LinkerIntelLinux64Linker.getInstance() + +
+           
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.intel.IntelProcessor

+
+No usage of net.sf.antcontrib.cpptasks.intel.IntelProcessor +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.intel.IntelWin32CCompiler

+
+ + + + + + + + + +
+Packages that use IntelWin32CCompiler
net.sf.antcontrib.cpptasks.intel  
+  +

+ + + + + +
+Uses of IntelWin32CCompiler in net.sf.antcontrib.cpptasks.intel
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.intel that return IntelWin32CCompiler
+static IntelWin32CCompilerIntelWin32CCompiler.getInstance() + +
+           
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.intel.IntelWin32Librarian

+
+ + + + + + + + + +
+Packages that use IntelWin32Librarian
net.sf.antcontrib.cpptasks.intel  
+  +

+ + + + + +
+Uses of IntelWin32Librarian in net.sf.antcontrib.cpptasks.intel
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.intel that return IntelWin32Librarian
+static IntelWin32LibrarianIntelWin32Librarian.getInstance() + +
+           
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.intel.IntelWin32Linker

+
+ + + + + + + + + +
+Packages that use IntelWin32Linker
net.sf.antcontrib.cpptasks.intel  
+  +

+ + + + + +
+Uses of IntelWin32Linker in net.sf.antcontrib.cpptasks.intel
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.intel that return IntelWin32Linker
+static IntelWin32LinkerIntelWin32Linker.getInstance() + +
+           
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.intel.IntelWin64CCompiler

+
+ + + + + + + + + +
+Packages that use IntelWin64CCompiler
net.sf.antcontrib.cpptasks.intel  
+  +

+ + + + + +
+Uses of IntelWin64CCompiler in net.sf.antcontrib.cpptasks.intel
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.intel that return IntelWin64CCompiler
+static IntelWin64CCompilerIntelWin64CCompiler.getInstance() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/intel/package-frame.html b/site/apidocs/net/sf/antcontrib/cpptasks/intel/package-frame.html new file mode 100644 index 0000000..1a6ef8b --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/intel/package-frame.html @@ -0,0 +1,49 @@ + + + + + + + +net.sf.antcontrib.cpptasks.intel (cpptasks 1.0b5 API) + + + + + + + + + + + +net.sf.antcontrib.cpptasks.intel + + + + +
+Classes  + +
+IntelLinux32CCompiler +
+IntelLinux32Linker +
+IntelLinux64CCompiler +
+IntelLinux64Linker +
+IntelProcessor +
+IntelWin32CCompiler +
+IntelWin32Librarian +
+IntelWin32Linker +
+IntelWin64CCompiler
+ + + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/intel/package-summary.html b/site/apidocs/net/sf/antcontrib/cpptasks/intel/package-summary.html new file mode 100644 index 0000000..82251e6 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/intel/package-summary.html @@ -0,0 +1,197 @@ + + + + + + + +net.sf.antcontrib.cpptasks.intel (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package net.sf.antcontrib.cpptasks.intel +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
IntelLinux32CCompilerAdapter for the Intel (r) C/C++ compiler for IA-32 Linux (r) + + The Intel (r) C/C++ compiler for IA32 Linux mimics the command options for + gcc compiler.
IntelLinux32LinkerAdapter for the Intel (r) Linker for Linux (r) for IA-32
IntelLinux64CCompilerAdapter for the Intel (r) C/C++ compiler for IA-64 Linux (r) + + The Intel C/C++ compiler for IA-64 Linux mimics the command options for gcc + compiler.
IntelLinux64LinkerAdapter for the Intel (r) linker for Linux for IA-64
IntelProcessorA add-in class for Intel (r) compilers and linkers
IntelWin32CCompilerAdapter for the Intel (r) C++ compiler for 32-bit applications + + The Intel (r) C++ compiler for IA32 Windows mimics the command options for + the Microsoft (r) C++ compiler.
IntelWin32LibrarianAdapter for the xilib from the Intel(r) C++ Compiler for IA-32 or IA-64 + systems running Microsoft (r) operating systems
IntelWin32LinkerAdapter for the Intel (r) linker for 32-bit applications
IntelWin64CCompilerAdapter for the Intel C++ compiler for Itanium(TM) Applications
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/intel/package-tree.html b/site/apidocs/net/sf/antcontrib/cpptasks/intel/package-tree.html new file mode 100644 index 0000000..48978e8 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/intel/package-tree.html @@ -0,0 +1,180 @@ + + + + + + + +net.sf.antcontrib.cpptasks.intel Class Hierarchy (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package net.sf.antcontrib.cpptasks.intel +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

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

+Uses of Package
net.sf.antcontrib.cpptasks.intel

+
+ + + + + + + + + +
+Packages that use net.sf.antcontrib.cpptasks.intel
net.sf.antcontrib.cpptasks.intel  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks.intel used by net.sf.antcontrib.cpptasks.intel
IntelLinux32CCompiler + +
+          Adapter for the Intel (r) C/C++ compiler for IA-32 Linux (r) + + The Intel (r) C/C++ compiler for IA32 Linux mimics the command options for + gcc compiler.
IntelLinux32Linker + +
+          Adapter for the Intel (r) Linker for Linux (r) for IA-32
IntelLinux64CCompiler + +
+          Adapter for the Intel (r) C/C++ compiler for IA-64 Linux (r) + + The Intel C/C++ compiler for IA-64 Linux mimics the command options for gcc + compiler.
IntelLinux64Linker + +
+          Adapter for the Intel (r) linker for Linux for IA-64
IntelWin32CCompiler + +
+          Adapter for the Intel (r) C++ compiler for 32-bit applications + + The Intel (r) C++ compiler for IA32 Windows mimics the command options for + the Microsoft (r) C++ compiler.
IntelWin32Librarian + +
+          Adapter for the xilib from the Intel(r) C++ Compiler for IA-32 or IA-64 + systems running Microsoft (r) operating systems
IntelWin32Linker + +
+          Adapter for the Intel (r) linker for 32-bit applications
IntelWin64CCompiler + +
+          Adapter for the Intel C++ compiler for Itanium(TM) Applications
+  +

+


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