summaryrefslogtreecommitdiff
path: root/test/git/odb
Commit message (Collapse)AuthorAgeFilesLines
* Removed odb from project, it is now used as a submodule named gitdb, which ↵Sebastian Thiel2010-06-125-338/+0
| | | | | | was added instead Adjusted all imports to deal with the changed package names
* Moved multiprocessing modules into own package, as they in fact have nothing ↵Sebastian Thiel2010-06-053-118/+0
| | | | to do with the object db. If that really works the way I want, it will become an own project, called async
* Initial pool design added, allowing for lazy channel based evaluation of ↵Sebastian Thiel2010-06-053-2/+12
| | | | inter-dependent tasks
* A code donation: Donating a worker thread implementation inclduding tests to ↵Sebastian Thiel2010-06-051-0/+47
| | | | Git-Python. I have the feeling it can do much good here :)
* Added basic channel implementation including testSebastian Thiel2010-06-056-0/+399
restructured odb tests, they are now in an own module to keep the modules small