コミット履歴

作者 SHA1 メッセージ 日付
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 年 前
  Alexander Neundorf 3fe6b3ce37 BUG: fix #8704, sometimes crash if include_directories() is called with a whitespace string 17 年 前
  Brad King bf732ec464 BUG: Fix include_directories command to produce an immediately whether or not 2.4 compatibility is enabled. CMake 2.4 already produced an error, just not immediately. 18 年 前
  Brad King 53e0ed3273 BUG: Fix crash when CMAKE_BACKWARDS_COMPATIBILITY is not set. 18 年 前
  Ken Martin d49ef18f8a ENH: add first cut and policies still need to add the doc support 18 年 前
  Ken Martin 0e69d38004 ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class 18 年 前
  Brad King 254ae5c62e STYLE: Fix line-too-long. 19 年 前
  Ken Martin bfb3598c4b BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ADD_DEFINITIONS bug 4364 19 年 前
  Andy Cedilnik 440bbf0871 BUG: Produce error when include directories is invoked with an empty list 19 年 前
  Brad King c11cf31c9b ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses bug #3462. 19 年 前
  Ken Martin 94e908ff2d ENH: fix bad error reporting with not found paths 19 年 前
  Andy Cedilnik a9c0929d39 COMP: Handle both ansi and non-ansi C 19 年 前
  Brad King 21089bf93f BUG: INCLUDE_DIRECTORIES should interpret relative path arguments with respect to the current source directory. 20 年 前
  Ken Martin ba2b99bb9f STYLE: fix line length 20 年 前
  Brad King cddedaa7d8 ENH: INCLUDE_DIRECTORIES should have been written to prepend to the include path so that the most local directories are included first. This is a patch from Alex to resolve the problem by allowing users to switch the default using a variable CMAKE_INCLUDE_DIRECTORIES_BEFORE and then still explicitly appending or prepending by using AFTER or BEFORE arguments explicitly. 20 年 前
  Bill Hoffman 2fcae1932c ENH: make sure include and lib dirs are unix paths 20 年 前
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 20 年 前
  Bill Hoffman 692f18538b ENH: add a check for empty include directories 21 年 前
  Bill Hoffman f58d7df66a ENH: add checking for NOTFOUND 23 年 前
  Andy Cedilnik 6b228ff924 Add some error checking for missing include directories and link libraries 23 年 前
  Brad King 4888c088ae ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. 23 年 前
  Brad King 1f6a3c67b1 ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. 23 年 前
  Ken Martin 7ddb408621 removed some includes 23 年 前
  Ken Martin e8dbdcaf0c allows no arguments 24 年 前
  Bill Hoffman 7d76de4403 make sure ; expansion is done in all commands 24 年 前
  Will Schroeder a6a43d5320 ENH:Updated copyright 24 年 前
  Sebastien Barre ef74458b34 Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be specified before the actual include dirs 24 年 前
  Bill Hoffman baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年 前
  Bill Hoffman 9922155423 ENH: rename Invoke to InitialPass 25 年 前
  Will Schroeder 54cfe84f3f ENH:New copyright 25 年 前