ehabkost / ferret forked from dbalmain/ferret
- Source
- Commits
- Network (7)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
0f70999
ferret / c
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
.gitignore | Fri Apr 25 15:33:57 -0700 2008 | |
| |
.rake/ | ||
| |
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 | ||
| |
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/ | ||
| |
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/ | ||
| |
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

