Skip to content
Snippets Groups Projects
  1. Feb 09, 2016
  2. Apr 24, 2015
  3. May 16, 2013
  4. Mar 14, 2013
    • Utkarsh Ayachit's avatar
      Restructuring CoProcessing/Catalyst modules. · d582543b
      Utkarsh Ayachit authored
      To make it easier to develop adaptors externally, as well as add ability to
      enable/disable Python capabilities in Catalyst, we refactored the CoProcessing
      modules.
      
      Two new modules were added vtkPVCatalyst and vtkPVPythonCatalyst. These two
      libraries/module provide the Catalyst components necessary for coprocessing.
      These also provide a C/Fortran API (through CAdaptorAPI/FortranAdaptorAPI or
      the Python enabled CPythonAdaptorAPI/FortranPythonAdaptorAPI headers) that can
      be used within C/Fortran simulation codes.
      
      Adaptors are now moved to CoProcessing/Adaptors. They have now been updated to
      be able to built outside of ParaView build directory i.e. users can directly
      point CMake to ParaView/CoProcessing/Adaptors/CTHAdaptor as the source directory
      to build the CTH-Adaptor. They will have to point to an existing ParaView build,
      of course, like any other ParaView dependent project.
      
      ParaView-build builds these adaptors as a separate project (similar to the way
      we build examples). This can be disabled by using the advanced cmake variable
      PARAVIEW_BUILD_CATALYST_ADAPTORS.
      
      Also, fix static Python modules initialization. Added a new module in
      Utilities/PythonInitializer which exposes a C function to
      initialize Python modules for static executables. All executables now simply
      link against this one and call the initialization function to init Python.
      
      Change-Id: Icaacdf8a0d32e03742fbc302008c4ab45c40a22a
      d582543b
  5. Feb 04, 2013
  6. Aug 29, 2012
    • Chris Harris's avatar
      Ensure ParaView_BINARY_DIR is quoted · 3d58f521
      Chris Harris authored
      When appending ParaView_BINARY_DIR to VTK_INCLUDE_DIRS the property
      must be quoted. Build directories with spaces in path will cause issues
      otherwise!
      3d58f521
  7. Aug 10, 2012
    • Utkarsh Ayachit's avatar
      Fixes to build Examples using an installed version of ParaView. · b1d9be99
      Utkarsh Ayachit authored
      These (along with some pending VTK changes) address issues that pop up when
      building ParaView's Examples with an installed version of ParaView (installed
      using PARAVIEW_INSTALL_DEVELOPMENT_FILES to ON) on Unix machines.
      
      Change-Id: I8c9fc97da01b7988c55539ec7b8b837a28b0ea4f
      b1d9be99
    • Utkarsh Ayachit's avatar
      Minor cleanup to ParaViewConfig. · 6b2a4f3b
      Utkarsh Ayachit authored
      Exposing some ParaView options and adding a new variable PARAVIEW_INCLUDE_DIRS
      (same as VTK_INCLUDE_DIRS) just to make it easier for applications.
      
      Change-Id: I4e0390df2a8761d0f30c4a6a2b6959ca9acd6aaa
      6b2a4f3b
  8. Aug 08, 2012
  9. Jul 06, 2012
  10. Aug 26, 2011
  11. Aug 22, 2011
    • Utkarsh Ayachit's avatar
      Fixed BUG #12311. Changed ParaView version number policy. · f744f457
      Utkarsh Ayachit authored
      We now use "git describe" to determine the version for ParaView. Thus we no
      longer have to use minor/major version number trick for releases. "git describe"
      returns a string such as "v3.10.1-1701-g427f283". The version is then set as
      follows:
      Major: 3
      Minor: 10
      Patch: 1
      Full : 3.10.1-1701-g427f283
      
      If Full=="Major.Minor.Patch", then it's treated as a release.
      
      Release candidates can be tagged as "x.y.z-rcN" and the version will be set
      correctly.
      
      If git cannot determine the source version correctly, then
      "CMake/.paraview.version" file is searched for and we try to parse the version
      string from this file. It's a fatal error is both these approaches fail.
      f744f457
  12. Apr 11, 2011
  13. Mar 15, 2011
  14. Mar 04, 2011
  15. Nov 10, 2010
  16. Oct 29, 2010
  17. Oct 27, 2010
  18. Oct 26, 2010
  19. Apr 12, 2010
  20. Apr 09, 2010
  21. Feb 24, 2010
  22. Feb 23, 2010
  23. Jan 25, 2010
  24. Jan 13, 2010
  25. Dec 24, 2009
  26. Dec 01, 2009
  27. Nov 22, 2009
  28. Jul 27, 2009
  29. May 20, 2009
  30. Feb 06, 2009
  31. Dec 19, 2008
    • Burlen Loring's avatar
      · d62bca23
      Burlen Loring authored
      BUG: Quote paths.
      d62bca23
  32. Dec 17, 2008
    • Burlen Loring's avatar
      · c2f71329
      Burlen Loring authored
      ENH: Added development files to make install.
      c2f71329
  33. May 29, 2008
  34. Feb 07, 2007
  35. Feb 05, 2007
Loading