ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/Makefile.am
Revision 1.16 - (view) (annotate) - [select for diffs]
Mon Feb 9 23:18:35 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_8_2, LIBSTATGRAB_0_9
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
statgrabmodule -> statgrab.

Revision 1.15 - (view) (annotate) - [select for diffs]
Mon Feb 9 23:07:24 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.14: +3 -2 lines
Diff to previous 1.14
Add error checking to the python bindings. They previously didn't check
for a NULL response from the libstatgrab functions - which resulted in
python core dumping. It now raises an exception instead.
Also add a first stab at a setup.py so people can quickly build/install
this extension if they want.

Revision 1.14 - (view) (annotate) - [select for diffs]
Fri Feb 6 14:18:37 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.13: +6 -2 lines
Diff to previous 1.13
Add the python wrappers to the Makefile so they're added to the dist.

Revision 1.13 - (view) (annotate) - [select for diffs]
Mon Jan 19 16:49:17 2004 UTC (20 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_8_1
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
A whole bunch of minor cosmetic changes.

Revision 1.12 - (view) (annotate) - [select for diffs]
Fri Jan 16 15:54:51 2004 UTC (20 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
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.

Revision 1.11 - (view) (annotate) - [select for diffs]
Thu Nov 20 23:15:27 2003 UTC (20 years, 4 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_8
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Add PLATFORMS file to list the known working operating systems.
The list is roughly right, I think. It's just a starting point really.

Revision 1.10 - (view) (annotate) - [select for diffs]
Sun Oct 12 14:46:06 2003 UTC (20 years, 5 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_6_1, LIBSTATGRAB_0_7
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Unbodge the pkgconfig stuff.

Revision 1.9 - (view) (annotate) - [select for diffs]
Tue Oct 7 22:07:37 2003 UTC (20 years, 5 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_6
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Allow user to specify a different pkgconfig directory. Default is the
sensible one (prefix/lib/pkgconfig). Main reason was that on FreeBSD
they use prefix/libdata/pkgconfig, so a simple configure flag made it
easier to do the port :-)

Revision 1.8 - (view) (annotate) - [select for diffs]
Fri Sep 26 21:11:30 2003 UTC (20 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.7: +6 -1 lines
Diff to previous 1.7
Add pkg-config file for libstatgrab.

Revision 1.7 - (view) (annotate) - [select for diffs]
Tue May 20 14:10:58 2003 UTC (20 years, 10 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_5, LIBSTATGRAB_0_5_1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
Added building of examples. We don't, currently, install them though.

Revision 1.6 - (view) (annotate) - [select for diffs]
Tue May 20 13:57:47 2003 UTC (20 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
Change i-scream.org.uk to i-scream.org.

Revision 1.5 - (view) (annotate) - [select for diffs]
Tue May 20 13:44:23 2003 UTC (20 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Allow documentation to be installed to $(datadir)/libstatgrab/docs.

Revision 1.4 - (view) (annotate) - [select for diffs]
Wed Feb 19 23:09:48 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_2, LIBSTATGRAB_0_3, LIBSTATGRAB_0_3_1, LIBSTATGRAB_0_3_2, LIBSTATGRAB_0_3_3, LIBSTATGRAB_0_3_4, LIBSTATGRAB_0_4
Changes since 1.3: +2 -7 lines
Diff to previous 1.3
Created the structure and automake stuff for the source files to be
moved to a src subdirectory. This will break things until I repo-move
the actual files, which I don't want to do until Pete is happy :-)

Revision 1.3 - (view) (annotate) - [select for diffs]
Wed Feb 19 20:55:12 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2
Specified the version number. Not that I really understand them though,
libtool seems a little confusing ;)

Revision 1.2 - (view) (annotate) - [select for diffs]
Wed Feb 19 18:49:18 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.1: +4 -3 lines
Diff to previous 1.1
We now use libtool to build libstatgrab. This gives us static and
shared versions of the library, which is nice :) Updated the CVS build
instructions accordingly.

Revision 1.1 - (view) (annotate) - [select for diffs]
Tue Feb 18 22:01:48 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
Autoconf/Automake setup. README.CVS details how to "get started" from
a CVS checked out copy. Then it's just the usual configure and make,
as described in the README file.

Convenience Links

Links to HEAD: (view) (annotate) Links to LIBSTATGRAB_0_9: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a