- 15 Feb, 2016 1 commit
-
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/proj.git at commit 59bbf70410f44bf9f6828ea65ccbadc1c9683ecb (for/vtk).
-
- 22 Jan, 2016 1 commit
-
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/diy2.git at commit 8c89e5677ce3d29f621049d736167cf386648ecc (for/vtk).
-
- 14 Dec, 2015 1 commit
-
-
Kitware Robot authored
Code extracted from: https://github.com/Kitware/KWIML.git at commit 43f9f8d0b0c8ee62aa056a2020981a6d98a40dd4 (master).
-
- 07 Dec, 2015 1 commit
-
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/png.git at commit 63adbb10997c492ec17eaab6f80734b8f988605a.
-
- 04 Nov, 2015 1 commit
-
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/jsoncpp.git at commit eb1ddde0620c25ac890f531098bc5460eda13378.
-
- 16 Apr, 2015 1 commit
-
-
Kitware Robot authored
Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ 1ea01a46 | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 5843f590..1ea01a46 Ben Boeckel (1): 425fa73e Add missing malloc return value casts Brad King (11): dec9c30b SharedForward: Hard-code the ldpath buffer size to below VS 14 limit 9c3eacf8 Add CONTRIBUTING.rst file with instructions to contribute cc4046a8 Directory: Work around PGI problem with Linux Large File Support 5a15cb3b Base64: Use size_t for lenghts in API 57c3ef1d Suppress deprecation warnings for GetVersionEx on Intel compiler b33e7b96 FStream: Fix exception spec on our standard stream replacements d4e7f08e Directory: Check opendir return value before using it 4a698414 hashtable: Give prime number table functions internal linkage 20f50727 SystemInformation: Add missing 'break' in StacktraceSignalHandler 69bccf2e SystemTools: Teach Touch with !create to succeed on missing file 1ea01a46 Tell Git to export '.gitattributes' Domen Vrankar (5): 2b042ff6 SystemTools: Optionally report error from GetRealPath 7c9a970a Glob: Remove dead code 1b75ad3d Glob: Remove addition of extra '/' 5d6204e9 Glob: Handle symlink cycles in directory paths 4890f30c Glob: Add support for directory listing Jean-Christophe Fillion-Robin (2): c38ba638 SystemInformation: Improve Get(Available/Total)VirtualMemory for windows 58308145 SystemInformation: Improve comments in private implementation Paul Martin (1): d2aa1afd SystemTools: Update CopyFileAlways stream library workarounds Sean McBride (3): 87c65319 SharedForward: Suppress clang -Wcast-qual warnings with conditional pragma 093eae34 SystemInformation: Fix -Wswitch-enum warnings 9367a33b testHashSTL: Fix warnings by marking private functions static Simon Gomizelj (1): 2f0165f1 Terminal: Add xterm-termite to VT100 color support whitelist Stephen Kelly (3): e4fe1d1a SystemTools: Refactor selection of Windows directory APIs af86ac7d SystemTools: Fix build with SunCC/stlport. d30c9b03 Workaround SolarisStudio bug with libstdc++.
-
- 16 Mar, 2015 1 commit
-
-
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.
-
- 27 Feb, 2013 1 commit
-
-
Marcus D. Hanwell authored
This was changed in ee8cc207, now that we have fixed the formatting in the VTK source files we should warn at commit time if there are trailing white spaces. Change-Id: Id7e2a6b0a0aad57cba5809cee60c50bdff833fb7
-
- 27 Sep, 2012 1 commit
-
-
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".
-
- 26 Sep, 2012 1 commit
-
-
Dave DeMarle authored
Change-Id: I1a266fa2d511315f636bace749bdc8d804483a35
-
- 10 Sep, 2012 1 commit
-
-
Brad King authored
Add a .gitattributes line to match both "config.sample" and any config file added by the containing project.
-
- 29 Aug, 2012 1 commit
-
-
Brad King authored
The verdict source is now versioned in its own repository instead of inside VTK. Remove verdict sources to make room for new import from the upstream repository. Change-Id: I6892fd69374c906c5ceb1f8948da5de55635454c
-
- 24 Aug, 2012 1 commit
-
-
Brad King authored
Move the third-party sources to a dedicated subdirectory of the containing module. Add header "vtk_verdict.h" to include the verdict header provided by VTK and update Filters/Verdict/*.cxx to use it. Change-Id: Ie0a9a13d9f66b1bcc420100bd5ac1fc1333cf48c
-
- 09 Apr, 2012 1 commit
-
-
VTK Developers authored
Add module.cmake, CMakeLists.txt, and other build system files. The modular VTK build system is not yet mature. The monolithic build files had a lot of infrastructure. The modular build files reproduce much of the functionality but some features will need to be restored later. Document status and tasks in "TODO-Modularization.txt". 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>
-
- 02 Mar, 2012 1 commit
-
-
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.
-
- 09 Feb, 2012 2 commits
- 08 Feb, 2012 1 commit
-
-
Brad King authored
-
- 07 Feb, 2012 1 commit
-
-
Brad King authored
Add ".hooks-config.bash" to tell the main hooks to chain to our hooks. Add a pre-commit hook that cooperates with SetupForDevelopment.sh to ensure the user has run the most recent hook setup script. Add a prepare-commit-msg hook to mention the "WIP:" prefix in the standard commented commit message instructions. Change-Id: I034afb64aa4fbbcaafd70d8a57493495d8736181
-
- 24 Jan, 2011 1 commit
-
-
Brad King authored
The VTK 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.
-
- 13 Dec, 2010 1 commit
-
-
Brad King authored
This file has all of the source of sqlite3 combined into one translation unit. Specify a custom max size so commits to the file do not hit our blob size limit check.
-
- 30 Aug, 2010 1 commit
-
-
Brad King authored
Tell Git 1.7.2 and later to reject indentation with TABs.
-
- 16 Jul, 2010 1 commit
-
-
Brad King 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 for those who just want to build.
-
- 18 May, 2009 1 commit
-
-
- 15 Jul, 2008 1 commit
-
-
David Cole authored
ENH: Merge changes from main tree into VTK-5-2 branch. (cvs -q up -j1.5 -j1.6 Utilities/verdict/verdict.dsp)
-
- 29 Jun, 2008 1 commit
-
-
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.
-
- 30 Nov, 2006 1 commit
-
-
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.
-
- 30 Nov, 2005 1 commit
-
-
Brad King authored
-
- 08 Apr, 2003 1 commit
-
-
Brad King authored
-
- 20 Jan, 2003 1 commit
-
-
Brad King authored
-
- 29 Jan, 2002 1 commit
-
-
Andy Cedilnik authored
Initial import of libtiff. It compiles on HPUX and Linux (gcc3.0). This is a test if it will compile on all platforms. If it does, I will commit also new TIFF reader.
-
- 07 Nov, 2001 1 commit
-
-
Sebastien Barre authored
-
- 17 Oct, 2001 1 commit
-
-
Sebastien Barre authored
-
- 28 Sep, 2001 1 commit
-
-
Sebastien Barre authored
-
- 27 Sep, 2001 1 commit
-
-
Sebastien Barre authored
-
- 26 Apr, 2001 1 commit
-
-
Ken Martin authored
A new CVS repository was created on 2001-04-26 to fork VTK during transition to a new source tree layout. The new repository was created using server-side symlinks referencing files in the original repository to preserve per-file history. This commit was manufactured during conversion from CVS to represent the fork as a branch.
-
- 26 Jan, 2001 1 commit
-
-
Bill Hoffman authored
-
- 22 May, 1998 1 commit
-
-
LYMB Demo authored
-
- 15 May, 1997 1 commit
-
-
LYMB Demo authored
-
- 21 Aug, 1996 1 commit
-
-
Ken Martin authored
-