summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* better IF ELSE handlingKen Martin2002-08-091-3/+4
* makefile now does not ignore NOTFOUND libs and includesKen Martin2002-07-251-17/+0
* makefile now ignores NOTFOUND libs and includesKen Martin2002-07-251-0/+17
* full variable replacement and removal or empty argumentsKen Martin2002-07-191-9/+23
* fixed if statements inside a foreachKen Martin2002-07-171-6/+8
* BUG: fix for compile with hpBill Hoffman2002-07-111-4/+4
* better error handling with if statementsKen Martin2002-07-101-11/+27
* fixed warningKen Martin2002-07-021-1/+1
* minor cleanupKen Martin2002-06-281-1/+1
* performance inprovementsKen Martin2002-06-281-3/+11
* bug fixKen Martin2002-06-271-1/+1
* bug fixKen Martin2002-06-271-1/+1
* removed all source lists from the system and made them vectors. Also appended...Ken Martin2002-06-271-55/+39
* ERR: Fixed compiler warnings.Brad King2002-06-181-4/+4
* ENH: only add _LIB_DEPEND information for libraries and modulesBill Hoffman2002-06-031-1/+8
* ENH: rework library depend stuffBill Hoffman2002-05-031-7/+5
* make it backwards compatible with old cmakeBill Hoffman2002-05-021-47/+29
* Debug optimized cache fixesBill Hoffman2002-05-021-8/+9
* ENH: change LINK_LIBRARY to add to targetsBill Hoffman2002-05-021-5/+43
* ENH: Make the LinkLibraries command contribute dependencies towards AddLibrar...Amitha Perera2002-05-011-0/+23
* ENH: Add library dependency analysis.Amitha Perera2002-05-011-4/+13
* Reformatted the error printed by cmMakefile.Berk Geveci2002-05-011-4/+7
* ENH: improve speed of GetSource functionBill Hoffman2002-04-301-2/+10
* BUG: make sure link directories are not duplicatedBill Hoffman2002-04-291-3/+18
* ENH: Removed out-of-date commands CABLE_WRAP_TCL CABLE_CLASS_SET and CONFIGUR...Brad King2002-04-171-0/+7
* ENH: speed improvementsBill Hoffman2002-04-111-1/+0
* ENH: add enable language support for PROJECT command, this means that a C onl...Bill Hoffman2002-04-021-14/+13
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ...Bill Hoffman2002-03-291-13/+47
* FIX: foreach function-blockers were using expanded args. Add virtual func to ...Sebastien Barre2002-03-261-2/+12
* ENH: add .in as a header file type, as it can not be compiledBill Hoffman2002-03-141-0/+1
* ENH: remove several compiler warningsBill Hoffman2002-03-131-2/+2
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-2/+14
* FIX: although a CMakeLists.txt file could be searched up 'n' level in the dir...Sebastien Barre2002-02-251-12/+13
* ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.Brad King2002-01-221-2/+1
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
* BUG: .txx are not source files. They contain template code which can onlyAmitha Perera2001-12-281-1/+1
* ENH: Added option to IF command to test if a command exists. Syntax is IF(CO...Brad King2001-12-181-2/+4
* BUG: Existing projects have cache entries with the same name as the command t...Brad King2001-12-181-1/+0
* ENH: Each cmake command now adds a cmake variable of its own name, setBrad King2001-12-171-0/+1
* ENH: SUBDIR_DEPENDS command now does nothing. The parallel build functionali...Brad King2001-12-101-10/+18
* ENH: expand variables in a command before escaping spaces in the commandBerk Geveci2001-11-271-1/+3
* ENH: clean up warningsBill Hoffman2001-11-131-1/+1
* Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be ...Sebastien Barre2001-11-031-2/+10
* ENH: add an option to configure file command that allows for only expansion o...Bill Hoffman2001-10-301-13/+35
* ENH: add better error reports in parsing cmake files, like what file has the ...Bill Hoffman2001-10-021-1/+3
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-5/+3
* BUG: make a copy of the arguments before passing them to ExecuteKen Martin2001-09-201-1/+3
* various windows fixesKen Martin2001-09-101-3/+13
* ENH: separate command from its arguments in the custom command. This allows ...Bill Hoffman2001-09-041-5/+5
* ENH: ExpandVariables functions return a char * for convenienceJohn Biddiscombe2001-09-011-11/+12