Skip to content
Snippets Groups Projects
  1. Dec 21, 2020
    • Daan De Meyer's avatar
      Add .editorconfig file · 8c14c6bd
      Daan De Meyer authored
      A .editorconfig file allows many editors (e.g. Visual Studio Code)
      to autoconfigure themselves based on its contents. This avoids
      some formatting issues in PRs because editors will do the right
      thing by default with a .editorconfig file available in the repo.
      8c14c6bd
  2. Apr 01, 2020
  3. Feb 24, 2020
  4. Feb 13, 2020
  5. Aug 22, 2019
  6. Jul 29, 2019
  7. Mar 13, 2019
  8. Jan 25, 2019
    • lucy phipps's avatar
      CPack: Replace corrupted background png with original · 880e3805
      lucy phipps authored and Brad King's avatar Brad King committed
      The `Modules/CPack.background.png.in` file was originally added by
      commit f2c0dbd1 (ENH: More work on the packaging. Add Applicaitons,
      add icons, etc, 2007-02-13, v2.6.0~2217).  Then it was removed
      accidentally by commit 5308afa3 (ENH: remove unused file, 2009-03-03,
      v2.8.0~963) and restored by commit f9dd6a38 (ENH: add file back bug
      use cmake image, 2009-03-04, v2.8.0~958) but with corruption.
      
      Restore the original image file and add a Git attribute to prevent
      newline conversion as we do for other `.png` files.
      880e3805
  9. Jun 01, 2018
    • Brad King's avatar
      clang-format.bash: update to clang-format-6.0 · 523c443d
      Brad King authored
      Update `.clang-format` with configuration to make the 6.0 format as
      close as possible to what 3.8 produced before.  Then revise the style:
      
      * Indent preprocessor directives (a feature new since 3.8)
      * Add a newline and indentation before inheritance `:` and `,`
      
      Rename the Git attribute identifying the format to include the
      clang-format version number: `format.clang-format-6.0`.  This will aid
      external infrastructure in knowing what version of the tool to run.
      523c443d
  10. Aug 28, 2017
  11. Aug 23, 2017
  12. May 11, 2017
  13. Apr 20, 2017
  14. Mar 24, 2017
    • Kitware Robot's avatar
      KWSys 2017-03-24 (7e9f7b7b) · fda80fde
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          https://gitlab.kitware.com/utils/kwsys.git
      
      at commit 7e9f7b7bdc8ac54006a40a775867022c4d678b06 (master).
      
      Upstream Shortlog
      -----------------
      
      Brad King (3):
            0af48083 Drop custom Git whitespace check attribute
            6365886c Define a custom Git attribute to mark sources using our C style
            d22c2743 clang-format.bash: Use Git attributes to mark files for formatting
      
      Egor Pugin (3):
            ce44c58a FStream: Export ReadBOM() from shared library
            04e24b2b ConsoleBuf: Remove export macro from BasicConsoleBuf template
            858d5edd Encoding: Export CommandLineArguments from shared library
      fda80fde
  15. Feb 22, 2017
  16. Jan 30, 2017
  17. 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
  18. Nov 09, 2016
    • Kitware Robot's avatar
      KWSys 2016-11-09 (18c65411) · 773b36e5
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          http://public.kitware.com/KWSys.git
      
      at commit 18c654114de3aa65429542f95308720bc68f9231 (master).
      
      Upstream Shortlog
      -----------------
      
      Brad King (14):
            37306a1c FStream: Quiet unused argument warning
            15e90a3c Sort includes to stabilize include order w.r.t. clang-format
            26509227 Copyright.txt: Add notice of copyright by contributors
            fc42d3f2 Add temporary script to filter license notices
            c41c1bc4 Simplify KWSys per-source license notices
            1d4c0b4a Remove temporary script that filtered license notices
            a4f5ef79 SystemInformation: Remove stray comment
            8649a886 kwsysPrivate: Protect KWSYS_HEADER macro from clang-format
            89b98af5 Configure clang-format for KWSys source tree
            547dacad Add a script to run clang-format on the entire source tree
            aa94be0c CONTRIBUTING: Add a section on coding style
            6604c4b6 Empty commit at end of history preceding clang-format style transition
            2b3e2b1c Tell Git to not export 'clang-format' infrastructure
            18c65411 FStream: Include Configure.hxx before other headers
      
      Kitware Robot (1):
            6c973b46 Revise C++ coding style using clang-format
      773b36e5
  19. Nov 03, 2016
  20. Aug 31, 2016
  21. May 16, 2016
  22. Mar 09, 2016
    • Brad King's avatar
      Drop Visual Studio 6 generator · b42866a3
      Brad King authored
      This generator has been deprecated since CMake 3.3.  Remove it.
      Update documentation, modules, and tests to drop content specific
      to this generator.
      b42866a3
  23. Dec 17, 2015
  24. May 05, 2015
    • Kitware Robot's avatar
      KWSys 2015-05-04 (c2387a4b) · 0c34ac2f
      Kitware Robot authored and Brad King's avatar Brad King committed
      Extract upstream KWSys using the following shell commands.
      
      $ git archive --prefix=upstream-kwsys/ c2387a4b | tar x
      $ git shortlog --no-merges --abbrev=8 --format='%h %s' 69bccf2e..c2387a4b
      Brad King (3):
            1ea01a46 Tell Git to export '.gitattributes'
            4f39791b Glob: Add explicit assignment operator to Message member
            c2387a4b DynamicLoader: Fix CloseLibrary for failed OpenLibrary on HP-UX
      0c34ac2f
  25. Sep 02, 2014
  26. Mar 02, 2012
  27. Feb 09, 2012
  28. Feb 08, 2012
  29. Dec 05, 2011
    • Brad King's avatar
      Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .lib · afb00fef
      Brad King authored
      Teach the Windows-GNU.cmake platform file to look for Visual Studio
      tools matching the target ABI.  Add an extra step to the link command
      for shared libraries and executables that export symbols and on which a
      new GNUtoMS property is set (initialized by the CMAKE_GNUtoMS option).
      Tell the GNU linker to output a module definition (.def) file listing
      exported symbols in addition to the GNU-format import library (.dll.a).
      Pass the .def file to the MS "lib" tool to construct a MS-format DLL
      import library (.lib).
      
      Teach the install(TARGETS) command to install the MS import library next
      to the GNU one.  Teach the install(EXPORT) and export() command to set
      the IMPORTED_IMPLIB property pointing at the import library to use the
      import library matching the tools in the importing project.
      afb00fef
  30. Oct 24, 2011
  31. Aug 30, 2010
  32. Aug 29, 2000
Loading