- 09 Apr, 2019 1 commit
-
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/diy2.git at commit f7a68da4fbe93ae7a8699b66f125a98ace842998 (for/vtk-m).
-
- 08 Mar, 2019 1 commit
-
-
Robert Maynard authored
-
- 13 Feb, 2019 1 commit
-
-
Haocheng LIU authored
-
- 12 Feb, 2019 1 commit
-
-
Haocheng LIU authored
Due to a bug in pthread, loguru would leak 12 bytes memory from the main thread when `loguru::init` is in use. Since GCC does not support blacklist file, the suppression logic is added to ctest_memcheck_supp_file file. See details in loguru github issue #59.
-
- 11 Jan, 2019 2 commits
-
-
Kenneth Moreland authored
The script can take a while, so it is good to give some output so that users know that it is still running.
-
Kenneth Moreland authored
Removes template parameters from tags that no longer use them.
-
- 30 Nov, 2018 1 commit
-
-
Haocheng LIU authored
For use with sanitizer builds.
-
- 29 Aug, 2018 1 commit
-
-
Allison Vacanti authored
-
- 23 Aug, 2018 1 commit
-
-
Allison Vacanti authored
-
- 27 Jul, 2018 1 commit
-
-
Kenneth Moreland authored
This includes updated to the latest master. To help with that, I added an alias to SetupForDevelopment.sh to update the master branch regardless of what branch you are on.
-
- 05 Jun, 2018 1 commit
-
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/taotuple.git at commit ae4936580baf117373e73c23f0f8407d7589e6ff (for/vtk-m).
-
- 31 Jan, 2018 1 commit
-
-
Kenneth Moreland authored
A recent merge request corrected several spelling errors in VTK-m. One such correction was in the git-gitlab-sync script in the Utilities/GitSetup directory. This commit reverts the change in this specific file for two reasons. 1. The changed introduced a \' inside a single quote string (to correct cant to can't). However, single quotes in shell scripts do not allow you to escape characters like that, and thus this causes an error when running the script. 2. This script actually comes from a separate repository (https://gitlab.kitware.com/utils/gitsetup) that we occasionally syncronize with. To prevent confusion, we should minimize the divergence between this repository and that one. If someone wants to make this change, it should really be made in the GitSetup repository.
-
- 30 Jan, 2018 1 commit
-
-
luz.paz authored
these need a little more review.
-
- 26 Sep, 2017 1 commit
-
-
Allison Vacanti authored
-
- 21 Sep, 2017 1 commit
-
-
Kenneth Moreland authored
The changes silence git rev-parse and support Windows lease detection.
-
- 19 Sep, 2017 1 commit
-
-
Kenneth Moreland authored
Specifically, several of the git setup scripts defined a function named "egrep-q". This almost always works, but I happened to have an install of git on windows/cygwin that gave the error: `egrep-q': not a valid identifier I always thought hyphens were allowed in script identifiers (and usually they are), but apparently sometimes they are not. (See for example https://stackoverflow.com/questions/2821043/allowed-characters-in-linux-environment-variable-names). This provides an easy fix by replacing egrep-q with egrep_q.
-
- 07 Jun, 2017 4 commits
-
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
- 26 Jan, 2017 1 commit
-
-
Kenneth Moreland authored
In addition to keeping the version number accurate, this will help us differentiate between-the-numbers commits.
-