- 14 Aug, 2013 1 commit
-
-
bonnell authored
1) added #pragma warning(disable:4251) to slivr to remove dll-interface warnings (removed 386 warnings on Windows) 'size_t' to 'int' conversions (mostly when using .size() of an stl containter) 2) 'return' : conversion from 'size_t' to 'int' (cast return to 'int') 3) Change use of 'int' to 'size_t' when 'size_t' is more appropriate. 4) Change use 'size_t' to 'int' when 'int' is more appropriate 5) Cast arguments to functions from 'size_t' to 'int' when 'int' is expected. 6) use 'vtkIdType' when calling vtkDataArry->GetNumberOfTuples() 7) use 'int' when calling vtkDataArray->GetNumberOfComponents() Reduced warnings on Windows from 6633 down to 4900. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@21610 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 09 Aug, 2013 1 commit
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@21562 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 04 Aug, 2013 1 commit
-
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@21503 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 01 Aug, 2013 1 commit
-
-
kbensema authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@21494 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 23 Jun, 2013 1 commit
-
-
hkrishna authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@21216 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 21 Jun, 2013 1 commit
-
-
camp authored
I have added that so it will only build when the threading is defined. The thread pool is not ready for Windows and it turns out that Mac has some issues with pthread affinity. So I turn off affinity for Mac for now. Mac has different code to do affinity. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@21214 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 20 Jun, 2013 1 commit
-
-
camp authored
svn+ssh://portal-auth.nersc.gov/project/projectdirs/visit/svn/visit/branches/camp/hp/src to truck. This check in adds the changes needed to thread the filters of VisIt. I still need to port the VTK changes to the new version of VTK 6 to have everything work. I will send out a message when I have these changes. By default VisIt is build in serial mode. You need to build VisIt with the threading option to have a threaded version. This can be done with the --thread option to build visit script. Or there is a CMake flag VISIT_THREAD. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@21206 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 18 Jun, 2013 1 commit
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@21170 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 03 Jun, 2013 2 commits
-
-
hkrishna authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@21061 18c085ea-50e0-402c-830e-de6fd14e8384
-
hkrishna authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@21060 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 28 May, 2013 1 commit
-
-
bonnell authored
Move avtTimeLoopFilter and avtTimeLoopCollectorFilter from avt/Pipeline/AbstractFilters to avt/Filters to prevent cyclical link dependencies. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@21035 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 24 May, 2013 1 commit
-
-
pugmire authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@21025 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 23 May, 2013 1 commit
-
-
pugmire authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@21019 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 09 May, 2013 1 commit
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@20931 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 28 Mar, 2013 1 commit
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@20661 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 27 Mar, 2013 2 commits
-
-
allens authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@20650 18c085ea-50e0-402c-830e-de6fd14e8384
-
allens authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@20649 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 26 Mar, 2013 1 commit
-
-
allens authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@20641 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 05 Feb, 2013 1 commit
-
-
brugger authored
I made some more changes for VTK 6.0. I started with versions that Kathleen modified for VTK 6.0 and added conditional compiles for code that wouldn't work with VTK 5.8. These changes were primarily CMake related. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@20224 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 31 Jan, 2013 1 commit
-
-
brugger authored
I made some more changes for VTK 6.0. Most of the changes work with VTK 5.8 and 6.0, but a few don't and those are conditionaly compiled. I started with versions that Kathleen modified for VTK 6.0 and added conditional compiles for code that wouldn't work with VTK 5.8. The types of changes made were: 1) filter->SetInput(vtkDataObject); filter->AddInput(vtkDataObvect); filter->RemoveInput(vtkDataObvect); to filter->SetInputData(vtkDataObject); filter->AddInputData(vtkDataObvect); filter->RemoveInputData(vtkDataObvect); 2) image->SetNumberOfScalarComponents(3); image->SetScalarType(VTK_UNSIGNED_CHAR); image->AllocateScalars(); to image->AllocateScalars(VTK_UNSIGNED_CHAR, 3); 3) img->SetScalarType(VTK_UNSIGNED_CHAR); to img->SetScalarType(VTK_UNSIGNED_CHAR, img->GetInformation()); git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@20186 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 28 Jan, 2013 1 commit
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@20157 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 25 Jan, 2013 1 commit
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@20152 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 11 Dec, 2012 1 commit
-
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@19822 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 10 Dec, 2012 1 commit
-
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@19814 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 06 Nov, 2012 1 commit
-
-
brugger authored
I added the ability to display the parallel axes from the MultiCurve plot either horizontally or vertically. Specifically, I replaced the window mode WINMODE_AXISPARALLEL with the two modes WINMODE_PARALLELAXES and VERTPARLALLELAXES. The mode is controlled by the MultiCurve plot. I also changed all the instances of AxisParallel to ParallelAxes. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@19511 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 23 Oct, 2012 1 commit
-
-
hkrishna authored
Updates to PySide and PyQt infrastructure, added remote connecting capability, and modifications to make UV-CDAT work git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@19411 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 07 Sep, 2012 1 commit
-
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@19150 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 30 Aug, 2012 2 commits
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@19096 18c085ea-50e0-402c-830e-de6fd14e8384
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@19095 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 21 Aug, 2012 1 commit
-
-
bonnell authored
Most of these changes are to preserve coordinate's data type as it passes through the filter. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@19049 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 20 Aug, 2012 1 commit
-
-
pugmire authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@19028 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 09 Aug, 2012 1 commit
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@18977 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 30 Jul, 2012 1 commit
-
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@18880 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 20 Jul, 2012 1 commit
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@18792 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 17 Jul, 2012 1 commit
-
-
pugmire authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@18762 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 31 May, 2012 1 commit
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@18363 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 22 May, 2012 1 commit
-
-
pugmire authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@18304 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 27 Apr, 2012 2 commits
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@17998 18c085ea-50e0-402c-830e-de6fd14e8384
-
mdurant authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@17994 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 26 Apr, 2012 1 commit
-
-
bonnell authored
add debug log statements to aid in debugging new filters that inadvertently trigger behind-the-scenes mesh transformations. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@17989 18c085ea-50e0-402c-830e-de6fd14e8384
-