[COMMITTERS] sparsegraph - sparsegraph: Adding PG_MODULE_MAGIC block for PostgreSQL

2007-03-26 Thread User Afn
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) -

[COMMITTERS] sparsegraph - sparsegraph: Adding new function

2007-03-22 Thread User Afn
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)

[COMMITTERS] sparsegraph - sparsegraph: Adding "make dist" target for building

2007-03-22 Thread User Afn
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) -

[COMMITTERS] sparsegraph - sparsegraph: Adding "make dist" target for building

2007-03-22 Thread User Afn
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) -

[COMMITTERS] sparsegraph - sparsegraph: 1.

2007-03-22 Thread User Afn
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

[COMMITTERS] sparsegraph - sparsegraph: Changing sparsegraph_neighbors() to do binary

2007-03-21 Thread User Afn
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.

[COMMITTERS] sparsegraph - sparsegraph: Imported Sources

2007-03-18 Thread User Afn
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