Robert Osfield
|
12226e4371
|
Converted the instances of const built in types being returned from methods
and passed as paramters into straight forward non const built in types,
i.e. const bool foogbar(const int) becomes bool foobar(int).
|
2002-09-02 12:31:35 +00:00 |
|
Robert Osfield
|
bba95040d6
|
Added a set of test runs to the makefiles and demos. The demos now have
titles relevenat to their function.
|
2002-02-12 23:49:24 +00:00 |
|
Robert Osfield
|
1fb8f9cb86
|
First batch of changes required for MacOS X build. Orignal submission from
Phil Atkin, merged by Robert Osfield.
|
2002-01-16 10:36:20 +00:00 |
|
Don BURNS
|
7e81f6cfa6
|
More clean up for synch with 0.8.42
|
2001-09-19 21:19:47 +00:00 |
|