- 07 May, 2012 1 commit
-
-
Chris Harris authored
mpi.h seem to be included when VTK_USE_MPI is defined, however, it is not used. Change-Id: Iaa168be9ed4f06897f163f0e43f900053c11cfea
-
- 09 Apr, 2012 2 commits
-
-
Exclude ThirdParty, Utilities/MetaIO, and Utilities/KWSys as these are maintained outside VTK. Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com> Co-Author: Chris Harris <chris.harris@kitware.com> Co-Author: Brad King <brad.king@kitware.com>
-
Move source files from their former monolithic VTK location to their new location in modular VTK without modification. This preserves enough information for "git blame -M" and "git log --follow" to connect modularized VTK files to their original location and history. Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com> Co-Author: Chris Harris <chris.harris@kitware.com> Co-Author: Brad King <brad.king@kitware.com> Co-Author: Nikhil Shetty <nikhil.shetty@kitware.com>
-
- 07 Mar, 2012 1 commit
-
-
Kyle Lutz authored
This fixes a number of misspellings in the comments of the source files in VTK/Parallel. The misspellings were found using the codespell tool. Change-Id: If0cf25722cfdde32430342ab67ba8781bb0b2596
-
- 20 May, 2010 1 commit
-
-
The CVS $Revision$ keyword replacement will no longer maintain these macros automatically. They were used only to implement CollectRevisions and vtkObjectBase::PrintRevisions, an API that was never used. Automated as follows: pass 0: catch templates --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' | grep '<' pass 1: main changes --------------- $ git grep -l '^vtkCxxRevisionMacro' | while read file; do echo "$file" 1>&2 perl -i -ne 'print unless (/^vtkCxxRevisionMacro/ and /\)/)' $file done $ git grep -l -e 'vtkTypeRevisionMacro(' | while read file; do echo "$file" 1>&2 perl -i -pe 's/vtkTypeRevisionMacro/vtkTypeMacro/g' $file done pass 2: verify --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' Fixed multi-line vtkCxxRevisionMacro and templates by hand.
-
- 23 Apr, 2010 1 commit
-
-
The CVS $Revision$ keyword replacement will no longer maintain these macros automatically. They were used only to implement CollectRevisions and vtkObjectBase::PrintRevisions, an API that was never used. Automated as follows: pass 0: catch templates --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' | grep '<' pass 1: main changes --------------- $ git grep -l '^vtkCxxRevisionMacro' | while read file; do echo "$file" 1>&2 perl -i -ne 'print unless (/^vtkCxxRevisionMacro/ and /\)/)' $file done $ git grep -l -e 'vtkTypeRevisionMacro(' | while read file; do echo "$file" 1>&2 perl -i -pe 's/vtkTypeRevisionMacro/vtkTypeMacro/g' $file done pass 2: verify --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' Fixed multi-line vtkCxxRevisionMacro and templates by hand.
-
- 10 Sep, 2004 1 commit
-
-
Mathieu Malaterre authored
-
- 20 Apr, 2004 1 commit
-
-
Ken Martin authored
-
- 16 Feb, 2004 1 commit
-
-
Amy Squillacote authored
-
- 14 Nov, 2003 1 commit
-
-
Will Schroeder authored
-
- 06 Jun, 2003 2 commits
-
-
Charles Law authored
-
Charles Law authored
-
- 14 Mar, 2003 1 commit
-
-
Charles Law authored
-
- 26 Jul, 2002 1 commit
-
-
Charles Law authored
This is a temporary solution to composite using a subset of processes. I will take the option out once I figure out how to use the MPI communicator to implement this feature.
-
- 03 Jul, 2002 1 commit
-
-
Berk Geveci authored
-
- 02 Jul, 2002 1 commit
-
-
Charles Law authored
-
- 17 Jun, 2002 1 commit
-
-
Ken Martin authored
-
- 16 May, 2002 2 commits
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- 13 May, 2002 1 commit
-
-
Charles Law authored
-