summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Donszelmann <duns@macserver.donszelmann.org>2010-03-24 22:03:39 +0100
committerMark Donszelmann <duns@macserver.donszelmann.org>2010-03-24 22:03:39 +0100
commitdb544841e2b1789ef276155839eb999f08b89d8a (patch)
tree1162a7fd12482a7359eead0171ae965ddbed2724
parent2d548cfac46ed49fc42910622d0222533ca84c4b (diff)
downloadcpptasks-parallel-db544841e2b1789ef276155839eb999f08b89d8a.tar.gz
cpptasks-parallel-db544841e2b1789ef276155839eb999f08b89d8a.tar.bz2
cpptasks-parallel-db544841e2b1789ef276155839eb999f08b89d8a.tar.xz
cpptasks-parallel-db544841e2b1789ef276155839eb999f08b89d8a.zip
Updated readme
-rw-r--r--README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 0a96d88..f7d8042 100644
--- a/README.txt
+++ b/README.txt
@@ -4,6 +4,10 @@ Modified version of ant contrib cpptasks, used in the freehep/maven-nar-plugin.
* cpptasks-1.0-beta-5-parallel-1-SNAPSHOT
+- Replaced deprecated visual studio C++ compiler option /GZ with current /RTC1
+- Distinguish between system and non-system headers for compilers that support it (g++)
+- only recurse dependencies for direct includes of current source
+
- changed default subsystem back to gui
- added linkFortranMain option to link with gfortranbegin, see NAR-112
- added compileOrder to the compilerDef (and thus changed most Hashtables into Maps), see NAR-109