dupeguru/core_pe
Virgil Dupras a7c6f47dbe Reorganized core_pe's module folder.
--HG--
rename : core_pe/modules/block/block.c => core_pe/modules/block.c
rename : core_pe/modules/cache/cache.c => core_pe/modules/cache.c
rename : core_pe/modules/cache/setup.py => core_pe/modules/setup.py
2010-01-31 10:32:02 +01:00
..
modules Reorganized core_pe's module folder. 2010-01-31 10:32:02 +01:00
tests Removed the test for threading support in Cache. That feature has been removed in the previous commit. 2010-01-14 16:17:38 +01:00
__init__.py Changed the build system (that commit is *huge*) 2009-12-30 16:34:41 +00:00
app_cocoa.py Explicited pyobjc imports. 2010-01-18 08:48:44 +01:00
block.py Removed svn keywords. 2010-01-02 16:52:18 +01:00
cache.py Straightened out the blocks cache. Instead of having a single global threaded block cache in the app, there's just a cache path, and non-threaded caches are created when needed. Also, made Cache.clear() more robust (it will clear the cache even if the db is corrupted). 2010-01-14 16:14:26 +01:00
data.py Removed svn keywords. 2010-01-02 16:52:18 +01:00
gen.py Reorganized core_pe's module folder. 2010-01-31 10:32:02 +01:00
matchbase.py Straightened out the blocks cache. Instead of having a single global threaded block cache in the app, there's just a cache path, and non-threaded caches are created when needed. Also, made Cache.clear() more robust (it will clear the cache even if the db is corrupted). 2010-01-14 16:14:26 +01:00
scanner.py Straightened out the blocks cache. Instead of having a single global threaded block cache in the app, there's just a cache path, and non-threaded caches are created when needed. Also, made Cache.clear() more robust (it will clear the cache even if the db is corrupted). 2010-01-14 16:14:26 +01:00