Log Message:
---
Adding PG_MODULE_MAGIC block for PostgreSQL 8.2 compatibility
Modified Files:
--
sparsegraph:
sparsegraph.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sparsegraph/sparsegraph/sparsegraph.c.diff?r1=1.3&r2=1.4)
-
Log Message:
---
Adding new function sparsegraph_get_neighborhood(sparsegraph, int)
Modified Files:
--
sparsegraph:
README.sparsegraph (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sparsegraph/sparsegraph/README.sparsegraph.diff?r1=1.1&r2=1.2)
Log Message:
---
Adding "make dist" target for building distribution tarball
Modified Files:
--
sparsegraph:
.cvsignore (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sparsegraph/sparsegraph/.cvsignore.diff?r1=1.1.1.1&r2=1.2)
-
Log Message:
---
Adding "make dist" target for building distribution tarball
Modified Files:
--
sparsegraph:
Makefile (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sparsegraph/sparsegraph/Makefile.diff?r1=1.2&r2=1.3)
-
Log Message:
---
1. Adding LICENSE and README files.
2. Prepending license information to all source files.
3. Fixing a major bug in the binary search algorithm I just added to
sparsegraph_neighbors -- OUCH!
Modified Files:
--
sparsegraph:
Makefile (r1.1.1.1 -> r
Log Message:
---
Changing sparsegraph_neighbors() to do binary search, rather than linear search,
to look up a node's index given its label. This takes advantage of what was
previously just an artifact of sparsegraph_impl.cpp which ensures that nodes
are inserted in increasing label order.
Update of /cvsroot/sparsegraph/sparsegraph
In directory pgfoundry.org:/tmp/cvs-serv95104
Log Message:
Initial commit
Status:
Vendor Tag: foo
Release Tags: bar
N sparsegraph/sparsegraph.h
N sparsegraph/Makefile
N sparsegraph/sparsegraph.c
N sparsegraph/sparsegraph_impl.cpp