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 --- .../compiler/class-use/AbstractCompiler.html | 821 +++++++++ .../compiler/class-use/AbstractLinker.html | 712 ++++++++ .../compiler/class-use/AbstractProcessor.html | 1059 +++++++++++ .../compiler/class-use/CaptureStreamHandler.html | 141 ++ .../compiler/class-use/CommandLineCCompiler.html | 478 +++++ .../compiler/class-use/CommandLineCompiler.html | 819 +++++++++ .../CommandLineCompilerConfiguration.html | 429 +++++ .../class-use/CommandLineFortranCompiler.html | 212 +++ .../compiler/class-use/CommandLineLinker.html | 745 ++++++++ .../class-use/CommandLineLinkerConfiguration.html | 465 +++++ .../cpptasks/compiler/class-use/Compiler.html | 826 +++++++++ .../compiler/class-use/CompilerConfiguration.html | 443 +++++ .../cpptasks/compiler/class-use/LinkType.html | 1926 ++++++++++++++++++++ .../cpptasks/compiler/class-use/Linker.html | 1554 ++++++++++++++++ .../compiler/class-use/LinkerConfiguration.html | 282 +++ .../PrecompilingCommandLineCCompiler.html | 298 +++ .../class-use/PrecompilingCommandLineCompiler.html | 314 ++++ .../compiler/class-use/PrecompilingCompiler.html | 300 +++ .../cpptasks/compiler/class-use/Processor.html | 1571 ++++++++++++++++ .../compiler/class-use/ProcessorConfiguration.html | 387 ++++ .../compiler/class-use/ProgressMonitor.html | 381 ++++ 21 files changed, 14163 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/AbstractCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/AbstractLinker.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/AbstractProcessor.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CaptureStreamHandler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CommandLineCCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CommandLineCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CommandLineCompilerConfiguration.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CommandLineFortranCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CommandLineLinker.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CommandLineLinkerConfiguration.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/Compiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CompilerConfiguration.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/LinkType.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/Linker.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/LinkerConfiguration.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/PrecompilingCommandLineCCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/PrecompilingCommandLineCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/PrecompilingCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/Processor.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/ProcessorConfiguration.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/ProgressMonitor.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/AbstractCompiler.html b/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/AbstractCompiler.html new file mode 100644 index 0000000..c158844 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/AbstractCompiler.html @@ -0,0 +1,821 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.compiler.AbstractCompiler (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.AbstractCompiler

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use AbstractCompiler
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.hp  
net.sf.antcontrib.cpptasks.ibm  
net.sf.antcontrib.cpptasks.intel  
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 AbstractCompiler in net.sf.antcontrib.cpptasks.arm
+  +

+ + + + + + + + + +
Subclasses of AbstractCompiler in net.sf.antcontrib.cpptasks.arm
+ classADSCCompiler + +
+          Adapter for the ARM C Compilers + + See Doc No: ARM DUI 0151A, Issued: Nov 2001 at + http://www.arm.com/arm/User_Guides?OpenDocument
+  +

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

+ + + + + + + + + + + + + +
Subclasses of AbstractCompiler in net.sf.antcontrib.cpptasks.borland
+ classBorlandCCompiler + +
+          Adapter for the Borland(r) C/C++ compiler.
+ classBorlandResourceCompiler + +
+          Adapter for the Borland(r) brc32 Resource compiler.
+  +

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

+ + + + + + + + + +
Subclasses of AbstractCompiler in net.sf.antcontrib.cpptasks.compaq
+ classCompaqVisualFortranCompiler + +
+          Adapter for the Compaq(r) Visual Fortran compiler.
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractCompiler in net.sf.antcontrib.cpptasks.compiler
+ classCommandLineCCompiler + +
+          An abstract Compiler implementation which uses an external program to + perform the compile.
+ classCommandLineCompiler + +
+          An abstract Compiler implementation which uses an external program to + perform the compile.
+ classCommandLineFortranCompiler + +
+          An abstract Compiler implementation which uses an external program to + perform the compile.
+ classPrecompilingCommandLineCCompiler + +
+          A command line C compiler that can utilize precompilation of header files
+ classPrecompilingCommandLineCompiler + +
+          A command line C compiler that can utilize precompilation of header files
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractCompiler in net.sf.antcontrib.cpptasks.devstudio
+ classDevStudio2005CCompiler + +
+          Adapter for the Microsoft(r) C/C++ 8 Optimizing Compiler
+ classDevStudioCCompiler + +
+          Adapter for the Microsoft(r) C/C++ Optimizing Compiler
+ classDevStudioCompatibleCCompiler + +
+          An abstract base class for compilers that are basically command line + compatible with Microsoft(r) C/C++ Optimizing Compiler
+ classDevStudioMIDLCompiler + +
+          Adapter for the Microsoft (r) MIDL Compiler
+ classDevStudioResourceCompiler + +
+          Adapter for the Microsoft (r) Windows 32 Resource Compiler
+  +

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

+ + + + + + + + + + + + + + + + + +
Subclasses of AbstractCompiler in net.sf.antcontrib.cpptasks.gcc
+ classGccCCompiler + +
+          Adapter for the GCC C/C++ compiler
+ classGccCompatibleCCompiler + +
+          Abstract base class for compilers that attempt to be command line compatible + with GCC
+ classWindresResourceCompiler + +
+          Adapter for the GNU windres resource compiler.
+  +

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

+ + + + + + + + + +
Subclasses of AbstractCompiler in net.sf.antcontrib.cpptasks.hp
+ classaCCCompiler + +
+          Adapter for the HP aC++ C++ compiler
+  +

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

+ + + + + + + + + +
Subclasses of AbstractCompiler in net.sf.antcontrib.cpptasks.ibm
+ classVisualAgeCCompiler + +
+          Adapter for the IBM(r) Visual Age(tm) C++ compiler for AIX(tm)
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractCompiler in net.sf.antcontrib.cpptasks.intel
+ classIntelLinux32CCompiler + +
+          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.
+ classIntelLinux64CCompiler + +
+          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.
+ classIntelWin32CCompiler + +
+          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.
+ classIntelWin64CCompiler + +
+          Adapter for the Intel C++ compiler for Itanium(TM) Applications
+  +

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

+ + + + + + + + + +
Subclasses of AbstractCompiler in net.sf.antcontrib.cpptasks.mozilla
+ classXpidlCompiler + +
+          Adapter for the Mozilla Xpidl Compiler.
+  +

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

+ + + + + + + + + + + + + + + + + +
Subclasses of AbstractCompiler in net.sf.antcontrib.cpptasks.openwatcom
+ classOpenWatcomCCompiler + +
+          Adapter for the OpenWatcom C Compiler.
+ classOpenWatcomCompiler + +
+          An abstract base class for the OpenWatcom C and Fortran compilers.
+ classOpenWatcomFortranCompiler + +
+          Adapter for the OpenWatcom Fortran compiler.
+  +

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

+ + + + + + + + + +
Subclasses of AbstractCompiler in net.sf.antcontrib.cpptasks.os390
+ classOS390CCompiler + +
+          Adapter for the IBM (R) OS/390 (tm) C++ Compiler
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os390 that return AbstractCompiler
+static AbstractCompilerOS390CCompiler.getInstance() + +
+           
+  +

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

+ + + + + + + + + +
Subclasses of AbstractCompiler in net.sf.antcontrib.cpptasks.os400
+ classIccCompiler + +
+          Adapter for the IBM (R) OS/390 (tm) C++ Compiler
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os400 that return AbstractCompiler
+static AbstractCompilerIccCompiler.getInstance() + +
+           
+  +

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

+ + + + + + + + + + + + + +
Subclasses of AbstractCompiler in net.sf.antcontrib.cpptasks.sun
+ classC89CCompiler + +
+          Adapter for the Sun C89 C++ Compiler
+ classForteCCCompiler + +
+          Adapter for the Sun (r) Forte (tm) C++ compiler
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.sun that return AbstractCompiler
+static AbstractCompilerC89CCompiler.getInstance() + +
+           
+  +

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

+ + + + + + + + + +
Subclasses of AbstractCompiler in net.sf.antcontrib.cpptasks.ti
+ classClxxCCompiler + +
+          Adapter for TI DSP compilers with cl** commands
+  +

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

+ + + + + + + + + + + + + +
Subclasses of AbstractCompiler in net.sf.antcontrib.cpptasks.trolltech
+ classMetaObjectCompiler + +
+          Adapter for the Trolltech Qt MOC Compiler.
+ classUserInterfaceCompiler + +
+          Adapter for the Trolltech Qt UIC Compiler.
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.AbstractLinker

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use AbstractLinker
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.hp  
net.sf.antcontrib.cpptasks.ibm  
net.sf.antcontrib.cpptasks.intel  
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  
+  +

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

+ + + + + + + + + + + + + +
Subclasses of AbstractLinker in net.sf.antcontrib.cpptasks.arm
+ classADSLibrarian + +
+          Adapter for ARM Librarian
+ classADSLinker + +
+          Adapter for the ARM Linker
+  +

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

+ + + + + + + + + + + + + +
Subclasses of AbstractLinker in net.sf.antcontrib.cpptasks.borland
+ classBorlandLibrarian + +
+          Adapter for the Borland(r) tlib Librarian
+ classBorlandLinker + +
+          Adapter for the Borland(r) ilink32 linker
+  +

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

+ + + + + + + + + + + + + +
Subclasses of AbstractLinker in net.sf.antcontrib.cpptasks.compaq
+ classCompaqVisualFortranLibrarian + +
+          Adapter for the Compaq(r) Visual Fortran Librarian
+ classCompaqVisualFortranLinker + +
+          Adapter for the Compaq(r) Visual Fortran linker.
+  +

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

+ + + + + + + + + +
Subclasses of AbstractLinker in net.sf.antcontrib.cpptasks.compiler
+ classCommandLineLinker + +
+          An abstract Linker implementation that performs the link via an external + command.
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractLinker in net.sf.antcontrib.cpptasks.devstudio
+ classDevStudioCompatibleLibrarian + +
+          Abstract base adapter for librarians with command line options compatible + with the Microsoft(r) Library Manager
+ classDevStudioCompatibleLinker + +
+          Abstract base class for linkers that try to mimic the command line arguments + for the Microsoft (r) Incremental Linker
+ classDevStudioLibrarian + +
+          Adapter for the Microsoft (r) Library Manager
+ classDevStudioLinker + +
+          Adapter for the Microsoft (r) Incremental Linker
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractLinker in net.sf.antcontrib.cpptasks.gcc
+ classAbstractArLibrarian + +
+          Adapter for the "ar" tool
+ classAbstractLdLinker + +
+          Abstract adapter for ld-like linkers
+ classGccLibrarian + +
+          Adapter for the 'ar' archiver
+ classGccLinker + +
+          Adapter for the GCC linker
+ classGppLinker + +
+          Adapter for the g++ variant of the GCC linker
+ classLdLinker + +
+          Adapter for the 'ld' linker
+  +

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

+ + + + + + + + + +
Subclasses of AbstractLinker in net.sf.antcontrib.cpptasks.hp
+ classaCCLinker + +
+          Adapter for Sun (r) Forte(tm) C++ Linker
+  +

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

+ + + + + + + + + +
Subclasses of AbstractLinker in net.sf.antcontrib.cpptasks.ibm
+ classVisualAgeLinker + +
+          Adapter for IBM(r) Visual Age(tm) Linker for AIX(tm)
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractLinker in net.sf.antcontrib.cpptasks.intel
+ classIntelLinux32Linker + +
+          Adapter for the Intel (r) Linker for Linux (r) for IA-32
+ classIntelLinux64Linker + +
+          Adapter for the Intel (r) linker for Linux for IA-64
+ classIntelWin32Librarian + +
+          Adapter for the xilib from the Intel(r) C++ Compiler for IA-32 or IA-64 + systems running Microsoft (r) operating systems
+ classIntelWin32Linker + +
+          Adapter for the Intel (r) linker for 32-bit applications
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractLinker in net.sf.antcontrib.cpptasks.openwatcom
+ classOpenWatcomCLinker + +
+          Adapter for the OpenWatcom linker.
+ classOpenWatcomFortranLinker + +
+          Adapter for the OpenWatcom Fortran linker.
+ classOpenWatcomLibrarian + +
+          Adapter for the OpenWatcom Librarian.
+ classOpenWatcomLinker + +
+          Adapter for the OpenWatcom linker.
+  +

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

+ + + + + + + + + +
Subclasses of AbstractLinker in net.sf.antcontrib.cpptasks.os390
+ classOS390Linker + +
+          Adapter for the IBM (R) OS/390 (tm) Linker
+  +

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

+ + + + + + + + + +
Subclasses of AbstractLinker in net.sf.antcontrib.cpptasks.os400
+ classIccLinker + +
+          Adapter for the IBM (R) OS/390 (tm) Linker
+  +

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

+ + + + + + + + + + + + + +
Subclasses of AbstractLinker in net.sf.antcontrib.cpptasks.sun
+ classC89Linker + +
+          Adapter for the Sun C89 Linker
+ classForteCCLinker + +
+          Adapter for Sun (r) Forte(tm) C++ Linker
+  +

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

+ + + + + + + + + + + + + +
Subclasses of AbstractLinker in net.sf.antcontrib.cpptasks.ti
+ classClxxLibrarian + +
+          Adapter for TI DSP librarian + *
+ classClxxLinker + +
+          Adapter for TI DSP linkers + *
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.AbstractProcessor

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use AbstractProcessor
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.hp  
net.sf.antcontrib.cpptasks.ibm  
net.sf.antcontrib.cpptasks.intel  
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 AbstractProcessor in net.sf.antcontrib.cpptasks.arm
+  +

+ + + + + + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.arm
+ classADSCCompiler + +
+          Adapter for the ARM C Compilers + + See Doc No: ARM DUI 0151A, Issued: Nov 2001 at + http://www.arm.com/arm/User_Guides?OpenDocument
+ classADSLibrarian + +
+          Adapter for ARM Librarian
+ classADSLinker + +
+          Adapter for the ARM Linker
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.borland
+ classBorlandCCompiler + +
+          Adapter for the Borland(r) C/C++ compiler.
+ classBorlandLibrarian + +
+          Adapter for the Borland(r) tlib Librarian
+ classBorlandLinker + +
+          Adapter for the Borland(r) ilink32 linker
+ classBorlandResourceCompiler + +
+          Adapter for the Borland(r) brc32 Resource compiler.
+  +

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

+ + + + + + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.compaq
+ classCompaqVisualFortranCompiler + +
+          Adapter for the Compaq(r) Visual Fortran compiler.
+ classCompaqVisualFortranLibrarian + +
+          Adapter for the Compaq(r) Visual Fortran Librarian
+ classCompaqVisualFortranLinker + +
+          Adapter for the Compaq(r) Visual Fortran linker.
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.compiler
+ classAbstractCompiler + +
+          An abstract compiler implementation.
+ classAbstractLinker + +
+          An abstract Linker implementation.
+ classCommandLineCCompiler + +
+          An abstract Compiler implementation which uses an external program to + perform the compile.
+ classCommandLineCompiler + +
+          An abstract Compiler implementation which uses an external program to + perform the compile.
+ classCommandLineFortranCompiler + +
+          An abstract Compiler implementation which uses an external program to + perform the compile.
+ classCommandLineLinker + +
+          An abstract Linker implementation that performs the link via an external + command.
+ classPrecompilingCommandLineCCompiler + +
+          A command line C compiler that can utilize precompilation of header files
+ classPrecompilingCommandLineCompiler + +
+          A command line C compiler that can utilize precompilation of header files
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.devstudio
+ classDevStudio2005CCompiler + +
+          Adapter for the Microsoft(r) C/C++ 8 Optimizing Compiler
+ classDevStudioCCompiler + +
+          Adapter for the Microsoft(r) C/C++ Optimizing Compiler
+ classDevStudioCompatibleCCompiler + +
+          An abstract base class for compilers that are basically command line + compatible with Microsoft(r) C/C++ Optimizing Compiler
+ classDevStudioCompatibleLibrarian + +
+          Abstract base adapter for librarians with command line options compatible + with the Microsoft(r) Library Manager
+ classDevStudioCompatibleLinker + +
+          Abstract base class for linkers that try to mimic the command line arguments + for the Microsoft (r) Incremental Linker
+ classDevStudioLibrarian + +
+          Adapter for the Microsoft (r) Library Manager
+ classDevStudioLinker + +
+          Adapter for the Microsoft (r) Incremental Linker
+ classDevStudioMIDLCompiler + +
+          Adapter for the Microsoft (r) MIDL Compiler
+ classDevStudioResourceCompiler + +
+          Adapter for the Microsoft (r) Windows 32 Resource Compiler
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.gcc
+ classAbstractArLibrarian + +
+          Adapter for the "ar" tool
+ classAbstractLdLinker + +
+          Abstract adapter for ld-like linkers
+ classGccCCompiler + +
+          Adapter for the GCC C/C++ compiler
+ classGccCompatibleCCompiler + +
+          Abstract base class for compilers that attempt to be command line compatible + with GCC
+ classGccLibrarian + +
+          Adapter for the 'ar' archiver
+ classGccLinker + +
+          Adapter for the GCC linker
+ classGppLinker + +
+          Adapter for the g++ variant of the GCC linker
+ classLdLinker + +
+          Adapter for the 'ld' linker
+ classWindresResourceCompiler + +
+          Adapter for the GNU windres resource compiler.
+  +

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

+ + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.hp
+ classaCCCompiler + +
+          Adapter for the HP aC++ C++ compiler
+ classaCCLinker + +
+          Adapter for Sun (r) Forte(tm) C++ Linker
+  +

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

+ + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.ibm
+ classVisualAgeCCompiler + +
+          Adapter for the IBM(r) Visual Age(tm) C++ compiler for AIX(tm)
+ classVisualAgeLinker + +
+          Adapter for IBM(r) Visual Age(tm) Linker for AIX(tm)
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.intel
+ classIntelLinux32CCompiler + +
+          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.
+ classIntelLinux32Linker + +
+          Adapter for the Intel (r) Linker for Linux (r) for IA-32
+ classIntelLinux64CCompiler + +
+          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.
+ classIntelLinux64Linker + +
+          Adapter for the Intel (r) linker for Linux for IA-64
+ classIntelWin32CCompiler + +
+          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.
+ classIntelWin32Librarian + +
+          Adapter for the xilib from the Intel(r) C++ Compiler for IA-32 or IA-64 + systems running Microsoft (r) operating systems
+ classIntelWin32Linker + +
+          Adapter for the Intel (r) linker for 32-bit applications
+ classIntelWin64CCompiler + +
+          Adapter for the Intel C++ compiler for Itanium(TM) Applications
+  +

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

+ + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.mozilla
+ classXpidlCompiler + +
+          Adapter for the Mozilla Xpidl Compiler.
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.openwatcom
+ classOpenWatcomCCompiler + +
+          Adapter for the OpenWatcom C Compiler.
+ classOpenWatcomCLinker + +
+          Adapter for the OpenWatcom linker.
+ classOpenWatcomCompiler + +
+          An abstract base class for the OpenWatcom C and Fortran compilers.
+ classOpenWatcomFortranCompiler + +
+          Adapter for the OpenWatcom Fortran compiler.
+ classOpenWatcomFortranLinker + +
+          Adapter for the OpenWatcom Fortran linker.
+ classOpenWatcomLibrarian + +
+          Adapter for the OpenWatcom Librarian.
+ classOpenWatcomLinker + +
+          Adapter for the OpenWatcom linker.
+  +

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

+ + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.os390
+ classOS390CCompiler + +
+          Adapter for the IBM (R) OS/390 (tm) C++ Compiler
+ classOS390Linker + +
+          Adapter for the IBM (R) OS/390 (tm) Linker
+  +

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

+ + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.os400
+ classIccCompiler + +
+          Adapter for the IBM (R) OS/390 (tm) C++ Compiler
+ classIccLinker + +
+          Adapter for the IBM (R) OS/390 (tm) Linker
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.sun
+ classC89CCompiler + +
+          Adapter for the Sun C89 C++ Compiler
+ classC89Linker + +
+          Adapter for the Sun C89 Linker
+ classForteCCCompiler + +
+          Adapter for the Sun (r) Forte (tm) C++ compiler
+ classForteCCLinker + +
+          Adapter for Sun (r) Forte(tm) C++ Linker
+  +

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

+ + + + + + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.ti
+ classClxxCCompiler + +
+          Adapter for TI DSP compilers with cl** commands
+ classClxxLibrarian + +
+          Adapter for TI DSP librarian + *
+ classClxxLinker + +
+          Adapter for TI DSP linkers + *
+  +

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

+ + + + + + + + + + + + + +
Subclasses of AbstractProcessor in net.sf.antcontrib.cpptasks.trolltech
+ classMetaObjectCompiler + +
+          Adapter for the Trolltech Qt MOC Compiler.
+ classUserInterfaceCompiler + +
+          Adapter for the Trolltech Qt UIC Compiler.
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.CaptureStreamHandler

+
+No usage of net.sf.antcontrib.cpptasks.compiler.CaptureStreamHandler +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.CommandLineCCompiler

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use CommandLineCCompiler
net.sf.antcontrib.cpptasks.arm  
net.sf.antcontrib.cpptasks.compiler  
net.sf.antcontrib.cpptasks.gcc  
net.sf.antcontrib.cpptasks.hp  
net.sf.antcontrib.cpptasks.ibm  
net.sf.antcontrib.cpptasks.intel  
net.sf.antcontrib.cpptasks.os390  
net.sf.antcontrib.cpptasks.os400  
net.sf.antcontrib.cpptasks.sun  
net.sf.antcontrib.cpptasks.ti  
+  +

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

+ + + + + + + + + +
Subclasses of CommandLineCCompiler in net.sf.antcontrib.cpptasks.arm
+ classADSCCompiler + +
+          Adapter for the ARM C Compilers + + See Doc No: ARM DUI 0151A, Issued: Nov 2001 at + http://www.arm.com/arm/User_Guides?OpenDocument
+  +

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

+ + + + + + + + +
Constructors in net.sf.antcontrib.cpptasks.compiler with parameters of type CommandLineCCompiler
CommandLineCCompiler(java.lang.String command, + java.lang.String identifierArg, + java.lang.String[] sourceExtensions, + java.lang.String[] headerExtensions, + java.lang.String outputSuffix, + boolean libtool, + CommandLineCCompiler libtoolCompiler, + boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Subclasses of CommandLineCCompiler in net.sf.antcontrib.cpptasks.gcc
+ classGccCCompiler + +
+          Adapter for the GCC C/C++ compiler
+ classGccCompatibleCCompiler + +
+          Abstract base class for compilers that attempt to be command line compatible + with GCC
+  +

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

+ + + + + + + + + +
Subclasses of CommandLineCCompiler in net.sf.antcontrib.cpptasks.hp
+ classaCCCompiler + +
+          Adapter for the HP aC++ C++ compiler
+  +

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

+ + + + + + + + + +
Subclasses of CommandLineCCompiler in net.sf.antcontrib.cpptasks.ibm
+ classVisualAgeCCompiler + +
+          Adapter for the IBM(r) Visual Age(tm) C++ compiler for AIX(tm)
+  +

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

+ + + + + + + + + + + + + +
Subclasses of CommandLineCCompiler in net.sf.antcontrib.cpptasks.intel
+ classIntelLinux32CCompiler + +
+          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.
+ classIntelLinux64CCompiler + +
+          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.
+  +

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

+ + + + + + + + + +
Subclasses of CommandLineCCompiler in net.sf.antcontrib.cpptasks.os390
+ classOS390CCompiler + +
+          Adapter for the IBM (R) OS/390 (tm) C++ Compiler
+  +

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

+ + + + + + + + + +
Subclasses of CommandLineCCompiler in net.sf.antcontrib.cpptasks.os400
+ classIccCompiler + +
+          Adapter for the IBM (R) OS/390 (tm) C++ Compiler
+  +

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

+ + + + + + + + + + + + + +
Subclasses of CommandLineCCompiler in net.sf.antcontrib.cpptasks.sun
+ classC89CCompiler + +
+          Adapter for the Sun C89 C++ Compiler
+ classForteCCCompiler + +
+          Adapter for the Sun (r) Forte (tm) C++ compiler
+  +

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

+ + + + + + + + + +
Subclasses of CommandLineCCompiler in net.sf.antcontrib.cpptasks.ti
+ classClxxCCompiler + +
+          Adapter for TI DSP compilers with cl** commands
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use CommandLineCompiler
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.hp  
net.sf.antcontrib.cpptasks.ibm  
net.sf.antcontrib.cpptasks.intel  
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 CommandLineCompiler in net.sf.antcontrib.cpptasks.arm
+  +

+ + + + + + + + + +
Subclasses of CommandLineCompiler in net.sf.antcontrib.cpptasks.arm
+ classADSCCompiler + +
+          Adapter for the ARM C Compilers + + See Doc No: ARM DUI 0151A, Issued: Nov 2001 at + http://www.arm.com/arm/User_Guides?OpenDocument
+  +

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

+ + + + + + + + + + + + + +
Subclasses of CommandLineCompiler in net.sf.antcontrib.cpptasks.borland
+ classBorlandCCompiler + +
+          Adapter for the Borland(r) C/C++ compiler.
+ classBorlandResourceCompiler + +
+          Adapter for the Borland(r) brc32 Resource compiler.
+  +

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

+ + + + + + + + + +
Subclasses of CommandLineCompiler in net.sf.antcontrib.cpptasks.compaq
+ classCompaqVisualFortranCompiler + +
+          Adapter for the Compaq(r) Visual Fortran compiler.
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Subclasses of CommandLineCompiler in net.sf.antcontrib.cpptasks.compiler
+ classCommandLineCCompiler + +
+          An abstract Compiler implementation which uses an external program to + perform the compile.
+ classCommandLineFortranCompiler + +
+          An abstract Compiler implementation which uses an external program to + perform the compile.
+ classPrecompilingCommandLineCCompiler + +
+          A command line C compiler that can utilize precompilation of header files
+ classPrecompilingCommandLineCompiler + +
+          A command line C compiler that can utilize precompilation of header files
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler that return CommandLineCompiler
+ CommandLineCompilerCommandLineCompiler.getLibtoolCompiler() + +
+          Obtains the same compiler, but with libtool set + + Default behavior is to ignore libtool
+  +

+ + + + + + + + + + + +
Constructors in net.sf.antcontrib.cpptasks.compiler with parameters of type CommandLineCompiler
CommandLineCompiler(java.lang.String command, + java.lang.String identifierArg, + java.lang.String[] sourceExtensions, + java.lang.String[] headerExtensions, + java.lang.String outputSuffix, + boolean libtool, + CommandLineCompiler libtoolCompiler, + boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
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) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of CommandLineCompiler in net.sf.antcontrib.cpptasks.devstudio
+ classDevStudio2005CCompiler + +
+          Adapter for the Microsoft(r) C/C++ 8 Optimizing Compiler
+ classDevStudioCCompiler + +
+          Adapter for the Microsoft(r) C/C++ Optimizing Compiler
+ classDevStudioCompatibleCCompiler + +
+          An abstract base class for compilers that are basically command line + compatible with Microsoft(r) C/C++ Optimizing Compiler
+ classDevStudioMIDLCompiler + +
+          Adapter for the Microsoft (r) MIDL Compiler
+ classDevStudioResourceCompiler + +
+          Adapter for the Microsoft (r) Windows 32 Resource Compiler
+  +

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

+ + + + + + + + + + + + + + + + + +
Subclasses of CommandLineCompiler in net.sf.antcontrib.cpptasks.gcc
+ classGccCCompiler + +
+          Adapter for the GCC C/C++ compiler
+ classGccCompatibleCCompiler + +
+          Abstract base class for compilers that attempt to be command line compatible + with GCC
+ classWindresResourceCompiler + +
+          Adapter for the GNU windres resource compiler.
+  +

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

+ + + + + + + + + +
Subclasses of CommandLineCompiler in net.sf.antcontrib.cpptasks.hp
+ classaCCCompiler + +
+          Adapter for the HP aC++ C++ compiler
+  +

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

+ + + + + + + + + +
Subclasses of CommandLineCompiler in net.sf.antcontrib.cpptasks.ibm
+ classVisualAgeCCompiler + +
+          Adapter for the IBM(r) Visual Age(tm) C++ compiler for AIX(tm)
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Subclasses of CommandLineCompiler in net.sf.antcontrib.cpptasks.intel
+ classIntelLinux32CCompiler + +
+          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.
+ classIntelLinux64CCompiler + +
+          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.
+ classIntelWin32CCompiler + +
+          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.
+ classIntelWin64CCompiler + +
+          Adapter for the Intel C++ compiler for Itanium(TM) Applications
+  +

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

+ + + + + + + + + +
Subclasses of CommandLineCompiler in net.sf.antcontrib.cpptasks.mozilla
+ classXpidlCompiler + +
+          Adapter for the Mozilla Xpidl Compiler.
+  +

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

+ + + + + + + + + + + + + + + + + +
Subclasses of CommandLineCompiler in net.sf.antcontrib.cpptasks.openwatcom
+ classOpenWatcomCCompiler + +
+          Adapter for the OpenWatcom C Compiler.
+ classOpenWatcomCompiler + +
+          An abstract base class for the OpenWatcom C and Fortran compilers.
+ classOpenWatcomFortranCompiler + +
+          Adapter for the OpenWatcom Fortran compiler.
+  +

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

+ + + + + + + + + +
Subclasses of CommandLineCompiler in net.sf.antcontrib.cpptasks.os390
+ classOS390CCompiler + +
+          Adapter for the IBM (R) OS/390 (tm) C++ Compiler
+  +

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

+ + + + + + + + + +
Subclasses of CommandLineCompiler in net.sf.antcontrib.cpptasks.os400
+ classIccCompiler + +
+          Adapter for the IBM (R) OS/390 (tm) C++ Compiler
+  +

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

+ + + + + + + + + + + + + +
Subclasses of CommandLineCompiler in net.sf.antcontrib.cpptasks.sun
+ classC89CCompiler + +
+          Adapter for the Sun C89 C++ Compiler
+ classForteCCCompiler + +
+          Adapter for the Sun (r) Forte (tm) C++ compiler
+  +

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

+ + + + + + + + + +
Subclasses of CommandLineCompiler in net.sf.antcontrib.cpptasks.ti
+ classClxxCCompiler + +
+          Adapter for TI DSP compilers with cl** commands
+  +

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

+ + + + + + + + + + + + + +
Subclasses of CommandLineCompiler in net.sf.antcontrib.cpptasks.trolltech
+ classMetaObjectCompiler + +
+          Adapter for the Trolltech Qt MOC Compiler.
+ classUserInterfaceCompiler + +
+          Adapter for the Trolltech Qt UIC Compiler.
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.CommandLineCompilerConfiguration

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use CommandLineCompilerConfiguration
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.cross  
net.sf.antcontrib.cpptasks.mozillaCompiler adapter for Mozilla's XPCOM compiler. 
net.sf.antcontrib.cpptasks.trolltechAdapters for Trolltech Qt moc and uic compilers. 
+  +

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

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type CommandLineCompilerConfiguration
+ 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) + +
+           
+protected  CompilerConfigurationBorlandCCompiler.createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, + java.io.File prototype, + java.lang.String lastInclude) + +
+           
+protected  CompilerConfigurationBorlandCCompiler.createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, + java.io.File prototype, + java.lang.String lastInclude, + java.lang.String[] exceptFiles) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type CommandLineCompilerConfiguration
+ 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 abstract  CompilerConfigurationPrecompilingCommandLineCompiler.createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, + java.io.File prototype, + java.lang.String lastInclude) + +
+           
+protected abstract  CompilerConfigurationPrecompilingCommandLineCompiler.createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, + java.io.File prototype, + java.lang.String lastInclude, + java.lang.String[] exceptFiles) + +
+           
+  +

