Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add new feature to ctest so that it can cmake, build and run a test ↵ | Bill Hoffman | 2004-01-07 | 8 | -480/+1214 |
| | | | | executable | ||||
* | BUG: fix crash in external dsp include | Bill Hoffman | 2004-01-07 | 1 | -1/+0 |
| | |||||
* | BUG: fix crash | Bill Hoffman | 2004-01-07 | 1 | -1/+1 |
| | |||||
* | ENH: Improve notes support (now you can specify them with the rest of the ↵ | Andy Cedilnik | 2004-01-07 | 3 | -53/+116 |
| | | | | command line), improve reading of configuration file (now it actually rereads configuration file after running update/configure/build...). Remember the model (nightly/experimental) across runs | ||||
* | ENH: Removing empty source file now that makefile dependencies should have ↵ | Brad King | 2004-01-06 | 5 | -5/+0 |
| | | | | updated. | ||||
* | ENH: fix for hp make and relative paths never have targets with a ./ at the ↵ | Bill Hoffman | 2004-01-06 | 2 | -7/+12 |
| | | | | start of the name | ||||
* | fix for glob command | Ken Martin | 2004-01-05 | 1 | -3/+2 |
| | |||||
* | BUG: Fixed typo in error message. | Brad King | 2004-01-05 | 1 | -1/+1 |
| | |||||
* | fix for long lines with post build rules | Ken Martin | 2004-01-05 | 1 | -3/+3 |
| | |||||
* | BUG: Fix dependency to input file for QT_WRAP_CPP. Bug #421 - QT_WRAP_CPP | Andy Cedilnik | 2004-01-05 | 3 | -2/+13 |
| | |||||
* | ERR: Removed use of FILE command and using WRITE_FILE instead. We would ↵ | Brad King | 2004-01-05 | 1 | -4/+4 |
| | | | | still like CMake 1.6 to be able to build CMake CVS, and kwsys is used. | ||||
* | ENH: reduce flicker | Bill Hoffman | 2004-01-05 | 1 | -0/+4 |
| | |||||
* | ENH: fix bug with advanced items loosing edit and do a better job sorting | Bill Hoffman | 2004-01-02 | 4 | -115/+154 |
| | |||||
* | fix for multiple nexted projects | Ken Martin | 2004-01-02 | 1 | -4/+14 |
| | |||||
* | ERR: Fix bootstrap for the changes in kwsys | Andy Cedilnik | 2003-12-31 | 1 | -21/+21 |
| | |||||
* | ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable ↵ | Brad King | 2003-12-30 | 7 | -45/+45 |
| | | | | in the C++ sources. | ||||
* | ENH: Added GetExceptionString method to provide an error description when ↵ | Brad King | 2003-12-30 | 4 | -55/+257 |
| | | | | GetState returns Exception. | ||||
* | BUG: CollapseFullPath was calling SplitProgramPath before changing the ↵ | Brad King | 2003-12-30 | 1 | -3/+3 |
| | | | | working directory to in_base. | ||||
* | BUG: Do not call cmsysProcess_GetErrorString unless GetState returns ↵ | Brad King | 2003-12-30 | 1 | -1/+1 |
| | | | | State_Error. | ||||
* | BUG: borland make treats ./target and target as different also convert to ↵ | Bill Hoffman | 2003-12-30 | 2 | -4/+18 |
| | | | | outputpathrelative may get passed a quoted path | ||||
* | ENH: Remove warnings about unused variables | Andy Cedilnik | 2003-12-30 | 1 | -6/+9 |
| | |||||
* | sets variable now | Ken Martin | 2003-12-29 | 1 | -1/+1 |
| | |||||
* | only generate test target when enabled | Ken Martin | 2003-12-29 | 1 | -8/+11 |
| | |||||
* | sets variable now | Ken Martin | 2003-12-29 | 1 | -0/+6 |
| | |||||
* | BUG#423: Fixed search for frameworks on OSX. | Brad King | 2003-12-29 | 3 | -69/+89 |
| | |||||
* | ENH: Do not use nslookup. All we really care is hostname. If somebody wants ↵ | Andy Cedilnik | 2003-12-29 | 1 | -34/+0 |
| | | | | something fancy, just set it yourself. Fixes Bug #407 - nslookup is being deprecated for Red Hat and Fedora distributions | ||||
* | ERR: Fix problems with OPTION and -D on command line. Fix Bug #408 - Using ↵ | Andy Cedilnik | 2003-12-29 | 1 | -9/+18 |
| | | | | -D without a type does not always work | ||||
* | BUG: use ./ infront of the current directory | Bill Hoffman | 2003-12-29 | 2 | -3/+26 |
| | |||||
* | ERR: On systems where uname does not support -p, try -m. Fixes Bug #426 - ↵ | Andy Cedilnik | 2003-12-29 | 1 | -0/+6 |
| | | | | CMAKE_SYSTEM_PROCESSOR unknown and inconsistent | ||||
* | ENH: Add QT_ASSISTANTCLIENT_LIBRARY support. Fixes Bug #425 - Suggsted mod ↵ | Andy Cedilnik | 2003-12-29 | 1 | -5/+23 |
| | | | | to FindQt.cmake to handle qassistantclient.lib | ||||
* | BUG#452: Fix to argument checking for TOUPPER and TOLOWER subcommands. | Brad King | 2003-12-29 | 1 | -2/+2 |
| | |||||
* | ERR: Removed ftime ambiguity created by poor C++ standard headers provided ↵ | Brad King | 2003-12-29 | 1 | -1/+1 |
| | | | | by Borland 5.5. | ||||
* | ENH: Add option to submit notes. Implements Bug #465 - Add notes support to ↵ | Andy Cedilnik | 2003-12-26 | 3 | -3/+108 |
| | | | | CTest | ||||
* | BUG: For consistency, use cmStdString. Also, there was a bug in SplitString ↵ | Andy Cedilnik | 2003-12-26 | 2 | -8/+8 |
| | | | | which make it lose the first character. | ||||
* | BUG: On Windows network paths do not really work as regular paths, so when ↵ | Andy Cedilnik | 2003-12-24 | 1 | -0/+6 |
| | | | | the binary directory is on the network, we will not support relative paths | ||||
* | ENH: use cd pwd trick for path for libnames | Bill Hoffman | 2003-12-24 | 1 | -9/+23 |
| | |||||
* | BUG: use full paths via pwd for -L paths on unix shells | Bill Hoffman | 2003-12-24 | 1 | -5/+12 |
| | |||||
* | Fixed a problem where ifstream was not the same as kwsys_ios::ifstream on | Ken Moreland | 2003-12-24 | 1 | -0/+1 |
| | | | | MSVC 6.0. | ||||
* | ENH: Fix coverage to actually work and add support for .NoDartCoverage | Andy Cedilnik | 2003-12-24 | 1 | -2/+28 |
| | |||||
* | BUG: keep more of the case information | Bill Hoffman | 2003-12-23 | 4 | -17/+73 |
| | |||||
* | BUG: fix for vtk build | Bill Hoffman | 2003-12-23 | 1 | -2/+4 |
| | |||||
* | ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵ | Brad King | 2003-12-23 | 1 | -95/+210 |
| | | | | This corresponds to the same merge in KWSys. Fixes for bootstrapping on cygwin are also included. | ||||
* | ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵ | Brad King | 2003-12-23 | 21 | -611/+708 |
| | | | | This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms. | ||||
* | ENH: add relative paths to visual studio 6 and 7 project files | Bill Hoffman | 2003-12-22 | 3 | -38/+49 |
| | |||||
* | ENH: move relative path to parent generator class | Bill Hoffman | 2003-12-22 | 4 | -116/+122 |
| | |||||
* | ENH: make new relative rpath work with spaces | Bill Hoffman | 2003-12-22 | 1 | -2/+2 |
| | |||||
* | ENH: use fullpaths based on the actual current directory | Bill Hoffman | 2003-12-22 | 1 | -1/+4 |
| | |||||
* | ENH: use a full path for rpath | Bill Hoffman | 2003-12-22 | 1 | -1/+1 |
| | |||||
* | ENH: add support for relative paths in makefiles | Bill Hoffman | 2003-12-22 | 5 | -64/+234 |
| | |||||
* | ENH: Even better. Only replace when path longer than 20 characters. Also ↵ | Andy Cedilnik | 2003-12-18 | 1 | -22/+25 |
| | | | | replace parent directory. That way it will replace for related projects. |