| .. |
|
CTest
|
96d04f05d9
ERR: Fix warning
|
21 rokov pred |
|
CursesDialog
|
685be51a0e
ENH: Add support for HOME and END keys. Also fix Bug #666 - In CCMake when deleting something, it does not stop at the beginning of line
|
21 rokov pred |
|
MFCDialog
|
7ca0eb8bbc
ENH: remove warning
|
21 rokov pred |
|
WXDialog
|
bd588e7a55
ENH: Fix problem with wx 2.4
|
22 rokov pred |
|
kwsys
|
d5763a8c98
BUG: Most of time when asking if file exists, we actually want to read it... Should fix Bug #809 - FIND_INCLUDE should check readability
|
21 rokov pred |
|
.cvsignore
|
0c948312ed
Add cvsignore so that you do not see visual stufio files when you do cvs update
|
23 rokov pred |
|
CMakeLists.txt
|
d6090a2395
ENH: When source file is in subdirectory put object file in subdirectory. Fixes Bug #290 - Source files in subdirectories should produce object files in subdirectories
|
21 rokov pred |
|
cmAbstractFilesCommand.cxx
|
ca773a5d6d
ENH: add stdlib.h for portability to borland 6
|
22 rokov pred |
|
cmAbstractFilesCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmAddCustomCommandCommand.cxx
|
4ef0f1414c
ENH: Fix typo: Bug #100 - Spelling correction to an error message
|
22 rokov pred |
|
cmAddCustomCommandCommand.h
|
84a1d5e553
update docs
|
21 rokov pred |
|
cmAddCustomTargetCommand.cxx
|
bfd79e99e6
BUG: Fixed check of number of arguments.
|
21 rokov pred |
|
cmAddCustomTargetCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmAddDefinitionsCommand.cxx
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 rokov pred |
|
cmAddDefinitionsCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmAddDependenciesCommand.cxx
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 rokov pred |
|
cmAddDependenciesCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmAddExecutableCommand.cxx
|
eae3d4cf06
ENH: Unify with other variables
|
21 rokov pred |
|
cmAddExecutableCommand.h
|
e34c83540d
BUG: fix for bug 121 add some docs for MFC flag
|
21 rokov pred |
|
cmAddLibraryCommand.cxx
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 rokov pred |
|
cmAddLibraryCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmAddTestCommand.cxx
|
0169ccf157
BUG: Cannot add extra escapes for backslashes because it makes the behavior inconsistent with previous versions of cmake.
|
22 rokov pred |
|
cmAddTestCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmAuxSourceDirectoryCommand.cxx
|
bab4bcb570
fix compiler warnings
|
22 rokov pred |
|
cmAuxSourceDirectoryCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmBuildCommand.cxx
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 rokov pred |
|
cmBuildCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmBuildNameCommand.cxx
|
32c2ed2ef3
ENH: Use the new signature
|
22 rokov pred |
|
cmBuildNameCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmCMakeMinimumRequired.cxx
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmCMakeMinimumRequired.h
|
007d2bbc50
ENH: Make more commands scriptable
|
22 rokov pred |
|
cmCPluginAPI.cxx
|
b1a7421840
ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE
|
22 rokov pred |
|
cmCPluginAPI.h
|
3c1292a388
version 19
|
22 rokov pred |
|
cmCTest.cxx
|
5a4a6a57d1
ENH: Another one of those nasty hex numbers in the ctest output
|
21 rokov pred |
|
cmCTest.h
|
5c618442d3
better args handling for -I option
|
21 rokov pred |
|
cmCacheManager.cxx
|
ff32379e26
BUG: Fixed Bug #154 - Uninitialized type initialized value cache variables should return value
|
22 rokov pred |
|
cmCacheManager.h
|
91065673d6
ENH: Get accessor for cache value as boolean
|
22 rokov pred |
|
cmCommand.h
|
69dd3218ba
ENH: Start includding the scripting support
|
22 rokov pred |
|
cmCommands.cxx
|
aff8c7bcd6
ENH: Add GET/SET_DIRECTORY_PROPERTY/PROPERTIES commands so that we can change include directories and get all sorts of things. Closes Bug #25 - Get_CMAKE_PROPERTIES
|
21 rokov pred |
|
cmCommands.h
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 rokov pred |
|
cmConfigure.cmake.h.in
|
c60f2fabc4
ENH: use cmake variables for cmDynamicLoader to figure out library prefix and extensions
|
22 rokov pred |
|
cmConfigureFileCommand.cxx
|
4a1f15c344
ENH: If configure file fails do not create directory
|
21 rokov pred |
|
cmConfigureFileCommand.h
|
4a1f15c344
ENH: If configure file fails do not create directory
|
21 rokov pred |
|
cmCreateTestSourceList.cxx
|
e539cf9f7c
ENH: make test driver more flexible by using a configured file instead of generating all the code. fixes bug 28
|
21 rokov pred |
|
cmCreateTestSourceList.h
|
e539cf9f7c
ENH: make test driver more flexible by using a configured file instead of generating all the code. fixes bug 28
|
21 rokov pred |
|
cmCustomCommand.cxx
|
fc0a916eee
ENH: allow duplicate commands with the same output to be reduced automatically to one command
|
22 rokov pred |
|
cmCustomCommand.h
|
116f39d840
performance improvement
|
22 rokov pred |
|
cmData.h
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 rokov pred |
|
cmDocumentation.cxx
|
0c92cfb8c4
ENH: Renamed --help-list-commands to --help-command-list and split --help [command] into separate --help and --help-command cmd options.
|
21 rokov pred |
|
cmDocumentation.h
|
0c92cfb8c4
ENH: Renamed --help-list-commands to --help-command-list and split --help [command] into separate --help and --help-command cmd options.
|
21 rokov pred |
|
cmDumpDocumentation.cxx
|
08441daded
ENH: Added CommandLineTest to add coverage for command line arguments to cmake executables. This replaces the old DumpDocumentation test.
|
22 rokov pred |
|
cmDynamicLoader.cxx
|
8f565bdc74
BUG: don't crash when loading a module that does not exist
|
22 rokov pred |
|
cmDynamicLoader.h
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 rokov pred |
|
cmElseCommand.cxx
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 rokov pred |
|
cmElseCommand.h
|
007d2bbc50
ENH: Make more commands scriptable
|
22 rokov pred |
|
cmEnableTestingCommand.cxx
|
ddb815c125
ENH: add new subdirectory exclude from top option
|
22 rokov pred |
|
cmEnableTestingCommand.h
|
362ce0c32d
sets variable now
|
22 rokov pred |
|
cmEndForEachCommand.cxx
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 rokov pred |
|
cmEndForEachCommand.h
|
54785fafba
ENH: Make more commands scriptable
|
22 rokov pred |
|
cmEndIfCommand.cxx
|
ca773a5d6d
ENH: add stdlib.h for portability to borland 6
|
22 rokov pred |
|
cmEndIfCommand.h
|
007d2bbc50
ENH: Make more commands scriptable
|
22 rokov pred |
|
cmExecProgramCommand.cxx
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
23 rokov pred |
|
cmExecProgramCommand.h
|
007d2bbc50
ENH: Make more commands scriptable
|
22 rokov pred |
|
cmExportLibraryDependencies.cxx
|
cb37fe01f6
ERR: Added missing include for auto_ptr.
|
22 rokov pred |
|
cmExportLibraryDependencies.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmFLTKWrapUICommand.cxx
|
2ccce878a3
ENH: Cleanups
|
22 rokov pred |
|
cmFLTKWrapUICommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmFileCommand.cxx
|
b55d109864
BUG: Put all files to manifest
|
21 rokov pred |
|
cmFileCommand.h
|
55a71ba572
ENH: Add check for infinite loops. Make sure that files written using WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops
|
21 rokov pred |
|
cmFindFileCommand.cxx
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmFindFileCommand.h
|
007d2bbc50
ENH: Make more commands scriptable
|
22 rokov pred |
|
cmFindLibraryCommand.cxx
|
e9fa240937
BUG: use IsNOTFOUND
|
23 rokov pred |
|
cmFindLibraryCommand.h
|
d59e06595c
BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used in FIND_LIBRARY and FIND_PATH in addtion to and before PATH
|
21 rokov pred |
|
cmFindPackageCommand.cxx
|
7c0844d2f4
BUG#682: Adding environment variable check to FIND_PACKAGE command.
|
21 rokov pred |
|
cmFindPackageCommand.h
|
d4214bc565
ENH#696: Adding REQUIRED option to FIND_PACKAGE command. It will terminate the cmake configure step if the package is not found.
|
21 rokov pred |
|
cmFindPathCommand.cxx
|
d59e06595c
BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used in FIND_LIBRARY and FIND_PATH in addtion to and before PATH
|
21 rokov pred |
|
cmFindPathCommand.h
|
d59e06595c
BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used in FIND_LIBRARY and FIND_PATH in addtion to and before PATH
|
21 rokov pred |
|
cmFindProgramCommand.cxx
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmFindProgramCommand.h
|
007d2bbc50
ENH: Make more commands scriptable
|
22 rokov pred |
|
cmForEachCommand.cxx
|
b56dcc2a30
perf improvement
|
22 rokov pred |
|
cmForEachCommand.h
|
54785fafba
ENH: Make more commands scriptable
|
22 rokov pred |
|
cmFunctionBlocker.h
|
08f1d2f9e1
ERR: Fixed unused parameter warning.
|
23 rokov pred |
|
cmGeneratedFileStream.h
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 rokov pred |
|
cmGetCMakePropertyCommand.cxx
|
2ccce878a3
ENH: Cleanups
|
22 rokov pred |
|
cmGetCMakePropertyCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmGetDirectoryPropertyCommand.cxx
|
aff8c7bcd6
ENH: Add GET/SET_DIRECTORY_PROPERTY/PROPERTIES commands so that we can change include directories and get all sorts of things. Closes Bug #25 - Get_CMAKE_PROPERTIES
|
21 rokov pred |
|
cmGetDirectoryPropertyCommand.h
|
aff8c7bcd6
ENH: Add GET/SET_DIRECTORY_PROPERTY/PROPERTIES commands so that we can change include directories and get all sorts of things. Closes Bug #25 - Get_CMAKE_PROPERTIES
|
21 rokov pred |
|
cmGetFilenameComponentCommand.cxx
|
cde384411d
Several fixes/improvements:
|
23 rokov pred |
|
cmGetFilenameComponentCommand.h
|
007d2bbc50
ENH: Make more commands scriptable
|
22 rokov pred |
|
cmGetSourceFilePropertyCommand.cxx
|
2ccce878a3
ENH: Cleanups
|
22 rokov pred |
|
cmGetSourceFilePropertyCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmGetTargetPropertyCommand.cxx
|
56f960296f
ENH: remove warnings
|
21 rokov pred |
|
cmGetTargetPropertyCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmGlob.cxx
|
31c1071ebf
ENH: When nor specifying full path, make sure it actually works, on broken filesystems fix case of files.
|
22 rokov pred |
|
cmGlob.h
|
274535d366
ENH: Recurse subdirectories
|
22 rokov pred |
|
cmGlobalBorlandMakefileGenerator.cxx
|
34853be45a
BUG: fix for bug 346, borland should now support dash in the path
|
22 rokov pred |
|
cmGlobalBorlandMakefileGenerator.h
|
e5ed57ec18
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
22 rokov pred |
|
cmGlobalCodeWarriorGenerator.cxx
|
72d8bd1e41
BUG: Fix Bug #445 - Same library in multiple projects can cause problems
|
22 rokov pred |
|
cmGlobalCodeWarriorGenerator.h
|
e5ed57ec18
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
22 rokov pred |
|
cmGlobalGenerator.cxx
|
55a71ba572
ENH: Add check for infinite loops. Make sure that files written using WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops
|
21 rokov pred |
|
cmGlobalGenerator.h
|
ddb815c125
ENH: add new subdirectory exclude from top option
|
22 rokov pred |
|
cmGlobalNMakeMakefileGenerator.cxx
|
3e2c1f3477
BUG: fix for bug 303 pass makeflags to sub makes
|
22 rokov pred |
|
cmGlobalNMakeMakefileGenerator.h
|
e5ed57ec18
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
22 rokov pred |
|
cmGlobalUnixMakefileGenerator.cxx
|
a413160fec
ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32
|
22 rokov pred |
|
cmGlobalUnixMakefileGenerator.h
|
e5ed57ec18
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
22 rokov pred |
|
cmGlobalVisualStudio6Generator.cxx
|
9ac968174e
ENH: Handle make install target on Visual Studio 6 and 7 and install templates
|
21 rokov pred |
|
cmGlobalVisualStudio6Generator.h
|
ddb815c125
ENH: add new subdirectory exclude from top option
|
22 rokov pred |
|
cmGlobalVisualStudio71Generator.cxx
|
6918844bd6
ERR: Fix install on VS71
|
21 rokov pred |
|
cmGlobalVisualStudio71Generator.h
|
94d8d25fd3
ENH: update vs71 generator to support excluded subdirs
|
22 rokov pred |
|
cmGlobalVisualStudio7Generator.cxx
|
9ac968174e
ENH: Handle make install target on Visual Studio 6 and 7 and install templates
|
21 rokov pred |
|
cmGlobalVisualStudio7Generator.h
|
ddb815c125
ENH: add new subdirectory exclude from top option
|
22 rokov pred |
|
cmITKWrapTclCommand.cxx
|
d5d0f17e5c
updated for new custom command
|
22 rokov pred |
|
cmITKWrapTclCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmIfCommand.cxx
|
c472345346
BUG: fix logic in EQUAL if test
|
21 rokov pred |
|
cmIfCommand.h
|
d76c9f8195
ENH: add a numeric EQUAL to the IF statment, very useful for variable arguments in MACROS
|
21 rokov pred |
|
cmIncludeCommand.cxx
|
ba0b6d3078
ERR: Remove debug
|
21 rokov pred |
|
cmIncludeCommand.h
|
eeb7637a6e
DOC: Fix comment
|
21 rokov pred |
|
cmIncludeDirectoryCommand.cxx
|
f58d7df66a
ENH: add checking for NOTFOUND
|
23 rokov pred |
|
cmIncludeDirectoryCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmIncludeExternalMSProjectCommand.cxx
|
7e54a53a3d
ENH: improve coverage
|
22 rokov pred |
|
cmIncludeExternalMSProjectCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmIncludeRegularExpressionCommand.cxx
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 rokov pred |
|
cmIncludeRegularExpressionCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmInstallFilesCommand.cxx
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 rokov pred |
|
cmInstallFilesCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmInstallProgramsCommand.cxx
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 rokov pred |
|
cmInstallProgramsCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmInstallTargetsCommand.cxx
|
d13e30f3ae
ENH: Make install on windows seems to work now
|
22 rokov pred |
|
cmInstallTargetsCommand.h
|
0f4f9677fc
ENH: Add comment about RUNTIME_DIRECTORY
|
22 rokov pred |
|
cmLinkDirectoriesCommand.cxx
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 rokov pred |
|
cmLinkDirectoriesCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmLinkLibrariesCommand.cxx
|
c3840b5cc3
BUG: Fix Bug #445 - Same library in multiple projects can cause problems
|
22 rokov pred |
|
cmLinkLibrariesCommand.h
|
a109ba1365
ENH: Clarified documentation for LINK_LIBRARIES and TARGET_LINK_LIBRARIES.
|
21 rokov pred |
|
cmListFileCache.cxx
|
00ae7ea261
ENH: Using lex-based tokenizer and a simple recursive-descent parser in place of the old hand-coded parser for CMake listfiles.
|
22 rokov pred |
|
cmListFileCache.h
|
00ae7ea261
ENH: Using lex-based tokenizer and a simple recursive-descent parser in place of the old hand-coded parser for CMake listfiles.
|
22 rokov pred |
|
cmListFileLexer.c
|
5473791b4b
ENH: Added cmListFileLexer_SetString method to allow a string to be parsed as input.
|
21 rokov pred |
|
cmListFileLexer.h
|
5473791b4b
ENH: Added cmListFileLexer_SetString method to allow a string to be parsed as input.
|
21 rokov pred |
|
cmListFileLexer.in.l
|
5473791b4b
ENH: Added cmListFileLexer_SetString method to allow a string to be parsed as input.
|
21 rokov pred |
|
cmLoadCacheCommand.cxx
|
38482b46d1
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
|
22 rokov pred |
|
cmLoadCacheCommand.h
|
2ccce878a3
ENH: Cleanups
|
22 rokov pred |
|
cmLoadCommandCommand.cxx
|
c19a70b3ad
WRN: remove warnings
|
21 rokov pred |
|
cmLoadCommandCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmLocalCodeWarriorGenerator.cxx
|
7aa8085b48
ERR: Fix build on Mac
|
22 rokov pred |
|
cmLocalCodeWarriorGenerator.h
|
99b3152a60
add COdeWarrior back in for testing
|
22 rokov pred |
|
cmLocalGenerator.cxx
|
5a5cd54730
ENH: GetSafeDefinition is now in cmMakefile
|
21 rokov pred |
|
cmLocalGenerator.h
|
5a5cd54730
ENH: GetSafeDefinition is now in cmMakefile
|
21 rokov pred |
|
cmLocalUnixMakefileGenerator.cxx
|
56f960296f
ENH: remove warnings
|
21 rokov pred |
|
cmLocalUnixMakefileGenerator.h
|
ddf814f964
ENH: Encode object files with funny characters in the name. It should fix Bug #418 - Borland 5.5.1, Templates/*.cxx files with '+' chars used in execs
|
21 rokov pred |
|
cmLocalVisualStudio6Generator.cxx
|
71b57bc454
BUG: fix for bug 769 CMAKE_STANDARD_LIBRARIES now used in ides
|
21 rokov pred |
|
cmLocalVisualStudio6Generator.h
|
ba68f771b3
yikes added new custom command support
|
22 rokov pred |
|
cmLocalVisualStudio7Generator.cxx
|
71b57bc454
BUG: fix for bug 769 CMAKE_STANDARD_LIBRARIES now used in ides
|
21 rokov pred |
|
cmLocalVisualStudio7Generator.h
|
ba68f771b3
yikes added new custom command support
|
22 rokov pred |
|
cmMacroCommand.cxx
|
c19a70b3ad
WRN: remove warnings
|
21 rokov pred |
|
cmMacroCommand.h
|
2d53fcf035
macros now support varargs
|
21 rokov pred |
|
cmMakeDepend.cxx
|
9d4aefc088
BUG: fix for bug 373 make depend problem
|
22 rokov pred |
|
cmMakeDepend.h
|
cc8aa74ec4
removed duplicate includes
|
22 rokov pred |
|
cmMakeDirectoryCommand.cxx
|
dc3fd5c267
ENH: Merged use of kwsys library.
|
22 rokov pred |
|
cmMakeDirectoryCommand.h
|
007d2bbc50
ENH: Make more commands scriptable
|
22 rokov pred |
|
cmMakefile.cxx
|
e09e1679ab
ENH: Add method to get definition even if it does not exists
|
21 rokov pred |
|
cmMakefile.h
|
e09e1679ab
ENH: Add method to get definition even if it does not exists
|
21 rokov pred |
|
cmMarkAsAdvancedCommand.cxx
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 rokov pred |
|
cmMarkAsAdvancedCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmMessageCommand.cxx
|
2f4ea98a4c
add a fatal error, and make sure c and c++ compilers work before using them
|
23 rokov pred |
|
cmMessageCommand.h
|
69dd3218ba
ENH: Start includding the scripting support
|
22 rokov pred |
|
cmOptionCommand.cxx
|
a5c3087360
BUG: fix for 282
|
21 rokov pred |
|
cmOptionCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmOutputRequiredFilesCommand.cxx
|
a9875aa62f
Implement GetLineFromStream that actually works and use it instead of getline
|
23 rokov pred |
|
cmOutputRequiredFilesCommand.h
|
2ccce878a3
ENH: Cleanups
|
22 rokov pred |
|
cmProjectCommand.cxx
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 rokov pred |
|
cmProjectCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmQTWrapCPPCommand.cxx
|
15cdf406d6
BUG: Fix dependency to input file for QT_WRAP_CPP. Bug #421 - QT_WRAP_CPP
|
22 rokov pred |
|
cmQTWrapCPPCommand.h
|
2ccce878a3
ENH: Cleanups
|
22 rokov pred |
|
cmQTWrapUICommand.cxx
|
ab28d3ea6e
ENH: Fix comment
|
22 rokov pred |
|
cmQTWrapUICommand.h
|
2ccce878a3
ENH: Cleanups
|
22 rokov pred |
|
cmRemoveCommand.cxx
|
0a29ebad97
BUG: fix broken command
|
23 rokov pred |
|
cmRemoveCommand.h
|
007d2bbc50
ENH: Make more commands scriptable
|
22 rokov pred |
|
cmRemoveDefinitionsCommand.cxx
|
504d0bc3b3
ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add opposite to ADD_DEFINITIONS
|
21 rokov pred |
|
cmRemoveDefinitionsCommand.h
|
504d0bc3b3
ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add opposite to ADD_DEFINITIONS
|
21 rokov pred |
|
cmSeparateArgumentsCommand.cxx
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 rokov pred |
|
cmSeparateArgumentsCommand.h
|
007d2bbc50
ENH: Make more commands scriptable
|
22 rokov pred |
|
cmSetCommand.cxx
|
c74ce9b218
BUG: A variable is not in the cache if it is UNINITIALIZED.
|
23 rokov pred |
|
cmSetCommand.h
|
038abb867e
ENH: Add support for install postfix
|
22 rokov pred |
|
cmSetDirectoryPropertiesCommand.cxx
|
aff8c7bcd6
ENH: Add GET/SET_DIRECTORY_PROPERTY/PROPERTIES commands so that we can change include directories and get all sorts of things. Closes Bug #25 - Get_CMAKE_PROPERTIES
|
21 rokov pred |
|
cmSetDirectoryPropertiesCommand.h
|
aff8c7bcd6
ENH: Add GET/SET_DIRECTORY_PROPERTY/PROPERTIES commands so that we can change include directories and get all sorts of things. Closes Bug #25 - Get_CMAKE_PROPERTIES
|
21 rokov pred |
|
cmSetSourceFilesPropertiesCommand.cxx
|
2ccce878a3
ENH: Cleanups
|
22 rokov pred |
|
cmSetSourceFilesPropertiesCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmSetTargetPropertiesCommand.cxx
|
1161d76bc6
ENH: add target properties files
|
23 rokov pred |
|
cmSetTargetPropertiesCommand.h
|
eeb7637a6e
DOC: Fix comment
|
21 rokov pred |
|
cmSiteNameCommand.cxx
|
e78cf5ca6f
BUG: fix for bug 689
|
21 rokov pred |
|
cmSiteNameCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmSourceFile.cxx
|
482eef7112
BUG: Fix aus source dir and add better testing of it
|
21 rokov pred |
|
cmSourceFile.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmSourceFilesCommand.cxx
|
2ccce878a3
ENH: Cleanups
|
22 rokov pred |
|
cmSourceFilesCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmSourceFilesRemoveCommand.cxx
|
ca773a5d6d
ENH: add stdlib.h for portability to borland 6
|
22 rokov pred |
|
cmSourceFilesRemoveCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmSourceGroup.cxx
|
48aedb2ba3
ENH: Fully implemented SOURCE_GROUP command.
|
22 rokov pred |
|
cmSourceGroup.h
|
48aedb2ba3
ENH: Fully implemented SOURCE_GROUP command.
|
22 rokov pred |
|
cmSourceGroupCommand.cxx
|
3d27a6a391
ENH: put back old style call to SOURCE_GROUP, no need to break things for this
|
22 rokov pred |
|
cmSourceGroupCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmStandardIncludes.h
|
fb228e73c8
ERR: Properly handle mode_t on borland
|
22 rokov pred |
|
cmStringCommand.cxx
|
4990e1481d
ENH: Added STRING(CONFIGURE ...) command.
|
22 rokov pred |
|
cmStringCommand.h
|
4990e1481d
ENH: Added STRING(CONFIGURE ...) command.
|
22 rokov pred |
|
cmSubdirCommand.cxx
|
8b0b749a11
ENH: add SUBDIR PREORDER and fix clean for non-relative paths
|
21 rokov pred |
|
cmSubdirCommand.h
|
ddb815c125
ENH: add new subdirectory exclude from top option
|
22 rokov pred |
|
cmSubdirDependsCommand.cxx
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 rokov pred |
|
cmSubdirDependsCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmSystemTools.cxx
|
61f602d668
BUG: If the line ends without new-line character, Split should still return something
|
21 rokov pred |
|
cmSystemTools.h
|
ec3a119480
BUG: When error occurs, try compiles should still work
|
22 rokov pred |
|
cmTarget.cxx
|
86bf9f396e
ENH: add a property for HAS_CXX to a target that will force the use of a c++ compiler in the linking of an executable that contains only c code
|
21 rokov pred |
|
cmTarget.h
|
b1a7421840
ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE
|
22 rokov pred |
|
cmTargetLinkLibrariesCommand.cxx
|
c3840b5cc3
BUG: Fix Bug #445 - Same library in multiple projects can cause problems
|
22 rokov pred |
|
cmTargetLinkLibrariesCommand.h
|
a109ba1365
ENH: Clarified documentation for LINK_LIBRARIES and TARGET_LINK_LIBRARIES.
|
21 rokov pred |
|
cmTryCompileCommand.cxx
|
1e03fe75bb
ENH: Clarified recursive TRY_COMPILE error message.
|
22 rokov pred |
|
cmTryCompileCommand.h
|
baaf5eae7d
fix to the signature and argument parsing
|
22 rokov pred |
|
cmTryRunCommand.cxx
|
32c2ed2ef3
ENH: Use the new signature
|
22 rokov pred |
|
cmTryRunCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmUseMangledMesaCommand.cxx
|
38482b46d1
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
|
22 rokov pred |
|
cmUseMangledMesaCommand.h
|
2ccce878a3
ENH: Cleanups
|
22 rokov pred |
|
cmUtilitySourceCommand.cxx
|
8b8766d246
fix for utility command without EXECUTABLE_OUTPUT_PATH
|
22 rokov pred |
|
cmUtilitySourceCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmVTKMakeInstantiatorCommand.cxx
|
2ccce878a3
ENH: Cleanups
|
22 rokov pred |
|
cmVTKMakeInstantiatorCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmVTKWrapJavaCommand.cxx
|
d55033b4c1
Oops, std namespace
|
23 rokov pred |
|
cmVTKWrapJavaCommand.h
|
2ccce878a3
ENH: Cleanups
|
22 rokov pred |
|
cmVTKWrapPythonCommand.cxx
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 rokov pred |
|
cmVTKWrapPythonCommand.h
|
2ccce878a3
ENH: Cleanups
|
22 rokov pred |
|
cmVTKWrapTclCommand.cxx
|
413154827c
Fix a problem with TCL wrapping if the source files have a relative path.
|
23 rokov pred |
|
cmVTKWrapTclCommand.h
|
2ccce878a3
ENH: Cleanups
|
22 rokov pred |
|
cmVariableRequiresCommand.cxx
|
ae5a80c795
spelling errors
|
23 rokov pred |
|
cmVariableRequiresCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmVariableWatch.cxx
|
ffaaedc7c6
ENH: Add remove watch
|
22 rokov pred |
|
cmVariableWatch.h
|
ffaaedc7c6
ENH: Add remove watch
|
22 rokov pred |
|
cmWin32ProcessExecution.cxx
|
2c2291bbe0
ENH: add new feature to ctest so that it can cmake, build and run a test executable
|
22 rokov pred |
|
cmWin32ProcessExecution.h
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
23 rokov pred |
|
cmWrapExcludeFilesCommand.cxx
|
2ccce878a3
ENH: Cleanups
|
22 rokov pred |
|
cmWrapExcludeFilesCommand.h
|
072db6ad70
removed redundent includes
|
22 rokov pred |
|
cmWriteFileCommand.cxx
|
55a71ba572
ENH: Add check for infinite loops. Make sure that files written using WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops
|
21 rokov pred |
|
cmWriteFileCommand.h
|
55a71ba572
ENH: Add check for infinite loops. Make sure that files written using WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops
|
21 rokov pred |
|
cmake.cxx
|
55af104169
BUG: fix crash from bug id 806
|
21 rokov pred |
|
cmake.h
|
34115a5989
BUG: Fix resolving of infinite loops while CMakeSetup/ccmake still running
|
21 rokov pred |
|
cmakemain.cxx
|
4d55c6540a
ENH: Report error and exit when the current directory is not specified
|
21 rokov pred |
|
cmaketest.h.in
|
a2d7a92c88
BUG: Fix some dependencies for location of executables
|
22 rokov pred |
|
cmakewizard.cxx
|
41445f67ac
BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made resulting error message cleaner.
|
22 rokov pred |
|
cmakewizard.h
|
41445f67ac
BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made resulting error message cleaner.
|
22 rokov pred |
|
cmw9xcom.cxx
|
d6f98c2a82
ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when CMake is invoked by Dart.
|
23 rokov pred |
|
ctest.cxx
|
4d55c6540a
ENH: Report error and exit when the current directory is not specified
|
21 rokov pred |