Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Missing a linker crashed error matching string. | David Cole | 2008-03-19 | 1 | -0/+1 |
| | |||||
* | STYLE: fix line len | Bill Hoffman | 2008-03-04 | 1 | -4/+6 |
| | |||||
* | ENH: allow cdash not to trigger | Bill Hoffman | 2008-02-29 | 2 | -27/+43 |
| | |||||
* | STYLE: line length | Bill Hoffman | 2008-01-31 | 1 | -1/+2 |
| | |||||
* | BUG: minor fix for ctest | Ken Martin | 2008-01-31 | 1 | -1/+1 |
| | |||||
* | ENH: read in old file formats Dart as well | Ken Martin | 2008-01-31 | 1 | -0/+15 |
| | |||||
* | ENH: remove warnings | Bill Hoffman | 2008-01-30 | 2 | -3/+3 |
| | |||||
* | ENH: enhancements for cdash, include system information and better time entries | Bill Hoffman | 2008-01-30 | 8 | -8/+58 |
| | |||||
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 14 | -30/+44 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | ENH: improve backwards compatibility | Ken Martin | 2008-01-19 | 1 | -6/+98 |
| | |||||
* | BUG: fix bugs 5539 (progress going beyond 100% when new files are added) and ↵ | Ken Martin | 2008-01-18 | 1 | -44/+43 |
| | | | | 5889 (tests are not found in some cases when using add_subdirectory to .. etc) | ||||
* | ENH: use CTestTestfile.txt | Ken Martin | 2008-01-17 | 1 | -11/+1 |
| | |||||
* | ENH: Centralized and globalized computation of CMake program locations. ↵ | Brad King | 2007-12-13 | 1 | -1/+1 |
| | | | | This eliminates startup paths that failed to produce this information. | ||||
* | ENH: add support for CDash bullseye coverage | Bill Hoffman | 2007-11-16 | 1 | -6/+18 |
| | |||||
* | BUG: try to fix crash | Bill Hoffman | 2007-11-08 | 1 | -2/+8 |
| | |||||
* | COMP: Fix check for file-too-big to avoid warnings. | Brad King | 2007-11-07 | 1 | -1/+2 |
| | |||||
* | COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697. | Brad King | 2007-11-05 | 2 | -4/+12 |
| | |||||
* | ENH: fix line length issues | Bill Hoffman | 2007-09-24 | 2 | -3/+6 |
| | |||||
* | ENH: fix failing test when valgrind is on | Bill Hoffman | 2007-09-19 | 2 | -11/+23 |
| | |||||
* | ENH: fix build issue with config type not being specified by ctest | Bill Hoffman | 2007-09-17 | 3 | -5/+30 |
| | |||||
* | ENH: for build and test default the config type to the one that ctest was ↵ | Bill Hoffman | 2007-09-11 | 1 | -2/+24 |
| | | | | built with, it is good for the current ctest setup, and other projects can always specify a value on the command line | ||||
* | ENH: fix 2 ctest issues, do not use the build type of ctest to look for ↵ | Bill Hoffman | 2007-09-11 | 1 | -10/+10 |
| | | | | config types, do not inherit pipes in child procs for ctest so it can kill them | ||||
* | STYLE: fix typo | Alexander Neundorf | 2007-08-28 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: fix output and valgrind truncation issue | Bill Hoffman | 2007-08-10 | 1 | -11/+15 |
| | |||||
* | COMP: this copy of curl is unused, the one in Utilities/cmcurl/ is used | Alexander Neundorf | 2007-08-09 | 137 | -42829/+0 |
| | | | | Alex | ||||
* | ENH: make sure there is an error and notify user if nightly start time not set | Bill Hoffman | 2007-08-03 | 1 | -1/+10 |
| | |||||
* | ENH: show files as untested if no lines are covered | Bill Hoffman | 2007-08-03 | 1 | -1/+1 |
| | |||||
* | ENH: fatal error if cvs update fails | Bill Hoffman | 2007-08-03 | 1 | -1/+9 |
| | |||||
* | ENH: add another valgrind error type | Bill Hoffman | 2007-08-03 | 1 | -0/+5 |
| | |||||
* | STYLE: fix some kwstyle errors | Bill Hoffman | 2007-07-27 | 2 | -8/+13 |
| | |||||
* | ENH: deb generator can now generate deb packages | Alexander Neundorf | 2007-07-27 | 1 | -19/+1 |
| | | | | | | | | | | -remove the unscriptable commands also from the cpack cmake -use CPACK_PACKAGE_CONTACT in CMakeCPack.cmake, it's used in the nsis and the deb generator -make set_properties() scriptable -use a non-const char array for adding the python modules Alex | ||||
* | ENH: add test output to valgrind output and truncate output for valgrind | Bill Hoffman | 2007-07-26 | 1 | -3/+42 |
| | |||||
* | ENH: fix bug with valgrind output being truncated | Bill Hoffman | 2007-07-25 | 1 | -8/+13 |
| | |||||
* | ENH: add support for bounds checker | Bill Hoffman | 2007-07-24 | 3 | -46/+315 |
| | |||||
* | ENH: fix div by 0 | Bill Hoffman | 2007-07-20 | 1 | -1/+1 |
| | |||||
* | STYLE: fix line lengths | Alexander Neundorf | 2007-07-20 | 1 | -1/+2 |
| | | | | Alex | ||||
* | ENH: add more verbose output | Bill Hoffman | 2007-06-14 | 2 | -0/+6 |
| | |||||
* | ENH: remove non/scriptable cmake commands from the script handler in ctest, | Alexander Neundorf | 2007-06-12 | 1 | -0/+21 |
| | | | | | | | | | as discussed with David. This also gives a better ctest man page with just the commands you should actually use in ctest scripts. Until now these commands were more or less executed, but e.g. add_executable() didn't create an executable, project() failed with an error. Now you get an error instantly if using one of these commands. Alex | ||||
* | ENH: make sure working directory is set | Bill Hoffman | 2007-06-12 | 1 | -2/+6 |
| | |||||
* | BUG: Never return a string containing a ":" from cmCTest::GetShortPathToFile ↵ | David Cole | 2007-06-11 | 1 | -6/+7 |
| | | | | - replace them with "_". DART cannot construct valid file names during dashboard rollup with ":" in the short path. Also, fix the Bullseye coverage handler so that the file names and paths match in both the coverage summary and the individual coverage logs. | ||||
* | STYLE: create command documentation for ctest | Alexander Neundorf | 2007-06-08 | 2 | -31/+45 |
| | | | | | | | I think some of the cmake commands should be removed from ctest if possible, like add_executable etc. Alex | ||||
* | ENH: use new covbr that does not stop on error | Bill Hoffman | 2007-06-08 | 2 | -62/+139 |
| | |||||
* | BUG: better passing of global TIMEOUT to internal ctest invocaitons | Ken Martin | 2007-06-06 | 1 | -11/+11 |
| | |||||
* | ENH: fix passing of time limit to some ctest invocations that also use ↵ | Ken Martin | 2007-06-04 | 1 | -2/+2 |
| | | | | build-options | ||||
* | ENH: remove debug that caused tests to fail | Bill Hoffman | 2007-06-02 | 1 | -2/+0 |
| | |||||
* | ENH: opps | Bill Hoffman | 2007-06-02 | 1 | -2/+0 |
| | |||||
* | ENH: initial bullseye stuff | Bill Hoffman | 2007-06-01 | 2 | -7/+549 |
| | |||||
* | ENH: Use IF(NOT DEFINED) check to short-circuit size test. | Brad King | 2007-05-17 | 1 | -0/+2 |
| | |||||
* | ENH: merge CMake-CrossCompileBasic to HEAD | Alexander Neundorf | 2007-05-17 | 2 | -50/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | -add a RESULT_VARIABLE to INCLUDE() -add CMAKE_TOOLCHAIN_FILE for specifiying your (potentially crosscompiling) toolchain -have TRY_RUN() complain if you try to use it in crosscompiling mode (which were compiled but cannot run on this system) -use CMAKE_EXECUTABLE_SUFFIX in TRY_RUN(), probably TRY_RUN won't be able to run the executables if they have a different suffix because they are probably crosscompiled, but nevertheless it should be able to find them -make several cmake variables presettable by the user: CMAKE_C/CXX_COMPILER, CMAKE_C/CXX_OUTPUT_EXTENSION, CMAKE_SYSTEM_NAME, CMAKE_SYSTEM_INFO_FILE -support prefix for GNU toolchains (arm-elf-gcc, arm-elf-ar, arm-elf-strip etc.) -move ranlib on OSX from the file command to a command in executed in cmake_install.cmake -add support for stripping during install in cmake_install.cmake -split out cl.cmake from Windows-cl.cmake, first (very incomplete) step to support MS crosscompiling tools -remove stdio.h from the simple C program which checks if the compiler works, since this may not exist for some embedded platforms -create a new CMakeFindBinUtils.cmake which collects the search fro ar, ranlib, strip, ld, link, install_name_tool and other tools like these -add support for CMAKE_FIND_ROOT_PATH for all FIND_XXX commands, which is a list of directories which will be prepended to all search directories, right now as a cmake variable, turning it into a global cmake property may need some more work -remove cmTestTestHandler::TryExecutable(), it's unused -split cmFileCommand::HandleInstall() into slightly smaller functions Alex | ||||
* | STYLE: Fixed line too long. | Brad King | 2007-04-28 | 1 | -2/+4 |
| |