- 06 Mar, 2012 1 commit
-
-
brugger authored
1) I made some more copyright notice fixes in the src directory. 2) I moved some "using namespace std;" statements from a couple of header files into the appropriate source files. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@17597 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 05 Mar, 2012 2 commits
-
-
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
-
brugger authored
I updated the year in the copyright notice from "2000 - 2011" to "2000 - 2012" in all the ".c" and ".C" files in the src directory. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@17584 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 22 Nov, 2011 1 commit
-
-
bonnell authored
modify how the runtime output directory is set for plugins on Windows so it will work with Visual Studio 2010 as well as older versions git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@16832 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 21 Nov, 2011 1 commit
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@16821 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 18 Nov, 2011 1 commit
-
-
bonnell authored
Add plugin name to target folder for easier building/debugging individual plugins with visual studio git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@16779 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 16 Nov, 2011 1 commit
-
-
cyrush authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@16731 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 22 Sep, 2011 1 commit
-
-
miller86 authored
Added macros to visit-hdf5.h to re-map H5Fopen and H5Fclose functions to Visit-specific equivalents. Added implementations of VisIt-specific H5Fopen and H5Fclose functions to visit-hdf5.h. There is #ifndef NDEBUG conditional logic to print error message on cerr if an HDF5 plugin is found NOT to use H5F_CLOSE_SEMI when opening a file. There is UNconditional logic in these functions to print error message on cerr if an HDF5 plugin is found to return error from H5Fclose. The latter indicates a potentialy serious problem because the offending plugin can then wind up preventing all other HDF5 plugins from opening the file. Added #include <visit-hdf5.h> to all HDF5 plugins to ensure all plugins will have their H5Fopen/H5Fclose methods re-mapped. So far, only HDF5 plugin (that we also test) that appears to have problems is Velodyne. I filed a ticket for it. I discovered and removed some unnecessary #ifdef NDEBUG logic in Ensight plugin. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@16233 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 07 Mar, 2011 1 commit
-
-
allens authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@14349 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 14 Feb, 2011 1 commit
-
-
bonnell authored
Remove various unreferenced variables and other compiler warnings. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@13991 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
-
- 05 Jan, 2011 1 commit
-
-
bonnell authored
Added 'FOLDER' property to plugins, third-party-builtin, and tools, which groups projects into the designated folder. This will clean up the Visual Studio IDE and make it easier to find a project of interest when debugging. Should have no effect for generators that do not use this property. Updated GenerateCMake.h and re-ran xml2cmake on all plugins. Fixed a few xml files so that xml2cmake would generate the correct CMakeList.txt file. Changed a couple of xml files to use consistent naming for include directories (VISIT_INCLUDE_DIR instead of VISIT_SOURCE_DIR). git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@13437 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 02 Nov, 2010 1 commit
-
-
allens authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@12938 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 28 Oct, 2010 1 commit
-
-
allens authored
added a second test case for determining the file/readerownership also added .h5 for nimrod file type git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@12875 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 27 Oct, 2010 2 commits
-
-
allens authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@12840 18c085ea-50e0-402c-830e-de6fd14e8384
-
allens authored
for each FileFormat added NonCompliantException to most of the error messagingto gives users more information, minor clean up of other files. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@12839 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
-
- 26 May, 2010 1 commit
-
-
allens authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@11495 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
-
- 26 Feb, 2010 1 commit
-
-
brugger authored
I regenerated the CMakeLists.txt files for all the database plugins. I also reenabled the paraDIS and paraDIS_tecplot plugins since they now build. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@10037 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 24 Feb, 2010 1 commit
-
-
brugger authored
1) I changed the version to 2.0.0b, since this is a beta. 2) I rebuilt all the 32 and 64 bit libraries on up.llnl.gov using build_visit and modified the 2 config-site files to match for machine. 3) I updated the release notes to mention that this was a beta and that the release notes were incomplete. 4) I modified xml2cmake to list the include file paths specified in the xml file before the include file paths for VTK for the database plugins. This was due to the fact that the VTK include file paths could include things like /usr/include or /usr/local/include, which may contain bad versions of header files for libraries such as hdf or netcdf. This change means that the header files the user specified will be used instead of the those. 5) I regenerated the CMakeLists.txt files for the database plugins using the new xml2cmake. 6) I added CMakeLists.txt files for several database plugins that were missing. 7) I modified the databases CMakeLists.txt file to build the paraDIS plugins. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@10000 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 10 Feb, 2010 1 commit
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@9859 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 29 Jan, 2010 1 commit
-
-
bonnell authored
a correct build on windows. Newer global variables 'do the right thing' with dlls. (A brief explanation further down). Added VISIT_PLUGIN_TARGET_PREFIX macro for plugins. It modifies the prefix for a target, allowing plugins on windows to be located in a good place. (The macro does nothing on non-windows). Updated GenerateCMake.h, and re-ran for all plugins to make the plugin mods easier. As a result, all plot plugins now have 'ENGINE' defined, whereas only those that really needed it before were using it. Brief explanation of build var changes: global vars: CMAKE_LIBRARY_OUTPUT_DIRECTORY CMAKE_RUNTIME_OUTPUT_DIRECTORY CMAKE_ARCHIVE_OUTPUT_DIRECTORY they replace: LIBRARY_OUTPUT_PATH EXECUTABLE_OUTPUT_PATH ARCHIVE_OUTPUT_PATH they initialize local target vars: LIBRARY_OUTPUT_DIRECTORY RUNTIME_OUTPUT_DIRECTORY ARCHIVE_OUTPUT_DIRECTORY The global vars are set in our root CMakeLists.txt, and can be overridden by setting the local var equivalent for any target. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@9724 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 28 Jan, 2010 1 commit
-
-
js9 authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@9703 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 07 Jan, 2010 1 commit
-
-
js9 authored
error detection and fixed a few bugs. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@9352 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 29 Dec, 2009 1 commit
-
-
js9 authored
* Replaced "Extensions" and "Filenames" with "FilePatterns" glob * Removed unused "specifiedFilenames" flag in databse XML files * Added "filePatternsStrict" flag for later use * Added "opensWholeDirectory" flag for later use * Updated all database *.xml and *info files with new usage * Updated ITAPS cmake script for new usage (untested) * Removed deprecation warning for old plugins; compile-time compatibility is now broken for these old plugins, so no runtime check is necessary git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@9289 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 18 Dec, 2009 1 commit
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@9255 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 10 Dec, 2009 1 commit
-
-
ahern authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@9146 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 13 Nov, 2009 1 commit
-
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@8950 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 06 Aug, 2009 1 commit
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@8086 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
-
- 02 Jul, 2009 1 commit
-
-
fogal1 authored
Essentially just re-running xml2info. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7703 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 12 May, 2009 1 commit
-
-
bonnell authored
Remove avt dependence from visit_vtk/parallel, rename VERSION to VISIT_VERSION for better namespace behavior, added code files for some DB plugins with specialized info code git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7308 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 29 Apr, 2009 1 commit
-
-
fogal1 authored
Mostly build fixes, some extra error checking, and some changes to prevent reading from uninitialized memory. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7123 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 13 Feb, 2009 1 commit
-
-
pugmire authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6286 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 12 Feb, 2009 1 commit
-
-
pugmire authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@6274 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
-
- 06 Aug, 2008 1 commit
-
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@4755 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 28 Jul, 2008 2 commits
-
-
miller86 authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@4693 18c085ea-50e0-402c-830e-de6fd14e8384
-
miller86 authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@4692 18c085ea-50e0-402c-830e-de6fd14e8384
-