Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Teach cmake_minimum_required about tweak version | Brad King | 2010-04-23 | 1 | -6/+13 |
| | | | | | | | | The command now accepts four version components in the format major[.minor[.patch[.tweak]]] This corresponds to the new versioning scheme introduced recently. | ||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | 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. | ||||
* | Add parentheses around '&&' between '||' for gcc | Brad King | 2009-09-11 | 1 | -7/+7 |
| | | | | | | | The GNU compiler warns about possible operator precedence mistakes and asks for explicit parentheses (-Wparentheses). We add the parentheses to silence the warning. This also fixes one real logic error in the find_package() implementation by correcting expression evaluation order. | ||||
* | ENH: Ignore unknown cmake_minimum_required args | Brad King | 2009-01-03 | 1 | -5/+21 |
| | | | | | | | When cmake_minimum_required is called with an unknown argument it should not complain about it if the version specified is in the future. This allows the proper error to be shown about the current CMake being too old. | ||||
* | ENH: Cleanup policy version interface presented to user. | Brad King | 2008-03-24 | 1 | -6/+5 |
| | | | | | | | - In cmake_minimum_required do not set policy version if current CMake is too old - In cmPolicies::ApplyPolicyVersion report error if version is too new or cannot be parsed | ||||
* | ENH: clean up some policy stuff and interactions with ↵ | Ken Martin | 2008-03-07 | 1 | -0/+9 |
| | | | | CMAKE_BACKWARDS_COMPATIBILITY and CMAKE_MINIMUM_REQUIRED | ||||
* | BUG: change the handling of CMAKE_MINIMUM_REQUIRED and ↵ | Ken Martin | 2008-03-06 | 1 | -3/+0 |
| | | | | BACKWARDS_COMPATIBILITY and extend the documentaiton quite a bit | ||||
* | ENH: Make CMAKE_MINIMUM_REQUIRED command FATAL_ERROR option implicit (always ↵ | Brad King | 2008-03-04 | 1 | -15/+2 |
| | | | | on). Accept but ignore the existing option. | ||||
* | ENH: more policy changes | Ken Martin | 2008-03-04 | 1 | -0/+3 |
| | |||||
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 1 | -1/+2 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ↵ | Bill Hoffman | 2006-11-29 | 1 | -3/+3 |
| | | | | use cmVersion | ||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -5/+6 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -5/+8 |
| | |||||
* | ENH: Added FATAL_ERROR option and fixed check to not have floating point ↵ | Brad King | 2006-02-14 | 1 | -23/+90 |
| | | | | roundoff problems. | ||||
* | ENH: Enabling ability for CMAKE_MINIMUM_REQUIRED version to include patch ↵ | Brad King | 2005-06-17 | 1 | -1/+11 |
| | | | | level. Submitted by Alexander Neundorf. | ||||
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. ↵ | Brad King | 2002-10-10 | 1 | -1/+1 |
| | | | | Removed cmInputStringStream. | ||||
* | ENH: Added cmStringStream class to wrap std::stringstream or std::strstream ↵ | Brad King | 2002-06-19 | 1 | -4/+3 |
| | | | | depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed. | ||||
* | WAR: remove warnings for .NET compiler | Bill Hoffman | 2002-04-25 | 1 | -1/+1 |
| | |||||
* | BUG: add missing include | Bill Hoffman | 2002-04-18 | 1 | -0/+1 |
| | |||||
* | ENH: backwards compatible for VTK 4.0, add cmake version requires | Bill Hoffman | 2002-04-17 | 1 | -0/+45 |