- 24 Feb, 2014 1 commit
-
-
hkrishna authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22883 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 22 Feb, 2014 2 commits
-
-
loring authored
if numpy is found during configure then libsim may be passed numpy arrays directly. zero-copy transfer are supported via numpy c-api. a new ownership type is introduced to support safe zero-copy transfer of data to vtk data arrays. when this ownership is requested a custom (potentially user provided) callback is invoked by an internally arranged observer of vtk data array delete event. the callback should free the memory. this mechanism can be used in any zero-copy transfer through libsim where c's free is not the correct function to free the transfered memory, in the case of python and numpy, we make use of python's ref counting to ensure the numpy object is not destroyed until the vtk array is deleted. the numpy object's ref count incremented (by libsim) as its passed in, libsim provides a callback which decrements the object's ref count when the vtk data array is deleted. aside from having to pass the new ownership flag, this all happens transparently to the user as it is implemented in libsim's python swig customizations. If this were to be used in other situations, eg FORTRAN, the user would be extected to provide the memory management callback. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22880 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22879 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 21 Feb, 2014 3 commits
-
-
loring authored
support system python on systems that use lib64. Also make skip install default when using system installs for both python and qt. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22878 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22877 18c085ea-50e0-402c-830e-de6fd14e8384
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22874 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 20 Feb, 2014 4 commits
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22873 18c085ea-50e0-402c-830e-de6fd14e8384
-
bonnell authored
Updated my config-site file. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22871 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
I added a fix from Pratick Fragile to the CosmosPP reader for an enhancement he added. I didn't add anything to the release notes since the enhancement was for 2.7.2, which hasn't been released yet. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22868 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22865 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 19 Feb, 2014 1 commit
-
-
pugmire authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22856 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 18 Feb, 2014 2 commits
-
-
brugger authored
I modified the visit-create-chksums script to once again checksum the 32 bit windows distribution. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22848 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
I moved a release note change description from the 2.8.0 release notes to the 2.7.2 release notes since the change was added to the 2.7RC. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22845 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 14 Feb, 2014 1 commit
-
-
hkrishna authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22841 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 13 Feb, 2014 1 commit
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22838 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 12 Feb, 2014 6 commits
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22836 18c085ea-50e0-402c-830e-de6fd14e8384
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22835 18c085ea-50e0-402c-830e-de6fd14e8384
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22834 18c085ea-50e0-402c-830e-de6fd14e8384
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22833 18c085ea-50e0-402c-830e-de6fd14e8384
-
miller86 authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22832 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22828 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 11 Feb, 2014 2 commits
-
-
brugger authored
I added a launch profile to the host profile for LLNL's zin system for using the pvis partition. I also added a blurb to the release notes about the change. This resolves #1731. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22826 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22823 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 10 Feb, 2014 5 commits
-
-
brugger authored
I added a launch profile to the host profile for LLNL's max system for using the pvis partition. I also added a blurb to the release notes about the change. This resolves #1725. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22821 18c085ea-50e0-402c-830e-de6fd14e8384
-
hkrishna authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22817 18c085ea-50e0-402c-830e-de6fd14e8384
-
allens authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22814 18c085ea-50e0-402c-830e-de6fd14e8384
-
allens authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22813 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22812 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 09 Feb, 2014 1 commit
-
-
brugger authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22811 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 08 Feb, 2014 1 commit
-
-
brugger authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22810 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 07 Feb, 2014 3 commits
-
-
bonnell authored
Fix bug applying named selection when 'Auto apply updated selections' was selected before selection was applied to a plot. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22809 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
I modified the MRTest database reader to set the cycle and time so that PopulateDatabaseMetadata is only called once. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22806 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22804 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 06 Feb, 2014 2 commits
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22803 18c085ea-50e0-402c-830e-de6fd14e8384
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22800 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 05 Feb, 2014 4 commits
-
-
apletzer authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22796 18c085ea-50e0-402c-830e-de6fd14e8384
-
apletzer authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22795 18c085ea-50e0-402c-830e-de6fd14e8384
-
apletzer authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22791 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22790 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 04 Feb, 2014 1 commit
-
-
brugger authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@22785 18c085ea-50e0-402c-830e-de6fd14e8384
-