summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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