Bill Hoffman
|
4009a4b276
|
ENH: remove warnings
|
2004-01-07 11:31:10 -05:00 |
Bill Hoffman
|
2c2291bbe0
|
ENH: add new feature to ctest so that it can cmake, build and run a test executable
|
2004-01-07 11:24:22 -05:00 |
Bill Hoffman
|
a8620773f3
|
BUG: fix crash in external dsp include
|
2004-01-07 09:22:30 -05:00 |
Bill Hoffman
|
5d987e4a3f
|
BUG: fix crash
|
2004-01-07 09:08:52 -05:00 |
Andy Cedilnik
|
c3003ab8c3
|
ENH: Improve notes support (now you can specify them with the rest of the 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
|
2004-01-06 19:13:55 -05:00 |
Brad King
|
e365b64ff6
|
ENH: Removing empty source file now that makefile dependencies should have updated.
|
2004-01-06 16:56:13 -05:00 |
Bill Hoffman
|
d1efed1415
|
ENH: fix for hp make and relative paths never have targets with a ./ at the start of the name
|
2004-01-06 16:18:38 -05:00 |
Ken Martin
|
c83f3b3c4c
|
fix for glob command
|
2004-01-05 16:29:18 -05:00 |
Brad King
|
972541c291
|
BUG: Fixed typo in error message.
|
2004-01-05 15:30:49 -05:00 |
Ken Martin
|
cb2b5a188a
|
fix for long lines with post build rules
|
2004-01-05 12:53:03 -05:00 |
Andy Cedilnik
|
15cdf406d6
|
BUG: Fix dependency to input file for QT_WRAP_CPP. Bug #421 - QT_WRAP_CPP
|
2004-01-05 11:13:50 -05:00 |
Brad King
|
fca398f961
|
ERR: Removed use of FILE command and using WRITE_FILE instead. We would still like CMake 1.6 to be able to build CMake CVS, and kwsys is used.
|
2004-01-05 11:02:38 -05:00 |
Bill Hoffman
|
f3d1225669
|
ENH: reduce flicker
|
2004-01-05 10:26:51 -05:00 |
Bill Hoffman
|
0c4bec7563
|
ENH: fix bug with advanced items loosing edit and do a better job sorting
|
2004-01-02 17:24:19 -05:00 |
Ken Martin
|
02d253c59e
|
fix for multiple nexted projects
|
2004-01-02 10:23:20 -05:00 |
Andy Cedilnik
|
25b0dbf608
|
ERR: Fix bootstrap for the changes in kwsys
|
2003-12-31 08:56:37 -05:00 |
Brad King
|
c14915697c
|
ENH: Renamed KWSYS_IOS_HAVE_* macros to KWSYS_IOS_USE_* to be more readable in the C++ sources.
|
2003-12-30 17:15:51 -05:00 |
Brad King
|
1c8f885f9d
|
ENH: Added GetExceptionString method to provide an error description when GetState returns Exception.
|
2003-12-30 16:23:16 -05:00 |
Brad King
|
f48941f261
|
BUG: CollapseFullPath was calling SplitProgramPath before changing the working directory to in_base.
|
2003-12-30 13:38:32 -05:00 |
Brad King
|
bcd4f87414
|
BUG: Do not call cmsysProcess_GetErrorString unless GetState returns State_Error.
|
2003-12-30 10:26:18 -05:00 |
Bill Hoffman
|
ae69928e69
|
BUG: borland make treats ./target and target as different also convert to outputpathrelative may get passed a quoted path
|
2003-12-30 08:41:04 -05:00 |
Andy Cedilnik
|
bbfc747f2e
|
ENH: Remove warnings about unused variables
|
2003-12-30 07:55:58 -05:00 |
Ken Martin
|
362ce0c32d
|
sets variable now
|
2003-12-29 16:35:32 -05:00 |
Ken Martin
|
d0bc3b9acd
|
only generate test target when enabled
|
2003-12-29 16:27:40 -05:00 |
Ken Martin
|
d18c9559b3
|
sets variable now
|
2003-12-29 16:27:06 -05:00 |
Brad King
|
13e9428d2e
|
BUG#423: Fixed search for frameworks on OSX.
|
2003-12-29 16:18:18 -05:00 |
Andy Cedilnik
|
c237e0ac68
|
ENH: Do not use nslookup. All we really care is hostname. If somebody wants something fancy, just set it yourself. Fixes Bug #407 - nslookup is being deprecated for Red Hat and Fedora distributions
|
2003-12-29 16:10:15 -05:00 |
Andy Cedilnik
|
d97e79c971
|
ERR: Fix problems with OPTION and -D on command line. Fix Bug #408 - Using -D without a type does not always work
|
2003-12-29 15:26:01 -05:00 |
Bill Hoffman
|
b753a6794b
|
BUG: use ./ infront of the current directory
|
2003-12-29 14:55:43 -05:00 |
Andy Cedilnik
|
46aaf2dae8
|
ERR: On systems where uname does not support -p, try -m. Fixes Bug #426 - CMAKE_SYSTEM_PROCESSOR unknown and inconsistent
|
2003-12-29 14:26:46 -05:00 |
Andy Cedilnik
|
de30a184a2
|
ENH: Add QT_ASSISTANTCLIENT_LIBRARY support. Fixes Bug #425 - Suggsted mod to FindQt.cmake to handle qassistantclient.lib
|
2003-12-29 14:19:07 -05:00 |
Brad King
|
bc16c68a14
|
BUG#452: Fix to argument checking for TOUPPER and TOLOWER subcommands.
|
2003-12-29 13:31:04 -05:00 |
Brad King
|
242f4f2fc8
|
ERR: Removed ftime ambiguity created by poor C++ standard headers provided by Borland 5.5.
|
2003-12-29 13:14:26 -05:00 |
Andy Cedilnik
|
2f2596c213
|
ENH: Add option to submit notes. Implements Bug #465 - Add notes support to CTest
|
2003-12-26 15:02:26 -05:00 |
Andy Cedilnik
|
32accc1607
|
BUG: For consistency, use cmStdString. Also, there was a bug in SplitString which make it lose the first character.
|
2003-12-26 15:00:27 -05:00 |
Andy Cedilnik
|
b5035770bc
|
BUG: On Windows network paths do not really work as regular paths, so when the binary directory is on the network, we will not support relative paths
|
2003-12-24 15:02:25 -05:00 |
Bill Hoffman
|
fbd0bafca7
|
ENH: use cd pwd trick for path for libnames
|
2003-12-24 13:17:17 -05:00 |
Bill Hoffman
|
f3c42f593e
|
BUG: use full paths via pwd for -L paths on unix shells
|
2003-12-24 10:51:43 -05:00 |
Ken Moreland
|
06bf73f9c3
|
Fixed a problem where ifstream was not the same as kwsys_ios::ifstream on
MSVC 6.0.
|
2003-12-24 10:07:42 -05:00 |
Andy Cedilnik
|
460f90de2b
|
ENH: Fix coverage to actually work and add support for .NoDartCoverage
|
2003-12-24 09:19:36 -05:00 |
Bill Hoffman
|
09ba0a0a31
|
BUG: keep more of the case information
|
2003-12-23 15:01:10 -05:00 |
Bill Hoffman
|
79c23436d3
|
BUG: fix for vtk build
|
2003-12-23 13:31:11 -05:00 |
Brad King
|
ef96274a08
|
ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. This corresponds to the same merge in KWSys. Fixes for bootstrapping on cygwin are also included.
|
2003-12-23 11:03:38 -05:00 |
Brad King
|
032d1d8652
|
ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms.
|
2003-12-23 11:03:33 -05:00 |
Bill Hoffman
|
0bdb092a01
|
ENH: add relative paths to visual studio 6 and 7 project files
|
2003-12-22 16:21:27 -05:00 |
Bill Hoffman
|
d79e3ae698
|
ENH: move relative path to parent generator class
|
2003-12-22 15:16:46 -05:00 |
Bill Hoffman
|
a5fa6e2fe2
|
ENH: make new relative rpath work with spaces
|
2003-12-22 14:17:47 -05:00 |
Bill Hoffman
|
f0bc1ed9b2
|
ENH: use fullpaths based on the actual current directory
|
2003-12-22 13:59:29 -05:00 |
Bill Hoffman
|
4f8afac655
|
ENH: use a full path for rpath
|
2003-12-22 13:15:33 -05:00 |
Bill Hoffman
|
eb9fc21543
|
ENH: add support for relative paths in makefiles
|
2003-12-22 12:24:26 -05:00 |