summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
Commit message (Collapse)AuthorAgeFilesLines
...
* ENH: Move implementation of configure_file to cmMakefile, so that other ↵Andy Cedilnik2004-03-091-0/+6
| | | | classes can use it
* ENH: Moved variable and #cmakedefine replacement from ↵Brad King2004-03-031-1/+12
| | | | cmConfigureFileCommand.cxx to a ConfigureString method on cmMakefile. This will give other commands access to the configuration code.
* ENH: Styart working on bundles support and abstract WIN32_EXECUTABLEAndy Cedilnik2004-02-281-3/+6
|
* ENH: generate a sln and dsw file for each sub project in a projectBill Hoffman2003-11-261-0/+5
|
* removed redundent includesKen Martin2003-08-101-1/+0
|
* ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIESAndy Cedilnik2003-08-061-0/+14
|
* performance improvementsKen Martin2003-06-241-0/+3
|
* more custom commandKen Martin2003-06-051-0/+6
|
* yikes added new custom command supportKen Martin2003-06-031-2/+41
|
* Add method which returns a list of all variablesAndy Cedilnik2003-03-061-0/+7
|
* spelling errorsBill Hoffman2003-02-141-2/+2
|
* ENH: Centralized setting of CMake version number to top-level CMake listfile.Brad King2003-02-141-3/+3
|
* ENH: add a new command that allows exports of library dependencies from a ↵Bill Hoffman2003-01-201-5/+5
| | | | project to a file
* Make GetCMakeInstance private and clean cxx fileAndy Cedilnik2003-01-141-2/+7
|
* Add option of watching variablesAndy Cedilnik2003-01-081-0/+3
|
* update versionKen Martin2003-01-061-2/+2
|
* updated versionKen Martin2003-01-061-2/+2
|
* ENH: Improved filename/line number reporting in error message. Macro ↵Brad King2002-12-121-2/+3
| | | | invocations now chain up the error message.
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-3/+11
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* 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
|