[DEECo] [d3scomp/JDEECo] d3a031: Use IpGossipStrategyInterface for IP gossipping
GitHub
noreply at github.com
Wed Nov 5 18:12:39 CET 2014
Branch: refs/heads/master
Home: https://github.com/d3scomp/JDEECo
Commit: d3a031aefda7343d1dbe5936a52049aa9725e3f7
https://github.com/d3scomp/JDEECo/commit/d3a031aefda7343d1dbe5936a52049aa9725e3f7
Author: Vladimir Matena <matena at d3s.mff.cuni.cz>
Date: 2014-10-31 (Fri, 31 Oct 2014)
Changed paths:
A jdeeco-core/src/cz/cuni/mff/d3s/deeco/network/IPGossipStrategy.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/network/KnowledgeDataManager.java
A jdeeco-core/src/cz/cuni/mff/d3s/deeco/network/RandomIPGossip.java
M jdeeco-core/test/cz/cuni/mff/d3s/deeco/network/TestSerializer.java
M jdeeco-simulation-demo/test/cz/cuni/mff/d3s/deeco/network/TestKnowledgeDataSize.java
M jdeeco-simulation/src/cz/cuni/mff/d3s/deeco/simulation/SimulationRuntimeBuilder.java
Log Message:
-----------
Use IpGossipStrategyInterface for IP gossipping
Commit: c6e048b77a0c86256a25c20c9945455ebb7c882c
https://github.com/d3scomp/JDEECo/commit/c6e048b77a0c86256a25c20c9945455ebb7c882c
Author: Vladimir Matena <matena at d3s.mff.cuni.cz>
Date: 2014-11-03 (Mon, 03 Nov 2014)
Changed paths:
A jdeeco-simulation-omnet-native/.gitignore
Log Message:
-----------
Ignore generated files related to omnet
Commit: 03ea4cb8f5ec5535e4682c63f28d331630e8dce7
https://github.com/d3scomp/JDEECo/commit/03ea4cb8f5ec5535e4682c63f28d331630e8dce7
Author: Vladimir Matena <matena at d3s.mff.cuni.cz>
Date: 2014-11-03 (Mon, 03 Nov 2014)
Changed paths:
M jdeeco-simulation-demo/src/cz/cuni/mff/d3s/jdeeco/simulation/demo/Main.java
M jdeeco-simulation/src/cz/cuni/mff/d3s/deeco/simulation/SimulationRuntimeBuilder.java
Log Message:
-----------
Move ip gossip strategy selection to simulation demo main
Commit: 4f228b3ff031135cb6b120c9bec200003ad21a46
https://github.com/d3scomp/JDEECo/commit/4f228b3ff031135cb6b120c9bec200003ad21a46
Author: Vladimir Matena <matena at d3s.mff.cuni.cz>
Date: 2014-11-03 (Mon, 03 Nov 2014)
Changed paths:
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/network/RandomIPGossip.java
Log Message:
-----------
Fix null pointer in RandomIPGossip
Commit: bfa41319a08b99a5b4a4de248cfe824c302c95bd
https://github.com/d3scomp/JDEECo/commit/bfa41319a08b99a5b4a4de248cfe824c302c95bd
Author: Vladimir Matena <matena at d3s.mff.cuni.cz>
Date: 2014-11-03 (Mon, 03 Nov 2014)
Changed paths:
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/network/KnowledgeDataManager.java
Log Message:
-----------
Code cleanup
Commit: b1d3d9261fba8c98996166c502c10e80dc05cc40
https://github.com/d3scomp/JDEECo/commit/b1d3d9261fba8c98996166c502c10e80dc05cc40
Author: Vladimir Matena <matena at d3s.mff.cuni.cz>
Date: 2014-11-04 (Tue, 04 Nov 2014)
Changed paths:
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/network/RandomIPGossip.java
Log Message:
-----------
Fix removing sender from the recipients
Commit: f4081faefe5d23395c318f2471a8d77b7298a53d
https://github.com/d3scomp/JDEECo/commit/f4081faefe5d23395c318f2471a8d77b7298a53d
Author: Vladimir Matena <matena at d3s.mff.cuni.cz>
Date: 2014-11-05 (Wed, 05 Nov 2014)
Changed paths:
A jdeeco-core/src/cz/cuni/mff/d3s/deeco/annotations/PartitionedBy.java
Log Message:
-----------
Add partitioned by annotation
Commit: 98d9f72c2156f744a747e9e24d5162b91bc4ac90
https://github.com/d3scomp/JDEECo/commit/98d9f72c2156f744a747e9e24d5162b91bc4ac90
Author: Vladimir Matena <matena at d3s.mff.cuni.cz>
Date: 2014-11-05 (Wed, 05 Nov 2014)
Changed paths:
M jdeeco-core/model/RuntimeModel.ecore
M jdeeco-core/model/RuntimeModel.ecorediag
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/model/runtime/api/EnsembleDefinition.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/model/runtime/impl/EnsembleDefinitionImpl.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/model/runtime/impl/RuntimeMetadataPackageImpl.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/model/runtime/meta/RuntimeMetadataPackage.java
Log Message:
-----------
Add "partitioned by" to ensemble model
Commit: 07e79c595b1b4f69774f9452e5de39d9cef5396a
https://github.com/d3scomp/JDEECo/commit/07e79c595b1b4f69774f9452e5de39d9cef5396a
Author: Vladimir Matena <matena at d3s.mff.cuni.cz>
Date: 2014-11-05 (Wed, 05 Nov 2014)
Changed paths:
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/annotations/PartitionedBy.java
Log Message:
-----------
Apply partitioned by annotation on the ensemble class
Commit: 5015246fa833094958f9c026eba8c460cfdafbb7
https://github.com/d3scomp/JDEECo/commit/5015246fa833094958f9c026eba8c460cfdafbb7
Author: Vladimir Matena <matena at d3s.mff.cuni.cz>
Date: 2014-11-05 (Wed, 05 Nov 2014)
Changed paths:
M jdeeco-core/model/RuntimeModel.ecore
M jdeeco-core/model/RuntimeModel.ecorediag
A jdeeco-core/src/cz/cuni/mff/d3s/deeco/annotations/PartitionedBy.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/model/runtime/api/EnsembleDefinition.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/model/runtime/impl/EnsembleDefinitionImpl.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/model/runtime/impl/RuntimeMetadataPackageImpl.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/model/runtime/meta/RuntimeMetadataPackage.java
A jdeeco-core/src/cz/cuni/mff/d3s/deeco/network/IPGossipStrategy.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/network/KnowledgeDataManager.java
A jdeeco-core/src/cz/cuni/mff/d3s/deeco/network/RandomIPGossip.java
M jdeeco-core/test/cz/cuni/mff/d3s/deeco/network/TestSerializer.java
M jdeeco-simulation-demo/src/cz/cuni/mff/d3s/jdeeco/simulation/demo/Main.java
M jdeeco-simulation-demo/test/cz/cuni/mff/d3s/deeco/network/TestKnowledgeDataSize.java
M jdeeco-simulation-omnet-native/.gitignore
M jdeeco-simulation/src/cz/cuni/mff/d3s/deeco/simulation/SimulationRuntimeBuilder.java
Log Message:
-----------
Merge branch 'matena-new-ip-gossip-interface'
Conflicts:
jdeeco-simulation/src/cz/cuni/mff/d3s/deeco/simulation/SimulationRuntimeBuilder.java
Compare: https://github.com/d3scomp/JDEECo/compare/1ea5a95fa6de...5015246fa833
More information about the DEECo
mailing list