diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2006-06-22 22:46:24 +0000 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2006-06-22 22:46:24 +0000 |
commit | 5ac35dd4e85695ea2cd586631fd668c719a7340a (patch) | |
tree | e1842ccc497db613e06489c28a61fc436d05e004 /PATCHES | |
parent | b4463811b425b440a0ee7aacc886d4848d6056d2 (diff) | |
download | cpptasks-parallel-5ac35dd4e85695ea2cd586631fd668c719a7340a.tar.gz cpptasks-parallel-5ac35dd4e85695ea2cd586631fd668c719a7340a.tar.bz2 cpptasks-parallel-5ac35dd4e85695ea2cd586631fd668c719a7340a.tar.xz cpptasks-parallel-5ac35dd4e85695ea2cd586631fd668c719a7340a.zip |
Made 1.4 compatible
Diffstat (limited to 'PATCHES')
-rw-r--r-- | PATCHES | 72 |
1 files changed, 36 insertions, 36 deletions
@@ -1,36 +1,36 @@ -*** Changes marked with FREEHEP.
-cpptasks-20051015-patched-1.1-SNAPSHOT
-- [CCTask] added method to link with CPP
-- [compiler.LinkType] added method to link with CPP
-- [gcc.GppLinker] link with or without CPP
-- [gcc.AbstractLdLinker] added jni
-- [OutputTypeEnum] added jni
-- [compiler.LinkType] add jni as type
-- [gcc.GccLinker] add jni as type and special linker for MacOS X to output jnilib files.
-- [gcc.GppLinker] add jni as type and special linker for MacOS X to output jnilib files.
-- [gcc.GccCCompiler] added gfortran compiler
-- [CompilerEnum] added gfortran compiler
-cpptasks-20051015-patched-1.0
-- [DevStudioCompatibleCCompiler] changed /GX into /EHsc (for VC8, and backward compatible with VC7 and VC6).
-- [CommandLineLinker] use absolute paths for filenames if they are shorter than relative paths to overcome windows file length limit.
-- [gcc.AbstractLdLinker] no -Bstatic for Darwin.
-- [CCTask] added log statement to identify linker and compiler.
-- [intel.IntelLinux32CLinker, intel.IntelLinux64CLinker, intel.IntelLinux32Compiler, intel.IntelLinux64Compiler]
- added with names icpc and ecpc.
-- [LinkerEnum, CompilerEnum] added above linkers and compilers.
-- [intel.IntelLinux32CCompiler, intel.IntelLinux64CCompiler] links to IntelLinux32CLinker and IntelLinux64CLinker.
-- [intel.IntelLinux32Linker, intel.IntelLinux64Linker] changed linker name from icc to icpc and ecc to ecpc for version 8.1 of icc.
-- [sun.ForteCCompiler] Added (suncc)
-- [sun.ForteF77Compiler] Added (sunf77)
-- [CompilerEnum] Added the above (suncc, sunf77).
-- [compaq.CompaqVisualFortranCompiler] removed addition of quotes.
-- [gcc.GccCompatibleCCompiler, gcc.GccCCompiler] moved and modified -fno-rtti code
-- [gcc.GccCompatibleCCompiler] added missing code for -fno-exceptions
-- [gcc.GppLinker, compiler.LinkType] Set "callAddLibrarySets" flag, submitted as bug 1109917 in cpptasks of ant-contrib.
-- [compiler.CommandLineLinker] Check "callAddLibrarySets" flag.
-
-For CVS updates from the original CVS repository:
-- commit latest to svn
-- run cvs up
-- commit again to svn
-
+*** Changes marked with FREEHEP. +cpptasks-20051015-patched-1.1 +- [CCTask] added method to link with CPP +- [compiler.LinkType] added method to link with CPP +- [gcc.GppLinker] link with or without CPP +- [gcc.AbstractLdLinker] added jni +- [OutputTypeEnum] added jni +- [compiler.LinkType] add jni as type +- [gcc.GccLinker] add jni as type and special linker for MacOS X to output jnilib files. +- [gcc.GppLinker] add jni as type and special linker for MacOS X to output jnilib files. +- [gcc.GccCCompiler] added gfortran compiler +- [CompilerEnum] added gfortran compiler +cpptasks-20051015-patched-1.0 +- [DevStudioCompatibleCCompiler] changed /GX into /EHsc (for VC8, and backward compatible with VC7 and VC6). +- [CommandLineLinker] use absolute paths for filenames if they are shorter than relative paths to overcome windows file length limit. +- [gcc.AbstractLdLinker] no -Bstatic for Darwin. +- [CCTask] added log statement to identify linker and compiler. +- [intel.IntelLinux32CLinker, intel.IntelLinux64CLinker, intel.IntelLinux32Compiler, intel.IntelLinux64Compiler] + added with names icpc and ecpc. +- [LinkerEnum, CompilerEnum] added above linkers and compilers. +- [intel.IntelLinux32CCompiler, intel.IntelLinux64CCompiler] links to IntelLinux32CLinker and IntelLinux64CLinker. +- [intel.IntelLinux32Linker, intel.IntelLinux64Linker] changed linker name from icc to icpc and ecc to ecpc for version 8.1 of icc. +- [sun.ForteCCompiler] Added (suncc) +- [sun.ForteF77Compiler] Added (sunf77) +- [CompilerEnum] Added the above (suncc, sunf77). +- [compaq.CompaqVisualFortranCompiler] removed addition of quotes. +- [gcc.GccCompatibleCCompiler, gcc.GccCCompiler] moved and modified -fno-rtti code +- [gcc.GccCompatibleCCompiler] added missing code for -fno-exceptions +- [gcc.GppLinker, compiler.LinkType] Set "callAddLibrarySets" flag, submitted as bug 1109917 in cpptasks of ant-contrib. +- [compiler.CommandLineLinker] Check "callAddLibrarySets" flag. + +For CVS updates from the original CVS repository: +- commit latest to svn +- run cvs up +- commit again to svn + |