Activity

From 11/29/2009 to 12/28/2009

12/28/2009

10:08 PM Revision 233: Fixed a bug with coverage tests on gentoo - needed to link -lgcov for it to work.
Fixed a bug with coverage tests on gentoo - needed to link -lgcov for it to work. d.stonier
06:48 PM Revision 232: KISS. Fixed a memleak in sigslots and also pruned events and sigslot manager. They ...
KISS. Fixed a memleak in sigslots and also pruned events and sigslot manager. They need to await a sigslot review anyway. d.stonier
06:43 PM Bug #17: MemChecks
* pthread_cancel() causes valgrind some grief. Removed it from the testing. * Also found a memroy leak in sigslots when you connect/disconnect without loading. Decided to scale sigslots right back. KISS for now - no sigslot manager nor even... Daniel Stonier
05:12 PM Revision 231: Pthreads' cancel() sometimes causes valgrind to spit the dummy even when there is n...
Pthreads' cancel() sometimes causes valgrind to spit the dummy even when there is no real problem. Escaped around this in the test class while also fixing a real bug in the thread's cancel(). d.stonier
02:43 PM Revision 230: Rejigged a couple of the tests so that ctest can process them.
Rejigged a couple of the tests so that ctest can process them. d.stonier
12:18 PM Bug #18 (Resolved): Some tests aren't appropriate for ctest
Fixed. Daniel Stonier
12:07 PM Revision 229: Confirm that the serial.clearInputBuffers is working.
Confirm that the serial.clearInputBuffers is working. d.stonier
11:30 AM Revision 228: Fixes a bug in ctests memcheck (passing wrong args to the new valgrind).
Fixes a bug in ctests memcheck (passing wrong args to the new valgrind). d.stonier
10:56 AM Bug #18: Some tests aren't appropriate for ctest
Need to rebuild some of the tests more appropriately (e.g. IConsoleStream hangs ctest waiting for input). Daniel Stonier
10:48 AM Bug #17: MemChecks
Run over the ecl memcheck tests and make sure there are no memory leak problems. Daniel Stonier
10:44 AM Bug #16 (Resolved): CTest MemCheck not working
Bug caused by a new version of valgrind, doesn't accept the arg --num-callers=100. Fixed upstream in cmake, but the following workaround works for now: SET(VALGRIND_COMMAND_OPTIONS "-q --tool=memcheck --leak-check=yes --show-reachable=yes --wor... Daniel Stonier
10:24 AM Bug #16: CTest MemCheck not working
Gives an output error with a failed regex. Maybe because the tests are in a subdir? Make a simple hello.cpp and test this. Daniel Stonier
10:12 AM Bug #14 (Resolved): CTests broken
Bug in cmake - INCLUDE(CTest) or ENABLE_TETING() must be in the root CMakeLists.txt, otherwise the test target doesn't get made. Daniel Stonier
09:58 AM Feature #15: CDash
Enable cdash testing on snorriheim. Daniel Stonier
09:57 AM Bug #14: CTests broken
No 'make test' target is being made. Daniel Stonier

12/27/2009

08:44 PM Bug #9 (Resolved): Ubuntu 64 debs
Daniel Stonier
08:34 PM Revision 227: Minor update to cpack.
Minor update to cpack. d.stonier

12/26/2009

09:25 PM Support #13 (Finished): Move documents to the wiki
Daniel Stonier

12/24/2009

06:07 PM Support #13: Move documents to the wiki
Having documents AND wiki is just plain redundant. Daniel Stonier
06:04 PM Feature #12: Memory Debugging new/delete
Implement a custom cross-platform new/delete detector. http://wyw.dcweb.cn/leakage.htm Daniel Stonier
05:49 PM Bug #11: Virtual destructors
Make sure all my destructors are virtual and thus behaving themselves. Daniel Stonier
05:48 PM Bug #10: Thread stack size setting
Enable a setting for configuring the size of the stack to be made for the thread. Daniel Stonier
01:05 AM Bug #9: Ubuntu 64 debs
Forgot to roll out these. Get them going asap. Daniel Stonier
01:00 AM Feature #8: Grid Maps
Polish our fixed grid map class. Daniel Stonier
12:07 AM Feature #5: Msvc build utilities
Cmake setup for win32. Daniel Stonier
12:05 AM Feature #3: Forks
Creating child processes through forks. Daniel Stonier
12:05 AM Feature #3: Forks
Daniel Stonier
12:05 AM Feature #2: Process Device
IO Device for input-output from a separately executed (possibly forked) process. Hook into streams. Daniel Stonier
12:04 AM Feature #1 (Assigned): Review sigslots
Daniel Stonier

