Brad King 87d4d0e039 BUG: cmGlobalGenerator::Build should not always use the /fast target name because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles. 19 vuotta sitten
..
Curl 4bdca3b404 ENH: put CmakeTmp into CMakeFiles 20 vuotta sitten
CMakeLists.txt bab4bf8591 BUG: This cmakelists file is not used any more 21 vuotta sitten
cmCTestBuildAndTestHandler.cxx 87d4d0e039 BUG: cmGlobalGenerator::Build should not always use the /fast target name because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles. 19 vuotta sitten
cmCTestBuildAndTestHandler.h 862f5df25c STYLE: Fix some style issues 20 vuotta sitten
cmCTestBuildCommand.cxx 87d4d0e039 BUG: cmGlobalGenerator::Build should not always use the /fast target name because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles. 19 vuotta sitten
cmCTestBuildCommand.h 386900bfdd ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 20 vuotta sitten
cmCTestBuildHandler.cxx 231bd4eb73 BUG: Fix segfault 19 vuotta sitten
cmCTestBuildHandler.h 862f5df25c STYLE: Fix some style issues 20 vuotta sitten
cmCTestCommand.h 862f5df25c STYLE: Fix some style issues 20 vuotta sitten
cmCTestConfigureCommand.cxx 337362dfcf COMP: Return 0 instead of false 20 vuotta sitten
cmCTestConfigureCommand.h 386900bfdd ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 20 vuotta sitten
cmCTestConfigureHandler.cxx 862f5df25c STYLE: Fix some style issues 20 vuotta sitten
cmCTestConfigureHandler.h 6503a0eecc STYLE: Fix some style issues 20 vuotta sitten
cmCTestCoverageCommand.cxx 337362dfcf COMP: Return 0 instead of false 20 vuotta sitten
cmCTestCoverageCommand.h 386900bfdd ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 20 vuotta sitten
cmCTestCoverageHandler.cxx 386900bfdd ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 20 vuotta sitten
cmCTestCoverageHandler.h 862f5df25c STYLE: Fix some style issues 20 vuotta sitten
cmCTestEmptyBinaryDirectoryCommand.cxx 219bcf25ba BUG: When removing directory, use lstat instead of stat to make sure that symlinks are treated as files and not as directories 20 vuotta sitten
cmCTestEmptyBinaryDirectoryCommand.h 862f5df25c STYLE: Fix some style issues 20 vuotta sitten
cmCTestGenericHandler.cxx aae0bcdacf STYLE: fix line length 19 vuotta sitten
cmCTestGenericHandler.h 2d81046ae2 ENH: Add support for special tracks, fix options of handlers so that the -R, -U, and so on work in the new style scripting 19 vuotta sitten
cmCTestHandlerCommand.cxx aae0bcdacf STYLE: fix line length 19 vuotta sitten
cmCTestHandlerCommand.h 862f5df25c STYLE: Fix some style issues 20 vuotta sitten
cmCTestMemCheckCommand.cxx 3d96e52261 STYLE: some m_ to this-> cleanup 20 vuotta sitten
cmCTestMemCheckCommand.h 862f5df25c STYLE: Fix some style issues 20 vuotta sitten
cmCTestMemCheckHandler.cxx 5a2668b326 ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 20 vuotta sitten
cmCTestMemCheckHandler.h 862f5df25c STYLE: Fix some style issues 20 vuotta sitten
cmCTestReadCustomFilesCommand.cxx 55c0ff5f64 BUG: Improve the behavior of the ReadCustomFilesCommand 19 vuotta sitten
cmCTestReadCustomFilesCommand.h aae0bcdacf STYLE: fix line length 19 vuotta sitten
cmCTestRunScriptCommand.cxx d81ebf0c23 ENH: added support for -SP scripts in new processes 19 vuotta sitten
cmCTestRunScriptCommand.h d81ebf0c23 ENH: added support for -SP scripts in new processes 19 vuotta sitten
cmCTestScriptHandler.cxx aae0bcdacf STYLE: fix line length 19 vuotta sitten
cmCTestScriptHandler.h 34feb381be ENH: Allow CTEST_UPDATE_COMMAND and fix the comments. This should allow SVN update too, maybe 19 vuotta sitten
cmCTestSleepCommand.cxx 862f5df25c STYLE: Fix some style issues 20 vuotta sitten
cmCTestSleepCommand.h 862f5df25c STYLE: Fix some style issues 20 vuotta sitten
cmCTestStartCommand.cxx 2d81046ae2 ENH: Add support for special tracks, fix options of handlers so that the -R, -U, and so on work in the new style scripting 19 vuotta sitten
cmCTestStartCommand.h 2d81046ae2 ENH: Add support for special tracks, fix options of handlers so that the -R, -U, and so on work in the new style scripting 19 vuotta sitten
cmCTestSubmitCommand.cxx 337362dfcf COMP: Return 0 instead of false 20 vuotta sitten
cmCTestSubmitCommand.h 386900bfdd ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 20 vuotta sitten
cmCTestSubmitHandler.cxx 2d81046ae2 ENH: Add support for special tracks, fix options of handlers so that the -R, -U, and so on work in the new style scripting 19 vuotta sitten
cmCTestSubmitHandler.h 862f5df25c STYLE: Fix some style issues 20 vuotta sitten
cmCTestTestCommand.cxx 3d96e52261 STYLE: some m_ to this-> cleanup 20 vuotta sitten
cmCTestTestCommand.h 386900bfdd ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 20 vuotta sitten
cmCTestTestHandler.cxx aae0bcdacf STYLE: fix line length 19 vuotta sitten
cmCTestTestHandler.h 124860a9ee COMP: Make members protected so that subclass can use them 20 vuotta sitten
cmCTestUpdateCommand.cxx aae0bcdacf STYLE: fix line length 19 vuotta sitten
cmCTestUpdateCommand.h 386900bfdd ENH: Several cleanups and make sure things get propagated where they should. Also, allow to load CTest custom files to the actual ctest -S script 20 vuotta sitten
cmCTestUpdateHandler.cxx 609af5c969 ENH: Add svn cleanup before running svn 20 vuotta sitten
cmCTestUpdateHandler.h 862f5df25c STYLE: Fix some style issues 20 vuotta sitten