Activity
From 01/30/2015 to 02/28/2015
02/18/2015
02/09/2015
- 03:11 PM Task #2476 (Code review): Update the building instruction to accommodate power-constrained platform
- 03:11 PM Task #2475 (Code review): Remove unnecessary dependency on protobuf
- 02:45 PM Task #2457 (Rejected): Create Face in Logic rather than pass a Face reference in the constructor of Logic/Socket
- It turns out a more decent solution is to clean up everything in destructor.
02/04/2015
- 12:57 PM Task #2476: Update the building instruction to accommodate power-constrained platform
- When compiling on Odroid platform (probably on every embedded platform) one must compile with the -j1 flag because of...
- 12:54 PM Task #2476 (Closed): Update the building instruction to accommodate power-constrained platform
- ./waf
Waf: Entering directory `/software/ChronoSync/build'
[ 1/11] Compiling src/diff-state-container.cpp
[ 2/11... - 12:55 PM Task #2475: Remove unnecessary dependency on protobuf
- in order to compile must run as follows
./waf -j1
sudo ./waf install
Build is successful. - 12:51 PM Task #2475 (Closed): Remove unnecessary dependency on protobuf
- prereq is to install protoc (protobuf is installed by default)
sudo apt-get install protobuf-compiler
./waf con...
01/31/2015
- 05:57 PM Task #2457 (Rejected): Create Face in Logic rather than pass a Face reference in the constructor of Logic/Socket
- Passing a Face reference into logic is a bad design. When Logic is destroyed, some callbacks such as those passed thr...
- 04:56 PM Task #2195 (Closed): Rewrite test cases to use UnitTestClocks
- Forgot the update this issues.
This task is done with the commit:
http://gerrit.named-data.net/#/c/1578/ - 04:52 PM Task #2120 (Code review): Change the return type of InterestTable::erase(...) method to void
Also available in: Atom