+ + + + + + + + +
Constructors in net.sf.antcontrib.cpptasks.compiler with parameters of type CommandLineCompilerConfiguration
CommandLineCompilerConfiguration(CommandLineCompilerConfiguration base, + java.lang.String[] additionalArgs, + java.lang.String[] exceptFiles, + boolean isPrecompileHeaderGeneration) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type CommandLineCompilerConfiguration
+protected  CompilerConfigurationDevStudioCompatibleCCompiler.createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, + java.io.File prototype, + java.lang.String lastInclude) + +
+           
+protected  CompilerConfigurationDevStudioCompatibleCCompiler.createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, + java.io.File prototype, + java.lang.String lastInclude, + java.lang.String[] exceptFiles) + +
+           
+  +

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

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc.cross with parameters of type CommandLineCompilerConfiguration
+ 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) + +
+           
+  +

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

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.mozilla with parameters of type CommandLineCompilerConfiguration
+ 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 CommandLineCompilerConfiguration in net.sf.antcontrib.cpptasks.trolltech
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.trolltech with parameters of type CommandLineCompilerConfiguration
+ 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/compiler/class-use/CommandLineFortranCompiler.html b/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CommandLineFortranCompiler.html new file mode 100644 index 0000000..060f4eb --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/CommandLineFortranCompiler.html @@ -0,0 +1,212 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.compiler.CommandLineFortranCompiler (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.CommandLineFortranCompiler

+
+ + + + + + + + + + + + + +
+Packages that use CommandLineFortranCompiler
net.sf.antcontrib.cpptasks.compaq  
net.sf.antcontrib.cpptasks.compiler  
+  +

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

+ + + + + + + + + +
Subclasses of CommandLineFortranCompiler in net.sf.antcontrib.cpptasks.compaq
+ classCompaqVisualFortranCompiler + +
+          Adapter for the Compaq(r) Visual Fortran compiler.
+  +

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

+ + + + + + + + +
Constructors in net.sf.antcontrib.cpptasks.compiler with parameters of type CommandLineFortranCompiler
CommandLineFortranCompiler(java.lang.String command, + java.lang.String identifierArg, + java.lang.String[] sourceExtensions, + java.lang.String[] headerExtensions, + java.lang.String outputSuffix, + boolean libtool, + CommandLineFortranCompiler libtoolCompiler, + boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.CommandLineLinker

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use CommandLineLinker
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.hp  
net.sf.antcontrib.cpptasks.ibm  
net.sf.antcontrib.cpptasks.intel  
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  
+  +

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

+ + + + + + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.arm
+ classADSLibrarian + +
+          Adapter for ARM Librarian
+ classADSLinker + +
+          Adapter for the ARM Linker
+  +

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

+ + + + + + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.borland
+ classBorlandLibrarian + +
+          Adapter for the Borland(r) tlib Librarian
+ classBorlandLinker + +
+          Adapter for the Borland(r) ilink32 linker
+  +

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

+ + + + + + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.compaq
+ classCompaqVisualFortranLibrarian + +
+          Adapter for the Compaq(r) Visual Fortran Librarian
+ classCompaqVisualFortranLinker + +
+          Adapter for the Compaq(r) Visual Fortran linker.
+  +

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

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler that return CommandLineLinker
+ CommandLineLinkerCommandLineLinker.getLibtoolLinker() + +
+           
+  +

+ + + + + + + + + + + +
Constructors in net.sf.antcontrib.cpptasks.compiler with parameters of type CommandLineLinker
CommandLineLinker(java.lang.String command, + java.lang.String identifierArg, + java.lang.String[] extensions, + java.lang.String[] ignoredExtensions, + java.lang.String outputSuffix, + boolean isLibtool, + CommandLineLinker libtoolLinker) + +
+          Creates a comand line linker invocation
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) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.devstudio
+ classDevStudioCompatibleLibrarian + +
+          Abstract base adapter for librarians with command line options compatible + with the Microsoft(r) Library Manager
+ classDevStudioCompatibleLinker + +
+          Abstract base class for linkers that try to mimic the command line arguments + for the Microsoft (r) Incremental Linker
+ classDevStudioLibrarian + +
+          Adapter for the Microsoft (r) Library Manager
+ classDevStudioLinker + +
+          Adapter for the Microsoft (r) Incremental Linker
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.gcc
+ classAbstractArLibrarian + +
+          Adapter for the "ar" tool
+ classAbstractLdLinker + +
+          Abstract adapter for ld-like linkers
+ classGccLibrarian + +
+          Adapter for the 'ar' archiver
+ classGccLinker + +
+          Adapter for the GCC linker
+ classGppLinker + +
+          Adapter for the g++ variant of the GCC linker
+ classLdLinker + +
+          Adapter for the 'ld' linker
+  +

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

+ + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.hp
+ classaCCLinker + +
+          Adapter for Sun (r) Forte(tm) C++ Linker
+  +

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

+ + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.ibm
+ classVisualAgeLinker + +
+          Adapter for IBM(r) Visual Age(tm) Linker for AIX(tm)
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.intel
+ classIntelLinux32Linker + +
+          Adapter for the Intel (r) Linker for Linux (r) for IA-32
+ classIntelLinux64Linker + +
+          Adapter for the Intel (r) linker for Linux for IA-64
+ classIntelWin32Librarian + +
+          Adapter for the xilib from the Intel(r) C++ Compiler for IA-32 or IA-64 + systems running Microsoft (r) operating systems
+ classIntelWin32Linker + +
+          Adapter for the Intel (r) linker for 32-bit applications
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.openwatcom
+ classOpenWatcomCLinker + +
+          Adapter for the OpenWatcom linker.
+ classOpenWatcomFortranLinker + +
+          Adapter for the OpenWatcom Fortran linker.
+ classOpenWatcomLibrarian + +
+          Adapter for the OpenWatcom Librarian.
+ classOpenWatcomLinker + +
+          Adapter for the OpenWatcom linker.
+  +

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

+ + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.os390
+ classOS390Linker + +
+          Adapter for the IBM (R) OS/390 (tm) Linker
+  +

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

+ + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.os400
+ classIccLinker + +
+          Adapter for the IBM (R) OS/390 (tm) Linker
+  +

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

+ + + + + + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.sun
+ classC89Linker + +
+          Adapter for the Sun C89 Linker
+ classForteCCLinker + +
+          Adapter for Sun (r) Forte(tm) C++ Linker
+  +

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

+ + + + + + + + + + + + + +
Subclasses of CommandLineLinker in net.sf.antcontrib.cpptasks.ti
+ classClxxLibrarian + +
+          Adapter for TI DSP librarian + *
+ classClxxLinker + +
+          Adapter for TI DSP linkers + *
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.CommandLineLinkerConfiguration

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use CommandLineLinkerConfiguration
net.sf.antcontrib.cpptasks.borlandAdapter for Borland tools. 
net.sf.antcontrib.cpptasks.compiler  
net.sf.antcontrib.cpptasks.gcc  
net.sf.antcontrib.cpptasks.gcc.cross  
net.sf.antcontrib.cpptasks.openwatcomAdapters for OpenWatcom compilers and tools. 
net.sf.antcontrib.cpptasks.os390  
net.sf.antcontrib.cpptasks.os400  
+  +

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

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type CommandLineLinkerConfiguration
+ 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.
+  +

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

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type CommandLineLinkerConfiguration
+ voidCommandLineLinker.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+          Performs a link using a command line linker
+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.
+  +

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

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc with parameters of type CommandLineLinkerConfiguration
+ 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 CommandLineLinkerConfiguration in net.sf.antcontrib.cpptasks.gcc.cross
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc.cross with parameters of type CommandLineLinkerConfiguration
+ 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 CommandLineLinkerConfiguration in net.sf.antcontrib.cpptasks.openwatcom
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.openwatcom with parameters of type CommandLineLinkerConfiguration
+ 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 CommandLineLinkerConfiguration in net.sf.antcontrib.cpptasks.os390
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os390 with parameters of type CommandLineLinkerConfiguration
+ voidOS390Linker.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+           
+  +

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

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os400 with parameters of type CommandLineLinkerConfiguration
+ voidIccLinker.link(CCTask task, + java.io.File outputFile, + java.lang.String[] sourceFiles, + CommandLineLinkerConfiguration config) + +
+           
+  +

+


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

+Uses of Interface
net.sf.antcontrib.cpptasks.compiler.Compiler

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use Compiler
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.hp  
net.sf.antcontrib.cpptasks.ibm  
net.sf.antcontrib.cpptasks.intel  
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 Compiler in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return Compiler
+ CompilerCompilerEnum.getCompiler() + +
+           
+  +

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.arm that implement Compiler
+ classADSCCompiler + +
+          Adapter for the ARM C Compilers + + See Doc No: ARM DUI 0151A, Issued: Nov 2001 at + http://www.arm.com/arm/User_Guides?OpenDocument
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.borland that implement Compiler
+ classBorlandCCompiler + +
+          Adapter for the Borland(r) C/C++ compiler.
+ classBorlandResourceCompiler + +
+          Adapter for the Borland(r) brc32 Resource compiler.
+  +

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.compaq that implement Compiler
+ classCompaqVisualFortranCompiler + +
+          Adapter for the Compaq(r) Visual Fortran compiler.
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.compiler that implement Compiler
+ classAbstractCompiler + +
+          An abstract compiler implementation.
+ classCommandLineCCompiler + +
+          An abstract Compiler implementation which uses an external program to + perform the compile.
+ classCommandLineCompiler + +
+          An abstract Compiler implementation which uses an external program to + perform the compile.
+ classCommandLineFortranCompiler + +
+          An abstract Compiler implementation which uses an external program to + perform the compile.
+ classPrecompilingCommandLineCCompiler + +
+          A command line C compiler that can utilize precompilation of header files
+ classPrecompilingCommandLineCompiler + +
+          A command line C compiler that can utilize precompilation of header files
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler that return Compiler
+ CompilerCommandLineCompilerConfiguration.getCompiler() + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.devstudio that implement Compiler
+ classDevStudio2005CCompiler + +
+          Adapter for the Microsoft(r) C/C++ 8 Optimizing Compiler
+ classDevStudioCCompiler + +
+          Adapter for the Microsoft(r) C/C++ Optimizing Compiler
+ classDevStudioCompatibleCCompiler + +
+          An abstract base class for compilers that are basically command line + compatible with Microsoft(r) C/C++ Optimizing Compiler
+ classDevStudioMIDLCompiler + +
+          Adapter for the Microsoft (r) MIDL Compiler
+ classDevStudioResourceCompiler + +
+          Adapter for the Microsoft (r) Windows 32 Resource Compiler
+  +

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

+ + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.gcc that implement Compiler
+ classGccCCompiler + +
+          Adapter for the GCC C/C++ compiler
+ classGccCompatibleCCompiler + +
+          Abstract base class for compilers that attempt to be command line compatible + with GCC
+ classWindresResourceCompiler + +
+          Adapter for the GNU windres resource compiler.
+  +

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.hp that implement Compiler
+ classaCCCompiler + +
+          Adapter for the HP aC++ C++ compiler
+  +

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.ibm that implement Compiler
+ classVisualAgeCCompiler + +
+          Adapter for the IBM(r) Visual Age(tm) C++ compiler for AIX(tm)
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.intel that implement Compiler
+ classIntelLinux32CCompiler + +
+          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.
+ classIntelLinux64CCompiler + +
+          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.
+ classIntelWin32CCompiler + +
+          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.
+ classIntelWin64CCompiler + +
+          Adapter for the Intel C++ compiler for Itanium(TM) Applications
+  +

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.mozilla that implement Compiler
+ classXpidlCompiler + +
+          Adapter for the Mozilla Xpidl Compiler.
+  +

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

+ + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.openwatcom that implement Compiler
+ classOpenWatcomCCompiler + +
+          Adapter for the OpenWatcom C Compiler.
+ classOpenWatcomCompiler + +
+          An abstract base class for the OpenWatcom C and Fortran compilers.
+ classOpenWatcomFortranCompiler + +
+          Adapter for the OpenWatcom Fortran compiler.
+  +

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.os390 that implement Compiler
+ classOS390CCompiler + +
+          Adapter for the IBM (R) OS/390 (tm) C++ Compiler
+  +

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.os400 that implement Compiler
+ classIccCompiler + +
+          Adapter for the IBM (R) OS/390 (tm) C++ Compiler
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.sun that implement Compiler
+ classC89CCompiler + +
+          Adapter for the Sun C89 C++ Compiler
+ classForteCCCompiler + +
+          Adapter for the Sun (r) Forte (tm) C++ compiler
+  +

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.ti that implement Compiler
+ classClxxCCompiler + +
+          Adapter for TI DSP compilers with cl** commands
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.trolltech that implement Compiler
+ classMetaObjectCompiler + +
+          Adapter for the Trolltech Qt MOC Compiler.
+ classUserInterfaceCompiler + +
+          Adapter for the Trolltech Qt UIC Compiler.
+  +

+


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

+Uses of Interface
net.sf.antcontrib.cpptasks.compiler.CompilerConfiguration

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use CompilerConfiguration
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. 
+  +

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

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

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

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.borland that return CompilerConfiguration
+protected  CompilerConfigurationBorlandCCompiler.createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, + java.io.File prototype, + java.lang.String lastInclude) + +
+           
+protected  CompilerConfigurationBorlandCCompiler.createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, + java.io.File prototype, + java.lang.String lastInclude, + java.lang.String[] exceptFiles) + +
+           
+  +

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.compiler that implement CompilerConfiguration
+ classCommandLineCompilerConfiguration + +
+          A configuration for a C++ compiler
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler that return CompilerConfiguration
+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) + +
+           
+ CompilerConfiguration[]PrecompilingCompiler.createPrecompileConfigurations(CompilerConfiguration config, + java.io.File prototype, + java.lang.String[] nonPrecompiledFiles) + +
+          This method may be used to get two distinct compiler configurations, one + for compiling the specified file and producing a precompiled header + file, and a second for compiling other files using the precompiled + header file.
+ CompilerConfiguration[]PrecompilingCommandLineCompiler.createPrecompileConfigurations(CompilerConfiguration config, + java.io.File prototype, + java.lang.String[] exceptFiles) + +
+          This method may be used to get two distinct compiler configurations, one + for compiling the specified file and producing a precompiled header + file, and a second for compiling other files using the precompiled + header file.
+ CompilerConfiguration[]CompilerConfiguration.createPrecompileConfigurations(java.io.File prototype, + java.lang.String[] nonPrecompiledFiles) + +
+          This method may be used to get two distinct compiler configurations, one + for compiling the specified file and producing a precompiled header + file, and a second for compiling other files using the precompiled + header file.
+ CompilerConfiguration[]CommandLineCompilerConfiguration.createPrecompileConfigurations(java.io.File prototype, + java.lang.String[] nonPrecompiledFiles) + +
+          This method may be used to get two distinct compiler configurations, one + for compiling the specified file and producing a precompiled header + file, and a second for compiling other files using the precompiled + header file.
+protected abstract  CompilerConfigurationPrecompilingCommandLineCompiler.createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, + java.io.File prototype, + java.lang.String lastInclude) + +
+           
+protected abstract  CompilerConfigurationPrecompilingCommandLineCompiler.createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, + java.io.File prototype, + java.lang.String lastInclude, + java.lang.String[] exceptFiles) + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type CompilerConfiguration
+ CompilerConfiguration[]PrecompilingCompiler.createPrecompileConfigurations(CompilerConfiguration config, + java.io.File prototype, + java.lang.String[] nonPrecompiledFiles) + +
+          This method may be used to get two distinct compiler configurations, one + for compiling the specified file and producing a precompiled header + file, and a second for compiling other files using the precompiled + header file.
+ CompilerConfiguration[]PrecompilingCommandLineCompiler.createPrecompileConfigurations(CompilerConfiguration config, + java.io.File prototype, + java.lang.String[] exceptFiles) + +
+          This method may be used to get two distinct compiler configurations, one + for compiling the specified file and producing a precompiled header + file, and a second for compiling other files using the precompiled + header file.
+  +

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

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.devstudio that return CompilerConfiguration
+protected  CompilerConfigurationDevStudioCompatibleCCompiler.createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, + java.io.File prototype, + java.lang.String lastInclude) + +
+           
+protected  CompilerConfigurationDevStudioCompatibleCCompiler.createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, + java.io.File prototype, + java.lang.String lastInclude, + java.lang.String[] exceptFiles) + +
+           
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.LinkType

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use LinkType
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.intel  
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.ti  
net.sf.antcontrib.cpptasks.trolltechAdapters for Trolltech Qt moc and uic compilers. 
+  +

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

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type LinkType
+ ProcessorConfigurationProcessorDef.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef baseDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+          Creates a configuration
+protected  ProcessorProcessorDef.getProcessor(LinkType linkType) + +
+          Obtains the appropriate processor (compiler, linker) based on the + LinkType.
+ ProcessorLinkerDef.getProcessor(LinkType linkType) + +
+           
+  +

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

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

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type LinkType
+protected  voidBorlandLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidBorlandLibrarian.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+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) + +
+           
+ 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.
+ LinkerBorlandResourceCompiler.getLinker(LinkType type) + +
+           
+ LinkerBorlandLinker.getLinker(LinkType type) + +
+           
+ LinkerBorlandLibrarian.getLinker(LinkType type) + +
+           
+ LinkerBorlandCCompiler.getLinker(LinkType type) + +
+           
+protected  java.lang.StringBorlandLinker.getStartupObject(LinkType linkType) + +
+           
+  +

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

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

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type LinkType
+protected abstract  voidCommandLineLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected abstract  voidCommandLineCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ 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) + +
+           
+ LinkerProcessor.getLinker(LinkType type) + +
+          Gets the linker that is associated with this processors
+ LinkerLinker.getLinker(LinkType linkType) + +
+          Gets the linker for the specified link type.
+protected  java.lang.StringCommandLineLinker.getStartupObject(LinkType linkType) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type LinkType
+protected  voidDevStudioCompatibleLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidDevStudioCompatibleLibrarian.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+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) + +
+           
+ 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.
+ LinkerDevStudioResourceCompiler.getLinker(LinkType type) + +
+           
+ LinkerDevStudioMIDLCompiler.getLinker(LinkType type) + +
+           
+ LinkerDevStudioLinker.getLinker(LinkType type) + +
+           
+ LinkerDevStudioLibrarian.getLinker(LinkType type) + +
+           
+ LinkerDevStudioCCompiler.getLinker(LinkType type) + +
+           
+ LinkerDevStudio2005CCompiler.getLinker(LinkType type) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc with parameters of type LinkType
+protected  voidGppLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidGccLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidAbstractLdLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+ voidAbstractArLibrarian.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+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) + +
+           
+ LinkerWindresResourceCompiler.getLinker(LinkType type) + +
+           
+ LinkerLdLinker.getLinker(LinkType type) + +
+           
+ LinkerGppLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLibrarian.getLinker(LinkType type) + +
+           
+ LinkerGccCCompiler.getLinker(LinkType linkType) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc.cross with parameters of type LinkType
+protected  voidGppLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidGccLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+ voidGccCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ LinkerLdLinker.getLinker(LinkType type) + +
+           
+ LinkerGppLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLibrarian.getLinker(LinkType type) + +
+           
+ LinkerGccCCompiler.getLinker(LinkType linkType) + +
+           
+  +

