Skip to content
Snippets Groups Projects
  1. May 03, 2016
  2. May 02, 2016
  3. Apr 28, 2016
  4. Apr 27, 2016
  5. Apr 22, 2016
  6. Apr 20, 2016
  7. Apr 18, 2016
  8. Apr 15, 2016
  9. Apr 13, 2016
  10. Apr 11, 2016
    • Brad King's avatar
      try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes (#16054) · bd581a37
      Brad King authored
      In the `try_compile` source file signature we propagate the caller's
      value of `CMAKE_<LANG>_FLAGS` into the test project.  Extend this to
      propagate `CMAKE_<LANG>_FLAGS_<CONFIG>` too instead of always using the
      default value in the test project.  This will be useful, for example, to
      allow the MSVC runtime library to be changed (e.g. `-MDd` => `-MTd`).
      bd581a37
  11. Apr 01, 2016
  12. Mar 31, 2016
  13. Mar 29, 2016
  14. Mar 28, 2016
    • Domen Vrankar's avatar
      cpack rpm setting of defattr · 1fe004ea
      Domen Vrankar authored
      RPM supports setting of default user, group,
      file and directory permissions that will be
      applied for files in package unless specified
      per file/dir with attr setting
      This is related to bug report 14714
      1fe004ea
  15. Mar 23, 2016
  16. Mar 22, 2016
  17. Mar 21, 2016
  18. Mar 18, 2016
    • iotamudelta's avatar
      Find{BLAS,LAPACK}: Add support for OpenBLAS (#16024) · 5f6b4f69
      iotamudelta authored and Brad King's avatar Brad King committed
      OpenBLAS (www.openblas.net) is the successor to GotoBLAS.
      5f6b4f69
    • Charles Huet's avatar
      Ninja: Add `$subdir/all` targets · ca575fe9
      Charles Huet authored and Brad King's avatar Brad King committed
      With the Makefile generator one can use `cd $subdir; make all` to build
      all targets associated with a given subdirectory.  This is not possible
      to do with the Ninja generator since there is only one `build.ninja`
      file at the top of the build tree.  However, we can approximate it by
      allowing one to run `ninja $subdir/all` at the top of the tree to build
      the targets in the corresponding subdirectory.
      
      Port logic from cmGlobalUnixMakefileGenerator3::WriteDirectoryRule2 to
      cmGlobalNinjaGenerator in order to produce equivalent directory-level
      targets.
      ca575fe9
  19. Mar 15, 2016
  20. Mar 11, 2016
Loading