summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Adding new EXECUTE_PROCESS command that interfaces to KWSys Process ↵Brad King2006-02-033-0/+450
| | | | Execution.
* COMP: Added missing method decl to header.Brad King2006-02-031-0/+3
|
* BUG: Fix mem leaks related to th_get_pathname. Change this implementation of ↵David Cole2006-02-034-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 King2006-02-038-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 updateAndy Cedilnik2006-02-031-1/+1
|
* COMP: Fixed build on VC++ Express 2005. Explicitly testing for MFC to ↵Brad King2006-02-033-5/+41
| | | | determine whether to build the MFCDialog.
* BUG: CMAKE_INSTALL_PREFIX must always have forward slashes.Brad King2006-02-031-0/+4
|
* BUG: Removed odbc32.lib and odbccp32.lib from standard libraries on VS 8 ↵Brad King2006-02-031-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 Cole2006-02-021-4/+11
| | | | (probably) does rather than malloc-ing a block which never gets free-d.
* STYLE: Nightly Version updateAndy Cedilnik2006-02-021-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-02-011-1/+1
|
* ENH: Enabled build of VS 7 and 8 generators for MinGW.Brad King2006-02-012-32/+28
|
* ENH: Enabled bootstrapping with MinGW from an MSYS prompt.Brad King2006-01-312-24/+81
|
* BUG: ABSOLUTE option should evaluate relative paths with respect to ↵Brad King2006-01-311-0/+14
| | | | CMAKE_CURRENT_SOURCE_DIR. This addresses bug#2797.
* STYLE: Nightly Version updateAndy Cedilnik2006-01-311-1/+1
|
* ENH: more cleanup and removal of old codeKen Martin2006-01-302-101/+9
|
* ENH: cleanup and remove some old codeKen Martin2006-01-302-62/+15
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-301-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-291-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-281-1/+1
|
* ENH: Improved support for user-configured search paths. Paths given in the ↵Brad King2006-01-276-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 King2006-01-272-3/+20
| | | | This addresses bug#2765.
* ENH: Better handle interleved error/outputAndy Cedilnik2006-01-272-18/+28
|
* ENH: Added optional component list to the REQUIRED option of the ↵Brad King2006-01-273-2/+28
| | | | FIND_PACKAGE command. This addresses bug#2771.
* STYLE: spelling fixKen Martin2006-01-271-1/+1
|
* STYLE: grammer fixKen Martin2006-01-271-1/+1
|
* ENH: add extra thing for svn X status outputBill Hoffman2006-01-271-0/+4
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-271-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-261-1/+1
|
* ENH: fix double CMAKE_(LANG)_FLAGS problem in try compileBill Hoffman2006-01-251-1/+1
|
* ENH: change to fatal errorBill Hoffman2006-01-252-4/+4
|
* ENH: fix more than one argument passed in to compilers via environmentBill Hoffman2006-01-257-7/+7
|
* ENH: fix docs, and revert fatal error changeBill Hoffman2006-01-252-4/+9
|
* ENH: make all errors fatal in message commandBill Hoffman2006-01-251-1/+1
|
* ENH: add COMPILE_FLAGS to targetsBill Hoffman2006-01-2514-18/+114
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-251-1/+1
|
* ENH: do not force users to create pathsBill Hoffman2006-01-251-14/+11
|
* ENH: fix for borland memcpy junkBill Hoffman2006-01-241-0/+15
|
* ENH: fix bug, write the correct fileAndy Cedilnik2006-01-241-1/+1
|
* COMP: fix warningBill Hoffman2006-01-241-9/+6
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-241-1/+1
|
* ENH: fix warningBill Hoffman2006-01-231-1/+0
|
* ENH: by Bill make sure path is unix styleKen Martin2006-01-231-0/+1
|
* ENH: fix problem with watcom and short paths and -IBill Hoffman2006-01-233-3/+21
|
* ENH: correct include for memcpyBill Hoffman2006-01-231-2/+1
|
* ENH: add kFreeBSD supportBill Hoffman2006-01-231-0/+9
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-231-1/+1
|
* ENH: fix check type sizeBill Hoffman2006-01-231-0/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-221-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-01-211-1/+1
|