Skip to content
Snippets Groups Projects
  1. Apr 04, 2021
  2. Jan 17, 2021
  3. Jan 04, 2021
  4. Dec 16, 2020
    • Jörg Bornemann's avatar
      cmake-mode.el: Require the rx package · 591d4bbd
      Jörg Bornemann authored
      We're using rx in cmake-mode.el. Technically, we don't have to load the
      package, because it's already loaded at startup. But it's good style to
      explicitly require the packages we use, if only to give a quick overview
      of the package dependencies.
      591d4bbd
  5. Dec 11, 2020
    • Jörg Bornemann's avatar
      cmake-mode.el: Add navigation by function and macro · 901386f6
      Jörg Bornemann authored
      Add the functions cmake-beginning-of-defun and cmake-end-of-defun that
      jump to the beginning/end of the nearest function or macro.
      
      Add the function cmake-mark-defun that marks the current function.
      
      Bind those functions to the usual keys in cmake-mode-map.
      901386f6
  6. Dec 08, 2020
  7. Nov 18, 2020
  8. Nov 05, 2020
  9. Aug 28, 2020
  10. Jul 21, 2020
    • Brad King's avatar
      Auxiliary: Add options to control Vim and Emacs file installation · 83bc79e2
      Brad King authored
      Since commit 2642f432 (Aux: Install editor and bash files to more
      natural locations, 2020-03-30, v3.18.0-rc1~429^2) these files are
      installed by default into locations that are not CMake-specific but may
      be distro-specific.  Add options for packagers to control these
      locations.
      
      Also rename the `CMAKE_BASH_COMP_DIR` option to follow our conventions.
      
      Fixes: #20993
      83bc79e2
  11. May 21, 2020
  12. Mar 31, 2020
  13. Jan 16, 2020
  14. Dec 10, 2019
  15. Aug 16, 2019
  16. Jul 18, 2019
  17. Jul 09, 2019
  18. May 16, 2019
  19. May 14, 2019
  20. Apr 28, 2019
  21. Mar 21, 2019
  22. Mar 16, 2019
  23. Mar 11, 2019
  24. Feb 21, 2019
  25. Jan 18, 2019
    • Andrew Paprocki's avatar
      Fortran: Add compiler ID/Version generator expressions · a0809142
      Andrew Paprocki authored and Brad King's avatar Brad King committed
      Adds `Fortran_COMPILER_ID` and `Fortran_COMPILER_VERSION` generator
      expression support to match equivalent `C_COMPILER_ID`,
      `CXX_COMPILER_ID`, `C_COMPILER_VERSION`, and `CXX_COMPILER_VERSION`
      support.
      
      This is very helpful in the case where the C/C++ compiler suite is a
      different type of compiler from the platform Fortran compiler and
      projects use generator expressions to assign compiler flags and
      definitions.  (e.g. `GNU` C/C++ and `SunPro` Fortran on Linux)
      a0809142
  26. Jan 02, 2019
  27. Dec 20, 2018
    • Wouter Klouwen's avatar
      ExternalProject: add LOG_OUTPUT_ON_FAILURE option · 19d86e26
      Wouter Klouwen authored and Craig Scott's avatar Craig Scott committed
      This option only has an effect if at least one of the other LOG_<step>
      options is enabled.  If an error occurs for a step which has logging to
      file enabled, that step's output will be printed to the console.  For
      cases where a large amount of output is recorded, just the end of that
      output may be printed to the console.
      19d86e26
  28. Oct 26, 2018
  29. Oct 19, 2018
    • Wouter Klouwen's avatar
      ExternalProject: option LOG_MERGED_STDOUTERR to combine stdout and stderr · 7ddc9e35
      Wouter Klouwen authored
      In some circumstances the user of ExternalProject may not desire the
      split log files for stdout and stderr. In particular with a project has
      many errors it can be difficult to correlate the output error with the
      command that it resulted from.
      
      This commit adds the LOG_MERGED_STDOUTERR option that when enabled
      outputs into a unified <name>-<step>.log for each step. If disabled it
      will default to the previous behaviour of <name>-<step>-out.log and
      <name>-<step>-err.log.
      7ddc9e35
    • Wouter Klouwen's avatar
      ExternalProject: add LOG_DIR option that allows overriding of log location · b6f6cac3
      Wouter Klouwen authored
      In some situations it can be helpful to separate out the location of the
      log files from the location of the stamp files. For instance if you have
      a continuous integration that exposes the location where log files are
      stored.
      
      This commit adds an option that allows a user to override the default
      behaviour of putting the log files in STAMP_DIR called LOG_DIR. The
      previous behaviour of putting the log files into the STAMP_DIR applies
      if LOG_DIR is not specified.
      b6f6cac3
  30. Aug 28, 2018
  31. Jul 09, 2018
    • Jeff Kowalski's avatar
      cmake-mode.el: Fix "unescaped character literals" warning · 67ae6da3
      Jeff Kowalski authored and Brad King's avatar Brad King committed
      Emacs 27.0 warns
      
          Loading ‘cmake-mode’: unescaped character literals `?(', `?)' detected!
      
      during byte-compilation of cmake-mode.el The new warning was added in
      emacs commit c2bbdc3316 (Warn about missing backslashes during load).
      
      Add backslashes to escape the literals.
      67ae6da3
  32. Jan 03, 2018
  33. Oct 18, 2017
  34. Oct 13, 2017
  35. Sep 27, 2017
Loading