- 09 Nov, 2016 1 commit
-
-
Kitware Robot authored
Code extracted from: http://public.kitware.com/KWSys.git at commit 18c654114de3aa65429542f95308720bc68f9231 (master). Upstream Shortlog ----------------- Brad King (14): 37306a1c FStream: Quiet unused argument warning 15e90a3c Sort includes to stabilize include order w.r.t. clang-format 26509227 Copyright.txt: Add notice of copyright by contributors fc42d3f2 Add temporary script to filter license notices c41c1bc4 Simplify KWSys per-source license notices 1d4c0b4a Remove temporary script that filtered license notices a4f5ef79 SystemInformation: Remove stray comment 8649a886 kwsysPrivate: Protect KWSYS_HEADER macro from clang-format 89b98af5 Configure clang-format for KWSys source tree 547dacad Add a script to run clang-format on the entire source tree aa94be0c CONTRIBUTING: Add a section on coding style 6604c4b6 Empty commit at end of history preceding clang-format style transition 2b3e2b1c Tell Git to not export 'clang-format' infrastructure 18c65411 FStream: Include Configure.hxx before other headers Kitware Robot (1): 6c973b46 Revise C++ coding style using clang-format
-
- 27 Sep, 2016 1 commit
-
-
Brad King authored
We do not require copyright assignment for contributions to CMake. Update the top-level notice to mention "Contributors" explicitly. Add a list of the Contributors whose names already appear in source-level copyright notices. Find the list with the command: $ git grep -h 'Copyright[^.]' -- *.* \ Auxiliary Modules Packaging Source Templates Tests \ | grep -v Kitware | sed 's/^#\? *//' | sort | uniq Manually refine the list to de-duplicate entries and filter out notices from third-party code.
-
- 08 Sep, 2016 1 commit
-
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/utils/kwiml.git at commit d564b3c71a6dcec9b1cd84afb498b14a69307780 (master). Upstream Shortlog ----------------- Brad King (1): d564b3c7 Update copyright year Richard W.M. Jones (1): 12f000d5 abi.h: Add RISC-V, a little-endian architecture.
-
- 31 Dec, 2015 1 commit
-
-
Brad King authored
-
- 17 Dec, 2015 1 commit
-
-
Kitware Robot authored
Code extracted from: https://github.com/Kitware/KWIML.git at commit 43f9f8d0b0c8ee62aa056a2020981a6d98a40dd4 (master).
-
- 12 Jan, 2015 1 commit
-
-
Brad King authored
-
- 31 Dec, 2014 1 commit
-
-
Brad King authored
-
- 02 Jan, 2014 1 commit
-
-
Brad King authored
-
- 12 Nov, 2013 2 commits
- 01 Oct, 2012 1 commit
-
-
Kitware Robot authored
Extract upstream KWSys using the following shell code. $ sha1=719638e233b560afb0d9a0afdcf23469dc1827fe && git archive --prefix=KWSys-snapshot/ $sha1 | tar x
-
- 10 Nov, 2011 1 commit
-
-
Brad King authored
-
- 27 Jun, 2011 1 commit
-
-
Brad King authored
Provides header files that use preprocessor tests to detect and provide information about the compiler and its target architecture. The headers contain no configuration-time test results and thus may be installed into an architecture-independent include directory. This makes them suitable for use in the public interface of any package.
-
- 01 Oct, 2009 1 commit
-
-
Bill Hoffman authored
-
- 28 Sep, 2009 1 commit
-
-
Brad King authored
This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
-
- 29 Apr, 2006 1 commit
-
-
Andy Cedilnik authored
-
- 08 Aug, 2002 1 commit
-
-
Brad King authored
-
- 21 Jan, 2002 1 commit
-
-
Will Schroeder authored
-
- 11 Dec, 2001 1 commit
-
-
Bill Hoffman authored
-
- 10 Dec, 2001 1 commit
-
-
Brad King authored
ENH: SUBDIR_DEPENDS command now does nothing. The parallel build functionality is now automatic. Dependencies are setup to force the same build order as a single threaded build, but multiple files in the same directory can be built simultaneously. Also fixed bug with inheriting CMakeLists.txt files when a directory level is skipped.
-
- 20 Sep, 2001 1 commit
-
-
Bill Hoffman authored
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
-
- 01 Aug, 2001 1 commit
-
-
Brad King authored
ENH: Added SUBDIR_DEPENDS command and corresponding support code. This command allows specification that a set of subdirectories be built before a particular directory.
-
- 06 Jun, 2001 1 commit
-
-
Bill Hoffman authored
-
- 27 Apr, 2001 1 commit
-
-
Will Schroeder authored
-
- 18 Jan, 2001 1 commit
-
-
Will Schroeder authored
-
- 11 Jan, 2001 1 commit
-
-
Will Schroeder authored
-
- 05 Jan, 2001 1 commit
-
-
Bill Hoffman authored
-