- Dec 31, 2015
-
-
Brad King authored
-
- Dec 17, 2015
-
-
Code extracted from: https://github.com/Kitware/KWIML.git at commit 43f9f8d0b0c8ee62aa056a2020981a6d98a40dd4 (master).
-
- Jan 12, 2015
-
-
Brad King authored
-
- Dec 31, 2014
-
-
Brad King authored
-
- Jan 02, 2014
-
-
Brad King authored
-
- Nov 12, 2013
- Oct 01, 2012
-
-
Extract upstream KWSys using the following shell code. $ sha1=719638e233b560afb0d9a0afdcf23469dc1827fe && git archive --prefix=KWSys-snapshot/ $sha1 | tar x
-
- Nov 10, 2011
-
-
Brad King authored
-
- Jun 27, 2011
-
-
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.
-
- Oct 01, 2009
-
-
Bill Hoffman authored
-
- Sep 28, 2009
-
-
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.
-
- Apr 29, 2006
-
-
Andy Cedilnik authored
-
- Aug 08, 2002
-
-
Brad King authored
-
- Jan 21, 2002
-
-
Will Schroeder authored
-
- Dec 11, 2001
-
-
Bill Hoffman authored
-
- Dec 10, 2001
-
-
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.
-
- Sep 20, 2001
-
-
Bill Hoffman authored
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
-
- Aug 01, 2001
-
-
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.
-
- Jun 06, 2001
-
-
Bill Hoffman authored
-
- Apr 27, 2001
-
-
Will Schroeder authored
-
- Jan 18, 2001
-
-
Will Schroeder authored
-
- Jan 11, 2001
-
-
Will Schroeder authored
-
- Jan 05, 2001
-
-
Bill Hoffman authored
-