Brad King
|
28895b0f9f
ERR: Fixed compiler warnings.
|
23 years ago |
Bill Hoffman
|
e5668ea656
ENH: only add _LIB_DEPEND information for libraries and modules
|
23 years ago |
Bill Hoffman
|
cdf550de13
ENH: rework library depend stuff
|
23 years ago |
Bill Hoffman
|
a80153b5cb
make it backwards compatible with old cmake
|
23 years ago |
Bill Hoffman
|
2242006ca1
Debug optimized cache fixes
|
23 years ago |
Bill Hoffman
|
27fe57b716
ENH: change LINK_LIBRARY to add to targets
|
23 years ago |
Amitha Perera
|
099436db26
ENH: Make the LinkLibraries command contribute dependencies towards AddLibraries.
|
23 years ago |
Amitha Perera
|
1f8df8585e
ENH: Add library dependency analysis.
|
23 years ago |
Berk Geveci
|
d0d25bb989
Reformatted the error printed by cmMakefile.
|
23 years ago |
Bill Hoffman
|
fd22157e55
ENH: improve speed of GetSource function
|
23 years ago |
Bill Hoffman
|
ecbc720829
BUG: make sure link directories are not duplicated
|
23 years ago |
Brad King
|
5a418b0e00
ENH: Removed out-of-date commands CABLE_WRAP_TCL CABLE_CLASS_SET and CONFIGURE_GCCXML
|
23 years ago |
Bill Hoffman
|
789267c949
ENH: speed improvements
|
23 years ago |
Bill Hoffman
|
4ea0f6b949
ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler
|
24 years ago |
Bill Hoffman
|
8b3b49a010
ENH: major change, the cmMakefile now contains a master list of cmSourceFile objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
|
24 years ago |
Sebastien Barre
|
437a8c9816
FIX: foreach function-blockers were using expanded args. Add virtual func to specify if function blocker needs them expanded or not.
|
24 years ago |
Bill Hoffman
|
93474efd8b
ENH: add .in as a header file type, as it can not be compiled
|
24 years ago |
Bill Hoffman
|
809b32fe59
ENH: remove several compiler warnings
|
24 years ago |
Bill Hoffman
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
24 years ago |
Sebastien Barre
|
2649962d65
FIX: although a CMakeLists.txt file could be searched up 'n' level in the directory tree, ReadListFile() always implied a CMakeLists.txt file was up *one* level.
|
24 years ago |
Brad King
|
8ed3ce29bf
ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.
|
24 years ago |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
Amitha Perera
|
1859209282
BUG: .txx are not source files. They contain template code which can only
|
24 years ago |
Brad King
|
fd37e46eb3
ENH: Added option to IF command to test if a command exists. Syntax is IF(COMMAND name-of-command).
|
24 years ago |
Brad King
|
dca0fd0859
BUG: Existing projects have cache entries with the same name as the command they adjust (VTK_WRAP_JAVA in VTK, for example). Setting the command name as a variable is too dangerous.
|
24 years ago |
Brad King
|
1b6ca3eba0
ENH: Each cmake command now adds a cmake variable of its own name, set
|
24 years ago |
Brad King
|
ee31c3e0a4
ENH: SUBDIR_DEPENDS command now does nothing. The parallel build 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.
|
24 years ago |
Berk Geveci
|
1944e1887d
ENH: expand variables in a command before escaping spaces in the command
|
24 years ago |
Bill Hoffman
|
41017cbc88
ENH: clean up warnings
|
24 years ago |
Sebastien Barre
|
ef74458b34
Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be specified before the actual include dirs
|
24 years ago |