+ + + + + +
+Uses of LinkType 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 LinkType
+protected  voidGppLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidGccLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+ voidGccCCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ LinkerLdLinker.getLinker(LinkType type) + +
+           
+ LinkerGppLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLibrarian.getLinker(LinkType type) + +
+           
+ LinkerGccCCompiler.getLinker(LinkType linkType) + +
+           
+  +

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

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

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

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

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.intel with parameters of type LinkType
+ LinkerIntelWin64CCompiler.getLinker(LinkType type) + +
+           
+ LinkerIntelWin32Linker.getLinker(LinkType type) + +
+           
+ LinkerIntelWin32Librarian.getLinker(LinkType type) + +
+           
+ LinkerIntelWin32CCompiler.getLinker(LinkType type) + +
+           
+ LinkerIntelLinux64Linker.getLinker(LinkType type) + +
+           
+ LinkerIntelLinux64CCompiler.getLinker(LinkType type) + +
+           
+ LinkerIntelLinux32Linker.getLinker(LinkType type) + +
+           
+ LinkerIntelLinux32CCompiler.getLinker(LinkType type) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.mozilla with parameters of type LinkType
+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.
+ LinkerXpidlCompiler.getLinker(LinkType type) + +
+          Gets linker associated with this type.
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.openwatcom with parameters of type LinkType
+protected  voidOpenWatcomLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+          Adds other command line parameters.
+protected  voidOpenWatcomLibrarian.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+          Add implied arguments.
+protected  voidOpenWatcomCompiler.addImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+          Add implied arguments.
+ 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.
+ LinkerOpenWatcomLibrarian.getLinker(LinkType type) + +
+          Get linker.
+ LinkerOpenWatcomFortranLinker.getLinker(LinkType type) + +
+          Get linker.
+ LinkerOpenWatcomFortranCompiler.getLinker(LinkType type) + +
+          Get linker.
+ LinkerOpenWatcomCLinker.getLinker(LinkType type) + +
+          Get linker.
+ LinkerOpenWatcomCCompiler.getLinker(LinkType type) + +
+          Get linker.
+  +

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

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

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

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

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

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.platforms with parameters of type LinkType
+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 LinkType in net.sf.antcontrib.cpptasks.sun
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.sun with parameters of type LinkType
+ voidForteCCLinker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidC89Linker.addImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+ 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) + +
+           
+ LinkerForteCCLinker.getLinker(LinkType type) + +
+           
+ LinkerForteCCCompiler.getLinker(LinkType linkType) + +
+           
+ LinkerC89Linker.getLinker(LinkType linkType) + +
+           
+ LinkerC89CCompiler.getLinker(LinkType type) + +
+           
+  +

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

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

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

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.trolltech with parameters of type LinkType
+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.
+ LinkerUserInterfaceCompiler.getLinker(LinkType type) + +
+          Gets linker associated with this type.
+ LinkerMetaObjectCompiler.getLinker(LinkType type) + +
+          Gets linker associated with this type.
+  +

