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 --- .../net/sf/antcontrib/cpptasks/package-use.html | 1126 ++++++++++++++++++++ 1 file changed, 1126 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/package-use.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/package-use.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/package-use.html b/site/apidocs/net/sf/antcontrib/cpptasks/package-use.html new file mode 100644 index 0000000..6449465 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/package-use.html @@ -0,0 +1,1126 @@ + + + + + + + +Uses of Package net.sf.antcontrib.cpptasks (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
net.sf.antcontrib.cpptasks

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use net.sf.antcontrib.cpptasks
net.sf.antcontrib.cpptasksC++ and other compiled languages build support for Ant. 
net.sf.antcontrib.cpptasks.appleProject writer for Apple Xcode 
net.sf.antcontrib.cpptasks.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.hp  
net.sf.antcontrib.cpptasks.ibm  
net.sf.antcontrib.cpptasks.ideIDE project file generation. 
net.sf.antcontrib.cpptasks.mozillaCompiler adapter for Mozilla's XPCOM compiler. 
net.sf.antcontrib.cpptasks.openwatcomAdapters for OpenWatcom compilers and tools. 
net.sf.antcontrib.cpptasks.os390  
net.sf.antcontrib.cpptasks.os400  
net.sf.antcontrib.cpptasks.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. 
net.sf.antcontrib.cpptasks.types  
+  +

+ + + + + + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks
ArchEnum + +
+          Enumeration of cpu architecture types.
CCTask + +
+          Compile and link task.
CompilerDef + +
+          A compiler definition.
CompilerEnum + +
+          Enumeration of supported compilers + + Supported compilers + + gcc (default) + GCC C++ compiler + + + g++ + GCC C++ compiler + + + c++ + GCC C++ compiler + + + g77 + GNU FORTRAN compiler + + + msvc + Microsoft Visual C++ + + + msvc8 + Microsoft Visual C++ 8 + + + bcc + Borland C++ Compiler + + + msrc + Microsoft Resource Compiler + + + brc + Borland Resource Compiler + + + df + Compaq Visual Fortran Compiler + + + midl + Microsoft MIDL Compiler + + + icl + Intel C++ compiler for Windows (IA-32) + + + ecl + Intel C++ compiler for Windows (IA-64) + + + icc + Intel C++ compiler for Linux (IA-32) + + + ecc + Intel C++ compiler for Linux (IA-64) + + + CC + Sun ONE C++ compiler + + + aCC + HP aC++ C++ Compiler + + + os390 + OS390 C Compiler + + + os400 + Icc Compiler + + + sunc89 + Sun C89 C Compiler + + + xlC + VisualAge C Compiler + + + cl6x + TI TMS320C6000 Optimizing Compiler + + + cl55 + TI TMS320C55x Optimizing C/C++ Compiler + + + armcpp + ARM 32-bit C++ compiler + + + armcc + ARM 32-bit C compiler + + + tcpp + ARM 16-bit C++ compiler + + + tcc + ARM 16-bit C compiler + + * + uic + Qt user interface compiler + + + moc + Qt meta-object compiler + + + xpidl + Mozilla xpidl compiler (creates .h and .xpt files). + + + wcl + OpenWatcom C/C++ compiler (experimental) + + + wfl + OpenWatcom FORTRAN compiler (experimental) + + + windres + GNU windres resource compiler + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CompilerParam + +
+          Place class description here.
CPUEnum + +
+          Enumeration of cpu types.
DependencyInfo + +
+           
DependencyTable.DependencyVisitor + +
+           
DistributerDef + +
+          Distributed build information (Non-functional prototype).
DistributerMap + +
+          Local to remote filename mapping (Experimental).
DistributerProtocolEnum + +
+          Distributer prococol names (experimental).
FileVisitor + +
+          An abstract class implemented to walk over the fileset members of a + ProcessorDef
LinkerDef + +
+          A linker definition.
LinkerEnum + +
+          Enumeration of supported linkers
LinkerParam + +
+          Place class description here.
OptimizationEnum + +
+          Enumeration of optimization levels (experimental).
OSFamilyEnum + +
+          Enumeration of cpu types.
OutputTypeEnum + +
+          Enumeration of supported subsystems
PrecompileDef + +
+          An element that specifies a prototype file and rules for source files that + should not use precompiled headers
PrecompileExceptDef + +
+          Specifies files that should not be compiled using precompiled headers.
ProcessorDef + +
+          An abstract compiler/linker definition.
ProcessorEnumValue + +
+          One entry in the arrays used by the CompilerEnum and LinkerEnum classes.
ProcessorParam + +
+          Place class description here.
RuntimeType + +
+          Enumerated attribute with the values "dynamic" and "static",
SourceHistory + +
+          The history of a source file used to build a target
SubsystemEnum + +
+          Enumeration of supported subsystems
TargetDef + +
+          Information on the execution platforms for the generated code.
TargetHistory + +
+          A description of a file built or to be built
TargetHistoryTable + +
+          A history of the compiler and linker settings used to build the files in the + same directory as the history.
TargetInfo + +
+          A description of a file built or to be built
VersionInfo + +
+          Version Information.
WarningLevelEnum + +
+          Enumerated attribute with the values "none", "severe", "default", + "production", "diagnostic", and "aserror".
+  +

+ + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks.apple
CCTask + +
+          Compile and link task.
TargetInfo + +
+          A description of a file built or to be built
+  +

+ + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks.arm
OptimizationEnum + +
+          Enumeration of optimization levels (experimental).
+  +

+ + + + + + + + + + + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks.borland
CCTask + +
+          Compile and link task.
OptimizationEnum + +
+          Enumeration of optimization levels (experimental).
TargetInfo + +
+          A description of a file built or to be built
TargetMatcher + +
+          This class matches each visited file with an appropriate compiler
VersionInfo + +
+          Version Information.
+  +

+ + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks.compaq
OptimizationEnum + +
+          Enumeration of optimization levels (experimental).
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks.compiler
CCTask + +
+          Compile and link task.
CompilerDef + +
+          A compiler definition.
CompilerParam + +
+          Place class description here.
DependencyInfo + +
+           
LinkerDef + +
+          A linker definition.
LinkerParam + +
+          Place class description here.
OptimizationEnum + +
+          Enumeration of optimization levels (experimental).
OutputTypeEnum + +
+          Enumeration of supported subsystems
ProcessorDef + +
+          An abstract compiler/linker definition.
ProcessorParam + +
+          Place class description here.
SubsystemEnum + +
+          Enumeration of supported subsystems
TargetDef + +
+          Information on the execution platforms for the generated code.
TargetInfo + +
+          A description of a file built or to be built
TargetMatcher + +
+          This class matches each visited file with an appropriate compiler
VersionInfo + +
+          Version Information.
+  +

+ + + + + + + + + + + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks.devstudio
CCTask + +
+          Compile and link task.
OptimizationEnum + +
+          Enumeration of optimization levels (experimental).
TargetInfo + +
+          A description of a file built or to be built
TargetMatcher + +
+          This class matches each visited file with an appropriate compiler
VersionInfo + +
+          Version Information.
+  +

+ + + + + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks.gcc
CCTask + +
+          Compile and link task.
OptimizationEnum + +
+          Enumeration of optimization levels (experimental).
VersionInfo + +
+          Version Information.
+  +

+ + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks.gcc.cross
CCTask + +
+          Compile and link task.
+  +

+ + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks.hp
OptimizationEnum + +
+          Enumeration of optimization levels (experimental).
+  +

+ + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks.ibm
OptimizationEnum + +
+          Enumeration of optimization levels (experimental).
+  +

+ + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks.ide
CCTask + +
+          Compile and link task.
TargetInfo + +
+          A description of a file built or to be built
+  +

+ + + + + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks.mozilla
CCTask + +
+          Compile and link task.
OptimizationEnum + +
+          Enumeration of optimization levels (experimental).
VersionInfo + +
+          Version Information.
+  +

+ + + + + + + + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks.openwatcom
CCTask + +
+          Compile and link task.
OptimizationEnum + +
+          Enumeration of optimization levels (experimental).
TargetMatcher + +
+          This class matches each visited file with an appropriate compiler
VersionInfo + +
+          Version Information.
+  +

+ + + + + + + + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks.os390
CCTask + +
+          Compile and link task.
CompilerDef + +
+          A compiler definition.
OptimizationEnum + +
+          Enumeration of optimization levels (experimental).
VersionInfo + +
+          Version Information.
+  +

+ + + + + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks.os400
CCTask + +
+          Compile and link task.
OptimizationEnum + +
+          Enumeration of optimization levels (experimental).
VersionInfo + +
+          Version Information.
+  +

+ + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks.platforms
TargetMatcher + +
+          This class matches each visited file with an appropriate compiler
VersionInfo + +
+          Version Information.
+  +

+ + + + + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks.sun
CCTask + +
+          Compile and link task.
OptimizationEnum + +
+          Enumeration of optimization levels (experimental).
VersionInfo + +
+          Version Information.
+  +

+ + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks.ti
OptimizationEnum + +
+          Enumeration of optimization levels (experimental).
+  +

+ + + + + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks.trolltech
CCTask + +
+          Compile and link task.
OptimizationEnum + +
+          Enumeration of optimization levels (experimental).
VersionInfo + +
+          Version Information.
+  +

+ + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks used by net.sf.antcontrib.cpptasks.types
CUtil.StringArrayBuilder + +
+          A class that splits a white-space, comma-separated list into a String + array.
FileVisitor + +
+          An abstract class implemented to walk over the fileset members of a + ProcessorDef
+  +

+


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