Ken Martin
|
acbd160dd2
|
a variety of fixes and enhancements
|
2001-02-26 17:17:34 -05:00 |
Ken Martin
|
32e738cd0c
|
very early version of a wrapper
|
2001-02-26 17:17:06 -05:00 |
Ken Martin
|
3b338dacaf
|
added functionality, fixed bug if no file existed and with header files
|
2001-02-26 17:15:44 -05:00 |
Ken Martin
|
7cde8fd0f4
|
fixed bug and modified functionality
|
2001-02-26 17:14:33 -05:00 |
Ken Martin
|
3acd5951ba
|
new command
|
2001-02-26 17:13:30 -05:00 |
Brad King
|
e6713c5604
|
ERR: Fixed unknown command output error message for spacing.
|
2001-02-26 13:25:47 -05:00 |
Brad King
|
463e466be3
|
ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses.
|
2001-02-26 12:07:53 -05:00 |
Brad King
|
d31ce24413
|
ERR: Fixed warnings (int->unsigned int and a few others).
|
2001-02-23 10:40:13 -05:00 |
Bill Hoffman
|
8f0ac1e9bd
|
ENH: update sample
|
2001-02-22 19:37:32 -05:00 |
Bill Hoffman
|
ba6a7205f6
|
BUG: remove debug print
|
2001-02-22 19:31:40 -05:00 |
Bill Hoffman
|
0b0d1b1d43
|
ENH: add CMakeCache.txt support
|
2001-02-22 19:24:43 -05:00 |
Bill Hoffman
|
5d903c6b0f
|
ENH: remove relative and extra paths in CMakeLists.txt files
|
2001-02-20 14:12:50 -05:00 |
Bill Hoffman
|
8d311157bd
|
BUG: fix for in source build
|
2001-02-20 12:25:49 -05:00 |
Bill Hoffman
|
89e037ee19
|
ENH: first pass at cache, clean up the unix generator, clean up configure.in some
|
2001-02-19 15:13:48 -05:00 |
Bill Hoffman
|
a4bbb55efd
|
ENH: add a smaple configure.in for CMake based projects
|
2001-02-18 13:02:55 -05:00 |
Bill Hoffman
|
149f83dc2b
|
ENH: add a smaple configure.in for CMake based projects
|
2001-02-18 12:47:50 -05:00 |
Bill Hoffman
|
f08fc5ae66
|
ENH: clean up comments some
|
2001-02-16 15:34:09 -05:00 |
Will Schroeder
|
bf3ecf8b62
|
ENH:Added pdf file
|
2001-02-16 15:01:12 -05:00 |
Ken Martin
|
35089e9d59
|
clean up docs
|
2001-02-16 11:52:20 -05:00 |
Ken Martin
|
43859e36cf
|
ENH: add new commands fro find library and find program
|
2001-02-16 11:34:23 -05:00 |
Ken Martin
|
fce56c57c4
|
some cleanup and fixes
|
2001-02-15 13:30:13 -05:00 |
Bill Hoffman
|
252b0d8957
|
BUG: set output directory correctly
|
2001-02-14 12:58:57 -05:00 |
Bill Hoffman
|
0adb5237bd
|
ENH: fix depend segfault
|
2001-02-14 12:26:49 -05:00 |
Bill Hoffman
|
21b18581bd
|
ENH: new vnl
|
2001-02-13 18:49:09 -05:00 |
Bill Hoffman
|
dd36c5f296
|
ENH: add configure style @var@ expansion
|
2001-02-13 16:48:00 -05:00 |
Bill Hoffman
|
db267f533b
|
ENH: get rid of special msc configure file
|
2001-02-12 19:49:52 -05:00 |
Bill Hoffman
|
9d431ae48b
|
ENH: share a .lib with the command line and mfc versions.
|
2001-02-12 14:42:46 -05:00 |
Bill Hoffman
|
d195c01a90
|
ENH: add cache manager class, move all commands into cmCommands.cxx to speed up compile times, share a .lib with the command line and mfc versions.
|
2001-02-12 14:26:25 -05:00 |
Bill Hoffman
|
452a127004
|
ENH: add /GX /Zm1000
|
2001-02-06 17:01:00 -05:00 |
Bill Hoffman
|
ebb4113de2
|
ENH: min size build
|
2001-02-06 16:48:20 -05:00 |
Bill Hoffman
|
dda8c4722a
|
ENH: put back /Zm1000 so we can build large files
|
2001-02-06 10:52:56 -05:00 |
Jim Miller
|
431a7d9f47
|
FIX: remove precompiled header settings
|
2001-02-06 08:56:36 -05:00 |
Jim Miller
|
3b34313477
|
FIX: added /force to link options and removed precompiled header usage
|
2001-02-06 08:54:32 -05:00 |
Jim Miller
|
9039bc75f1
|
BUG: backed off on the compiler optimization used. Instead of using /O2, we now use all the components of /Ox (/Ob1 /Oi /Ot /Oy /Gs) except for /Og
|
2001-01-25 15:48:58 -05:00 |
Will Schroeder
|
c75e8bbef0
|
BUG: convert to dos format
|
2001-01-22 10:00:16 -05:00 |
Will Schroeder
|
18128c97f1
|
BUG: make dsp and dsw files binary
|
2001-01-22 09:50:16 -05:00 |
Will Schroeder
|
2846ba0fff
|
BUG: make dsp and dsw files binary
|
2001-01-22 09:49:39 -05:00 |
Will Schroeder
|
2fcbbdf39f
|
ENH:Commands not rules
|
2001-01-18 13:43:27 -05:00 |
Will Schroeder
|
ae1cc5252b
|
ERR:Oops, use SimpleRule not SimpleCommand
|
2001-01-18 12:06:25 -05:00 |
Will Schroeder
|
0283c37c76
|
ERR:Oops, renamed back
|
2001-01-18 11:51:45 -05:00 |
Will Schroeder
|
658614ff6a
|
ENH:Reworked CMake for consistency
|
2001-01-18 11:20:24 -05:00 |
Will Schroeder
|
cacd6d1604
|
ENH:Tweaks to dump documentation
|
2001-01-12 14:35:15 -05:00 |
Bill Hoffman
|
85d16dbd35
|
ENH: add define flags in the right place
|
2001-01-12 14:05:11 -05:00 |
Bill Hoffman
|
7ae5e97a3d
|
ENH: allow continue if missing MSC configure file
|
2001-01-12 13:49:03 -05:00 |
Bill Hoffman
|
c9c08bca66
|
BUG: add check for missing ) on function
|
2001-01-12 13:48:38 -05:00 |
Will Schroeder
|
9a0e8e41de
|
ENH:Tweaks to dump documentation
|
2001-01-12 13:07:20 -05:00 |
Will Schroeder
|
b67bacd1be
|
ENH:Tweaks to documentation
|
2001-01-12 12:49:49 -05:00 |
Will Schroeder
|
675a0318de
|
ENH:Updated for rule-based CMake
|
2001-01-12 12:49:25 -05:00 |
Will Schroeder
|
b3480795c4
|
ENH:Simple program dumps out internal documentation for CMake
|
2001-01-12 12:43:00 -05:00 |
Will Schroeder
|
ca9099b551
|
README
|
2001-01-12 07:43:28 -05:00 |