Skip to content
  1. Jul 16, 2015
  2. Jul 08, 2015
  3. Jun 11, 2015
    • David Kügler's avatar
      changes with respect to issues · a3aa8628
      David Kügler authored
      #001529, #001534, #001535, #001536
      
      All compile errors in Visual Studio 2015 RC
      mostly configuration issues, that arise due to the new architecture behind Visual Studio 2015.
      a3aa8628
  4. Mar 02, 2015
  5. Mar 01, 2015
  6. Feb 27, 2015
  7. Feb 24, 2015
  8. Feb 16, 2015
  9. Feb 15, 2015
    • David Gobbi's avatar
      Fix arg conversion of const ref arg via constructor. · a051d503
      David Gobbi authored
      There was a simple mistake in the code that builds the "ArgCheck"
      string that the wrappers use for argument type checking.  As a
      result, the "argument check" was not distinguishing between const
      reference args and non-const reference args.  A "const reference"
      arg type can satisfied via implicit conversion from another type,
      while a non-const reference arg cannot.  The new test specifically
      tests for this.
      
      Change-Id: I59725536496dd6d80b64ace09403161ccd89c9b4
      a051d503
  10. Feb 12, 2015
  11. Feb 11, 2015
    • John Tourtellott's avatar
      Declare vtkGDAL constructor & destructor private, since class is static · da258759
      John Tourtellott authored
      Change-Id: Ib7f373cdea1558b8b6cc02fe49a2fefbec8daae1
      da258759
    • Ben Boeckel's avatar
      Merge topic 'install-prefix-computation' into master · ab4dc579
      Ben Boeckel authored
      0f7244b1 vtkModuleTop: handle UsrMove-like setups
      ab4dc579
    • Ben Boeckel's avatar
      vtkModuleTop: handle UsrMove-like setups · 0f7244b1
      Ben Boeckel authored
      The problem is that when the package is found via a directory with a
      symlink which points into the install prefix, we should use the
      configured install prefix. Example:
      
          /usr (install prefix)
          /usr/lib/cmake/vtk-6.2 (configuration's path)
          /lib -> /usr/lib (UsrMove)
          /lib/cmake/vtk-6.2 (path VTK was found by)
      
      The problem here is that when we traverse up the 3 components to try and
      find '/usr', we end up finding '/' instead. To fix this, we detect this
      by resolving the found path and the expected path to remove all
      symlinks. If these are the same, use the configured path, otherwise go
      up the tree the correct number of components.
      
      Still unsupported is finding VTK by a path with a symlink into the
      prefix and VTK has been relocated since being installed.
      
      Fixes #15065.
      
      Change-Id: I181a126382941eb7e33304d426719abd5769048b
      0f7244b1
    • Ken Martin's avatar
      Merge topic 'point_gaussian_set_default_size' into master · 7dc9ae8a
      Ken Martin authored
      96c61c1c Made Point Gaussian mapper handle scale arrays not in dataset
      9d090aa5 Fix triangle size for sprites with radius > 1
      25e578b0 Add an option to set default radius of point gaussian
      7dc9ae8a
Loading