Skip to content
Snippets Groups Projects
  1. Jun 20, 2019
  2. May 30, 2019
  3. May 29, 2019
    • Zsolt Parragi's avatar
      Fixing issues when building with clang 8.0 on Windows · 887b1da5
      Zsolt Parragi authored
      * Clang with the MSVC STL requires C++14
      * Deprecatoion warning suppressions were specific to MSVC and Intel
      * An assignment inside a condition resulted in a warning
      * kwsysProcessSetExitException was declared, but never defined or used
      887b1da5
  4. May 15, 2019
  5. May 14, 2019
  6. May 02, 2019
  7. May 01, 2019
  8. Apr 17, 2019
    • Brad King's avatar
      Merge topic 'hide-translation-map' · c42b92f0
      Brad King authored and Kitware Robot's avatar Kitware Robot committed
      
      84bd7c9e SystemTools: support hiding the translation map
      
      Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
      Merge-request: !139
      c42b92f0
    • Ben Boeckel's avatar
      SystemTools: support hiding the translation map · 84bd7c9e
      Ben Boeckel authored and Brad King's avatar Brad King committed
      When determining full paths, CMake would treat the as-called path for
      the source and build directories as real paths even if they were
      symlinks. This causes problems when determining the relative path
      between the source and build directories when they are symlinks.
      
      Take the following setup as an example:
      
          /mnt/src/project/
              src/
              build/ -> /mnt/builds/project/build
      
      With the translation map and /mnt/src/project/build/ as the build
      directory, CMake would use ../src as the relative path to the source
      tree from the build tree rather than ../../../src/project/src and
      lookups using ../src would fail. If the build directory were instead
      used *as* /mnt/builds/project/build, everything would work just
      fine.
      
      This patch makes the core logic which does this logic optional so that
      it can be experimented with in CMake itself.
      84bd7c9e
  9. Apr 16, 2019
  10. Apr 14, 2019
  11. Mar 28, 2019
  12. Mar 27, 2019
  13. Mar 26, 2019
  14. Mar 25, 2019
  15. Mar 21, 2019
    • Brad King's avatar
      Merge topic 'static_variables_class' · fd41ac36
      Brad King authored and Kitware Robot's avatar Kitware Robot committed
      
      8b58389c SystemTools: Move private ReplaceString method to SystemToolsStatic class
      7512ab8c SystemTools: Move private FindIsFullPath method to SystemToolsStatic class
      a1271fea SystemTools: Move private FindName method to SystemToolsStatic
      d9db985f SystemTools: Move private GetEnvImpl method to SystemToolsStatic
      9e32eecd SystemTools: Move private type definitions to SystemToolsStatic
      67eb2674 SystemTools: Move SystemTools::TranslationMap to SystemToolsStatic
      706919be SystemTools: Move SystemTools::PathCaseMap to SystemToolsStatic
      7c273c83 SystemTools: Move SystemTools::EnvMap to SystemToolsStatic
      ...
      
      Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
      Merge-request: !134
      fd41ac36
  16. Mar 19, 2019
Loading