../
|
docs/
|
|
examples/
|
|
extras/
|
|
src/
|
|
AUTHORS
|
1.7
(20 years ago)
by tdb:
Update AUTHORS; it's not quite so clear cut anymore, so just list
names.
|
COPYING
|
1.1
(20 years ago)
by tdb:
Alter the licensing of libstatgrab. The library part is now under the
LGPL, whilst the tools/examples are under the GPL. Both licenses are
included in the distribution (and are both now in CVS). Also made a
minor alteration to the webpage where it said everything was licensed
under the GPL.
|
COPYING.LGPL
|
1.1
(20 years ago)
by tdb:
Alter the licensing of libstatgrab. The library part is now under the
LGPL, whilst the tools/examples are under the GPL. Both licenses are
included in the distribution (and are both now in CVS). Also made a
minor alteration to the webpage where it said everything was licensed
under the GPL.
|
Makefile.am
|
1.17
(20 years ago)
by tdb:
The libstatgrab python bindings are now their own package - pystatgrab.
|
NEWS
|
1.26
(20 years ago)
by tdb:
Update NEWS file for 0.10 release.
|
PLATFORMS
|
1.7
(20 years ago)
by tdb:
Add mention of NetBSD 2.0.
I'm not sure of the best way to format this.. we have platforms we
expect to work, and platforms we know to work. For example, we might
not have tested OpenBSD 3.4 but we're pretty sure it works.
|
README
|
1.9
(20 years ago)
by tdb:
Add platform specific notes (particularly on required privileges) to
the PLATFORMS file.
|
README.CVS
|
1.5
(20 years ago)
by tdb:
A whole bunch of minor cosmetic changes.
|
acinclude.m4
|
1.1
(21 years ago)
by tdb:
Add all the build stuff for saidar (assuming Pete sticks with that
name). The configure script will attempt to find curses, but if it
can't will simply disable building of saidar (after giving a warning).
Also made the building of saidar, statgrab, and the examples
conditional. They're enabled by default, but can be disabled using a
configure flag. Whilst I was at it, added a configure flag to disable
manpage installation at configure time.
I'm not sure how well the curses detection works; we've had at least
one report of a problem with it. Testing will be required.
|
autogen.sh
|
1.1
(21 years ago)
by tdb:
Add autogen.sh, a script to run automake/autoconf/etc. This is used
to build the build system when the package is checked out of CVS.
Updated README.CVS files accordingly.
|
configure.in
|
1.67
(20 years ago)
by tdb:
Add compatibility code. This provides a working pre-0.10 API for old
applications. To use simply change the #include line to:
#define SG_ENABLE_DEPRECATED
#include <statgrab.h>
This can be disabled at build time completely using --disable-deprecated.
|
libstatgrab.pc.in
|
1.3
(20 years ago)
by tdb:
A whole bunch of minor cosmetic changes.
|
4 directories and
12 files shown