Bill Hoffman
|
7d76de4403
|
make sure ; expansion is done in all commands
|
2002-03-29 14:20:32 -05:00 |
Bill Hoffman
|
8b3b49a010
|
ENH: major change, the cmMakefile now contains a master list of cmSourceFile objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
|
2002-03-29 10:06:30 -05:00 |
Bill Hoffman
|
809b32fe59
|
ENH: remove several compiler warnings
|
2002-03-13 10:25:11 -05:00 |
Will Schroeder
|
a6a43d5320
|
ENH:Updated copyright
|
2002-01-21 15:30:43 -05:00 |
Ken Martin
|
0333f15b96
|
minor fixes
|
2002-01-03 14:19:06 -05:00 |
Sebastien Barre
|
75a24394ea
|
Wrap abstract class too, as per David Gobbi's request (for the sake of the internal
documentation features of python").
|
2001-12-16 18:52:49 -05:00 |
Bill Hoffman
|
319a5e0077
|
BUG: CustomCommand has to use full path to Source file now
|
2001-11-06 09:35:48 -05:00 |
Bill Hoffman
|
baa28efd10
|
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
2001-09-20 15:08:30 -04:00 |
Ken Martin
|
84ea4d85d1
|
now uses five argument version of wrap commands
|
2001-09-14 16:36:09 -04:00 |
Ken Martin
|
0fe42a9857
|
various windows fixes
|
2001-09-10 15:11:15 -04:00 |
Bill Hoffman
|
db1303aa7d
|
ENH: big change, only allow commands access to the cache via the cmMakefile class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping
|
2001-08-08 11:54:46 -04:00 |
Berk Geveci
|
44062bf4b7
|
Better error checking.
|
2001-07-02 14:03:20 -04:00 |
Bill Hoffman
|
4f77d737c9
|
ENH: move utilities to targets from makefile, and add versioning to cache
|
2001-06-07 14:52:29 -04:00 |
Bill Hoffman
|
9922155423
|
ENH: rename Invoke to InitialPass
|
2001-06-06 13:19:15 -04:00 |
Berk Geveci
|
8397eb6778
|
Module name between Unix and Windows got switched by mistake.
|
2001-06-05 17:46:12 -04:00 |
Ken Martin
|
32db59e9a1
|
unused variable
|
2001-06-04 16:45:34 -04:00 |
Berk Geveci
|
6103324e01
|
Fixing the module name for Unix.
|
2001-06-01 13:29:32 -04:00 |
Berk Geveci
|
6b37e97cae
|
Should not use decl if not on Windows.
|
2001-05-31 14:15:55 -04:00 |
Ken Martin
|
6d5508e64b
|
fixed bug in limiting to source lists
|
2001-05-01 17:52:36 -04:00 |
Ken Martin
|
a99dfa60ae
|
new set command and IF NOT
|
2001-05-01 11:16:20 -04:00 |
Will Schroeder
|
54cfe84f3f
|
ENH:New copyright
|
2001-04-27 08:01:17 -04:00 |
Ken Martin
|
41e1270413
|
support for debug and opt libraries
|
2001-04-26 16:22:53 -04:00 |
Ken Martin
|
73f04d1409
|
many fixes and cleanup and features
|
2001-04-24 16:49:12 -04:00 |