Updated docs a bit. No one reads those anyway, eh?
This commit is contained in:
parent
ddd6d800fc
commit
a60c5f651a
@ -3,7 +3,7 @@ Third Party Libraries:
|
||||
Scons 1.3+
|
||||
Boost 1.37+
|
||||
sparsehash 1.4+
|
||||
stxxl 1.2.1+
|
||||
stxxl 1.3.1+
|
||||
libz2-dev 1.0.5+
|
||||
protobuffer 2.3.0+
|
||||
zlib 1.2.3.4+
|
@ -2,4 +2,5 @@
|
||||
terminate called after throwing an instance of 'stxxl::resource_error'
|
||||
what(): Error in function void stxxl::mutex::lock() pthread_mutex_lock(&_mutex) Invalid argument
|
||||
|
||||
This ist a known, albeit odd behavior that is caused by a bug in stxxl. It can be ignored
|
||||
This ist a known, albeit odd behavior that is caused by a bug in stxxl. It can be ignored. Upgrade
|
||||
to version 1.3.1 of stxxl.
|
@ -1,8 +0,0 @@
|
||||
TODO
|
||||
----
|
||||
|
||||
Start/Endpoints of queries can only start on nodes only. Instead of selecting the nearest node the nearest edge should be selected.
|
||||
|
||||
The server part is mostly adapted from the boost http examples. It should be replaced with a self-written front-end
|
||||
|
||||
Use Boost to compress all in-/output streams to the file system
|
Loading…
Reference in New Issue
Block a user