Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -18/+18 |
| | | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//' | ||||
* | Fix #12342: Add APPEND_STRING option to set_property() | Alex Neundorf | 2011-07-15 | 1 | -2/+4 |
| | | | | | | | | | set_property() has APPEND, which creates a list. E.g. when appending to COMPILE_FLAGS a string is needed, not a list. With the APPEND_STRING option the value is append as string, not as list. Alex | ||||
* | Condense parsing of cache entries | Ben Boeckel | 2010-11-22 | 1 | -4/+0 |
| | | | | | If a cache line is being parsed, it shouldn't matter whether it has a type or not; just parse it however possible. | ||||
* | 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. | ||||
* | Remove barely-used cmCacheManager::AddCacheEntry | Brad King | 2009-09-11 | 1 | -3/+0 |
| | | | | | | | The commit "Remove barely-used cmMakefile::AddCacheDefinition" removed all but one use of the cmCacheManager method 'bool' overload. This commit removes the other use and the entire method, thus reducing code duplication. | ||||
* | BUG: Fix cache properties for CMAKE_STRICT build | Brad King | 2009-03-13 | 1 | -1/+3 |
| | | | | | All cmPropertyMap instances must have CMakeInstance set. This teaches cmCacheManager to set it on cache entries. | ||||
* | ENH: Refactor cache entry writing and reading | Brad King | 2009-03-12 | 1 | -1/+8 |
| | | | | | | This factors out duplicated code into reusable methods, thus simplifying writing and reading of cache entry help strings, keys, values, and properties. | ||||
* | ENH: Document CACHE entry properties | Brad King | 2009-03-10 | 1 | -0/+3 |
| | | | | | This adds a property documentation section for CACHE properties. We document the ADVANCED, HELPSTRING, TYPE, and VALUE properties. | ||||
* | ENH: Teach set/get_property about CACHE properties | Brad King | 2009-03-10 | 1 | -0/+1 |
| | | | | | | | | This adds the CACHE option to set_property and get_property commands. This allows full control over cache entry information, so advanced users can tweak their project cache as desired. The set_property command allows only pre-defined CACHE properties to be set since others would not persist anyway. | ||||
* | ENH: Use cmPropertyMap for cache properties | Brad King | 2009-03-10 | 1 | -1/+6 |
| | | | | | This re-implements cache entry property storage in cmCacheManager to use cmPropertyMap so it can share the standard property implementation. | ||||
* | ENH: clean up some policy stuff and interactions with ↵ | Ken Martin | 2008-03-07 | 1 | -0/+1 |
| | | | | CMAKE_BACKWARDS_COMPATIBILITY and CMAKE_MINIMUM_REQUIRED | ||||
* | BUG: Fix uninitialzed members of cmCacheManager. | Brad King | 2008-01-29 | 1 | -0/+1 |
| | |||||
* | ENH: Added cmMakefile::NeedCacheCompatibility method and support for it in ↵ | Brad King | 2008-01-24 | 1 | -1/+9 |
| | | | | cmCacheManager. This will allow commands to modify their behavior when running with a cache loaded from an earlier CMake version. | ||||
* | BUG: When a non-cache variable is marked as advance do not use the ↵ | Brad King | 2007-04-10 | 1 | -0/+2 |
| | | | | cmMakefile implementation of AddCacheDefinition to avoid removing the makefile definition. | ||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -17/+17 |
| | |||||
* | ENH: fix line length style stuff | Bill Hoffman | 2006-03-10 | 1 | -1/+2 |
| | |||||
* | ENH: if CMakeCache.txt has been removed, then automatically remove ↵ | Bill Hoffman | 2006-03-09 | 1 | -1/+3 |
| | | | | CMakefiles/*.cmake | ||||
* | ENH: shorten the symbols a bit and remove maps of std::string for map of ↵ | Bill Hoffman | 2004-09-29 | 1 | -2/+2 |
| | | | | cmStdString | ||||
* | updates to gui to delete cache | Ken Martin | 2004-05-20 | 1 | -0/+3 |
| | |||||
* | ENH: Get accessor for cache value as boolean | Andy Cedilnik | 2003-08-08 | 1 | -0/+1 |
| | |||||
* | BUG: Fix problem with uninitialized variables | Andy Cedilnik | 2003-08-02 | 1 | -0/+4 |
| | |||||
* | ENH: Allow specifying cmake variables on the command line without specifying ↵ | Andy Cedilnik | 2003-08-01 | 1 | -1/+5 |
| | | | | the type Bug #118 - Specifying cache entries with -D should not need the type | ||||
* | ENH: Add method to convert from CacheEntryType to string | Andy Cedilnik | 2003-04-29 | 1 | -0/+1 |
| | |||||
* | Cache manager should be able to take no arguments | Andy Cedilnik | 2003-03-06 | 1 | -3/+7 |
| | |||||
* | ENH: Better error checking for cache iterator. | Brad King | 2003-02-05 | 1 | -1/+1 |
| | |||||
* | rename foo variables to better names | Bill Hoffman | 2002-11-20 | 1 | -2/+2 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -5/+5 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | Fix problems with advanced not being marked. | Andy Cedilnik | 2002-09-17 | 1 | -0/+1 |
| | |||||
* | Fix build problem on Sun | Andy Cedilnik | 2002-09-12 | 1 | -1/+2 |
| | |||||
* | Couple of changes: cache variables now have a map of properties. ADVANCED ↵ | Andy Cedilnik | 2002-09-11 | 1 | -14/+31 |
| | | | | and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard | ||||
* | made method public | Ken Martin | 2002-09-04 | 1 | -4/+4 |
| | |||||
* | changed cache manager and registered generators to no longer be singletons | Ken Martin | 2002-08-28 | 1 | -4/+0 |
| | |||||
* | removed shared lib support | Ken Martin | 2002-08-23 | 1 | -15/+15 |
| | |||||
* | compiler warnings | Ken Martin | 2002-08-23 | 1 | -1/+1 |
| | |||||
* | BUG: add explicit clean up of the cachemanager at exit of programs, so dll ↵ | Bill Hoffman | 2002-08-23 | 1 | -0/+1 |
| | | | | destruction is not a problem. | ||||
* | made CMakeLib shared on windows | Ken Martin | 2002-08-21 | 1 | -14/+38 |
| | |||||
* | ERR: Removed cmCacheManager::DefineCache method. It is no longer needed. | Brad King | 2002-01-22 | 1 | -3/+0 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | ENH: add advanced variable types and command line wizard gui | Bill Hoffman | 2001-11-26 | 1 | -0/+3 |
| | |||||
* | ENH: add command line arguments to set cache entries | Bill Hoffman | 2001-11-20 | 1 | -0/+6 |
| | |||||
* | ENH: change all maps of string to be maps of cmStdString, to reduce symbol ↵ | Bill Hoffman | 2001-08-22 | 1 | -1/+1 |
| | | | | length in object files. | ||||
* | Adding new options to LoadCache. | Berk Geveci | 2001-08-16 | 1 | -1/+2 |
| | |||||
* | 1. Added EXCLUDE option to LOAD_CACHE. | Berk Geveci | 2001-08-15 | 1 | -0/+2 |
| | | | | 2. Entries brought in from another cache are now marked as internal. | ||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 1 | -26/+26 |
| | | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping | ||||
* | ENH: move utilities to targets from makefile, and add versioning to cache | Bill Hoffman | 2001-06-07 | 1 | -2/+2 |
| | |||||
* | ENH: unify make process on unix | Bill Hoffman | 2001-05-16 | 1 | -1/+1 |
| | |||||
* | added ability to load another cache | Ken Martin | 2001-05-08 | 1 | -0/+1 |
| | |||||
* | added method to puch cache into makefile defines | Ken Martin | 2001-05-01 | 1 | -0/+3 |
| | |||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
| | |||||
* | ENH: add help for cache entries | Bill Hoffman | 2001-04-26 | 1 | -4/+7 |
| |