Skip to content
Snippets Groups Projects
  1. Jan 22, 2019
  2. Jan 21, 2019
  3. Jan 20, 2019
  4. Jan 19, 2019
  5. Jan 18, 2019
    • Vitaly Stakhovsky's avatar
      cmDepends: all members accept std::string arguments · 2c50a725
      Vitaly Stakhovsky authored
      Most `const char*` arguments converted to `const std::string&`
      in `cmDepends` and derived classes.
      In addition performed minor code cleanup.
      2c50a725
    • Artur Ryt's avatar
      Help: Mark default CMake generator with asterisk · dfd5ae7d
      Artur Ryt authored and Brad King's avatar Brad King committed
      Required extracting default generator evaluation
      to explicit function, as Visual Studio generators
      get validated during their construction.
      
      Fixes: #18544
      dfd5ae7d
    • Craig Scott's avatar
      ccmake: Append rather than replace Generators section of docs · 6023fe7f
      Craig Scott authored and Brad King's avatar Brad King committed
      Using SetSection() discards the heading line populated by
      addCMakeStandardDocSections(), whereas AppendSection()
      preserves it. This also makes the code used for ccmake
      consistent with that used for cmake and cmake-gui.
      6023fe7f
    • Artur Ryt's avatar
      cmake: Return generator docs directly · 7408cd39
      Artur Ryt authored and Brad King's avatar Brad King committed
      The GetGeneratorDocumentation() function was not accurately
      named and required the vector to populate to be passed as a
      function argument. This commit makes the slightly renamed
      function return by value, making it a true getter as implied
      by its name. Some minor refactoring of the implementation
      also makes the steps of populating the vector clearer.
      7408cd39
Loading