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

+Package net.sf.antcontrib.cpptasks +

+C++ and other compiled languages build support for Ant. +

+See: +
+          Description +

+ + + + + + + + + +
+Interface Summary
FileVisitorAn abstract class implemented to walk over the fileset members of a + ProcessorDef
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
AboutCCTaskThe equivalent of a Help About + run "java -jar cpptasks.jar" to read
ArchEnumEnumeration of cpu architecture types.
CCTaskCompile and link task.
CCTaskProgressMonitor 
CompilerDefA compiler definition.
CompilerEnumEnumeration 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CompilerParamPlace class description here.
CPUEnumEnumeration of cpu types.
CUtilSome utilities used by the CC and Link tasks.
CUtil.StringArrayBuilderA class that splits a white-space, comma-separated list into a String + array.
DependencyInfo 
DependencyTable 
DistributerDefDistributed build information (Non-functional prototype).
DistributerMapLocal to remote filename mapping (Experimental).
DistributerProtocolEnumDistributer prococol names (experimental).
LinkerDefA linker definition.
LinkerEnumEnumeration of supported linkers
LinkerParamPlace class description here.
ObjectFileCollectorCollects object files for the link step.
OptimizationEnumEnumeration of optimization levels (experimental).
OSFamilyEnumEnumeration of cpu types.
OutputTypeEnumEnumeration of supported subsystems
PrecompileDefAn element that specifies a prototype file and rules for source files that + should not use precompiled headers
PrecompileExceptDefSpecifies files that should not be compiled using precompiled headers.
ProcessorDefAn abstract compiler/linker definition.
ProcessorEnumValueOne entry in the arrays used by the CompilerEnum and LinkerEnum classes.
ProcessorParamPlace class description here.
RuntimeTypeEnumerated attribute with the values "dynamic" and "static",
SourceHistoryThe history of a source file used to build a target
SubsystemEnumEnumeration of supported subsystems
TargetDefInformation on the execution platforms for the generated code.
TargetHistoryA description of a file built or to be built
TargetHistoryTableA history of the compiler and linker settings used to build the files in the + same directory as the history.
TargetInfoA description of a file built or to be built
TargetMatcherThis class matches each visited file with an appropriate compiler
VersionInfoVersion Information.
WarningLevelEnumEnumerated attribute with the values "none", "severe", "default", + "production", "diagnostic", and "aserror".
+  + +

+

+Package net.sf.antcontrib.cpptasks Description +

+ +

+C++ and other compiled languages build support for Ant. +

+ +

+

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