Salome HOME
New simpler test for GIL in paraview.
authorabn <adrien.bruneton@cea.fr>
Wed, 14 Oct 2015 14:24:42 +0000 (16:24 +0200)
committerabn <adrien.bruneton@cea.fr>
Mon, 19 Oct 2015 09:18:53 +0000 (11:18 +0200)
commit7009949c96b52574750b58a5d41c5f976ddd0853
treef6ce890457fe807b09f15d77c9ea82a5d456581a
parenteb36692b9fc808b9af3735460446b8e747157c6b
New simpler test for GIL in paraview.
39 files changed:
test/standalone/CMakeLists.txt
test/standalone/gui/CMakeLists.txt [new file with mode: 0644]
test/standalone/gui/PLMainWindow.cxx [new file with mode: 0644]
test/standalone/gui/PLMainWindow.hxx [new file with mode: 0644]
test/standalone/gui/PLViewTab.cxx [new file with mode: 0644]
test/standalone/gui/PLViewTab.hxx [new file with mode: 0644]
test/standalone/gui/PVViewer_Behaviors.cxx [new file with mode: 0644]
test/standalone/gui/PVViewer_Behaviors.h [new file with mode: 0644]
test/standalone/gui/PVViewer_Core.cxx [new file with mode: 0644]
test/standalone/gui/PVViewer_Core.h [new file with mode: 0644]
test/standalone/gui/PVViewer_GUIElements.cxx [new file with mode: 0644]
test/standalone/gui/PVViewer_GUIElements.h [new file with mode: 0644]
test/standalone/gui/README.txt [new file with mode: 0644]
test/standalone/gui/main.cpp [new file with mode: 0644]
test/standalone/gui/ui/light_para.ui [new file with mode: 0644]
test/standalone/gui/ui/view_tab.ui [new file with mode: 0644]
test/standalone/gui/xml/ParaViewReaders.xml [new file with mode: 0644]
test/standalone/simple/CMakeLists.txt [new file with mode: 0644]
test/standalone/simple/Container_init_python.cxx [new file with mode: 0644]
test/standalone/simple/Container_init_python.hxx [new file with mode: 0644]
test/standalone/simple/PyInterp.h [new file with mode: 0755]
test/standalone/simple/PyInterp_Utils.h [new file with mode: 0644]
test/standalone/simple/simple_gil.cxx [new file with mode: 0644]
test/standalone/src/CMakeLists.txt [deleted file]
test/standalone/src/PLMainWindow.cxx [deleted file]
test/standalone/src/PLMainWindow.hxx [deleted file]
test/standalone/src/PLViewTab.cxx [deleted file]
test/standalone/src/PLViewTab.hxx [deleted file]
test/standalone/src/PVViewer_Behaviors.cxx [deleted file]
test/standalone/src/PVViewer_Behaviors.h [deleted file]
test/standalone/src/PVViewer_Core.cxx [deleted file]
test/standalone/src/PVViewer_Core.h [deleted file]
test/standalone/src/PVViewer_GUIElements.cxx [deleted file]
test/standalone/src/PVViewer_GUIElements.h [deleted file]
test/standalone/src/README.txt [deleted file]
test/standalone/src/main.cpp [deleted file]
test/standalone/src/ui/light_para.ui [deleted file]
test/standalone/src/ui/view_tab.ui [deleted file]
test/standalone/src/xml/ParaViewReaders.xml [deleted file]