- 26 Jul, 2014 1 commit
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@23889 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 13 Sep, 2013 1 commit
-
-
brugger authored
I modified all copyright notices that had "2000 - 2012" to "2000 - 2013" in the src directory. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@21841 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
-
- 09 Jan, 2013 1 commit
-
-
brugger authored
I modified all the vtk classes that inherit from vtkPolyDataToPolyDataFilter to inherit from vtkPolyDataAlgorithm, since vtkPolyDataToPolyDataFilter is deprecated and isn't in VTK6. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@19965 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 05 Mar, 2012 1 commit
-
-
brugger authored
1) I updated the year in the copyright notice from "2000 - 2011" to "2000 - 2012" in all the "*.h" files in the src directory. 2) I moved a using statement out of a header file and into the appropriate ".C" files. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@17588 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 18 Jan, 2011 1 commit
-
-
brugger authored
I updated the copyright dates in the copyright notice in all the "*.c", "*.C", "*.h", "*.java", "*.cmake", "*.txt" and "*.in" files in the "src" directory. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@13578 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 20 Jul, 2010 1 commit
-
-
brugger authored
I updated the LLNL review and release number in the copyright notice in all the "*.C", "*.h", "*.java", "*.cmake", "*.txt" and "*.in" files in the src directory. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@11946 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 29 Mar, 2010 1 commit
-
-
brugger authored
I updated the copyright notice in the ".C" and ".h" files in VisIt to cover 2000 - 2010. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@10599 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 04 Aug, 2009 1 commit
-
-
brugger authored
1) I changed the year in the copyright notice from 2008 to 2009 in a bunch of files. A total of 5231 files were changed. 2) I corrected the LLNL review and release number in the copyright notices. It turns out I transposed 2 of the digits in many of the files when I originally put the new copyright notice in. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@8045 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 07 Aug, 2008 1 commit
-
-
js9 authored
More info.... Arrays in the visit_* font .h files had values >255 but were of type unsigned char. Many comparisons of char*'s with char*'s by pointer. Convert to real string compare. Sprintf's with too few arguments. Sscanf's with a 32-bit %format trying to fill a 64-bit operand Printf should use %p for pointers, not %x. Missing cases in switch statements. Order of operations undefined (e.g. "line == line++;"). Much use of string literals as values to char*, used const char* or casted instead. Use of "char" as an index into an array. Cast to unsigned char before use. Some timer handle mismatches between start and stop. Static function prototypes declared in header files with definitions in .C files. Some lines with "if (a=b)" should have read "if (a==b)". I changed those. Others with "if (a=b)" were correct, and I made them "if ((a=b))" Fixed the order of many constructor initializers Added missing return statements from non-void functions, or made the function void. Removed extraneous "\"s at the end of some comments (multiline comment possible) Removed unnecessary modifier flags in scanf format strings. Multiline string literals are deprecated. Made them terminate at line endings. Python code generation now uses const char* for string literals. va_arg won't accept enums; they're promoted to int's. So I changed a va_arg parser to retrieve an int, then cast to the right enum aftwards. Checking "if(buff)" when buff is defined as char[256] is always true. ColorAttribute.xml was broken. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@4783 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 14 Apr, 2008 1 commit
-
-
miller86 authored
adding enhanced subsetting functionality - phase 1 - using enumerated scalars; new binary and expression ; fixed overwrite of header files during code gen; hide-from-gui feature on md objects; support for nodelists git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@3848 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 04 Jan, 2008 1 commit
-
-
brugger authored
I updated the copyright notice in all the ".C" ".c" and ".h" files in src. This includes updating the year to 2008 and putting in the new LLNS verbage. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@2819 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 02 Apr, 2007 2 commits
-
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@815 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@677 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 01 Apr, 2007 4 commits
-
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@544 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@399 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@398 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@162 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 30 Mar, 2007 1 commit
-
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@3 18c085ea-50e0-402c-830e-de6fd14e8384
-