Skip to content
Snippets Groups Projects
  1. Feb 04, 2022
  2. Jan 03, 2022
  3. Sep 22, 2021
  4. Sep 16, 2020
  5. Jan 07, 2020
  6. Mar 20, 2019
  7. Jan 17, 2019
  8. Oct 19, 2017
  9. May 25, 2017
  10. Mar 27, 2017
  11. Mar 07, 2017
  12. Mar 01, 2017
  13. Jan 25, 2017
  14. Feb 01, 2016
  15. Mar 18, 2015
    • Brad King's avatar
      Tell Git how to check Markdown (.md) source files · 904a8304
      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.
      904a8304
  16. May 20, 2014
  17. Mar 03, 2013
  18. Sep 27, 2012
    • Brad King's avatar
      Add 'git-gerrit-push' script · 341043cf
      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".
      341043cf
  19. Sep 10, 2012
  20. Mar 02, 2012
  21. Feb 09, 2012
  22. Feb 08, 2012
  23. Feb 24, 2011
  24. Jan 24, 2011
    • Brad King's avatar
      Disable trailing whitespace pre-commit check · af8a911f
      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.
      af8a911f
    • Brad King's avatar
      Disable trailing whitespace pre-commit check · 16f5cba7
      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.
      16f5cba7
  25. Aug 30, 2010
  26. Jul 26, 2010
    • Marcus D. Hanwell's avatar
      ENH: Delay Git hooks setup until the first commit. · 702d8fd7
      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.
      702d8fd7
  27. May 01, 2009
  28. Apr 28, 2009
  29. Jun 29, 2008
    • David Thompson's avatar
      ENH: Mangle the verdict library when VERDICT_MANGLE is set. The prefix · 34f76124
      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.
      34f76124
  30. Jul 16, 2007
  31. Nov 30, 2006
    • Philippe Pebay's avatar
      ENH: Added the Verdict library to VTK. · db6b229b
      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.
      db6b229b
  32. Aug 25, 2006
Loading