Skip to content
Snippets Groups Projects
  1. Nov 12, 2013
    • Brad King's avatar
      Merge topic 'pp-transitive-property-handling' · d3f7fa22
      Brad King authored and Kitware Robot's avatar Kitware Robot committed
      77a0fd51 Genex: Use a preprocessor foreach to follow transitive properties.
      14649336 Genex: Simplify the preprocessor looper for interface properties.
      d3f7fa22
    • Brad King's avatar
      Merge topic 'constify' · a4b9adec
      Brad King authored and Kitware Robot's avatar Kitware Robot committed
      dcac9be6 Make accessors for compile-related information const.
      19a8a3c4 cmTarget: Don't finalize include directories in GetIncludeDirectories.
      3305364f cmGlobalGenerator: Rename the FinalizeCompileDefinitions method.
      a4b9adec
    • Brad King's avatar
      Merge topic 'cmake-internal-locations' · a1e22f69
      Brad King authored and Kitware Robot's avatar Kitware Robot committed
      d1526f82 Refactor internal resource location APIs and initialization
      a1e22f69
    • Brad King's avatar
      Merge topic 'test-RunCMake.CMP0037-everywhere' · 298ef433
      Brad King authored and Kitware Robot's avatar Kitware Robot committed
      8c6c1f16 Enable RunCMake.CMP0037 test everywhere
      298ef433
    • Brad King's avatar
      Merge topic 'clear-generator-data' · cb4a4686
      Brad King authored and Kitware Robot's avatar Kitware Robot committed
      00055ce7 cmExportSetMap: Override clear() to delete held resources
      cb4a4686
    • Brad King's avatar
      Refactor internal resource location APIs and initialization · d1526f82
      Brad King authored
      Rename cmSystemTools::FindExecutableDirectory to FindCMakeResources.
      Teach it to compute the locations of cmake, ctest, cpack, ccmake, and
      cmake-gui executables, and the location of CMAKE_ROOT.  Provide this
      information from static cmSystemTools::Get<resource>() methods.
      Refactor code that needs these locations to use the new APIs.
      
      Teach FindCMakeResources to use the OS X system API to lookup the
      executable location.  When running from the CMake build tree itself,
      leave a file in the tree that FindCMakeResources can use to read the
      location of the source tree.  This avoids the need to compile the source
      tree location into a binary that may be installed and used without the
      source tree.
      
      Teach the QtDialog on OS X to create a "cmake-gui" symlink in the build
      tree next to "cmake" and the other tools, as is already done in the
      install tree for the application bundle.  This ensures a consistent set
      of executables are available in one directory.
      d1526f82
    • Kitware Robot's avatar
      CMake Nightly Date Stamp · 4a762aa3
      Kitware Robot authored
      4a762aa3
  2. Nov 11, 2013
    • Brad King's avatar
      Enable RunCMake.CMP0037 test everywhere · 8c6c1f16
      Brad King authored
      Split the test cases covering spaces and colons into separate units.
      Run the space cases everywhere.  Disable the colon cases where they
      are known to fail.  This approach increases platform coverage for the
      test and makes the known-failure logic as local as possible.
      
      No Makefile generator on Windows can generate targets with ':'
      in their name because the CMakeFiles/<target>.dir directory cannot
      be created.  Skip this part of the test on all Windows Make tools.
      8c6c1f16
    • Kitware Robot's avatar
      CMake Nightly Date Stamp · 13da9f00
      Kitware Robot authored
      13da9f00
  3. Nov 10, 2013
  4. Nov 09, 2013
  5. Nov 08, 2013
  6. Nov 07, 2013
  7. Nov 06, 2013
  8. Nov 05, 2013
Loading