Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | ENH: add extra thing for svn X status output | Bill Hoffman | 2006-01-27 | 1 | -0/+4 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-27 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-26 | 1 | -1/+1 |
| | |||||
* | ENH: fix double CMAKE_(LANG)_FLAGS problem in try compile | Bill Hoffman | 2006-01-25 | 1 | -1/+1 |
| | |||||
* | ENH: change to fatal error | Bill Hoffman | 2006-01-25 | 2 | -4/+4 |
| | |||||
* | ENH: fix more than one argument passed in to compilers via environment | Bill Hoffman | 2006-01-25 | 7 | -7/+7 |
| | |||||
* | ENH: fix docs, and revert fatal error change | Bill Hoffman | 2006-01-25 | 2 | -4/+9 |
| | |||||
* | ENH: make all errors fatal in message command | Bill Hoffman | 2006-01-25 | 1 | -1/+1 |
| | |||||
* | ENH: add COMPILE_FLAGS to targets | Bill Hoffman | 2006-01-25 | 14 | -18/+114 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-25 | 1 | -1/+1 |
| | |||||
* | ENH: do not force users to create paths | Bill Hoffman | 2006-01-25 | 1 | -14/+11 |
| | |||||
* | ENH: fix for borland memcpy junk | Bill Hoffman | 2006-01-24 | 1 | -0/+15 |
| | |||||
* | ENH: fix bug, write the correct file | Andy Cedilnik | 2006-01-24 | 1 | -1/+1 |
| | |||||
* | COMP: fix warning | Bill Hoffman | 2006-01-24 | 1 | -9/+6 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-24 | 1 | -1/+1 |
| | |||||
* | ENH: fix warning | Bill Hoffman | 2006-01-23 | 1 | -1/+0 |
| | |||||
* | ENH: by Bill make sure path is unix style | Ken Martin | 2006-01-23 | 1 | -0/+1 |
| | |||||
* | ENH: fix problem with watcom and short paths and -I | Bill Hoffman | 2006-01-23 | 3 | -3/+21 |
| | |||||
* | ENH: correct include for memcpy | Bill Hoffman | 2006-01-23 | 1 | -2/+1 |
| | |||||
* | ENH: add kFreeBSD support | Bill Hoffman | 2006-01-23 | 1 | -0/+9 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-23 | 1 | -1/+1 |
| | |||||
* | ENH: fix check type size | Bill Hoffman | 2006-01-23 | 1 | -0/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-22 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-01-21 | 1 | -1/+1 |
| |