[Debtags-commits] [svn] r1738 - in tagcoll/2.0: . tagcoll
tagcoll/coll
Enrico Zini
enrico at costa.debian.org
Tue May 9 01:00:24 UTC 2006
Author: enrico
Date: Tue May 9 01:00:23 2006
New Revision: 1738
Added:
tagcoll/2.0/tagcoll/coll/fast.cc
tagcoll/2.0/tagcoll/coll/fast.h
Removed:
tagcoll/2.0/tagcoll/TDBIndexer.cc
tagcoll/2.0/tagcoll/TDBIndexer.h
Modified:
tagcoll/2.0/ (props changed)
tagcoll/2.0/tagcoll/Makefile.am
Log:
r2625 at viaza: enrico | 2006-05-08 13:38:56 -0500
Renamed TDBIndexer as coll::Fast
Modified: tagcoll/2.0/tagcoll/Makefile.am
==============================================================================
--- tagcoll/2.0/tagcoll/Makefile.am (original)
+++ tagcoll/2.0/tagcoll/Makefile.am Tue May 9 01:00:23 2006
@@ -16,9 +16,13 @@
stream/filters.h \
stream/expression.h \
stream/substitutions.h \
+ \
coll/base.h \
coll/simple.h \
coll/simple.cc \
+ coll/fast.h \
+ coll/fast.cc \
+ \
Consumer.h \
Patches.h \
Patches.tcc \
@@ -30,9 +34,6 @@
TextFormat.h \
TextFormat.tcc \
\
- TDBIndexer.h \
- TDBIndexer.cc \
- \
MMapIndex.h \
IntIndex.h \
StringIndex.h \
@@ -63,7 +64,9 @@
stream/filters.cc \
stream/expression.cc \
stream/substitutions.cc \
+ \
coll/simple.cc \
+ coll/fast.cc \
Consumer.cc \
Patches.cc \
PatchCollection.cc \
@@ -71,8 +74,6 @@
Serializer.cc \
TextFormat.cc \
\
- TDBIndexer.cc \
- \
Implications.cc \
\
Expression.cc \
More information about the Debtags-commits
mailing list