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 yıl önce |
Brad King
|
8ed3ce29bf
ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.
|
24 yıl önce |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
24 yıl önce |
Amitha Perera
|
1859209282
BUG: .txx are not source files. They contain template code which can only
|
24 yıl önce |
Brad King
|
fd37e46eb3
ENH: Added option to IF command to test if a command exists. Syntax is IF(COMMAND name-of-command).
|
24 yıl önce |
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 yıl önce |
Brad King
|
1b6ca3eba0
ENH: Each cmake command now adds a cmake variable of its own name, set
|
24 yıl önce |
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 yıl önce |
Berk Geveci
|
1944e1887d
ENH: expand variables in a command before escaping spaces in the command
|
24 yıl önce |
Bill Hoffman
|
41017cbc88
ENH: clean up warnings
|
24 yıl önce |
Sebastien Barre
|
ef74458b34
Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be specified before the actual include dirs
|
24 yıl önce |
Bill Hoffman
|
091e95f26d
ENH: add an option to configure file command that allows for only expansion of at variables and not dollar variables
|
24 yıl önce |
Bill Hoffman
|
8591786867
ENH: add better error reports in parsing cmake files, like what file has the error
|
24 yıl önce |
Bill Hoffman
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 yıl önce |
Ken Martin
|
b9d56e8497
BUG: make a copy of the arguments before passing them to Execute
|
24 yıl önce |
Ken Martin
|
0fe42a9857
various windows fixes
|
24 yıl önce |
Bill Hoffman
|
cc5c1fa6f7
ENH: separate command from its arguments in the custom command. This allows the generator on windows to change the slashes for just the command
|
24 yıl önce |
John Biddiscombe
|
0645a50061
ENH: ExpandVariables functions return a char * for convenience
|
24 yıl önce |
Bill Hoffman
|
3091e9b8f6
BUG: fix incorrect deletion of function blockers
|
24 yıl önce |
Bill Hoffman
|
94337f8015
clean up a bit
|
24 yıl önce |
Bill Hoffman
|
5edd7673e1
ENH: add caching for the input CMakeList.txt files, 2X speed up
|
24 yıl önce |
Yves Starreveld
|
247c1640da
|
24 yıl önce |
Bill Hoffman
|
f709e5588e
ENH: change expand variables to use GetDefinition
|
24 yıl önce |
Bill Hoffman
|
538ff79e2f
ENH: improve coverage
|
24 yıl önce |
Bill Hoffman
|
a4f40c31f1
ENH: add dump documentation test
|
24 yıl önce |
Yves Starreveld
|
a159c2d306
|
24 yıl önce |
Sebastien Barre
|
afba045028
gcc and MSVC clash on basic_string::compare(), let's try substr()
|
24 yıl önce |
Sebastien Barre
|
ce4f2718f2
Support for $ENV{VAR} syntax (lookup in the environment vars)
|
24 yıl önce |
Brad King
|
3d86ad7237
ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call to the command in a single directory to specify a different install path.
|
24 yıl önce |
Bill Hoffman
|
db1303aa7d
ENH: big change, only allow commands access to the cache via the cmMakefile class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping
|
24 yıl önce |