summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonesc <jonesc@a3e5c962-4219-0410-a828-e124f845ac39>2012-01-17 17:46:06 +0000
committerjonesc <jonesc@a3e5c962-4219-0410-a828-e124f845ac39>2012-01-17 17:46:06 +0000
commit8895d4f64bce677a4bba1757d256b86a051c5a10 (patch)
treeefd8570a403e54197fee72cacbf2020c1da45309
parent5b077cd62c68fd3be08bc888d4ad2568d87e375e (diff)
downloadMPC-8895d4f64bce677a4bba1757d256b86a051c5a10.tar.gz
Mon Jan 16 22:01:41 UTC 2012 Chip Jones <jonesc@ociweb.com>
* modules/Creator.pm: Modifications to support multiprocess MPC. * modules/Depgen/DependencyEditor.pm: * modules/Depgen/Driver.pm: Modified dependency generator to support appending to existing files and generating dependencies for IDL files. * modules/Driver.pm: * modules/Options.pm: * modules/Parser.pm: * modules/ProjectCreator.pm: * modules/TemplateParser.pm: * modules/WorkspaceCreator.pm: Modified MPC to generate projects in separate processes. This experimental feature is enabled with the command-line option '-workers.' It's behavior can be modified with the '-workers_dir' and '-workers_port' directives. This is a merge of work done in the 'mpc_performance' branch.
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da20efd0..1487ec7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+Mon Jan 16 22:01:41 UTC 2012 Chip Jones <jonesc@ociweb.com>
+
+ * modules/Creator.pm:
+
+ Modifications to support multiprocess MPC.
+
+ * modules/Depgen/DependencyEditor.pm:
+ * modules/Depgen/Driver.pm:
+
+ Modified dependency generator to support appending to existing
+ files and generating dependencies for IDL files.
+
+ * modules/Driver.pm:
+ * modules/Options.pm:
+ * modules/Parser.pm:
+ * modules/ProjectCreator.pm:
+ * modules/TemplateParser.pm:
+ * modules/WorkspaceCreator.pm:
+
+ Modified MPC to generate projects in separate processes.
+ This experimental feature is enabled with the
+ command-line option '-workers.' It's behavior can
+ be modified with the '-workers_dir' and '-workers_port'
+ directives.
+
+ This is a merge of work done in the 'mpc_performance' branch.
+
Tue Dec 20 11:42:28 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* modules/VC11ProjectCreator.pm: