Skip to content
Snippets Groups Projects
  1. Nov 03, 2016
  2. Nov 02, 2016
  3. Nov 01, 2016
  4. Oct 31, 2016
  5. Oct 30, 2016
  6. Oct 29, 2016
  7. Oct 28, 2016
  8. Oct 27, 2016
  9. Oct 26, 2016
  10. Oct 25, 2016
  11. Oct 24, 2016
    • Daniel Pfeifer's avatar
      Introduce CM_UNORDERED_SET · c15dc197
      Daniel Pfeifer authored
      Avoid duplicating switch among std::unordered_set, cmsys::hash_set, and
      std::set.
      c15dc197
    • Daniel Pfeifer's avatar
      Remove cmObject.h and cmTypeMacro.h · 15aa814b
      Daniel Pfeifer authored
      15aa814b
    • Brad King's avatar
      cmake-server: Change message wrapper to avoid ambiguity with content · 9b8dc79c
      Brad King authored
      Change our message wrapper from
      
          [== CMake Server ==[ ... ]== CMake Server ==]
      
      to
      
          [== "CMake Server" ==[ ... ]== "CMake Server" ==]
      
      to guarantee that no JSON content can ever contain the ending string
      (because it would be encoded as `]== \"CMake Server\" ==]`).
      9b8dc79c
    • Bruno Pedrosa's avatar
      Sublime: Update generated diagnostic matching expression for MSVC · 9f1429e2
      Bruno Pedrosa authored and Brad King's avatar Brad King committed
      Update the generated `file_regex` to match MSVC-style messages in
      addition to the GCC-style messages already matched.  Use non-capturing
      sub-patterns to tolerate the differences in message formats while still
      capturing the four pieces of information in proper group numbers (file
      name, line number, column number, message).
      
      Closes: #16375
      9f1429e2
    • Alexis Murzeau's avatar
      Ninja: Use binary dir for `$subdir/all` targets · e983bd32
      Alexis Murzeau authored and Brad King's avatar Brad King committed
      The targets added by commit v3.6.0-rc1~240^2~2 (Ninja: Add `$subdir/all`
      targets, 2016-03-11) use as `$subdir` the relative path from the top of
      the source tree to the current source directory.  This is not correct
      when using `add_subdirectory(test test_bin)`.  Instead we need to use
      the relative path from the top of the binary tree to the current binary
      directory as was done for related targets by commit v3.7.0-rc1~268^2
      (Ninja: Add `$subdir/{test,install,package}` targets, 2016-08-05).
      e983bd32
    • Daniel Pfeifer's avatar
      Remove cmCommand::Enabled and all related accessors · c401f958
      Daniel Pfeifer authored and Brad King's avatar Brad King committed
      Enabled is never set to false.  Remove the member variable and all
      related getters and setters.
      c401f958
    • Daniel Pfeifer's avatar
      Introduce CM_UNORDERED_MAP · 1a74e719
      Daniel Pfeifer authored and Brad King's avatar Brad King committed
      Avoid duplicating switch among std::unordered_map, cmsys::hash_map, and
      std::map.
      1a74e719
    • Alexis Murzeau's avatar
      Ninja: Use binary dir for `$subdir/all` targets · 42db2ebc
      Alexis Murzeau authored and Brad King's avatar Brad King committed
      The targets added by commit v3.6.0-rc1~240^2~2 (Ninja: Add `$subdir/all`
      targets, 2016-03-11) use as `$subdir` the relative path from the top of
      the source tree to the current source directory.  This is not correct
      when using `add_subdirectory(test test_bin)`.  Instead we need to use
      the relative path from the top of the binary tree to the current binary
      directory as was done for related targets by commit v3.7.0-rc1~268^2
      (Ninja: Add `$subdir/{test,install,package}` targets, 2016-08-05).
      42db2ebc
    • Kitware Robot's avatar
      CMake Nightly Date Stamp · 9a901dc7
      Kitware Robot authored
      9a901dc7
  12. Oct 23, 2016
  13. Oct 22, 2016
Loading