Skip to content
Snippets Groups Projects
  1. Jan 22, 2019
    • Craig Scott's avatar
      cmake: Convert no source/build dir error to warning · 2395b1b2
      Craig Scott authored
      Temporarily restore previous behavior that allowed specifying
      no source or build directory to work, even though it was
      neither documented nor supported. This commit is expected
      to eventually be reverted to restore the fatal error for such
      cases.
      
      Relates: #18817
      2395b1b2
  2. Jan 14, 2019
  3. Jan 13, 2019
    • Craig Scott's avatar
      cmake: Ensure source and binary dirs are set · 27eb7c5b
      Craig Scott authored
      If only the source dir is provided, the binary dir is assumed
      to be the working directory. If only the binary dir is provided
      and it doesn't yet have a CMakeCache.txt to provide the
      source dir, then the source dir is assumed to be the working
      directory. This logic was not previously being handled
      correctly when -S and/or -B options were involved.
      Furthermore, when both were missing, no suitable error
      message was provided and an empty string was used for
      the build directory.
      
      Fixes: #18707
      27eb7c5b
    • Craig Scott's avatar
      cmake: Stop processing if -P option lacks file name · a1adbc72
      Craig Scott authored
      While an error message was being logged, processing was
      continuing nonetheless except with the -P argument omitted.
      This could have allowed unintended effects if the remaining
      arguments formed a valid set of command line options.
      a1adbc72
  4. Jan 11, 2019
  5. Jan 10, 2019
  6. Jan 09, 2019
  7. Jan 08, 2019
  8. Dec 13, 2018
  9. Dec 10, 2018
  10. Dec 07, 2018
  11. Dec 05, 2018
  12. Nov 28, 2018
  13. Nov 27, 2018
  14. Nov 26, 2018
  15. Nov 20, 2018
  16. Nov 19, 2018
Loading