Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better error handling with if statements | Ken Martin | 2002-07-10 | 1 | -3/+3 |
| | |||||
* | fixed warning | Ken Martin | 2002-07-02 | 1 | -1/+1 |
| | |||||
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 1 | -12/+13 |
| | | | | 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 | ||||
* | updated rev | Ken Martin | 2002-06-05 | 1 | -1/+1 |
| | |||||
* | make it backwards compatible with old cmake | Bill Hoffman | 2002-05-02 | 1 | -5/+3 |
| | |||||
* | ENH: change LINK_LIBRARY to add to targets | Bill Hoffman | 2002-05-02 | 1 | -16/+1 |
| | |||||
* | ENH: Make the LinkLibraries command contribute dependencies towards ↵ | Amitha Perera | 2002-05-01 | 1 | -7/+12 |
| | | | | AddLibraries. | ||||
* | ENH: Add library dependency analysis. | Amitha Perera | 2002-05-01 | 1 | -9/+1 |
| | |||||
* | ENH: add enable language support for PROJECT command, this means that a C ↵ | Bill Hoffman | 2002-04-02 | 1 | -1/+6 |
| | | | | 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 | -2/+11 |
| | | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc. | ||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -30/+6 |
| | |||||
* | ERR: Missing forward declaration of cmMakeDepend added. | Brad King | 2002-01-17 | 1 | -0/+1 |
| | |||||
* | next release | Ken Martin | 2002-01-15 | 1 | -2/+2 |
| | |||||
* | next release | Ken Martin | 2002-01-15 | 1 | -2/+2 |
| | |||||
* | added release verison to cmMakefile | Ken Martin | 2002-01-02 | 1 | -0/+2 |
| | |||||
* | ENH: Added option to IF command to test if a command exists. Syntax is ↵ | Brad King | 2001-12-18 | 1 | -0/+2 |
| | | | | IF(COMMAND name-of-command). | ||||
* | ENH: SUBDIR_DEPENDS command now does nothing. The parallel build ↵ | Brad King | 2001-12-10 | 1 | -15/+0 |
| | | | | 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. | ||||
* | version rev | Ken Martin | 2001-12-07 | 1 | -1/+1 |
| | |||||
* | release 10 | Ken Martin | 2001-12-07 | 1 | -2/+2 |
| | |||||
* | up version | Ken Martin | 2001-12-05 | 1 | -1/+1 |
| | |||||
* | up version | Ken Martin | 2001-12-05 | 1 | -1/+1 |
| | |||||
* | Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be ↵ | Sebastien Barre | 2001-11-03 | 1 | -1/+1 |
| | | | | specified before the actual include dirs | ||||
* | ENH: add an option to configure file command that allows for only expansion ↵ | Bill Hoffman | 2001-10-30 | 1 | -2/+3 |
| | | | | of at variables and not dollar variables | ||||
* | add dependency for configure files and use short path in WIN32 cmake test | Bill Hoffman | 2001-10-26 | 1 | -0/+4 |
| | |||||
* | version | Ken Martin | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | version | Ken Martin | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | ENH: change InitialPass to take a const reference to the argument string, to ↵ | Bill Hoffman | 2001-09-20 | 1 | -2/+2 |
| | | | | avoid changes to the file cache | ||||
* | version rev to 95 | Ken Martin | 2001-09-19 | 1 | -1/+1 |
| | |||||
* | version rev to 94 | Ken Martin | 2001-09-19 | 1 | -1/+1 |
| | |||||
* | various windows fixes | Ken Martin | 2001-09-10 | 1 | -2/+2 |
| | |||||
* | ENH: separate command from its arguments in the custom command. This allows ↵ | Bill Hoffman | 2001-09-04 | 1 | -0/+2 |
| | | | | the generator on windows to change the slashes for just the command | ||||
* | ENH: ExpandVariables functions return a char * for convenience | John Biddiscombe | 2001-09-01 | 1 | -2/+2 |
| | |||||
* | version rev | Ken Martin | 2001-08-30 | 1 | -1/+1 |
| | |||||
* | version rev | Ken Martin | 2001-08-30 | 1 | -1/+1 |
| | |||||
* | ENH: Added a const version of GetLinkLibraries(). | Brad King | 2001-08-29 | 1 | -0/+8 |
| | |||||
* | Changes to allow MODULE type target for a shared library | Yves Starreveld | 2001-08-28 | 1 | -1/+1 |
| | |||||
* | ENH: change expand variables to use GetDefinition | Bill Hoffman | 2001-08-27 | 1 | -1/+1 |
| | |||||
* | ENH: add dump documentation test | Bill Hoffman | 2001-08-23 | 1 | -1/+1 |
| | |||||
* | ENH: change all maps of string to be maps of cmStdString, to reduce symbol ↵ | Bill Hoffman | 2001-08-22 | 1 | -7/+8 |
| | | | | length in object files. | ||||
* | BUG: shorten length of symbols | Bill Hoffman | 2001-08-22 | 1 | -1/+4 |
| | |||||
* | now creates output directories | Ken Martin | 2001-08-10 | 1 | -0/+1 |
| | |||||
* | updated version | Ken Martin | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | updated version | Ken Martin | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 1 | -0/+15 |
| | | | | 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: Added SUBDIR_DEPENDS command and corresponding support code. This ↵ | Brad King | 2001-08-01 | 1 | -0/+14 |
| | | | | command allows specification that a set of subdirectories be built before a particular directory. | ||||
* | BUG: Changed include and link directory paths in cmMakefile back to ↵ | Brad King | 2001-07-30 | 1 | -6/+9 |
| | | | | std::vector because there is an order dependency. Only cmMakefile::AddIncludeDirectory and cmMakefile::AddLinkDirectory should be called to add directories to the paths. They make sure the paths are unique as they are inserted. | ||||
* | Removed the Uniquification of the include and link directory list in FinalPass, | Ian Scott | 2001-07-30 | 1 | -10/+6 |
| | | | | | and achieved the same effect by makein m_LinkDirectores and m_IncludeDirectories a set rather than vector | ||||
* | MAkefile now strips duplicate directores from the libraries and include paths | Ian Scott | 2001-07-27 | 1 | -0/+5 |
| | |||||
* | fixed warnings | Ken Martin | 2001-07-26 | 1 | -2/+1 |
| | |||||
* | ENH: rework GUI with configure/OK/Cancel | Bill Hoffman | 2001-07-25 | 1 | -1/+6 |
| |