Bill Hoffman
|
93474efd8b
ENH: add .in as a header file type, as it can not be compiled
|
před 24 roky |
Bill Hoffman
|
809b32fe59
ENH: remove several compiler warnings
|
před 24 roky |
Bill Hoffman
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
před 24 roky |
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.
|
před 24 roky |
Brad King
|
8ed3ce29bf
ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.
|
před 24 roky |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
před 24 roky |
Amitha Perera
|
1859209282
BUG: .txx are not source files. They contain template code which can only
|
před 24 roky |
Brad King
|
fd37e46eb3
ENH: Added option to IF command to test if a command exists. Syntax is IF(COMMAND name-of-command).
|
před 24 roky |
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.
|
před 24 roky |
Brad King
|
1b6ca3eba0
ENH: Each cmake command now adds a cmake variable of its own name, set
|
před 24 roky |
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.
|
před 24 roky |
Berk Geveci
|
1944e1887d
ENH: expand variables in a command before escaping spaces in the command
|
před 24 roky |
Bill Hoffman
|
41017cbc88
ENH: clean up warnings
|
před 24 roky |
Sebastien Barre
|
ef74458b34
Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be specified before the actual include dirs
|
před 24 roky |
Bill Hoffman
|
091e95f26d
ENH: add an option to configure file command that allows for only expansion of at variables and not dollar variables
|
před 24 roky |
Bill Hoffman
|
8591786867
ENH: add better error reports in parsing cmake files, like what file has the error
|
před 24 roky |
Bill Hoffman
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
před 24 roky |
Ken Martin
|
b9d56e8497
BUG: make a copy of the arguments before passing them to Execute
|
před 24 roky |
Ken Martin
|
0fe42a9857
various windows fixes
|
před 24 roky |
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
|
před 24 roky |
John Biddiscombe
|
0645a50061
ENH: ExpandVariables functions return a char * for convenience
|
před 24 roky |
Bill Hoffman
|
3091e9b8f6
BUG: fix incorrect deletion of function blockers
|
před 24 roky |
Bill Hoffman
|
94337f8015
clean up a bit
|
před 24 roky |
Bill Hoffman
|
5edd7673e1
ENH: add caching for the input CMakeList.txt files, 2X speed up
|
před 24 roky |
Yves Starreveld
|
247c1640da
|
před 24 roky |
Bill Hoffman
|
f709e5588e
ENH: change expand variables to use GetDefinition
|
před 24 roky |
Bill Hoffman
|
538ff79e2f
ENH: improve coverage
|
před 24 roky |
Bill Hoffman
|
a4f40c31f1
ENH: add dump documentation test
|
před 24 roky |
Yves Starreveld
|
a159c2d306
|
před 24 roky |
Sebastien Barre
|
afba045028
gcc and MSVC clash on basic_string::compare(), let's try substr()
|
před 24 roky |