Brad King
|
eb5b8e3d24
|
BUG: Attempt to fix ostrstream::str() wrapper for broken platforms.
|
2002-06-24 18:19:26 -04:00 |
Ken Martin
|
d1879a77e8
|
modified to handle src list vectors without proper dollar signs
|
2002-06-24 16:42:34 -04:00 |
Ken Martin
|
7df776057b
|
BUG: make sure windows paths are used for the command or it will not work for win 98
|
2002-06-24 14:07:46 -04:00 |
Brad King
|
e328ee73c8
|
ERR: using declaration to move streams into std namespace needs to bring up ostrstream and ostringstream, not strstream and stringstream.
|
2002-06-21 10:31:37 -04:00 |
Brad King
|
953e01a604
|
ERR: Removed most of the repeated curses declarations. The cause errors on other platforms. Grrrr..
|
2002-06-21 10:26:50 -04:00 |
Brad King
|
5bed7ca691
|
ERR: Added function declarations from curses.h. They are not present on some platforms. Fixes warnings about implicit declarations.
|
2002-06-21 09:25:32 -04:00 |
Bill Hoffman
|
20d9083455
|
modified MATCHES to handle non variables
|
2002-06-20 10:39:58 -04:00 |
Brad King
|
159338bcf8
|
ERR: cmStringStream is taking the functionality of ostringstream and ostrstream, not stringstream and strstream.
|
2002-06-20 10:20:44 -04:00 |
Brad King
|
07d35e662d
|
ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
|
2002-06-19 15:21:49 -04:00 |
Sebastien Barre
|
03a8c9795c
|
ENH: FindLibrary supports .Net specific lib dirs
|
2002-06-19 14:35:08 -04:00 |
Ken Martin
|
089bea359e
|
modified create test source to create a vector
|
2002-06-19 13:28:39 -04:00 |
Ken Martin
|
38145ad5a4
|
modified create test source to create a vector
|
2002-06-19 12:52:16 -04:00 |
Brad King
|
b15808caff
|
ERR: Fixed unused parameter warning.
|
2002-06-19 08:57:14 -04:00 |
Brad King
|
28895b0f9f
|
ERR: Fixed compiler warnings.
|
2002-06-18 17:20:27 -04:00 |
Brad King
|
55f3a3817e
|
ERR: Fixed compiler warnings about unused parameters.
|
2002-06-18 17:20:07 -04:00 |
Brad King
|
05e162f00a
|
ERR: Fixed compiler warnings when using strict ansi.
|
2002-06-18 17:19:38 -04:00 |
Brad King
|
3d7a869b39
|
ERR: Fix for fprintf format warning.
|
2002-06-18 16:32:36 -04:00 |
Brad King
|
50be646b79
|
ERR: Attempt to fix warning on OSF about implicit declaration of winnstr.
|
2002-06-18 16:30:00 -04:00 |
Sebastien Barre
|
ab9c677232
|
ENH: FindLibrary can now use the makefile to add some compiler-specific lib search path (depending on the generator).
|
2002-06-14 10:37:59 -04:00 |
Bill Hoffman
|
e57d209bdc
|
fix warning
|
2002-06-12 09:46:02 -04:00 |
Bill Hoffman
|
344a7cff8d
|
use lower case and not short path for uniq paths on window
|
2002-06-11 14:25:44 -04:00 |
Bill Hoffman
|
9ed9bffa6f
|
only allow unique configurations
|
2002-06-11 14:25:11 -04:00 |
Bill Hoffman
|
5484a691ef
|
BUG: fix dot net for paths with spaces
|
2002-06-11 14:15:02 -04:00 |
Bill Hoffman
|
f3cfbce074
|
BUG: RelativePath should not be quoted in output files even if it has spaces
|
2002-06-11 12:16:46 -04:00 |
Bill Hoffman
|
06047d14bb
|
ENH: don't use short paths in the output
|
2002-06-11 11:01:16 -04:00 |
Bill Hoffman
|
8f89fe11c7
|
use short path to get unique path names for depend path output
|
2002-06-11 10:43:40 -04:00 |
Bill Hoffman
|
20308ac96a
|
ERR: Fixed sun CC warnings.
|
2002-06-11 09:14:19 -04:00 |
Ken Martin
|
fd26d44f5f
|
now includes current include files directory when searching for files it includes
|
2002-06-10 14:19:09 -04:00 |
Bill Hoffman
|
781fac21f0
|
BUG: cmake needs it's own directory for includes, so depends work
|
2002-06-10 11:33:49 -04:00 |
Bill Hoffman
|
8f8b4375bd
|
ENH: remove borland bootstrap makefile
|
2002-06-06 11:53:34 -04:00 |
Ken Martin
|
11cff6ef6a
|
updated rev
|
2002-06-05 13:30:54 -04:00 |
Ken Martin
|
8cf291110f
|
now uses bootstrap
|
2002-06-05 13:24:54 -04:00 |
Ken Martin
|
e2925bc001
|
merged ccommand into cmake
|
2002-06-05 13:22:01 -04:00 |
Ken Martin
|
78ce57ae5b
|
uses executabke bootstrap
|
2002-06-05 09:11:06 -04:00 |
Ken Martin
|
350f09ae6d
|
removed ccommand use cmake now
|
2002-06-03 13:08:52 -04:00 |
Bill Hoffman
|
e5668ea656
|
ENH: only add _LIB_DEPEND information for libraries and modules
|
2002-06-03 10:25:55 -04:00 |
Ken Martin
|
993aebb748
|
fixed bug in get short path for quoted paths
|
2002-05-31 08:39:49 -04:00 |
Amitha Perera
|
c24c2cca18
|
BUG: never make a target depend on itself. This was causing unnecessary library duplication, resulting in link errors on some platforms.
|
2002-05-29 15:00:37 -04:00 |
Brad King
|
8f60b06037
|
BUG: MAKEFLAGS does not need to be passed on command line. It is automatically set by make in environment for recursive call.
|
2002-05-29 09:56:33 -04:00 |
Ken Martin
|
ccbc8a3c8a
|
remobed bootstrap
|
2002-05-28 08:56:39 -04:00 |
Bill Hoffman
|
2d9e5edb27
|
ENH: increase coverage
|
2002-05-23 13:23:35 -04:00 |
Ken Martin
|
9ebfec08a0
|
only add test target if testing is enabled and ctest is found
|
2002-05-23 10:34:36 -04:00 |
Ken Martin
|
92c5ff5b40
|
minor bootstap fixes
|
2002-05-23 10:33:37 -04:00 |
Ken Martin
|
843da92405
|
adde less greater
|
2002-05-23 10:32:28 -04:00 |
Bill Hoffman
|
0a3d0d24fd
|
ENH: add list expansion back
|
2002-05-22 13:20:54 -04:00 |
Bill Hoffman
|
fd98b0cca0
|
ENH: enable cxx by default if no languages have been enabled
|
2002-05-22 09:48:33 -04:00 |
Bill Hoffman
|
2489a3583d
|
ENH: better comment processing
|
2002-05-22 09:48:06 -04:00 |
Bill Hoffman
|
ceb365813f
|
ENH: fix depend problem
|
2002-05-22 09:47:41 -04:00 |
Ken Martin
|
1052a6700f
|
added initial attempt to support win32 bootstrapping
|
2002-05-15 17:23:09 -04:00 |
Berk Geveci
|
e10cea0da4
|
RunCommand now checks whether the process died abnormally (on Unix)
|
2002-05-15 11:11:16 -04:00 |