• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

BTree/H17-Feb-2013-4,1853,020

RSTree/H17-Feb-2013-4,4233,208

RTree/H17-Feb-2013-4,2003,050

doc/H03-May-2022-

libGiST/H17-Feb-2013-2,6721,913

tests/H17-Feb-2013-11,35011,342

CONTENTSH A D17-Feb-2013525 1110

HISTORYH A D17-Feb-2013121 54

MakefileH A D17-Feb-20131.5 KiB7946

READMEH A D17-Feb-20131.5 KiB3424

genparse.batH A D17-Feb-2013484 2721

README

1libGiST: Generalized Search Tree C++ Library
2
3This directory contains the 0.9beta1 release of the GiST C++ Library.
4
5We have a WWW home page located at:
6	http://s2k-ftp.cs.berkeley.edu:8000/gist
7Please refer to it for updates on source code, documentation, etc.
8
9libGiST is not public domain software.  It is copyrighted by the
10University of California but may be used according to the licensing
11terms of the the copyright below:
12
13------------------------------------------------------------------------
14
15Copyright (c) 1996 Regents of the University of California
16
17Permission to use, copy, modify, and distribute this software and its
18documentation for any purpose, without fee, and without a written agreement
19is hereby granted, provided that the above copyright notice and this
20paragraph and the following two paragraphs appear in all copies.
21
22IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
23DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING
24LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS
25DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE
26POSSIBILITY OF SUCH DAMAGE.
27
28THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
29INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
30AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
31ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO
32PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
33
34