Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | now Try compile can include CMAKE_FLAGS | Ken Martin | 2002-09-18 | 1 | -2/+7 |
| | |||||
* | ENH: Added RemoveDefinition method. | Brad King | 2002-09-18 | 1 | -0/+5 |
| | |||||
* | cleaned up some of the cmake interface | Ken Martin | 2002-09-17 | 1 | -2/+3 |
| | |||||
* | renamed GenerateMakefile to ConfigureFinalPass | Ken Martin | 2002-09-15 | 1 | -1/+1 |
| | |||||
* | some fixes for try compile | Ken Martin | 2002-09-13 | 1 | -0/+1 |
| | |||||
* | better trycompile and enable langiages | Ken Martin | 2002-09-13 | 1 | -2/+9 |
| | |||||
* | added a flag if a cmake is in try compile | Ken Martin | 2002-09-12 | 1 | -0/+1 |
| | |||||
* | Couple of changes: cache variables now have a map of properties. ADVANCED ↵ | Andy Cedilnik | 2002-09-11 | 1 | -0/+4 |
| | | | | 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 | ||||
* | minor fix in try compile code | Ken Martin | 2002-09-11 | 1 | -7/+2 |
| | |||||
* | updated makefile moved commands into cmake and fixed try compile | Ken Martin | 2002-09-10 | 1 | -70/+23 |
| | |||||
* | ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ↵ | Brad King | 2002-09-10 | 1 | -3/+3 |
| | | | | be compared directly with other pointer types. We use 0 instead. | ||||
* | new arch | Ken Martin | 2002-09-06 | 1 | -100/+53 |
| | |||||
* | changed cache manager and registered generators to no longer be singletons | Ken Martin | 2002-08-28 | 1 | -22/+80 |
| | |||||
* | minor bug | Ken Martin | 2002-08-21 | 1 | -1/+1 |
| | |||||
* | better IF ELSE handling | Ken Martin | 2002-08-09 | 1 | -3/+4 |
| | |||||
* | makefile now does not ignore NOTFOUND libs and includes | Ken Martin | 2002-07-25 | 1 | -17/+0 |
| | |||||
* | makefile now ignores NOTFOUND libs and includes | Ken Martin | 2002-07-25 | 1 | -0/+17 |
| | |||||
* | full variable replacement and removal or empty arguments | Ken Martin | 2002-07-19 | 1 | -9/+23 |
| | |||||
* | fixed if statements inside a foreach | Ken Martin | 2002-07-17 | 1 | -6/+8 |
| | |||||
* | BUG: fix for compile with hp | Bill Hoffman | 2002-07-11 | 1 | -4/+4 |
| | |||||
* | better error handling with if statements | Ken Martin | 2002-07-10 | 1 | -11/+27 |
| | |||||
* | fixed warning | Ken Martin | 2002-07-02 | 1 | -1/+1 |
| | |||||
* | minor cleanup | Ken Martin | 2002-06-28 | 1 | -1/+1 |
| | |||||
* | performance inprovements | Ken Martin | 2002-06-28 | 1 | -3/+11 |
| | |||||
* | bug fix | Ken Martin | 2002-06-27 | 1 | -1/+1 |
| | |||||
* | bug fix | Ken Martin | 2002-06-27 | 1 | -1/+1 |
| | |||||
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 1 | -55/+39 |
| | | | | appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building | ||||
* | ERR: Fixed compiler warnings. | Brad King | 2002-06-18 | 1 | -4/+4 |
| | |||||
* | ENH: only add _LIB_DEPEND information for libraries and modules | Bill Hoffman | 2002-06-03 | 1 | -1/+8 |
| | |||||
* | ENH: rework library depend stuff | Bill Hoffman | 2002-05-03 | 1 | -7/+5 |
| | |||||
* | make it backwards compatible with old cmake | Bill Hoffman | 2002-05-02 | 1 | -47/+29 |
| | |||||
* | Debug optimized cache fixes | Bill Hoffman | 2002-05-02 | 1 | -8/+9 |
| | |||||
* | ENH: change LINK_LIBRARY to add to targets | Bill Hoffman | 2002-05-02 | 1 | -5/+43 |
| | |||||
* | ENH: Make the LinkLibraries command contribute dependencies towards ↵ | Amitha Perera | 2002-05-01 | 1 | -0/+23 |
| | | | | AddLibraries. | ||||
* | ENH: Add library dependency analysis. | Amitha Perera | 2002-05-01 | 1 | -4/+13 |
| | |||||
* | Reformatted the error printed by cmMakefile. | Berk Geveci | 2002-05-01 | 1 | -4/+7 |
| | |||||
* | ENH: improve speed of GetSource function | Bill Hoffman | 2002-04-30 | 1 | -2/+10 |
| | |||||
* | BUG: make sure link directories are not duplicated | Bill Hoffman | 2002-04-29 | 1 | -3/+18 |
| | |||||
* | ENH: Removed out-of-date commands CABLE_WRAP_TCL CABLE_CLASS_SET and ↵ | Brad King | 2002-04-17 | 1 | -0/+7 |
| | | | | CONFIGURE_GCCXML | ||||
* | ENH: speed improvements | Bill Hoffman | 2002-04-11 | 1 | -1/+0 |
| | |||||
* | ENH: add enable language support for PROJECT command, this means that a C ↵ | Bill Hoffman | 2002-04-02 | 1 | -14/+13 |
| | | | | only project can be built with cmake, even without a cxx compiler | ||||
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵ | Bill Hoffman | 2002-03-29 | 1 | -13/+47 |
| | | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc. | ||||
* | FIX: foreach function-blockers were using expanded args. Add virtual func to ↵ | Sebastien Barre | 2002-03-26 | 1 | -2/+12 |
| | | | | specify if function blocker needs them expanded or not. | ||||
* | ENH: add .in as a header file type, as it can not be compiled | Bill Hoffman | 2002-03-14 | 1 | -0/+1 |
| | |||||
* | ENH: remove several compiler warnings | Bill Hoffman | 2002-03-13 | 1 | -2/+2 |
| | |||||
* | ENH: expand variables in arguments before the commands get them | Bill Hoffman | 2002-03-05 | 1 | -2/+14 |
| | |||||
* | FIX: although a CMakeLists.txt file could be searched up 'n' level in the ↵ | Sebastien Barre | 2002-02-25 | 1 | -12/+13 |
| | | | | directory tree, ReadListFile() always implied a CMakeLists.txt file was up *one* level. | ||||
* | ERR: Removed cmCacheManager::DefineCache method. It is no longer needed. | Brad King | 2002-01-22 | 1 | -2/+1 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -30/+6 |
| | |||||
* | BUG: .txx are not source files. They contain template code which can only | Amitha Perera | 2001-12-28 | 1 | -1/+1 |
| | | | | | be compiled when included in a regular .cxx file. By themselves, they cause do not cause code to be generated. |