Salome HOME
Migrate on CMake and Qt 5 vsr/cmake_qt5_migration
authorvsr <vsr@opencascade.com>
Wed, 26 Oct 2016 10:46:37 +0000 (13:46 +0300)
committervsr <vsr@opencascade.com>
Thu, 27 Oct 2016 08:41:13 +0000 (11:41 +0300)
commit046b3c2955bc78067b5de0b2d33b360807c5ca2f
tree53ed4bbcbf0a358b795d119d587c0c977d2f2083
parenta1560a00309632a8863a2f11ae25325223d53425
Migrate on CMake and Qt 5
87 files changed:
AUTHORS [deleted file]
CMakeLists.txt [new file with mode: 0644]
COPYING [changed mode: 0755->0644]
ChangeLog [deleted file]
GMSHPLUGIN_version.h.in [changed mode: 0755->0644]
INSTALL [deleted file]
Makefile.am [deleted file]
NEWS [deleted file]
README [changed mode: 0755->0644]
SalomeGMSHPLUGINConfig.cmake.in [new file with mode: 0644]
adm_local/CMakeLists.txt [new file with mode: 0755]
adm_local/Makefile.am [deleted file]
adm_local/cmake_files/CMakeLists.txt [new file with mode: 0755]
adm_local/cmake_files/FindGMSH.cmake [new file with mode: 0644]
adm_local/cmake_files/FindSalomeGMSH.cmake [new file with mode: 0644]
adm_local/cmake_files/FindSalomeGMSHPLUGIN.cmake [new file with mode: 0644]
adm_local/unix/Makefile.am [deleted file]
adm_local/unix/config_files/Makefile.am [deleted file]
adm_local/unix/config_files/check_GMSHPLUGIN.m4 [deleted file]
adm_local/unix/make_common_starter.am [deleted file]
bin/CMakeLists.txt [new file with mode: 0644]
bin/Makefile.am [deleted file]
bin/VERSION.in [changed mode: 0755->0644]
build_configure [deleted file]
clean_configure [deleted file]
configure.ac [deleted file]
doc/CMakeLists.txt [new file with mode: 0644]
doc/Makefile.am [deleted file]
doc/salome/CMakeLists.txt [new file with mode: 0644]
doc/salome/Makefile.am [deleted file]
doc/salome/examples/CMakeLists.txt
doc/salome/examples/Makefile.am [deleted file]
doc/salome/gui/CMakeLists.txt [new file with mode: 0644]
doc/salome/gui/GMSHPLUGIN/CMakeLists.txt [new file with mode: 0644]
doc/salome/gui/GMSHPLUGIN/Makefile.am [deleted file]
doc/salome/gui/GMSHPLUGIN/doxyfile.in [changed mode: 0755->0644]
doc/salome/gui/GMSHPLUGIN/doxyfile_py.in [changed mode: 0755->0644]
doc/salome/gui/GMSHPLUGIN/input/gmsh_2d_3d_hypo.doc [changed mode: 0755->0644]
doc/salome/gui/GMSHPLUGIN/input/gmshplugin_python_interface.doc [changed mode: 0755->0644]
doc/salome/gui/GMSHPLUGIN/input/index.doc [changed mode: 0755->0644]
doc/salome/gui/GMSHPLUGIN/static/footer.html [changed mode: 0755->0644]
doc/salome/gui/GMSHPLUGIN/static/header.html.in [changed mode: 0755->0644]
doc/salome/gui/GMSHPLUGIN/static/header_py.html.in [changed mode: 0755->0644]
doc/salome/gui/GMSHPLUGIN/static/salome_extra.css [changed mode: 0755->0644]
doc/salome/gui/Makefile.am [deleted file]
idl/CMakeLists.txt [new file with mode: 0644]
idl/GMSHPlugin_Algorithm.idl [changed mode: 0755->0644]
idl/Makefile.am [deleted file]
resources/CMakeLists.txt [new file with mode: 0644]
resources/GMSHPlugin.xml [changed mode: 0755->0644]
resources/Makefile.am [deleted file]
resources/SalomeApp.xml [changed mode: 0755->0644]
src/CMakeLists.txt [new file with mode: 0644]
src/GMSHPlugin/CMakeLists.txt [new file with mode: 0644]
src/GMSHPlugin/GMSHPluginBuilder.py [changed mode: 0755->0644]
src/GMSHPlugin/GMSHPlugin_Defs.hxx [changed mode: 0755->0644]
src/GMSHPlugin/GMSHPlugin_GMSH.cxx [changed mode: 0755->0644]
src/GMSHPlugin/GMSHPlugin_GMSH.hxx [changed mode: 0755->0644]
src/GMSHPlugin/GMSHPlugin_GMSH_2D.cxx [changed mode: 0755->0644]
src/GMSHPlugin/GMSHPlugin_GMSH_2D.hxx [changed mode: 0755->0644]
src/GMSHPlugin/GMSHPlugin_GMSH_2D_i.cxx [changed mode: 0755->0644]
src/GMSHPlugin/GMSHPlugin_GMSH_2D_i.hxx [changed mode: 0755->0644]
src/GMSHPlugin/GMSHPlugin_GMSH_i.cxx [changed mode: 0755->0644]
src/GMSHPlugin/GMSHPlugin_GMSH_i.hxx [changed mode: 0755->0644]
src/GMSHPlugin/GMSHPlugin_Hypothesis.cxx [changed mode: 0755->0644]
src/GMSHPlugin/GMSHPlugin_Hypothesis.hxx [changed mode: 0755->0644]
src/GMSHPlugin/GMSHPlugin_Hypothesis_2D.cxx [changed mode: 0755->0644]
src/GMSHPlugin/GMSHPlugin_Hypothesis_2D.hxx [changed mode: 0755->0644]
src/GMSHPlugin/GMSHPlugin_Hypothesis_2D_i.cxx [changed mode: 0755->0644]
src/GMSHPlugin/GMSHPlugin_Hypothesis_2D_i.hxx [changed mode: 0755->0644]
src/GMSHPlugin/GMSHPlugin_Hypothesis_i.cxx [changed mode: 0755->0644]
src/GMSHPlugin/GMSHPlugin_Hypothesis_i.hxx [changed mode: 0755->0644]
src/GMSHPlugin/GMSHPlugin_Mesher.cxx [changed mode: 0755->0644]
src/GMSHPlugin/GMSHPlugin_Mesher.hxx [changed mode: 0755->0644]
src/GMSHPlugin/GMSHPlugin_i.cxx [changed mode: 0755->0644]
src/GMSHPlugin/Makefile.am [deleted file]
src/GMSHPlugin/__init__.py
src/GUI/CMakeLists.txt [new file with mode: 0644]
src/GUI/GMSHPluginGUI.cxx [changed mode: 0755->0644]
src/GUI/GMSHPluginGUI.h [changed mode: 0755->0644]
src/GUI/GMSHPluginGUI_HypothesisCreator.cxx [changed mode: 0755->0644]
src/GUI/GMSHPluginGUI_HypothesisCreator.h [changed mode: 0755->0644]
src/GUI/GMSHPlugin_images.ts [changed mode: 0755->0644]
src/GUI/GMSHPlugin_msg_en.ts [changed mode: 0755->0644]
src/GUI/GMSHPlugin_msg_fr.ts [changed mode: 0755->0644]
src/GUI/Makefile.am [deleted file]
src/Makefile.am [deleted file]