Salome HOME
Migration to VC9 and boost::shared_ptr with connection to SALOME
authorvsv <vitaly.smetannikov@opencascade.com>
Wed, 23 Apr 2014 13:27:25 +0000 (17:27 +0400)
committervsv <vitaly.smetannikov@opencascade.com>
Wed, 23 Apr 2014 13:27:25 +0000 (17:27 +0400)
commit9fb117423f35d7271d96badbe4b8ec320641bc6e
treed4974fb7187891c8e78e2a4d647b92941ee7cbfc
parentfc22d7740909b075241543869b7a5a70bcf24293
Migration to VC9 and boost::shared_ptr with connection to SALOME
54 files changed:
CMakeCommon/FindSalome.cmake [new file with mode: 0644]
CMakeLists.txt
build_vc9_Salome_deb.bat [new file with mode: 0644]
msvc10_env.bat
msvc9_env_Salome.bat [new file with mode: 0644]
src/ConstructionPlugin/ConstructionPlugin_Plugin.cxx
src/ConstructionPlugin/ConstructionPlugin_Plugin.h
src/Model/CMakeLists.txt
src/Model/Model_Application.cxx
src/Model/Model_Application.h
src/Model/Model_AttributeDocRef.cxx
src/Model/Model_AttributeDocRef.h
src/Model/Model_Data.cxx
src/Model/Model_Data.h
src/Model/Model_Document.cxx
src/Model/Model_Document.h
src/Model/Model_Events.cxx
src/Model/Model_Events.h
src/Model/Model_Iterator.cxx
src/Model/Model_Iterator.h
src/Model/Model_PluginManager.cxx
src/Model/Model_PluginManager.h
src/ModelAPI/ModelAPI.i
src/ModelAPI/ModelAPI_AttributeDocRef.h
src/ModelAPI/ModelAPI_Data.h
src/ModelAPI/ModelAPI_Document.h
src/ModelAPI/ModelAPI_Feature.h
src/ModelAPI/ModelAPI_Iterator.h
src/ModelAPI/ModelAPI_Plugin.h
src/ModelAPI/ModelAPI_PluginManager.cxx
src/ModelAPI/ModelAPI_PluginManager.h
src/ModuleBase/ModuleBase_Operation.cpp
src/ModuleBase/ModuleBase_Operation.h
src/PartSet/PartSet_OperationSketchBase.cpp
src/PartSetPlugin/PartSetPlugin_Part.cxx
src/PartSetPlugin/PartSetPlugin_Part.h
src/PartSetPlugin/PartSetPlugin_Plugin.cxx
src/PartSetPlugin/PartSetPlugin_Plugin.h
src/SalomeModule/CMakeLists.txt [new file with mode: 0644]
src/SalomeModule/SalomeModule.h [new file with mode: 0644]
src/SalomeModule/SalomeModule_Module.cpp [new file with mode: 0644]
src/SalomeModule/SalomeModule_Module.h [new file with mode: 0644]
src/SketchPlugin/SketchPlugin_Plugin.cpp
src/SketchPlugin/SketchPlugin_Plugin.h
src/XGUI/XGUI_Constants.h
src/XGUI/XGUI_DataTreeModel.h
src/XGUI/XGUI_Displayer.cpp
src/XGUI/XGUI_Displayer.h
src/XGUI/XGUI_DocumentDataModel.cpp
src/XGUI/XGUI_DocumentDataModel.h
src/XGUI/XGUI_PartDataModel.cpp
src/XGUI/XGUI_PartDataModel.h
src/XGUI/XGUI_SelectionMgr.cpp
src/XGUI/XGUI_Workshop.cpp