+


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

+Uses of Interface
net.sf.antcontrib.cpptasks.compiler.Linker

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use Linker
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.intel  
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. 
net.sf.antcontrib.cpptasks.types  
+  +

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

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return Linker
+ LinkerLinkerEnum.getLinker() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type Linker
+ voidLinkerDef.visitSystemLibraries(Linker linker, + FileVisitor libraryVisitor) + +
+           
+ voidLinkerDef.visitUserLibraries(Linker linker, + FileVisitor libraryVisitor) + +
+           
+  +

+ + + + + + + + +
Constructors in net.sf.antcontrib.cpptasks with parameters of type Linker
ObjectFileCollector(Linker linker, + java.util.Vector files) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.arm that implement Linker
+ classADSLibrarian + +
+          Adapter for ARM Librarian
+ classADSLinker + +
+          Adapter for the ARM Linker
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.arm that return Linker
+ LinkerADSLinker.getLinker(LinkType linkType) + +
+           
+ LinkerADSLibrarian.getLinker(LinkType linkType) + +
+           
+ LinkerADSCCompiler.getLinker(LinkType type) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.borland that implement Linker
+ classBorlandLibrarian + +
+          Adapter for the Borland(r) tlib Librarian
+ classBorlandLinker + +
+          Adapter for the Borland(r) ilink32 linker
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.borland that return Linker
+ LinkerBorlandResourceCompiler.getLinker(LinkType type) + +
+           
+ LinkerBorlandLinker.getLinker(LinkType type) + +
+           
+ LinkerBorlandLibrarian.getLinker(LinkType type) + +
+           
+ LinkerBorlandCCompiler.getLinker(LinkType type) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.compaq that implement Linker
+ classCompaqVisualFortranLibrarian + +
+          Adapter for the Compaq(r) Visual Fortran Librarian
+ classCompaqVisualFortranLinker + +
+          Adapter for the Compaq(r) Visual Fortran linker.
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compaq that return Linker
+ LinkerCompaqVisualFortranLinker.getLinker(LinkType type) + +
+           
+ LinkerCompaqVisualFortranLibrarian.getLinker(LinkType type) + +
+           
+ LinkerCompaqVisualFortranCompiler.getLinker(LinkType type) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.compiler that implement Linker
+ classAbstractLinker + +
+          An abstract Linker implementation.
+ classCommandLineLinker + +
+          An abstract Linker implementation that performs the link via an external + command.
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler that return Linker
+ LinkerLinkerConfiguration.getLinker() + +
+           
+ LinkerCommandLineLinkerConfiguration.getLinker() + +
+           
+ LinkerProcessor.getLinker(LinkType type) + +
+          Gets the linker that is associated with this processors
+ LinkerLinker.getLinker(LinkType linkType) + +
+          Gets the linker for the specified link type.
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.devstudio that implement Linker
+ classDevStudioCompatibleLibrarian + +
+          Abstract base adapter for librarians with command line options compatible + with the Microsoft(r) Library Manager
+ classDevStudioCompatibleLinker + +
+          Abstract base class for linkers that try to mimic the command line arguments + for the Microsoft (r) Incremental Linker
+ classDevStudioLibrarian + +
+          Adapter for the Microsoft (r) Library Manager
+ classDevStudioLinker + +
+          Adapter for the Microsoft (r) Incremental Linker
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.devstudio that return Linker
+ LinkerDevStudioResourceCompiler.getLinker(LinkType type) + +
+           
+ LinkerDevStudioMIDLCompiler.getLinker(LinkType type) + +
+           
+ LinkerDevStudioLinker.getLinker(LinkType type) + +
+           
+ LinkerDevStudioLibrarian.getLinker(LinkType type) + +
+           
+ LinkerDevStudioCCompiler.getLinker(LinkType type) + +
+           
+ LinkerDevStudio2005CCompiler.getLinker(LinkType type) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.gcc that implement Linker
+ classAbstractArLibrarian + +
+          Adapter for the "ar" tool
+ classAbstractLdLinker + +
+          Abstract adapter for ld-like linkers
+ classGccLibrarian + +
+          Adapter for the 'ar' archiver
+ classGccLinker + +
+          Adapter for the GCC linker
+ classGppLinker + +
+          Adapter for the g++ variant of the GCC linker
+ classLdLinker + +
+          Adapter for the 'ld' linker
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc that return Linker
+ LinkerWindresResourceCompiler.getLinker(LinkType type) + +
+           
+ LinkerLdLinker.getLinker(LinkType type) + +
+           
+ LinkerGppLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLibrarian.getLinker(LinkType type) + +
+           
+ LinkerGccCCompiler.getLinker(LinkType linkType) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc.cross that return Linker
+ LinkerLdLinker.getLinker(LinkType type) + +
+           
+ LinkerGppLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLibrarian.getLinker(LinkType type) + +
+           
+ LinkerGccCCompiler.getLinker(LinkType linkType) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 that return Linker
+ LinkerLdLinker.getLinker(LinkType type) + +
+           
+ LinkerGppLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLinker.getLinker(LinkType type) + +
+           
+ LinkerGccLibrarian.getLinker(LinkType type) + +
+           
+ LinkerGccCCompiler.getLinker(LinkType linkType) + +
+           
+  +

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.hp that implement Linker
+ classaCCLinker + +
+          Adapter for Sun (r) Forte(tm) C++ Linker
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.hp that return Linker
+ LinkeraCCLinker.getLinker(LinkType type) + +
+           
+ LinkeraCCCompiler.getLinker(LinkType linkType) + +
+           
+  +

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.ibm that implement Linker
+ classVisualAgeLinker + +
+          Adapter for IBM(r) Visual Age(tm) Linker for AIX(tm)
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.ibm that return Linker
+ LinkerVisualAgeLinker.getLinker(LinkType type) + +
+           
+ LinkerVisualAgeCCompiler.getLinker(LinkType linkType) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.intel that implement Linker
+ classIntelLinux32Linker + +
+          Adapter for the Intel (r) Linker for Linux (r) for IA-32
+ classIntelLinux64Linker + +
+          Adapter for the Intel (r) linker for Linux for IA-64
+ classIntelWin32Librarian + +
+          Adapter for the xilib from the Intel(r) C++ Compiler for IA-32 or IA-64 + systems running Microsoft (r) operating systems
+ classIntelWin32Linker + +
+          Adapter for the Intel (r) linker for 32-bit applications
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.intel that return Linker
+ LinkerIntelWin64CCompiler.getLinker(LinkType type) + +
+           
+ LinkerIntelWin32Linker.getLinker(LinkType type) + +
+           
+ LinkerIntelWin32Librarian.getLinker(LinkType type) + +
+           
+ LinkerIntelWin32CCompiler.getLinker(LinkType type) + +
+           
+ LinkerIntelLinux64Linker.getLinker(LinkType type) + +
+           
+ LinkerIntelLinux64CCompiler.getLinker(LinkType type) + +
+           
+ LinkerIntelLinux32Linker.getLinker(LinkType type) + +
+           
+ LinkerIntelLinux32CCompiler.getLinker(LinkType type) + +
+           
+  +

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

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.mozilla that return Linker
+ LinkerXpidlCompiler.getLinker(LinkType type) + +
+          Gets linker associated with this type.
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.openwatcom that implement Linker
+ classOpenWatcomCLinker + +
+          Adapter for the OpenWatcom linker.
+ classOpenWatcomFortranLinker + +
+          Adapter for the OpenWatcom Fortran linker.
+ classOpenWatcomLibrarian + +
+          Adapter for the OpenWatcom Librarian.
+ classOpenWatcomLinker + +
+          Adapter for the OpenWatcom linker.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.openwatcom that return Linker
+ LinkerOpenWatcomLibrarian.getLinker(LinkType type) + +
+          Get linker.
+ LinkerOpenWatcomFortranLinker.getLinker(LinkType type) + +
+          Get linker.
+ LinkerOpenWatcomFortranCompiler.getLinker(LinkType type) + +
+          Get linker.
+ LinkerOpenWatcomCLinker.getLinker(LinkType type) + +
+          Get linker.
+ LinkerOpenWatcomCCompiler.getLinker(LinkType type) + +
+          Get linker.
+  +

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.os390 that implement Linker
+ classOS390Linker + +
+          Adapter for the IBM (R) OS/390 (tm) Linker
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os390 that return Linker
+ LinkerOS390Linker.getLinker(LinkType linkType) + +
+           
+ LinkerOS390CCompiler.getLinker(LinkType type) + +
+           
+  +

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.os400 that implement Linker
+ classIccLinker + +
+          Adapter for the IBM (R) OS/390 (tm) Linker
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os400 that return Linker
+ LinkerIccLinker.getLinker(LinkType linkType) + +
+           
+ LinkerIccCompiler.getLinker(LinkType type) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.sun that implement Linker
+ classC89Linker + +
+          Adapter for the Sun C89 Linker
+ classForteCCLinker + +
+          Adapter for Sun (r) Forte(tm) C++ Linker
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.sun that return Linker
+ LinkerForteCCLinker.getLinker(LinkType type) + +
+           
+ LinkerForteCCCompiler.getLinker(LinkType linkType) + +
+           
+ LinkerC89Linker.getLinker(LinkType linkType) + +
+           
+ LinkerC89CCompiler.getLinker(LinkType type) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.ti that implement Linker
+ classClxxLibrarian + +
+          Adapter for TI DSP librarian + *
+ classClxxLinker + +
+          Adapter for TI DSP linkers + *
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.ti that return Linker
+ LinkerClxxLinker.getLinker(LinkType linkType) + +
+           
+ LinkerClxxLibrarian.getLinker(LinkType linkType) + +
+           
+ LinkerClxxCCompiler.getLinker(LinkType type) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.trolltech that return Linker
+ LinkerUserInterfaceCompiler.getLinker(LinkType type) + +
+          Gets linker associated with this type.
+ LinkerMetaObjectCompiler.getLinker(LinkType type) + +
+          Gets linker associated with this type.
+  +

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

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.types with parameters of type Linker
+ 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/compiler/class-use/LinkerConfiguration.html b/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/LinkerConfiguration.html new file mode 100644 index 0000000..e8e5447 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/LinkerConfiguration.html @@ -0,0 +1,282 @@ + + + + + + + +Uses of Interface net.sf.antcontrib.cpptasks.compiler.LinkerConfiguration (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
net.sf.antcontrib.cpptasks.compiler.LinkerConfiguration

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

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

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return LinkerConfiguration
+protected  LinkerConfigurationCCTask.collectExplicitObjectFiles(java.util.Vector objectFiles, + java.util.Vector sysObjectFiles, + VersionInfo versionInfo) + +
+           
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type LinkerConfiguration
+protected  TargetInfoCCTask.getLinkTarget(LinkerConfiguration linkerConfig, + java.util.Vector objectFiles, + java.util.Vector sysObjectFiles, + java.util.Hashtable compileTargets, + VersionInfo versionInfo) + +
+           
+  +

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

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.compiler that implement LinkerConfiguration
+ classCommandLineLinkerConfiguration + +
+          A configuration for a command line linker
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler that return LinkerConfiguration
+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/compiler/class-use/PrecompilingCommandLineCCompiler.html b/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/PrecompilingCommandLineCCompiler.html new file mode 100644 index 0000000..9d12fb2 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/PrecompilingCommandLineCCompiler.html @@ -0,0 +1,298 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCCompiler (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCCompiler

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use PrecompilingCommandLineCCompiler
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.intel  
+  +

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

+ + + + + + + + + +
Subclasses of PrecompilingCommandLineCCompiler in net.sf.antcontrib.cpptasks.borland
+ classBorlandCCompiler + +
+          Adapter for the Borland(r) C/C++ compiler.
+  +

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

+ + + + + + + + +
Constructors in net.sf.antcontrib.cpptasks.compiler with parameters of type PrecompilingCommandLineCCompiler
PrecompilingCommandLineCCompiler(java.lang.String command, + java.lang.String identifierArg, + java.lang.String[] sourceExtensions, + java.lang.String[] headerExtensions, + java.lang.String outputSuffix, + boolean libtool, + PrecompilingCommandLineCCompiler libtoolCompiler, + boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + +
Subclasses of PrecompilingCommandLineCCompiler in net.sf.antcontrib.cpptasks.devstudio
+ classDevStudio2005CCompiler + +
+          Adapter for the Microsoft(r) C/C++ 8 Optimizing Compiler
+ classDevStudioCCompiler + +
+          Adapter for the Microsoft(r) C/C++ Optimizing Compiler
+ classDevStudioCompatibleCCompiler + +
+          An abstract base class for compilers that are basically command line + compatible with Microsoft(r) C/C++ Optimizing Compiler
+  +

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

+ + + + + + + + + + + + + +
Subclasses of PrecompilingCommandLineCCompiler in net.sf.antcontrib.cpptasks.intel
+ classIntelWin32CCompiler + +
+          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.
+ classIntelWin64CCompiler + +
+          Adapter 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/compiler/class-use/PrecompilingCommandLineCompiler.html b/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/PrecompilingCommandLineCompiler.html new file mode 100644 index 0000000..3bd8087 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/PrecompilingCommandLineCompiler.html @@ -0,0 +1,314 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCompiler (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCompiler

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use PrecompilingCommandLineCompiler
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.intel  
+  +

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

+ + + + + + + + + +
Subclasses of PrecompilingCommandLineCompiler in net.sf.antcontrib.cpptasks.borland
+ classBorlandCCompiler + +
+          Adapter for the Borland(r) C/C++ compiler.
+  +

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

+ + + + + + + + + +
Subclasses of PrecompilingCommandLineCompiler in net.sf.antcontrib.cpptasks.compiler
+ classPrecompilingCommandLineCCompiler + +
+          A command line C compiler that can utilize precompilation of header files
+  +

+ + + + + + + + +
Constructors in net.sf.antcontrib.cpptasks.compiler with parameters of type PrecompilingCommandLineCompiler
PrecompilingCommandLineCompiler(java.lang.String command, + java.lang.String identifierArg, + java.lang.String[] sourceExtensions, + java.lang.String[] headerExtensions, + java.lang.String outputSuffix, + boolean libtool, + PrecompilingCommandLineCompiler libtoolCompiler, + boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + +
Subclasses of PrecompilingCommandLineCompiler in net.sf.antcontrib.cpptasks.devstudio
+ classDevStudio2005CCompiler + +
+          Adapter for the Microsoft(r) C/C++ 8 Optimizing Compiler
+ classDevStudioCCompiler + +
+          Adapter for the Microsoft(r) C/C++ Optimizing Compiler
+ classDevStudioCompatibleCCompiler + +
+          An abstract base class for compilers that are basically command line + compatible with Microsoft(r) C/C++ Optimizing Compiler
+  +

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

+ + + + + + + + + + + + + +
Subclasses of PrecompilingCommandLineCompiler in net.sf.antcontrib.cpptasks.intel
+ classIntelWin32CCompiler + +
+          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.
+ classIntelWin64CCompiler + +
+          Adapter 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/compiler/class-use/PrecompilingCompiler.html b/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/PrecompilingCompiler.html new file mode 100644 index 0000000..b1c3c8e --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/PrecompilingCompiler.html @@ -0,0 +1,300 @@ + + + + + + + +Uses of Interface net.sf.antcontrib.cpptasks.compiler.PrecompilingCompiler (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
net.sf.antcontrib.cpptasks.compiler.PrecompilingCompiler

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use PrecompilingCompiler
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.intel  
+  +

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.borland that implement PrecompilingCompiler
+ classBorlandCCompiler + +
+          Adapter for the Borland(r) C/C++ compiler.
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.compiler that implement PrecompilingCompiler
+ classPrecompilingCommandLineCCompiler + +
+          A command line C compiler that can utilize precompilation of header files
+ classPrecompilingCommandLineCompiler + +
+          A command line C compiler that can utilize precompilation of header files
+  +

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

+ + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.devstudio that implement PrecompilingCompiler
+ classDevStudio2005CCompiler + +
+          Adapter for the Microsoft(r) C/C++ 8 Optimizing Compiler
+ classDevStudioCCompiler + +
+          Adapter for the Microsoft(r) C/C++ Optimizing Compiler
+ classDevStudioCompatibleCCompiler + +
+          An abstract base class for compilers that are basically command line + compatible with Microsoft(r) C/C++ Optimizing Compiler
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.intel that implement PrecompilingCompiler
+ classIntelWin32CCompiler + +
+          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.
+ classIntelWin64CCompiler + +
+          Adapter 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/compiler/class-use/Processor.html b/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/Processor.html new file mode 100644 index 0000000..0e5989e --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/compiler/class-use/Processor.html @@ -0,0 +1,1571 @@ + + + + + + + +Uses of Interface net.sf.antcontrib.cpptasks.compiler.Processor (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
net.sf.antcontrib.cpptasks.compiler.Processor

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use Processor
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.intel  
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 Processor in net.sf.antcontrib.cpptasks
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return Processor
+ ProcessorProcessorEnumValue.getProcessor() + +
+           
+protected  ProcessorProcessorDef.getProcessor() + +
+          Obtains the appropriate processor (compiler, linker)
+ ProcessorLinkerDef.getProcessor() + +
+           
+ ProcessorCompilerDef.getProcessor() + +
+           
+protected  ProcessorProcessorDef.getProcessor(LinkType linkType) + +
+          Obtains the appropriate processor (compiler, linker) based on the + LinkType.
+ ProcessorLinkerDef.getProcessor(LinkType linkType) + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type Processor
+protected  voidProcessorDef.setProcessor(Processor processor) + +
+          Sets the processor
+protected  voidLinkerDef.setProcessor(Processor proc) + +
+           
+protected  voidCompilerDef.setProcessor(Processor proc) + +
+           
+  +

+ + + + + + + + +
Constructors in net.sf.antcontrib.cpptasks with parameters of type Processor
ProcessorEnumValue(java.lang.String name, + Processor processor) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.arm that implement Processor
+ classADSCCompiler + +
+          Adapter for the ARM C Compilers + + See Doc No: ARM DUI 0151A, Issued: Nov 2001 at + http://www.arm.com/arm/User_Guides?OpenDocument
+ classADSLibrarian + +
+          Adapter for ARM Librarian
+ classADSLinker + +
+          Adapter for the ARM Linker
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.borland that implement Processor
+ classBorlandCCompiler + +
+          Adapter for the Borland(r) C/C++ compiler.
+ classBorlandLibrarian + +
+          Adapter for the Borland(r) tlib Librarian
+ classBorlandLinker + +
+          Adapter for the Borland(r) ilink32 linker
+ classBorlandResourceCompiler + +
+          Adapter for the Borland(r) brc32 Resource compiler.
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.borland that return Processor
+ ProcessorBorlandResourceCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+ ProcessorBorlandCCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.compaq that implement Processor
+ classCompaqVisualFortranCompiler + +
+          Adapter for the Compaq(r) Visual Fortran compiler.
+ classCompaqVisualFortranLibrarian + +
+          Adapter for the Compaq(r) Visual Fortran Librarian
+ classCompaqVisualFortranLinker + +
+          Adapter for the Compaq(r) Visual Fortran linker.
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compaq that return Processor
+ ProcessorCompaqVisualFortranCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Subinterfaces of Processor in net.sf.antcontrib.cpptasks.compiler
+ interfaceCompiler + +
+          A compiler.
+ interfaceLinker + +
+          A linker for executables, and static and dynamic libraries.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.compiler that implement Processor
+ classAbstractCompiler + +
+          An abstract compiler implementation.
+ classAbstractLinker + +
+          An abstract Linker implementation.
+ classAbstractProcessor + +
+          An abstract processor (compiler/linker) implementation.
+ classCommandLineCCompiler + +
+          An abstract Compiler implementation which uses an external program to + perform the compile.
+ classCommandLineCompiler + +
+          An abstract Compiler implementation which uses an external program to + perform the compile.
+ classCommandLineFortranCompiler + +
+          An abstract Compiler implementation which uses an external program to + perform the compile.
+ classCommandLineLinker + +
+          An abstract Linker implementation that performs the link via an external + command.
+ classPrecompilingCommandLineCCompiler + +
+          A command line C compiler that can utilize precompilation of header files
+ classPrecompilingCommandLineCompiler + +
+          A command line C compiler that can utilize precompilation of header files
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler that return Processor
+ ProcessorProcessor.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+ ProcessorAbstractProcessor.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+ ProcessorAbstractLinker.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.devstudio that implement Processor
+ classDevStudio2005CCompiler + +
+          Adapter for the Microsoft(r) C/C++ 8 Optimizing Compiler
+ classDevStudioCCompiler + +
+          Adapter for the Microsoft(r) C/C++ Optimizing Compiler
+ classDevStudioCompatibleCCompiler + +
+          An abstract base class for compilers that are basically command line + compatible with Microsoft(r) C/C++ Optimizing Compiler
+ classDevStudioCompatibleLibrarian + +
+          Abstract base adapter for librarians with command line options compatible + with the Microsoft(r) Library Manager
+ classDevStudioCompatibleLinker + +
+          Abstract base class for linkers that try to mimic the command line arguments + for the Microsoft (r) Incremental Linker
+ classDevStudioLibrarian + +
+          Adapter for the Microsoft (r) Library Manager
+ classDevStudioLinker + +
+          Adapter for the Microsoft (r) Incremental Linker
+ classDevStudioMIDLCompiler + +
+          Adapter for the Microsoft (r) MIDL Compiler
+ classDevStudioResourceCompiler + +
+          Adapter for the Microsoft (r) Windows 32 Resource Compiler
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.devstudio that return Processor
+ ProcessorDevStudioResourceCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+ ProcessorDevStudioMIDLCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+ ProcessorDevStudioCCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+ ProcessorDevStudio2005CCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.gcc that implement Processor
+ classAbstractArLibrarian + +
+          Adapter for the "ar" tool
+ classAbstractLdLinker + +
+          Abstract adapter for ld-like linkers
+ classGccCCompiler + +
+          Adapter for the GCC C/C++ compiler
+ classGccCompatibleCCompiler + +
+          Abstract base class for compilers that attempt to be command line compatible + with GCC
+ classGccLibrarian + +
+          Adapter for the 'ar' archiver
+ classGccLinker + +
+          Adapter for the GCC linker
+ classGppLinker + +
+          Adapter for the g++ variant of the GCC linker
+ classLdLinker + +
+          Adapter for the 'ld' linker
+ classWindresResourceCompiler + +
+          Adapter for the GNU windres resource compiler.
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc that return Processor
+ ProcessorWindresResourceCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+ ProcessorGccCCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+  +

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

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc.cross that return Processor
+ ProcessorGccCCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+  +

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

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 that return Processor
+ ProcessorGccCCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.hp that implement Processor
+ classaCCCompiler + +
+          Adapter for the HP aC++ C++ compiler
+ classaCCLinker + +
+          Adapter for Sun (r) Forte(tm) C++ Linker
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.ibm that implement Processor
+ classVisualAgeCCompiler + +
+          Adapter for the IBM(r) Visual Age(tm) C++ compiler for AIX(tm)
+ classVisualAgeLinker + +
+          Adapter for IBM(r) Visual Age(tm) Linker for AIX(tm)
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.intel that implement Processor
+ classIntelLinux32CCompiler + +
+          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.
+ classIntelLinux32Linker + +
+          Adapter for the Intel (r) Linker for Linux (r) for IA-32
+ classIntelLinux64CCompiler + +
+          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.
+ classIntelLinux64Linker + +
+          Adapter for the Intel (r) linker for Linux for IA-64
+ classIntelWin32CCompiler + +
+          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.
+ classIntelWin32Librarian + +
+          Adapter for the xilib from the Intel(r) C++ Compiler for IA-32 or IA-64 + systems running Microsoft (r) operating systems
+ classIntelWin32Linker + +
+          Adapter for the Intel (r) linker for 32-bit applications
+ classIntelWin64CCompiler + +
+          Adapter for the Intel C++ compiler for Itanium(TM) Applications
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.intel that return Processor
+ ProcessorIntelWin64CCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+ ProcessorIntelWin32CCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+ ProcessorIntelLinux64CCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+ ProcessorIntelLinux32CCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+  +

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.mozilla that implement Processor
+ classXpidlCompiler + +
+          Adapter for the Mozilla Xpidl Compiler.
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.mozilla that return Processor
+ ProcessorXpidlCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+          Change enviroment (deprecated).
+  +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.openwatcom that implement Processor
+ classOpenWatcomCCompiler + +
+          Adapter for the OpenWatcom C Compiler.
+ classOpenWatcomCLinker + +
+          Adapter for the OpenWatcom linker.
+ classOpenWatcomCompiler + +
+          An abstract base class for the OpenWatcom C and Fortran compilers.
+ classOpenWatcomFortranCompiler + +
+          Adapter for the OpenWatcom Fortran compiler.
+ classOpenWatcomFortranLinker + +
+          Adapter for the OpenWatcom Fortran linker.
+ classOpenWatcomLibrarian + +
+          Adapter for the OpenWatcom Librarian.
+ classOpenWatcomLinker + +
+          Adapter for the OpenWatcom linker.
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.openwatcom that return Processor
+ ProcessorOpenWatcomCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+          Change enviroment.
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.os390 that implement Processor
+ classOS390CCompiler + +
+          Adapter for the IBM (R) OS/390 (tm) C++ Compiler
+ classOS390Linker + +
+          Adapter for the IBM (R) OS/390 (tm) Linker
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os390 that return Processor
+ ProcessorOS390CCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.os400 that implement Processor
+ classIccCompiler + +
+          Adapter for the IBM (R) OS/390 (tm) C++ Compiler
+ classIccLinker + +
+          Adapter for the IBM (R) OS/390 (tm) Linker
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.os400 that return Processor
+ ProcessorIccCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.sun that implement Processor
+ classC89CCompiler + +
+          Adapter for the Sun C89 C++ Compiler
+ classC89Linker + +
+          Adapter for the Sun C89 Linker
+ classForteCCCompiler + +
+          Adapter for the Sun (r) Forte (tm) C++ compiler
+ classForteCCLinker + +
+          Adapter for Sun (r) Forte(tm) C++ Linker
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.sun that return Processor
+ ProcessorC89CCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.ti that implement Processor
+ classClxxCCompiler + +
+          Adapter for TI DSP compilers with cl** commands
+ classClxxLibrarian + +
+          Adapter for TI DSP librarian + *
+ classClxxLinker + +
+          Adapter for TI DSP linkers + *
+  +

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

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.trolltech that implement Processor
+ classMetaObjectCompiler + +
+          Adapter for the Trolltech Qt MOC Compiler.
+ classUserInterfaceCompiler + +
+          Adapter for the Trolltech Qt UIC Compiler.
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.trolltech that return Processor
+ ProcessorUserInterfaceCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+          Change enviroment (deprecated).
+ ProcessorMetaObjectCompiler.changeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+          Change enviroment (deprecated).
+  +

+


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

+Uses of Interface
net.sf.antcontrib.cpptasks.compiler.ProcessorConfiguration

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

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

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks that return ProcessorConfiguration
+ ProcessorConfigurationProcessorDef.createConfiguration(CCTask task, + LinkType linkType, + ProcessorDef baseDef, + TargetDef targetPlatform, + VersionInfo versionInfo) + +
+          Creates a configuration
+ ProcessorConfigurationTargetInfo.getConfiguration() + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks with parameters of type ProcessorConfiguration
+ voidCCTaskProgressMonitor.finish(ProcessorConfiguration config, + boolean normal) + +
+           
+ voidCCTaskProgressMonitor.start(ProcessorConfiguration config) + +
+           
+ voidTargetHistoryTable.update(ProcessorConfiguration config, + java.lang.String[] sources, + VersionInfo versionInfo) + +
+           
+  +

+ + + + + + + + + + + +
Constructors in net.sf.antcontrib.cpptasks with parameters of type ProcessorConfiguration
TargetInfo(ProcessorConfiguration config, + java.io.File[] sources, + java.io.File[] sysSources, + java.io.File output, + boolean rebuild) + +
+           
TargetMatcher(CCTask task, + java.io.File outputDir, + ProcessorConfiguration[] processors, + LinkerConfiguration linker, + java.util.Vector objectFiles, + java.util.Hashtable targets, + VersionInfo versionInfo) + +
+           
+  +

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

+ + + + + + + + + + + + + +
Subinterfaces of ProcessorConfiguration in net.sf.antcontrib.cpptasks.compiler
+ interfaceCompilerConfiguration + +
+          A configuration for a compiler
+ interfaceLinkerConfiguration + +
+          A configuration for a linker
+  +

+ + + + + + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks.compiler that implement ProcessorConfiguration
+ classCommandLineCompilerConfiguration + +
+          A configuration for a C++ compiler
+ classCommandLineLinkerConfiguration + +
+          A configuration for a command line linker
+  +

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler that return ProcessorConfiguration
+ 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) + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type ProcessorConfiguration
+ voidProgressMonitor.finish(ProcessorConfiguration config, + boolean normal) + +
+           
+ voidProgressMonitor.start(ProcessorConfiguration config) + +
+           
+  +

+


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

+Uses of Interface
net.sf.antcontrib.cpptasks.compiler.ProgressMonitor

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use ProgressMonitor
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.gcc.cross  
net.sf.antcontrib.cpptasks.mozillaCompiler adapter for Mozilla's XPCOM compiler. 
net.sf.antcontrib.cpptasks.trolltechAdapters for Trolltech Qt moc and uic compilers. 
+  +

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

+ + + + + + + + + +
Classes in net.sf.antcontrib.cpptasks that implement ProgressMonitor
+ classCCTaskProgressMonitor + +
+           
+  +

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

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type ProgressMonitor
+ 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) + +
+           
+  +

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

+ + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type ProgressMonitor
+ 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.
+  +

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

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.gcc.cross with parameters of type ProgressMonitor
+ 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) + +
+           
+  +

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

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.mozilla with parameters of type ProgressMonitor
+ 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 ProgressMonitor in net.sf.antcontrib.cpptasks.trolltech
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.trolltech with parameters of type ProgressMonitor
+ 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. + + -- cgit v1.2.3