Skip to content
Snippets Groups Projects
  1. Nov 10, 2016
  2. Nov 03, 2016
  3. Oct 25, 2016
    • Alex Wang's avatar
      Features: Fix cxx_right_angle_brackets compiler feature test · 68e7250a
      Alex Wang authored and Brad King's avatar Brad King committed
      The clang-format pass in commit v3.6.0-rc1~54^2~1 (Revise C++ coding
      style using clang-format, 2016-05-16) changed the template right angle
      brackets from `>>` to `> >`, which defeats the purpose of this test.
      Change it back and exclude this content from formatting.
      68e7250a
  4. Oct 04, 2016
  5. Oct 03, 2016
  6. Sep 29, 2016
  7. Sep 28, 2016
    • Brad King's avatar
      Utilities/Release: Add html docs to Windows 64-bit binary · 93300f36
      Brad King authored
      The 64-bit Windows binary is built in our second batch because it is
      built on the same host as the 32-bit Windows binary.  When the
      documentation generation was first added, it was not included in the
      second batch because at the time that batch only included the Cygwin
      binary.  Therefore the 64-bit Windows binary has been missing the
      documentation since it was first created for CMake 3.6.
      
      Since then the Cygwin binary was dropped so the second batch only
      contains the 64-bit Windows binary.  Add the docs to it.
      
      Closes: #16333
      93300f36
  8. Sep 27, 2016
    • Brad King's avatar
    • Brad King's avatar
      Simplify CMake per-source license notices · 86578ecc
      Brad King authored
      Per-source copyright/license notice headers that spell out copyright holder
      names and years are hard to maintain and often out-of-date or plain wrong.
      Precise contributor information is already maintained automatically by the
      version control tool.  Ultimately it is the receiver of a file who is
      responsible for determining its licensing status, and per-source notices are
      merely a convenience.  Therefore it is simpler and more accurate for
      each source to have a generic notice of the license name and references to
      more detailed information on copyright holders and full license terms.
      
      Our `Copyright.txt` file now contains a list of Contributors whose names
      appeared source-level copyright notices.  It also references version control
      history for more precise information.  Therefore we no longer need to spell
      out the list of Contributors in each source file notice.
      
      Replace CMake per-source copyright/license notice headers with a short
      description of the license and links to `Copyright.txt` and online information
      available from "https://cmake.org/licensing".  The online URL also handles
      cases of modules being copied out of our source into other projects, so we
      can drop our notices about replacing links with full license text.
      
      Run the `Utilities/Scripts/filter-notices.bash` script to perform the majority
      of the replacements mechanically.  Manually fix up shebang lines and trailing
      newlines in a few files.  Manually update the notices in a few files that the
      script does not handle.
      86578ecc
    • Brad King's avatar
      Utilities/Scripts: Add temporary script to filter license notices · b7180cfe
      Brad King authored
      Add a script to replace our previous per-source license notices with a
      much simpler notice.  This will be used in a following commit and then
      removed.
      b7180cfe
    • Brad King's avatar
      Utilities/KWStyle: Remove unused header check reference file · 78f77f60
      Brad King authored
      We do not actually run a check for this.
      78f77f60
  9. Sep 19, 2016
  10. Sep 16, 2016
  11. Sep 15, 2016
  12. Sep 12, 2016
  13. Sep 09, 2016
  14. Sep 08, 2016
  15. Sep 07, 2016
  16. Sep 05, 2016
  17. Sep 01, 2016
  18. Aug 31, 2016
Loading