]> SALOME platform Git repositories - modules/paravis.git/commit
Salome HOME
CMake: porting module to the new CMake procedure.
authorbruneton <bruneton>
Mon, 21 Oct 2013 09:57:37 +0000 (09:57 +0000)
committerbruneton <bruneton>
Mon, 21 Oct 2013 09:57:37 +0000 (09:57 +0000)
commit7757c27cd83572b1032fda8315136097b15cc25e
treedb55f06c539fefd63b697cf08f666de13ca65bfe
parent0abec28f55a64e8215742e9b02f955d161a8b865
CMake: porting module to the new CMake procedure.
Isolated as much as possible IDL wrapping logic.
Introduced flag SALOME_PARAVIS_MINIMAL_CORBA to turn the wrapping off.
54 files changed:
src/ParaView/lex.yy.c [deleted file]
src/ParaView/readme.txt [deleted file]
src/ParaView/vtkParse.tab.c [deleted file]
src/ParaView/vtkParseData.c [deleted file]
src/ParaView/vtkParseData.h [deleted file]
src/ParaView/vtkParseExtras.c [deleted file]
src/ParaView/vtkParseExtras.h [deleted file]
src/ParaView/vtkParseHierarchy.c [deleted file]
src/ParaView/vtkParseHierarchy.h [deleted file]
src/ParaView/vtkParseInternal.h [deleted file]
src/ParaView/vtkParseMain.c [deleted file]
src/ParaView/vtkParseMain.h [deleted file]
src/ParaView/vtkParsePreprocess.c [deleted file]
src/ParaView/vtkParsePreprocess.h [deleted file]
src/ParaView/vtkParseString.c [deleted file]
src/ParaView/vtkParseString.h [deleted file]
src/ParaView/vtkWrap.c [deleted file]
src/ParaView/vtkWrap.h [deleted file]
src/ParaView/vtkWrapHierarchy.c [deleted file]
src/ParaView/vtkWrapText.c [deleted file]
src/ParaView/vtkWrapText.h [deleted file]
src/VTKParser/CMakeLists.txt [deleted file]
src/VTKParser/GenerateWrapList.cmake [deleted file]
src/VTKParser/create_class.py [deleted file]
src/VTKParser/create_class.sh [deleted file]
src/VTKParser/getwrapclasses.py [deleted file]
src/VTKParser/readme.txt [deleted file]
src/VTKParser/wrap.cmake [deleted file]
src/VTKWrapping/GenerateWrapList.cmake [new file with mode: 0644]
src/VTKWrapping/ParaView/lex.yy.c [new file with mode: 0644]
src/VTKWrapping/ParaView/vtkParse.tab.c [new file with mode: 0644]
src/VTKWrapping/ParaView/vtkParseData.c [new file with mode: 0644]
src/VTKWrapping/ParaView/vtkParseData.h [new file with mode: 0644]
src/VTKWrapping/ParaView/vtkParseExtras.c [new file with mode: 0644]
src/VTKWrapping/ParaView/vtkParseExtras.h [new file with mode: 0644]
src/VTKWrapping/ParaView/vtkParseHierarchy.c [new file with mode: 0644]
src/VTKWrapping/ParaView/vtkParseHierarchy.h [new file with mode: 0644]
src/VTKWrapping/ParaView/vtkParseInternal.h [new file with mode: 0644]
src/VTKWrapping/ParaView/vtkParseMain.c [new file with mode: 0644]
src/VTKWrapping/ParaView/vtkParseMain.h [new file with mode: 0644]
src/VTKWrapping/ParaView/vtkParsePreprocess.c [new file with mode: 0644]
src/VTKWrapping/ParaView/vtkParsePreprocess.h [new file with mode: 0644]
src/VTKWrapping/ParaView/vtkParseString.c [new file with mode: 0644]
src/VTKWrapping/ParaView/vtkParseString.h [new file with mode: 0644]
src/VTKWrapping/ParaView/vtkWrap.c [new file with mode: 0644]
src/VTKWrapping/ParaView/vtkWrap.h [new file with mode: 0644]
src/VTKWrapping/ParaView/vtkWrapHierarchy.c [new file with mode: 0644]
src/VTKWrapping/ParaView/vtkWrapText.c [new file with mode: 0644]
src/VTKWrapping/ParaView/vtkWrapText.h [new file with mode: 0644]
src/VTKWrapping/create_class.py [new file with mode: 0755]
src/VTKWrapping/create_class.sh [new file with mode: 0755]
src/VTKWrapping/getwrapclasses.py [new file with mode: 0644]
src/VTKWrapping/readme.txt [new file with mode: 0644]
src/VTKWrapping/wrap.cmake [new file with mode: 0755]