- 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.
-
- Mar 17, 2015
-
-
Utkarsh Ayachit authored
In SetupForDevelopment, switch from setup-gerrit to setup-gitlab. Also invoke setup-upstream to switch the "origin" remote to GitLab. Update the version of the SetupForDevelopment script so that existing work tree hooks will ask developers to run the script again.
-
Utkarsh Ayachit authored
Teach SetupGitAliases to update old ParaView development aliases to just print a message that the old methods are no longer used. Teach git-gerrit-push to print the same message as the alias in case users have not updated it.
-
Utkarsh Ayachit authored
Updates the comment to refer to git-gitlab-push rather than git-gerrit-push.
-
Brad King authored
Teach the git-gitlab-push script to push refs/data/* references to the remote repository along with the topic.
-
Utkarsh Ayachit authored
* setup: git-gitlab-push: Require a '--force' option to force-push the topic git-gitlab-push: Document options on multiple lines in usage git-gitlab-push: Keep user fork 'master' up to date if possible git-gitlab-push: Print follow-up instructions and links for user Add 'git-gitlab-push' script to help users push to their GitLab fork Add 'setup-gitlab' script to configure GitLab access Add 'setup-upstream' script to help users configure preferred upstream git-gerrit-push: Fetch 'master' before checking refspecs git-gerrit-push: Avoid bash history expansion git-gerrit-push: Append topic to refspecs instead of overwriting git-gerrit-push: Refine topic name validation setup-hooks: Create .git hooks directory if necessary
-
- Mar 16, 2015
-
-
Brad King authored
Do not allow users to risk losing work by default. Our workflow does not involve pulling first to avoid a non-fast-forward, so hide any such advice that Git may generate. Instead add our own advice.
-
Brad King authored
This will allow a longer total set of options without long lines.
-
Brad King authored
-
Brad King authored
If the user pushes to the expected GitLab repository, extract their username and use it to print URLs useful for them to follow up in GitLab.
-
Brad King authored
Copy the 'git-gerrit-push' script and change the default remote name. Also change the topic push refspec to force-push a real branch instead of the Gerrit "for/" namespace.
-
Brad King authored
Interactively prompt the user with GitLab setup instructions. Base the script on 'setup-gerrit'.
-
Brad King authored
Interactively prompt the user based on their current configuration to ask about using the preferred upstream configuration.
-
Brad King authored
Fetch 'master' before deciding if there are no refspecs because later changes may use 'master' to compute more refspecs.
-
Brad King authored
Protect '!' characters in single quotes.
-
Brad King authored
Other logic may later be added to add more refspecs.
-
- Mar 15, 2015
-
-
c4a5d2d9 Changed to int datatype so MPI reduce will understand ops
-
- Mar 14, 2015
-
-
8f264774 Add new baseline for megas dashboards.
-
Utkarsh Ayachit authored
Change-Id: I47a25e91848c57ce11a2d12bde5cb7d5463ffeb0
- Mar 12, 2015
-
-
Shawn Waldon authored
Also changed how the 'are blocks shared across processes' test works slightly. Change-Id: I140682771dd29371320ae236b8f46fb600d839a4
-
Shawn Waldon authored
Change-Id: I0275bf1ddaf038e1f8f99c1c6fe72541ef74890e
-
- Mar 11, 2015
-
-
Scott Wittenburg authored
Change-Id: I1661f7bb6ee6a2a8ee712b0fe34f4cd3589479f3
-
Scott Wittenburg authored
In environments where Python 2.6 is still in use, there is no argparse module included by default. For these situations, we have included our own copy, called _argparse.py, which we usually import in the except block in case the default is not present. At some point, the vtk.web package included this file, but at some point it was removed and because few sites still use Python 2.6, it was not caught. This fix puts the _argparse.py in a single location (except for where it is needed at build time). This location is vtk.util, and everything now looks there in the fallback case. Change-Id: I681e58074a41bfc4008e6514d8ad50318e749a14
-
Shawn Waldon authored
Change-Id: I5ab2386e75c734937350b4d8a29b9257c043e8a9
-
Shawn Waldon authored
The GenericIO reader didn't handle loading data arrays right and also failed to set the correct number of points on the point data. Change-Id: Ib4097b6573d1df9924d47e6b67577f9b8caa5fab
-
712bb942 Update VTK to latest master.
-
c5a3eea6 Minor fix for NULL ptr reference
-
91123c5d sciberquest: be smarter about getting the date
-
1ca08b60 Update ports used by paraviewweb testing macro.
-
2adb0a9a Some fixes for PV to use OpenGL2
-
134be211 Added suppressions for warnings in GeodesicMeasurement plugin 596c68cf Cleaned up some unknown pragma warnings 7790ce98 Fix linker errors on linux f7745b83 Force FmmMesh library to build statically 3d2e4ea6 Add link keywords and archive destination 4fddfa78 Build library with default static/shared 0402a185 Fix some linker errors and warnings in VS cd8b741b Added GeodesicMeasurement plugin be7d47d7 Added test for poly line source c6f74bc9 Added poly line source in ParaView f24fd33c Bumped VTK to get vtkPolyLineSource 77f7fc08 Added point picking support to SplineSource
-
716d1d04 Warnings: fix unsigned comparison 22c4f542 Fix branch-depends-on-uninitialized found by valgrind af1e9e44 Change CosmoTools module to use correct 64 bit int DataArray b0aa902b Changed vtkRedistributePolyData to use vtkTemplateMacro 4d9792d6 Added test for GenericIO writer and fixed bugs 6ab57547 Added test for subhalo finding filter f6744bb9 Added a test of the halo finder's subhalo finding option 02ad656f Fixed bad memory access(es) in halo center finder code 6c98c04d Add a test of the halo finder's halo center finding 3e66df0b Added a test of basic vtkPANLHaloFinder functionality
-
2f6570cd BUG #15367. Fixes segfault in pqMultiBlockInspectorPanel.
-
- Mar 10, 2015
-
-
Ben Boeckel authored
Change-Id: I67aaad70fd8c61d4bad4538946c9ef19101e1ef6
-
Ben Boeckel authored
Change-Id: I8d695f50fe6fd2640463c15ebaf2de230f97f35a
-
Utkarsh Ayachit authored
The issue was the code wasn't handling the "unset visbility" being called on root node itself. Also cleaned up logic to disable the "unset ..." items unless the properties were indeed overridden. Change-Id: I77660a78de5777098a48e4489766f149101d5029
-