This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
ferret / c
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
.gitignore | Fri Apr 25 15:33:57 -0700 2008 | |
| |
.rake/ | Tue Dec 02 18:04:50 -0800 2008 | |
| |
FileFormat.txt | Tue Feb 27 18:14:17 -0800 2007 | |
| |
MIT-LICENSE | Tue Feb 27 18:14:17 -0800 2007 | |
| |
Makefile | Sat May 10 23:53:32 -0700 2008 | |
| |
README | Sun Nov 18 09:16:07 -0800 2007 | |
| |
Rakefile | Tue Dec 02 18:04:50 -0800 2008 | |
| |
TODO | Mon Apr 21 07:10:15 -0700 2008 | |
| |
bench.c | Fri Apr 18 02:11:46 -0700 2008 | |
| |
benchmark/ | Wed Apr 30 22:21:03 -0700 2008 | |
| |
include/ | Thu Jan 01 21:50:42 -0800 2009 | |
| |
lib/ | Wed Mar 12 13:47:35 -0700 2008 | |
| |
load_bench.c | Mon Mar 10 13:08:42 -0700 2008 | |
| |
search_bench.c | Tue Feb 27 18:14:17 -0800 2007 | |
| |
sort_bench.c | Tue Feb 27 18:14:17 -0800 2007 | |
| |
src/ | ||
| |
styleguide.html | Tue Feb 27 18:14:17 -0800 2007 | |
| |
test/ | Thu Jan 01 21:50:42 -0800 2009 | |
| |
tools/ | Fri Jun 13 00:57:02 -0700 2008 | |
| |
valgrind.supp | Tue Mar 11 07:10:03 -0700 2008 |
c/README
== Ferret
C Search engine library
== Installation
Currently there is nothing to install. You can run the tests by running Make.
== Coding Style
Ferret is using the Apache coding style. See styleguide.html for a description.
This style can be generated with the following arguments to GNU indent:
-i4 -npsl -di0 -br -nce -d0 -cli0 -npcs -nfc1 -nut -ncs
== COPYRIGHT AND LICENCE
Copyright 2006 David Balmain
:include: MIT-LICENSE








