summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.h
Commit message (Collapse)AuthorAgeFilesLines
* Add comment support, so that you can see in build process what the custom ↵Andy Cedilnik2002-12-101-1/+6
| | | | command does
* removed cmMakefile depend from cmSystemToolsKen Martin2002-12-021-1/+7
|
* ENH: space fixes and add a status option to message commandKen Martin2002-11-131-0/+2
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* Try to improve source group interfaceAndy Cedilnik2002-10-041-5/+9
|
* Add GetLocal on cmMakefile and on local builds do not perform testsAndy Cedilnik2002-09-201-0/+3
|
* Add option of TRY_COMPILE to store the output of compilation so that if the ↵Andy Cedilnik2002-09-201-1/+2
| | | | output fails you can display it or store it in the file
* now Try compile can include CMAKE_FLAGSKen Martin2002-09-181-1/+2
|
* ENH: Added RemoveDefinition method.Brad King2002-09-181-0/+6
|
* renamed GenerateMakefile to ConfigureFinalPassKen Martin2002-09-151-2/+3
|
* updated makefile moved commands into cmake and fixed try compileKen Martin2002-09-101-15/+6
|
* new archKen Martin2002-09-061-20/+6
|
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-2/+20
|
* removed shared lib supportKen Martin2002-08-231-4/+4
|
* minor bugKen Martin2002-08-211-1/+1
|
* dll supportKen Martin2002-08-211-4/+4
|
* better error handling with if statementsKen Martin2002-07-101-3/+3
|
* fixed warningKen Martin2002-07-021-1/+1
|
* removed all source lists from the system and made them vectors. Also ↵Ken Martin2002-06-271-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 revKen Martin2002-06-051-1/+1
|
* make it backwards compatible with old cmakeBill Hoffman2002-05-021-5/+3
|
* ENH: change LINK_LIBRARY to add to targetsBill Hoffman2002-05-021-16/+1
|
* ENH: Make the LinkLibraries command contribute dependencies towards ↵Amitha Perera2002-05-011-7/+12
| | | | AddLibraries.
* ENH: Add library dependency analysis.Amitha Perera2002-05-011-9/+1
|
* ENH: add enable language support for PROJECT command, this means that a C ↵Bill Hoffman2002-04-021-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 Hoffman2002-03-291-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 copyrightWill Schroeder2002-01-211-30/+6
|
* ERR: Missing forward declaration of cmMakeDepend added.Brad King2002-01-171-0/+1
|
* next releaseKen Martin2002-01-151-2/+2
|
* next releaseKen Martin2002-01-151-2/+2
|
* added release verison to cmMakefileKen Martin2002-01-021-0/+2
|
* ENH: Added option to IF command to test if a command exists. Syntax is ↵Brad King2001-12-181-0/+2
| | | | IF(COMMAND name-of-command).
* ENH: SUBDIR_DEPENDS command now does nothing. The parallel build ↵Brad King2001-12-101-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 revKen Martin2001-12-071-1/+1
|
* release 10Ken Martin2001-12-071-2/+2
|
* up versionKen Martin2001-12-051-1/+1
|
* up versionKen Martin2001-12-051-1/+1
|
* Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be ↵Sebastien Barre2001-11-021-1/+1
| | | | specified before the actual include dirs
* ENH: add an option to configure file command that allows for only expansion ↵Bill Hoffman2001-10-301-2/+3
| | | | of at variables and not dollar variables
* add dependency for configure files and use short path in WIN32 cmake testBill Hoffman2001-10-261-0/+4
|
* versionKen Martin2001-10-011-1/+1
|
* versionKen Martin2001-10-011-1/+1
|
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-2/+2
| | | | avoid changes to the file cache
* version rev to 95Ken Martin2001-09-191-1/+1
|
* version rev to 94Ken Martin2001-09-191-1/+1
|
* various windows fixesKen Martin2001-09-101-2/+2
|
* ENH: separate command from its arguments in the custom command. This allows ↵Bill Hoffman2001-09-041-0/+2
| | | | the generator on windows to change the slashes for just the command
* ENH: ExpandVariables functions return a char * for convenienceJohn Biddiscombe2001-09-011-2/+2
|
* version revKen Martin2001-08-301-1/+1
|
* version revKen Martin2001-08-301-1/+1
|