- Feb 04, 2022
-
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/rxqt.git at commit 71b137d56eee44756abe99b0e24d8a9a86bec7e2 (for/paraview-master-g38e510f-20220204).
-
- Jan 03, 2022
-
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/rxcpp.git at commit 3542a34d3dc527ec0215b04b0a0968b1455100bc (for/paraview-master-gec38393-20220103).
-
- Sep 22, 2021
-
-
Ben Boeckel authored
-
- Sep 16, 2020
-
-
Kitware Robot authored
Code extracted from: https://github.com/cinemascience/cinemasci.git at commit 0edef15bf47fe16a65c59093d56d79afc6a2fa27 (0edef15bf47fe16a65c59093d56d79afc6a2fa27).
-
- Jan 07, 2020
-
-
Utkarsh Ayachit authored
Reworking how directions/modules are laid out.
-
- Mar 20, 2019
-
-
Ben Boeckel authored
See: vtk/vtk#17258
-
- Jan 17, 2019
-
-
Code extracted from: https://gitlab.kitware.com/third-party/cgns.git at commit a91ce0c78b43b6021232c0ac4803305319fac54f (for/paraview-20181231-3.3.1).
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/protobuf.git at commit 0bf92c168ccf59789e0d97ff8ebccffd090346b4 (for/paraview-20190116-3.6.1.2).
-
- Oct 19, 2017
-
-
Code extracted from: https://gitlab.kitware.com/utils/gitsetup.git at commit e0a28f2682a3efe123b31bd066b7cfba0a66a57c (setup).
-
- May 25, 2017
-
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/nvpipe.git at commit 3aefb0f7edfff8b1d5c599f4ac887cbc4f750ddd (for/paraview).
-
- Mar 27, 2017
-
-
Ben Boeckel authored
VTK uses comments not formatted how clang-format wants them. Now that the GLSL files are at least largely conforming, drop them from formatting.
-
- Mar 07, 2017
-
-
Ben Boeckel authored
The client-server wrapping code uses C, so do not restrict the size of C files to 0 bytes.
-
- Mar 01, 2017
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
No files in the repository match these patterns
-
- Jan 25, 2017
-
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/cgns.git at commit 85ebc36402b6550cd07d5184a161411e26ea54ba (for/paraview).
-
- Feb 01, 2016
-
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/lz4.git at commit 25f6b9b54a17e6ff582d1769628c98f89f207271 (for/paraview).
-
- Mar 18, 2015
-
-
Brad King authored
Disallow tabs in document indentation. We will use four spaces instead of a tab to indent nested blocks. Use large conflict markers because otherwise '=======' underlines in Markdown section headers look like conflict markers to the automatic checks.
-
- May 20, 2014
-
-
Ben Boeckel authored
These scripts deal with baselines for new tests. Change-Id: I404b4255f181faa81994eca2786635e9357ceece
-
- Mar 03, 2013
-
-
Utkarsh Ayachit authored
mpi4py is a ThirdParty module, not a Utilities module. Change-Id: Ib45b5c5fafe1570c95e8e42bdf60ceb6bacd82ee
-
- Sep 27, 2012
-
-
Brad King authored
Add a script implementing our standard "git gerrit-push" alias. When invoked, first check that the current branch is a named topic. Then fetch 'master' from the 'gerrit' remote repository so the local repository can compute a minimal pack to push. Finally, push the topic to the 'gerrit' remote as "refs/for/master/$topic".
-
- Sep 10, 2012
-
-
Brad King authored
Add a .gitattributes line to match both "config.sample" and any config file added by the containing project.
-
- Mar 02, 2012
-
-
Brad King authored
Add the "export-ignore" attribute to all such files. Remove the suggestion from the README since this should not be a responsibility of the including project.
-
- Feb 09, 2012
- Feb 08, 2012
-
-
Brad King authored
-
- Feb 24, 2011
-
-
David Partyka authored
These files get copied into the Silo source download with fixes to deal with 64bit builds and paths that contain spaces.
-
- Jan 24, 2011
-
-
Brad King authored
The PV developers have decided to allow trailing whitespace in source files to avoid the cost of asking everyone to edit carefully or figure out how to make each editor show it. The trade-off is an increased risk of extra merge conflicts due to accidental changes involving trailing whitespace exclusively.
-
Brad King authored
The PV developers have decided to allow trailing whitespace in source files to avoid the cost of asking everyone to edit carefully or figure out how to make each editor show it. The trade-off is an increased risk of extra merge conflicts due to accidental changes involving trailing whitespace exclusively.
-
- Aug 30, 2010
-
-
Brad King authored
Tell Git 1.7.2 and later to reject indentation with TABs.
-
- Jul 26, 2010
-
-
Marcus D. Hanwell authored
Install a small .git/hooks/pre-commit script in the source tree at CMake configuration time, instead of telling the user to do it. When the user first attempts to commit this bootstrapping hook will trigger and print instructions to install the real hooks. This approach allows us to require local hooks for commit, but not affect builds.
-
- May 01, 2009
-
-
Burlen Loring authored
-
- Apr 28, 2009
-
-
Kenneth Moreland authored
-
- Jun 29, 2008
-
-
David Thompson authored
added to the mangling is determined by VERDICT_MANGLE_PREFIX. VTK sets this to "vtk". VERDICT_MANGLE_PREFIX is also prepended to the library name. COMP: Made some functions/variables static since they aren't mentioned in verdict.h and would force more mangling. ENH: Removed the old makefile/dsp build system.
-
- Jul 16, 2007
-
-
Dave Demarle authored
-
Dave Demarle authored
-
- Nov 30, 2006
-
-
Philippe Pebay authored
Please note that: 1. this is a CMake-ified version of Verdict that can still be compiled stand-alone, using autoconf. 2. this version of Verdict implements some changes to the API designed to make it compatible with vtkMeshQuality. ENH: Modified vtkMeshQuality in order to make it compatible with Verdict. Please vtkMeshQuality's documentation for more details.
-
- Aug 25, 2006
-
-
Andy Cedilnik authored
-