terp - the ANT Tasks
v1.3.309

Package com.codemesh.terp.ant.compiler.cpp

Interface Summary
Acc The marker interface for HP's aCC compiler.
CompuwareOption A marker interface for options that require the use of the instrumenting compiler and linker.
CppCompiler The base interface implemented by all C++ compilers.
CppCompilerOptions An interface that aggregates C++ compiler options for reuse.
CppCompilerOptionsSource An interface implemented by options that can act as a host for other options.
CppFileCreating The FileCreating interface for CppCompiler instances.
Gcc The marker interface for g++ compilers.
Icc The marker interface for Intel C++ compilers.
Msvc The marker interface for Microsoft's Visual C++ compiler.
PreprocessorOption Created by IntelliJ IDEA.
Qcc The marker interface for QNX cross compilers.
Suncc The marker interface for Sun's Workshop compiler.
Xlc The interface implemented by IBM's C++ compiler.
 

Class Summary
Acc.Impl The default aCC compiler.
BestDirectoryFormatter A formatter that attempts to return a string that represents the best matching directory that actually exists and satisfies a pattern which contains variables for compiler, OS, and processor architecture information.
BoundsCheckOption The compiler switch that enables instrumentation with CompuWare's BoundsChecker.
CompileOnlyOption The compiler switch that disables linking.
CppCompiler.SourceToTargets  
CppCompilerImpl The generic base implementation of a C++ compiler task.
CppCompilerOptionsImpl A standalone implementation of the C++ compiler options.
DebugOption The debug option.
DefineOption A preprocessor definition.
DynamicSourcesOption An option that acts as a task container for echo commands that dynamically create source files.
ExceptionsOption The option governing whether exceptions are supported or not.
FileNameOption An option for the specification of output filenames.
Gcc.Impl The default g++ compiler type.
GenerateVsProject An option that causes a VisualStudio project file to be generated.
GenericOption A generic option has its value directly included.
Icc.Impl The default Intel C++ compiler type.
IncludeOption An option for setting a search paths for header files.
LibpathOption An option for setting a search paths for library files.
LibraryOption An option for specifying link libraries.
ManifestOption An option that supports the embedding of a manifest in a target.
Msvc.Impl The default MSVC compiler type.
MultithreadedOption The option type specifying the thread model.
ObjectsOption An option which allows the addition of object files to the link.
OptimizeOption An option for the specification of optimization levels.
OptimizeOption.Abled  
OptionsOption An option referencing an externally defined set of compiler options that are to be included by reference.
ProcArchOption The option used to represent the target architecture.
ProfileOption Specifies whether to add profiler instrumentation.
Qcc.Impl The default qcc compiler type.
QuietOption The quiet option.
RelocatableOption Specifies whether the generated code should be relocatable in memory.
ResourceOption An option that allows the programmatic specification of commonly used resource data.
RttiOption Specifies whether the compiler should support RTTI.
RunpathOption An option around the concept of a Unix runpath.
RuntimeOption The option specifying runtime settings.
SourcesOption An option representing explicit input files for the compiler.
Suncc.Impl The default SUN C++ compiler type.
TargetOption Specifies the target of the C++ compilation.
UndefineOption A preprocessor undefinition.
VsProjectConfiguration A named configuration in a VisualStudio project file.
VsProjectOption An option that generates a VisualStudio project file representing the settings in the compiler task.
WarningsOption An option for setting warning levels etc..
WarningsOption.Abled  
Xlc.Impl The default xlC compiler type.
 

Enum Summary
TargetType The target type.
 


terp - the ANT Tasks
v1.3.309

Copyright © 2008-2012 by Codemesh, Inc. All Rights Reserved.