yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #02434
[Branch ~yade-dev/yade/trunk] Rev 1835: 1. Rename EngineUnits to Functors, MetaEngines to Dispatchers (only the 4 types that we will keep...
------------------------------------------------------------
revno: 1835
committer: Václav Šmilauer <eudoxos@xxxxxxxx>
branch nick: trunk
timestamp: Tue 2009-12-01 15:22:18 +0100
message:
1. Rename EngineUnits to Functors, MetaEngines to Dispatchers (only the 4 types that we will keep). Python scripts should not be affected, except for raising deprecation warnings for the old names
2. Fix corner cases in deprecated names logic in python
renamed:
core/EngineUnit.hpp => core/Functor.hpp
core/MetaEngine.cpp => core/Dispatcher.cpp
core/MetaEngine.hpp => core/Dispatcher.hpp
pkg/common/Engine/EngineUnit/ => pkg/common/Engine/Functor/
pkg/common/Engine/MetaEngine/ => pkg/common/Engine/Dispatcher/
pkg/common/Engine/MetaEngine/BoundingVolumeEngineUnit.cpp => pkg/common/Engine/Dispatcher/BoundingVolumeFunctor.cpp
pkg/common/Engine/MetaEngine/BoundingVolumeEngineUnit.hpp => pkg/common/Engine/Dispatcher/BoundingVolumeFunctor.hpp
pkg/common/Engine/MetaEngine/BoundingVolumeMetaEngine.cpp => pkg/common/Engine/Dispatcher/BoundingVolumeDispatcher.cpp
pkg/common/Engine/MetaEngine/BoundingVolumeMetaEngine.hpp => pkg/common/Engine/Dispatcher/BoundingVolumeDispatcher.hpp
pkg/common/Engine/MetaEngine/InteractionGeometryEngineUnit.cpp => pkg/common/Engine/Dispatcher/InteractionGeometryFunctor.cpp
pkg/common/Engine/MetaEngine/InteractionGeometryEngineUnit.hpp => pkg/common/Engine/Dispatcher/InteractionGeometryFunctor.hpp
pkg/common/Engine/MetaEngine/InteractionGeometryMetaEngine.cpp => pkg/common/Engine/Dispatcher/InteractionGeometryDispatcher.cpp
pkg/common/Engine/MetaEngine/InteractionGeometryMetaEngine.hpp => pkg/common/Engine/Dispatcher/InteractionGeometryDispatcher.hpp
pkg/common/Engine/MetaEngine/InteractionPhysicsEngineUnit.cpp => pkg/common/Engine/Dispatcher/InteractionPhysicsFunctor.cpp
pkg/common/Engine/MetaEngine/InteractionPhysicsEngineUnit.hpp => pkg/common/Engine/Dispatcher/InteractionPhysicsFunctor.hpp
pkg/common/Engine/MetaEngine/InteractionPhysicsMetaEngine.cpp => pkg/common/Engine/Dispatcher/InteractionPhysicsDispatcher.cpp
pkg/common/Engine/MetaEngine/InteractionPhysicsMetaEngine.hpp => pkg/common/Engine/Dispatcher/InteractionPhysicsDispatcher.hpp
pkg/dem/Engine/EngineUnit/ => pkg/dem/Engine/Functor/
modified:
core/InteractingGeometry.hpp
core/Interaction.cpp
core/Interaction.hpp
core/MetaBody.hpp
core/Omega.cpp
core/SConscript
gui/py/PythonUI_rc.py
pkg/common/DataClass/InteractingGeometry/Wall.hpp
pkg/common/Engine/Dispatcher/ConstitutiveLaw.hpp
pkg/common/Engine/Dispatcher/ConstitutiveLawDispatcher.hpp
pkg/common/Engine/Dispatcher/GeometricalModelEngineUnit.hpp
pkg/common/Engine/Dispatcher/GeometricalModelMetaEngine.hpp
pkg/common/Engine/Dispatcher/InteractingGeometryEngineUnit.hpp
pkg/common/Engine/Dispatcher/InteractingGeometryMetaEngine.hpp
pkg/common/Engine/Dispatcher/InteractionDispatchers.cpp
pkg/common/Engine/Dispatcher/InteractionDispatchers.hpp
pkg/common/Engine/Dispatcher/PhysicalActionApplier.hpp
pkg/common/Engine/Dispatcher/PhysicalActionApplierUnit.hpp
pkg/common/Engine/Dispatcher/PhysicalActionDamper.hpp
pkg/common/Engine/Dispatcher/PhysicalActionDamperUnit.hpp
pkg/common/Engine/Dispatcher/StateEngineUnit.hpp
pkg/common/Engine/Dispatcher/StateMetaEngine.hpp
pkg/common/Engine/Functor/ElasticBodySimpleRelationship.hpp
pkg/common/Engine/Functor/InteractingBox2AABB.hpp
pkg/common/Engine/Functor/InteractingFacet2AABB.hpp
pkg/common/Engine/Functor/InteractingSphere2AABB.hpp
pkg/common/Engine/Functor/MetaInteractingGeometry2AABB.hpp
pkg/common/Engine/Functor/ef2_BssSweptSphereLineSegment_AABB_makeAABB.hpp
pkg/common/Engine/StandAloneEngine/InsertionSortCollider.cpp
pkg/common/Engine/StandAloneEngine/InsertionSortCollider.hpp
pkg/common/Engine/StandAloneEngine/ResetRandomPosition.cpp
pkg/common/Engine/StandAloneEngine/ResetRandomPosition.hpp
pkg/common/Engine/StandAloneEngine/SpheresFactory.cpp
pkg/common/Engine/StandAloneEngine/SpheresFactory.hpp
pkg/common/RenderingEngine/GLDrawFunctors.hpp
pkg/common/RenderingEngine/OpenGLRenderingEngine.hpp
pkg/dem/DataClass/InteractionGeometry/Dem3DofGeom_FacetSphere.hpp
pkg/dem/DataClass/InteractionGeometry/Dem3DofGeom_SphereSphere.hpp
pkg/dem/DataClass/InteractionGeometry/Dem3DofGeom_WallSphere.hpp
pkg/dem/Engine/Functor/BasicViscoelasticRelationships.hpp
pkg/dem/Engine/Functor/CL1Relationships.hpp
pkg/dem/Engine/Functor/CohesiveFrictionalRelationships.hpp
pkg/dem/Engine/Functor/InteractingBox2InteractingSphere4SpheresContactGeometry.hpp
pkg/dem/Engine/Functor/InteractingFacet2InteractingSphere4SpheresContactGeometry.hpp
pkg/dem/Engine/Functor/InteractingSphere2BssSweptSphereLineSegment4SpheresContactGeometry.hpp
pkg/dem/Engine/Functor/InteractingSphere2InteractingSphere4SpheresContactGeometry.hpp
pkg/dem/Engine/Functor/MacroMicroElasticRelationships.hpp
pkg/dem/Engine/Functor/SimpleElasticRelationships.hpp
pkg/dem/Engine/Functor/SimpleElasticRelationshipsWater.hpp
pkg/dem/Engine/Functor/SimpleViscoelasticRelationships.hpp
pkg/dem/Engine/StandAloneEngine/CohesiveStateRPMRecorder.hpp
pkg/dem/PreProcessor/CohesiveTriaxialTest.cpp
pkg/dem/PreProcessor/DirectShearCis.cpp
pkg/dem/PreProcessor/Funnel.cpp
pkg/dem/PreProcessor/HydraulicTest.cpp
pkg/dem/PreProcessor/MembraneTest.cpp
pkg/dem/PreProcessor/ModifiedTriaxialTest.cpp
pkg/dem/PreProcessor/SDECImpactTest.cpp
pkg/dem/PreProcessor/SDECLinkedSpheres.cpp
pkg/dem/PreProcessor/SDECMovingWall.cpp
pkg/dem/PreProcessor/SDECSpheresPlane.cpp
pkg/dem/PreProcessor/STLImporterTest.cpp
pkg/dem/PreProcessor/SimpleScene.cpp
pkg/dem/PreProcessor/SimpleShear.cpp
pkg/dem/PreProcessor/TestSimpleViscoelastic.cpp
pkg/dem/PreProcessor/TetraTestGen.cpp
pkg/dem/PreProcessor/ThreePointBending.cpp
pkg/dem/PreProcessor/TriaxialTest.cpp
pkg/dem/PreProcessor/TriaxialTestWater.cpp
pkg/dem/PreProcessor/UniaxialStrainerGen.cpp
pkg/dem/meta/BasicPM.hpp
pkg/dem/meta/ConcretePM.hpp
pkg/dem/meta/RockPM.hpp
pkg/dem/meta/Shop.cpp
pkg/dem/meta/Shop.hpp
pkg/dem/meta/Tetra.cpp
pkg/dem/meta/Tetra.hpp
pkg/dem/meta/ViscoelasticPM.hpp
pkg/lattice/PreProcessor/LatticeExample.cpp
pkg/lattice/PreProcessor/LatticeExampleCTData.cpp
pkg/lattice/PreProcessor/LatticeExampleSimple.cpp
pkg/snow/Engine/Ef2_BssSnowGrain_AABB_makeAABB.hpp
pkg/snow/Engine/Ef2_BssSnowGrain_BssSnowGrain_makeIstSnowLayersContact.hpp
pkg/snow/Engine/Ef2_BssSnowGrain_BssSnowGrain_makeSpheresContactGeometry.hpp
pkg/snow/Engine/Ef2_InteractingBox_BssSnowGrain_makeIstSnowLayersContact.hpp
pkg/snow/Engine/Ef2_InteractingBox_BssSnowGrain_makeSpheresContactGeometry.hpp
pkg/snow/PreProcessor/SnowCreepTest.cpp
pkg/snow/PreProcessor/SnowVoxelsLoader.cpp
py/SConscript
py/yadeWrapper/customConverters.cpp
py/yadeWrapper/yadeWrapper.cpp
scripts/rename-class.py
yadeSCons.py
core/Functor.hpp
core/Dispatcher.cpp
core/Dispatcher.hpp
pkg/common/Engine/Dispatcher/BoundingVolumeFunctor.cpp
pkg/common/Engine/Dispatcher/BoundingVolumeFunctor.hpp
pkg/common/Engine/Dispatcher/BoundingVolumeDispatcher.cpp
pkg/common/Engine/Dispatcher/BoundingVolumeDispatcher.hpp
pkg/common/Engine/Dispatcher/InteractionGeometryFunctor.cpp
pkg/common/Engine/Dispatcher/InteractionGeometryFunctor.hpp
pkg/common/Engine/Dispatcher/InteractionGeometryDispatcher.cpp
pkg/common/Engine/Dispatcher/InteractionGeometryDispatcher.hpp
pkg/common/Engine/Dispatcher/InteractionPhysicsFunctor.cpp
pkg/common/Engine/Dispatcher/InteractionPhysicsFunctor.hpp
pkg/common/Engine/Dispatcher/InteractionPhysicsDispatcher.cpp
pkg/common/Engine/Dispatcher/InteractionPhysicsDispatcher.hpp
The size of the diff (3995 lines) is larger than your specified limit of 1000 lines
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription.