Skip to content
Snippets Groups Projects
  1. May 26, 2020
  2. Nov 06, 2019
  3. Nov 05, 2019
  4. Feb 20, 2019
  5. Feb 19, 2019
  6. Oct 17, 2018
  7. Oct 09, 2018
  8. Aug 01, 2018
  9. Aug 16, 2017
    • Brad King's avatar
      Require C++11 to build CMake itself · fd4fd9a2
      Brad King authored
      CMake can now compile as C++11 on all supported platforms.  Check that
      std::unique_ptr is available and fail early if missing.  This will allow
      us to use C++11 more broadly in CMake's implementation (previously it
      was restricted to the serve mode implementation).
      
      Co-Author: Daniel Pfeifer <daniel@pfeifer-mail.de>
      fd4fd9a2
  10. Aug 07, 2017
  11. Aug 04, 2017
  12. Jun 13, 2017
  13. Dec 14, 2016
    • Kitware Robot's avatar
      KWSys 2016-12-14 (95a7e234) · a9ea66bd
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          https://gitlab.kitware.com/utils/kwsys.git
      
      at commit 95a7e234ffd0c6bdfaa8b21c59a119198c050164 (master).
      
      Upstream Shortlog
      -----------------
      
      Ben Boeckel (1):
            e0967411 Add a script to help update third-party sources
      
      Brad King (10):
            98505f79 Add script to update GitSetup from upstream
            365edba8 GitSetup: Tell Git not to export .gitattributes
            41a7fe5b Add pre-commit hook to check whether SetupForDevelopment must re-run
            17a1200c Convert developer setup scripts away from Gerrit Code Review
            5f206c3a Tell Git to use a distinct conflict marker size in `.rst` files
            33f828d4 README: Convert from `.txt` to `.rst` markup
            56b707dd README: Add section about reporting bugs
            140357ea CONTRIBUTING: Document contribution through the Kitware GitLab Instance
            4b7bf8e4 Tell Git not to export any `.sh` or `.bash` scripts
            e25eb8dc CONTRIBUTING: Add step for running developer setup script
      
      GitSetup Upstream (3):
            fed3d191 GitSetup 2012-09-27 (341043cf)
            a0144297 GitSetup 2016-12-13 (8af10838)
            868c1e68 GitSetup 2016-12-13 (cd5ada6d)
      a9ea66bd
  14. Jun 17, 2016
  15. Oct 29, 2015
  16. Sep 25, 2015
  17. Jul 02, 2015
  18. Aug 04, 2014
  19. Jun 03, 2014
  20. Feb 03, 2014
  21. Jan 29, 2014
    • Brad King's avatar
      Update README and add guidelines for CONTRIBUTING · da875492
      Brad King authored
      Rename 'Readme.txt' to 'README.rst', format the documentation as
      reStructuredText, and modernize the content.  Also add a new
      'CONTRIBUTING.rst' explaining the preferred entry path for new
      contributors.
      da875492
Loading