cmake -DCMAKE_BUILD_TYPE=Debug .
For a DEBUG build also the *.dbg packages of the POCO libraries are required :
sudo apt-get install libpocofoundation9-dbg libpoconet9-dbg libpocoutil9-dbg
make VERBOSE=1
make -f Makefile.devel deb
make -f Makefile.devel changelog
Also see "TODO" comments in the code.
- Interval-based pulling. Example: Pull layer xyz every n seconds This also requires a more intelligent queuing to estimate how long it would take until all queued jobs are finished to ensure the interval is satisfied.
- Implement Access Control Headers for HTTP api see https://developer.mozilla.org/en-US/docs/HTTP/Access_control_CORS?
- Once POCO 1.5 is in debian stable rapidjson might be dropped in favor of the JSON support in POCO.
- inotify-listener to read files from the local filesystem one they have changed