index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmMakefile.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 appended...
Ken Martin
2002-06-27
1
-55/+39
*
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 AddLibrar...
Amitha Perera
2002-05-01
1
-0/+23
*
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 CONFIGUR...
Brad King
2002-04-17
1
-0/+7
*
ENH: speed improvements
Bill Hoffman
2002-04-11
1
-1/+0
*
ENH: add enable language support for PROJECT command, this means that a C onl...
Bill Hoffman
2002-04-02
1
-14/+13
*
ENH: major change, the cmMakefile now contains a master list of cmSourceFile ...
Bill Hoffman
2002-03-29
1
-13/+47
*
FIX: foreach function-blockers were using expanded args. Add virtual func to ...
Sebastien Barre
2002-03-26
1
-2/+12
*
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 dir...
Sebastien Barre
2002-02-25
1
-12/+13
*
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
*
ENH: Added option to IF command to test if a command exists. Syntax is IF(CO...
Brad King
2001-12-18
1
-2/+4
*
BUG: Existing projects have cache entries with the same name as the command t...
Brad King
2001-12-18
1
-1/+0
*
ENH: Each cmake command now adds a cmake variable of its own name, set
Brad King
2001-12-17
1
-0/+1
*
ENH: SUBDIR_DEPENDS command now does nothing. The parallel build functionali...
Brad King
2001-12-10
1
-10/+18
*
ENH: expand variables in a command before escaping spaces in the command
Berk Geveci
2001-11-27
1
-1/+3
*
ENH: clean up warnings
Bill Hoffman
2001-11-13
1
-1/+1
*
Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be ...
Sebastien Barre
2001-11-03
1
-2/+10
*
ENH: add an option to configure file command that allows for only expansion o...
Bill Hoffman
2001-10-30
1
-13/+35
*
ENH: add better error reports in parsing cmake files, like what file has the ...
Bill Hoffman
2001-10-02
1
-1/+3
*
ENH: change InitialPass to take a const reference to the argument string, to ...
Bill Hoffman
2001-09-20
1
-5/+3
*
BUG: make a copy of the arguments before passing them to Execute
Ken Martin
2001-09-20
1
-1/+3
*
various windows fixes
Ken Martin
2001-09-10
1
-3/+13
*
ENH: separate command from its arguments in the custom command. This allows ...
Bill Hoffman
2001-09-04
1
-5/+5
*
ENH: ExpandVariables functions return a char * for convenience
John Biddiscombe
2001-09-01
1
-11/+12
[next]