Package net.sf.antcontrib.cpptasks

Interface Summary

FileVisitor An abstract class implemented to walk over the fileset members of a ProcessorDef

Class Summary

AboutCCTask The equivalent of a Help About run "java -jar cpptasks.jar" to read
ArchEnum Enumeration of cpu architecture types.
CCTask Compile and link task.
CCTaskProgressMonitor
CompilerDef A compiler definition.
CompilerEnum Enumeration of supported compilers
gcc (default)GCC C++ compiler
g++GCC C++ compiler
c++GCC C++ compiler
g77GNU FORTRAN compiler
msvcMicrosoft Visual C++
bccBorland C++ Compiler
msrcMicrosoft Resource Compiler
brcBorland Resource Compiler
dfCompaq Visual Fortran Compiler
midlMicrosoft MIDL Compiler
iclIntel C++ compiler for Windows (IA-32)
eclIntel C++ compiler for Windows (IA-64)
iccIntel C++ compiler for Linux (IA-32)
eccIntel C++ compiler for Linux (IA-64)
CCSun ONE C++ compiler
aCCHP aC++ C++ Compiler
os390OS390 C Compiler
os400Icc Compiler
sunc89Sun C89 C Compiler
xlCVisualAge C Compiler
cl6xTI TMS320C6000 Optimizing Compiler
cl55TI TMS320C55x Optimizing C/C++ Compiler
armcppARM 32-bit C++ compiler
armccARM 32-bit C compiler
tcppARM 16-bit C++ compiler
tccARM 16-bit C compiler
uicQt user interface compiler
mocQt meta-object compiler
xpidlMozilla xpidl compiler (creates .h and .xpt files).
wclOpenWatcom C/C++ compiler (experimental)
wflOpenWatcom FORTRAN compiler (experimental)
CompilerParam Place class description here.
CPUEnum Enumeration of cpu types.
CUtil Some utilities used by the CC and Link tasks.
CUtil.StringArrayBuilder A class that splits a white-space, comma-separated list into a String array.
DependencyInfo
DependencyTable
DependencyTable.DependencyVisitor
DependencyTable.TimestampChecker
DistributerDef Distributed build information (Non-functional prototype).
DistributerMap Local to remote filename mapping (Experimental).
DistributerProtocolEnum Distributer prococol names (experimental).
LinkerDef A linker definition.
LinkerEnum Enumeration of supported linkers
LinkerParam Place class description here.
ObjectFileCollector Collects object files for the link step.
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
TargetMatcher This class matches each visited file with an appropriate compiler
VersionInfo Version Information.
WarningLevelEnum Enumerated attribute with the values "none", "severe", "default", "production", "diagnostic", and "failtask".

Copyright B) 2001-2006 Ant-Contrib project. All Rights Reserved.