12/23/2009

11:50 PM Feature #1: Review sigslots
Sigslots manager is a bit awkward - needs a review. Daniel Stonier

12/21/2009

06:49 PM Revision 221: Ubuntu packaging finalised - now just to iron out any bugs.
Ubuntu packaging finalised - now just to iron out any bugs. d.stonier
01:28 AM Revision 220: Starting to build in cpack components, but its very broken right now - commented ou...
Starting to build in cpack components, but its very broken right now - commented out in the build. d.stonier

12/20/2009

04:05 AM Revision 219: Alot of minor cmake fixes, but haven't really done anything of import for the cpack...
Alot of minor cmake fixes, but haven't really done anything of import for the cpack module yet. d.stonier

12/18/2009

06:21 PM Revision 218: Bug in the signals install.
Bug in the signals install. d.stonier
04:08 PM Revision 217: Added the moblin toolchain cmake module.
Added the moblin toolchain cmake module. d.stonier
03:56 PM Revision 216: Rearranged the sigslots headers.
Rearranged the sigslots headers. d.stonier
03:27 PM Revision 215: Moved the documentation to its proper home for installation.
Moved the documentation to its proper home for installation. d.stonier
03:13 PM Revision 212: Fixed the eigen download target.
Fixed the eigen download target. d.stonier
02:11 PM Revision 211: Gave durations a header of their own.
Gave durations a header of their own. d.stonier
12:16 PM Revision 210: Snooze (periodic sleeper) class added.
Snooze (periodic sleeper) class added. d.stonier

12/15/2009

04:42 PM Revision 209: Fixed the core/io pkgconfig files to go to the proper place when cross-compiling.
Fixed the core/io pkgconfig files to go to the proper place when cross-compiling. d.stonier
02:30 PM Revision 208: Added the arm-samsung-linux-gnueabi cross-compile.
Added the arm-samsung-linux-gnueabi cross-compile. d.stonier
02:24 PM Revision 207: Gave up on the find posix cmake module. It was an extra layer of abstraction that w...
Gave up on the find posix cmake module. It was an extra layer of abstraction that was redundant. Also fixed an arm toolchain bug. d.stonier
02:22 PM Revision 206
d.stonier
02:22 PM Revision 205
d.stonier
11:31 AM Revision 204: Cannot use cmake's checkSymbolExists for defines as it only flags 0 or 1 if the sym...
Cannot use cmake's checkSymbolExists for defines as it only flags 0 or 1 if the symbol exists. Note that some posix options are defined as 0! Will check posix options directly for _pos.hpp, _pos.cpp files. d.stonier

12/10/2009

08:24 AM Revision 203: String virtual device and string stream.
String virtual device and string stream. d.stonier

12/08/2009

08:12 AM Revision 200: - Benchmarked ofile with an ecl buffer, really not that much different. - Converted...
- Benchmarked ofile with an ecl buffer, really not that much different. - Converted array initialisers to eigen style. - Added an ECL_NDEBUG macro. - Started the string device/string stream class. d.stonier

12/04/2009

07:26 AM Revision 196: Couple of forgotten logstream details and moved arm-elf to arm-unknown.
Couple of forgotten logstream details and moved arm-elf to arm-unknown. d.stonier

12/03/2009

08:50 AM Revision 195: Log streams - customisable, multi-moded and multi-threaded.
Log streams - customisable, multi-moded and multi-threaded. d.stonier

12/01/2009

07:55 AM Revision 194: Shared file device.
Shared file device. d.stonier
« Previous
Next »
 

Also available in: Atom