Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 26 | -48/+176 |
| | |||||
* | ENH: Added option BUILD_CursesDialog if curses is found. This allows people ↵ | Brad King | 2006-02-08 | 3 | -30/+32 |
| | | | | to disable building the dialog even when curses is found. | ||||
* | BUG: Fixed qt version message. Submitted by Tanner Lovelace. | Brad King | 2006-02-08 | 1 | -1/+1 |
| | |||||
* | COMP: Fix problem with STL on HP, and fix reusing the same variable in for loops | Andy Cedilnik | 2006-02-08 | 2 | -22/+22 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-02-08 | 1 | -1/+1 |
| | |||||
* | ENH: Adding definition of MSVC when it is the compiler. | Brad King | 2006-02-07 | 1 | -0/+1 |
| | |||||
* | BUG: Fixed finding of MinGW libraries with a windows build of CMake. | Brad King | 2006-02-07 | 1 | -6/+63 |
| | |||||
* | ENH: Add missing help for -C option | Andy Cedilnik | 2006-02-07 | 1 | -0/+3 |
| | |||||
* | COMP: Fix compile problem on windows and mac | Andy Cedilnik | 2006-02-07 | 1 | -2/+2 |
| | |||||
* | COMP: Fix build problem | Andy Cedilnik | 2006-02-07 | 1 | -2/+2 |
| | |||||
* | ENH: Move relative path to kwsys | Andy Cedilnik | 2006-02-07 | 4 | -98/+123 |
| | |||||
* | ENH: Added kwsys::String class to shorten debugging symbols and error ↵ | Brad King | 2006-02-07 | 4 | -21/+63 |
| | | | | messages involving std::string. | ||||
* | ENH: Add some doc for visible class | Mathieu Malaterre | 2006-02-07 | 1 | -0/+4 |
| | |||||
* | ENH: Since list file cache does not make much sense any more (because of ↵ | Andy Cedilnik | 2006-02-07 | 10 | -138/+13 |
| | | | | proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out | ||||
* | COMP: Fix next round of dashboard warnings. | David Cole | 2006-02-07 | 1 | -3/+0 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-02-07 | 1 | -1/+1 |
| | |||||
* | ENH: allow for - in the name of targets for nmake | Bill Hoffman | 2006-02-06 | 1 | -1/+3 |
| | |||||
* | COMP: Fix CMake dashboard warnings related to previous revisions. | David Cole | 2006-02-06 | 3 | -4/+7 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-02-05 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-02-04 | 1 | -1/+1 |
| | |||||
* | ENH: Incremented patch version for special KDE release. | Brad King | 2006-02-03 | 1 | -1/+1 |
| | |||||
* | ENH: Added test for new EXECUTE_PROCESS command. | Brad King | 2006-02-03 | 3 | -0/+69 |
| | |||||
* | ENH: Adding new EXECUTE_PROCESS command that interfaces to KWSys Process ↵ | Brad King | 2006-02-03 | 1 | -2/+3 |
| | | | | Execution. | ||||
* | ENH: Adding new EXECUTE_PROCESS command that interfaces to KWSys Process ↵ | Brad King | 2006-02-03 | 3 | -0/+450 |
| | | | | Execution. | ||||
* | COMP: Added missing method decl to header. | Brad King | 2006-02-03 | 1 | -0/+3 |
| | |||||
* | BUG: Fix mem leaks related to th_get_pathname. Change this implementation of ↵ | David Cole | 2006-02-03 | 4 | -18/+286 |
| | | | | th_get_pathname so that it *always* returns a strdup'ed value. Callers must now free non-NULL returns from th_get_pathname. Change all callers to call free appropriately. | ||||
* | BUG: Fixed cmTarget::GetFullPath to not append the configuration name when ↵ | Brad King | 2006-02-03 | 8 | -9/+61 |
| | | | | only one configuration is built. It now asks the generator what subdirectory if any to use for a given configuration name. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-02-03 | 1 | -1/+1 |
| | |||||
* | COMP: Fixed build on VC++ Express 2005. Explicitly testing for MFC to ↵ | Brad King | 2006-02-03 | 3 | -5/+41 |
| | | | | determine whether to build the MFCDialog. | ||||
* | BUG: CMAKE_INSTALL_PREFIX must always have forward slashes. | Brad King | 2006-02-03 | 1 | -0/+4 |
| | |||||
* | BUG: Removed odbc32.lib and odbccp32.lib from standard libraries on VS 8 ↵ | Brad King | 2006-02-03 | 1 | -2/+2 |
| | | | | because VC++ Express 2005 does not have them. They are SQL database access libraries and should not be needed for every application. User code can always explicitly link the library. Also replacing deprecated /GZ option with /RTC1 for VS 8. This addresses bug#2795. | ||||
* | BUG: Fix memory leak in libtar's kwReadDir. Use a static buffer like readdir ↵ | David Cole | 2006-02-02 | 1 | -4/+11 |
| | | | | (probably) does rather than malloc-ing a block which never gets free-d. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-02-02 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-02-01 | 1 | -1/+1 |
| | |||||
* | ENH: Enabled build of VS 7 and 8 generators for MinGW. | Brad King | 2006-02-01 | 2 | -32/+28 |
| | |||||
* | ENH: Enabled bootstrapping with MinGW from an MSYS prompt. | Brad King | 2006-01-31 | 2 | -24/+81 |
| | |||||
* | BUG: ABSOLUTE option should evaluate relative paths with respect to ↵ | Brad King | 2006-01-31 | 1 | -0/+14 |
| | | | | CMAKE_CURRENT_SOURCE_DIR. This addresses bug#2797. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-31 | 1 | -1/+1 |
| | |||||
* | ENH: more cleanup and removal of old code | Ken Martin | 2006-01-30 | 2 | -101/+9 |
| | |||||
* | ENH: cleanup and remove some old code | Ken Martin | 2006-01-30 | 2 | -62/+15 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-30 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-28 | 1 | -1/+1 |
| | |||||
* | ENH: Improved support for user-configured search paths. Paths given in the ↵ | Brad King | 2006-01-27 | 6 | -28/+86 |
| | | | | CMAKE_LIBRARY_PATH cmake variable are searched first, then those in the CMAKE_LIBRARY_PATH environment variable, then those listed in the call to the FIND_LIBRARY command and finally those listed in the PATH environment variable. The support is similar for finding include files with FIND_PATH, but the variable is CMAKE_INCLUDE_PATH. | ||||
* | BUG: VS7 generator should use per-configuration linker flags for targets. ↵ | Brad King | 2006-01-27 | 2 | -3/+20 |
| | | | | This addresses bug#2765. | ||||
* | ENH: Better handle interleved error/output | Andy Cedilnik | 2006-01-27 | 2 | -18/+28 |
| | |||||
* | ENH: Added optional component list to the REQUIRED option of the ↵ | Brad King | 2006-01-27 | 3 | -2/+28 |
| | | | | FIND_PACKAGE command. This addresses bug#2771. | ||||
* | STYLE: spelling fix | Ken Martin | 2006-01-27 | 1 | -1/+1 |
| | |||||
* | STYLE: grammer fix | Ken Martin | 2006-01-27 | 1 | -1/+1 |
| |