Ken Martin
|
6e7f83a0ab
|
compiler warning
|
2003-01-10 09:02:29 -05:00 |
Ken Martin
|
05955d6403
|
fix bug in env settings
|
2003-01-09 12:18:22 -05:00 |
Ken Martin
|
26bc729933
|
added watches for access of bw compat vars
|
2003-01-09 08:47:17 -05:00 |
Andy Cedilnik
|
829f8382e0
|
Add option of watching variables
|
2003-01-08 12:59:52 -05:00 |
Ken Martin
|
dcc9c131b4
|
testing more agressive compatability settings
|
2002-12-20 10:23:51 -05:00 |
Andy Cedilnik
|
2fb76a9f07
|
Save directories when doing global build
|
2002-12-17 12:11:48 -05:00 |
Andy Cedilnik
|
1ac5fb545f
|
Fix switching from local to global generation when cmake version changes or when things change inside version
|
2002-12-16 12:13:37 -05:00 |
Brad King
|
21c0dda8d0
|
ENH: Added copy_if_different option to -E flag.
|
2002-12-16 11:10:37 -05:00 |
Bill Hoffman
|
1e8914ada8
|
BUG: fix get make command problems.
|
2002-12-04 10:57:22 -05:00 |
Ken Martin
|
3a21181941
|
added CMAKE_BACKWARDS_COMPATIBILITY entry
|
2002-12-04 10:44:44 -05:00 |
Ken Martin
|
37aed9f6c5
|
remove code warrior and fixed GUI isues
|
2002-12-03 14:09:56 -05:00 |
Ken Martin
|
86c32e96db
|
fix some compiler warnings hopefully
|
2002-11-17 17:31:12 -05:00 |
Ken Martin
|
523b7ffa3b
|
fixed bad source directory bug
|
2002-11-15 13:17:43 -05:00 |
Bill Hoffman
|
2905d39689
|
ENH: check to make sure cmake matches the cmake used to generate the cache
|
2002-11-13 15:20:20 -05:00 |
Andy Cedilnik
|
7274abe460
|
Revert back
|
2002-11-07 09:04:20 -05:00 |
Andy Cedilnik
|
3d4a2fdc52
|
In certain cases, try to guess the source directory, so that you can run cmake or ccmake without specifying source dir
|
2002-11-06 12:04:24 -05:00 |
Bill Hoffman
|
8ff7c13227
|
BUG: fix stack limit size on mac OSX
|
2002-10-24 15:39:25 -04:00 |
Brad King
|
1f6a3c67b1
|
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
2002-10-23 18:03:27 -04:00 |
Brad King
|
281f7519e1
|
ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. Removed cmInputStringStream.
|
2002-10-10 10:43:59 -04:00 |
Ken Martin
|
e55a05a6f6
|
added Code Warrior dev
|
2002-10-09 13:37:27 -04:00 |
Ken Martin
|
047acd0c6f
|
Produce only one output
|
2002-10-02 11:14:19 -04:00 |
Andy Cedilnik
|
779810f132
|
Fix bug in chdir; Who did this anyway...
|
2002-09-30 16:46:19 -04:00 |
Ken Martin
|
6672c295c7
|
Set comspec substitute the right way
|
2002-09-30 14:01:51 -04:00 |
Andy Cedilnik
|
9619ee3aa1
|
Another attempt on Windows 98
|
2002-09-30 11:41:53 -04:00 |
Ken Martin
|
595c15c84a
|
compiler warnings
|
2002-09-29 14:09:16 -04:00 |
Andy Cedilnik
|
780a9bbda7
|
Add two cmake commands -E echo for echoing strings and -E comspec for workaround of bug of windows 9x; add another implementation of run command on windows which should work...
|
2002-09-27 17:28:15 -04:00 |
Ken Martin
|
c751d2ebff
|
added progress
|
2002-09-26 15:14:20 -04:00 |
Ken Martin
|
9878f49dfc
|
fixed memory leak
|
2002-09-24 13:24:10 -04:00 |
Ken Martin
|
2a68d21e85
|
cleaned up some of the cmake interface
|
2002-09-17 13:59:58 -04:00 |
Ken Martin
|
c1da4c9570
|
better try compile
|
2002-09-13 10:41:20 -04:00 |
Ken Martin
|
c6c579f35a
|
uninitialized var
|
2002-09-12 14:37:27 -04:00 |
Ken Martin
|
2aea6d528e
|
added a flag if a cmake is in try compile
|
2002-09-12 11:08:06 -04:00 |
Brad King
|
d9326ed78d
|
ERR: Added missing include of stdio.h for sprintf.
|
2002-09-10 17:24:25 -04:00 |
Ken Martin
|
9149cdd078
|
moved commands into cmake
|
2002-09-10 16:51:29 -04:00 |
Brad King
|
929a2b18f6
|
ERR: Fix for borland on linux.
|
2002-09-10 15:36:11 -04:00 |
Ken Martin
|
3abb9e240d
|
compiler warnings
|
2002-09-08 10:17:03 -04:00 |
Ken Martin
|
25ff4552b3
|
new arch
|
2002-09-06 13:06:23 -04:00 |
Ken Martin
|
d0be2896d7
|
changed cache manager and registered generators to no longer be singletons
|
2002-08-28 14:51:10 -04:00 |
Bill Hoffman
|
3f36d23421
|
BUG: add explicit clean up of the cachemanager at exit of programs, so dll destruction is not a problem.
|
2002-08-23 13:46:32 -04:00 |
Andy Cedilnik
|
42a00c96c1
|
Fix changing of directories using cmSystemTools RunCommand feature
|
2002-07-17 11:53:07 -04:00 |
Andy Cedilnik
|
120b2523f5
|
Add command that runs program in given directory
|
2002-07-10 14:34:38 -04:00 |
Brad King
|
a1a05a5fbc
|
BUG: CMake crashed if it failed to find its own executable. Also added better error messages when this occurs.
|
2002-06-27 09:35:21 -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 |
Ken Martin
|
350f09ae6d
|
removed ccommand use cmake now
|
2002-06-03 13:08:52 -04:00 |
Ken Martin
|
ccbc8a3c8a
|
remobed bootstrap
|
2002-05-28 08:56:39 -04:00 |
Ken Martin
|
92c5ff5b40
|
minor bootstap fixes
|
2002-05-23 10:33:37 -04:00 |
Ken Martin
|
1052a6700f
|
added initial attempt to support win32 bootstrapping
|
2002-05-15 17:23:09 -04:00 |
Bill Hoffman
|
0caf44cb5d
|
ENH: fix cmake to work without ccommand.
|
2002-05-08 09:05:40 -04:00 |
Bill Hoffman
|
3bc9830686
|
ENH: add an edit_cache target that runs ccmake or CMakeSetup
|
2002-05-07 09:02:45 -04:00 |
Bill Hoffman
|
059a14a3a6
|
ENH: check for mismatched generators
|
2002-04-25 13:09:17 -04:00 |