Activity
From 02/16/2011 to 03/17/2011
03/17/2011
- 10:40 PM Revision 1254: ecl_statistics : publicised and dox'd.
- ecl_statistics : publicised and dox'd.
- 10:01 AM Feature #5: Msvc build utilities
- Waiting on rosbuild2.
- 09:46 AM Feature #289: Devices rethink
- Rebuild devices with better support. * Do they need a parent class? I found I needed this when building the serial and ftdi converter classes. Very different implementations, but the same api. * Should I drop all pointer handling for ...
- 09:43 AM Feature #288: Mingw ipc support
- Port ipc to mingw.
- 09:42 AM Feature #287: Mingw thread support
- Port ecl_threads to mingw.
- 09:41 AM Feature #286: Formatters for strings and char strings
- Rebuild this class with support not just for streams, but for strings and char strings also.
- 09:40 AM Bug #285: Math numeric traits
- Redo this properly and send it to the ecl_type_traits package.
- 09:39 AM Feature #280 (Finished): Converters
- 09:39 AM Feature #280: Converters
- Create an ecl_converters_lite for dangerous c style handling. Also started properly doing the to-from byte array converters. They're starting to look like serialisers now...hrm, just needs float support and a bit of machinery?
- 09:17 AM Revision 1253: ecl_linear_algebra : doc reviewed.
- ecl_linear_algebra : doc reviewed.
- 12:36 AM Revision 1252: ecl_eigen : pkg-config support and prevented dox from processing eigen files.
- ecl_eigen : pkg-config support and prevented dox from processing eigen files.
- 12:31 AM Revision 1251: ecl_eigen : pkg-config support.
- ecl_eigen : pkg-config support.
03/15/2011
- 11:38 PM Revision 1250: ecl_converters_lite : started with some from_byte_array functions.
- ecl_converters_lite : started with some from_byte_array functions.
- 11:37 PM Revision 1249: ecl_converters : added pkg-config files.
- ecl_converters : added pkg-config files.
- 10:53 PM Revision 1248: ecl_converters : now exception/error proofed, dox updated adn byte arrays fleshed ...
- ecl_converters : now exception/error proofed, dox updated adn byte arrays fleshed out.
- 05:34 PM Revision 1247: ecl_converters : play with the xample a bit.
- ecl_converters : play with the xample a bit.
- 05:22 PM Revision 1246: ecl_converters : added precision capability to the float/double converters.
- ecl_converters : added precision capability to the float/double converters.
- 09:13 AM Revision 1245: ecl_concepts : added the byte container concept.
- ecl_concepts : added the byte container concept.
- 09:11 AM Revision 1244: ecl_converters : mid updating the to byte array converters.
- ecl_converters : mid updating the to byte array converters.
03/14/2011
- 11:49 PM Revision 1243: ecl_exceptions : added guards for ECL_DISABLE_EXCEPTIONS
- ecl_exceptions : added guards for ECL_DISABLE_EXCEPTIONS
- 11:49 PM Revision 1242: ecl_errors : added a setter for the error handler.
- ecl_errors : added a setter for the error handler.
- 11:48 PM Revision 1241: ecl_concepts : concept for dynamic containers.
- ecl_concepts : concept for dynamic containers.
- 11:38 PM Revision 1240: ecl_converters : added some error_handling, now looking at getting that byte array...
- ecl_converters : added some error_handling, now looking at getting that byte array converter workign properly.
- 10:21 AM Revision 1239: ecl_converters : some cleanup, but need to address exceptions, fallback error hand...
- ecl_converters : some cleanup, but need to address exceptions, fallback error handling and library privates yet.
- 08:48 AM Revision 1238: ecl_core_apps : detect sizes utility moved to type traits.
- ecl_core_apps : detect sizes utility moved to type traits.
- 08:46 AM Revision 1237: ecl_type_traits : utility brought in from ecl_core_apps.
- ecl_type_traits : utility brought in from ecl_core_apps.
03/12/2011
- 09:51 PM Revision 1236: ecl_core_apps: some demos moved out.
- ecl_core_apps: some demos moved out.
- 09:50 PM Revision 1235: ecl_utilities : dox'd.
- ecl_utilities : dox'd.
- 09:23 PM Revision 1234: ecl_type_traits : dox.
- ecl_type_traits : dox.
- 08:41 PM Revision 1233: ecl_mpl : dox.
- ecl_mpl : dox.
- 08:38 PM Revision 1232: ecl_config : dox.
- ecl_config : dox.
- 08:37 PM Revision 1231: ecl_concepts : fixed the byte tests for containers and updated doxygen.
- ecl_concepts : fixed the byte tests for containers and updated doxygen.
- 08:26 PM Revision 1230: ecl_type_traits : the is_xxx_byte type traits are defined now.
- ecl_type_traits : the is_xxx_byte type traits are defined now.
- 08:22 PM Revision 1229: ecl_build : dox.
- ecl_build : dox.
- 08:21 PM Revision 1228: ecl_build : cmake macro for checking the typedef of char.
- ecl_build : cmake macro for checking the typedef of char.
- 08:18 PM Revision 1227: ecl_config : added a check for the type of char.
- ecl_config : added a check for the type of char.
- 05:41 PM Revision 1226: ecl_tools: updated dox for all but ecl_doc.
- ecl_tools: updated dox for all but ecl_doc.
- 05:29 PM Revision 1225: ecl_build : updated doxygen.
- ecl_build : updated doxygen.
- 05:22 PM Revision 1224: ecl_exceptions: doc update.
- ecl_exceptions: doc update.
- 05:22 PM Revision 1223: ecl_command_line : updated docs and moved example program back to the fold.
- ecl_command_line : updated docs and moved example program back to the fold.
03/07/2011
- 12:41 PM Revision 1222: ecl_threads : gave the thread class a chance to delay the start, RAII is just some...
- ecl_threads : gave the thread class a chance to delay the start, RAII is just sometimes, impractical.
03/04/2011
- 03:10 PM Revision 1221: ecl_exceptions : doxing.
- ecl_exceptions : doxing.
- 02:52 PM Revision 1220: ecl_exceptions :make use of ecl_config to pick up ECL_DISABLE_EXCEPTIONS
- ecl_exceptions :make use of ecl_config to pick up ECL_DISABLE_EXCEPTIONS
- 02:28 PM Revision 1219: ecl_config : adding a macro to signify ecl exceptions are enabled/disabled.
- ecl_config : adding a macro to signify ecl exceptions are enabled/disabled.
- 12:19 PM Revision 1218: ecl_sigslots_lite : doxygen update reflecting self-contained concept.
- ecl_sigslots_lite : doxygen update reflecting self-contained concept.
- 10:59 AM Revision 1217: ecl_exceptions : bugfix a lurking api change bug.
- ecl_exceptions : bugfix a lurking api change bug.
- 10:55 AM Revision 1216: ecl_exceptions: make sure we bring in the macros, even if just including one of th...
- ecl_exceptions: make sure we bring in the macros, even if just including one of the exception headers specifically.
- 10:52 AM Revision 1215: ecl_exceptions: bugfix, renamed the pkg-config file properly.
- ecl_exceptions: bugfix, renamed the pkg-config file properly.
- 10:48 AM Revision 1214: ecl_build : forgot to delete the debugging message for sources.
- ecl_build : forgot to delete the debugging message for sources.
- 10:45 AM Revision 1213: ecl_create : working rosdoc file.
- ecl_create : working rosdoc file.
- 10:09 AM Revision 1212: ecl_build: fix the sources target build.
- ecl_build: fix the sources target build.
- 09:56 AM Revision 1211: ecl_sigslots_lite : error class wasn't initialising the flag.
- ecl_sigslots_lite : error class wasn't initialising the flag.
- 09:50 AM Revision 1210: ecl_sigslots_lite
- ecl_sigslots_lite
- 09:08 AM Revision 1209: ecl_create : rosdoc.yaml file was broken (shows up in the entire tree package scan).
- ecl_create : rosdoc.yaml file was broken (shows up in the entire tree package scan).
- 08:46 AM Revision 1208: ecl_tools : rosdoc.yaml is not working for ecl_create or ecl_time - why?
- ecl_tools : rosdoc.yaml is not working for ecl_create or ecl_time - why?
- 08:42 AM Revision 1207: ecl_lite : fix a missing </ul> in the stack manifest.
- ecl_lite : fix a missing </ul> in the stack manifest.
- 08:19 AM Revision 1206: ecl_tools : stack dependency on documentation stack.
- ecl_tools : stack dependency on documentation stack.
- 12:07 AM Revision 1205: ecl : more doxygen.
- ecl : more doxygen.
03/03/2011
- 11:58 PM Revision 1204: ecl : more doxygen.
- ecl : more doxygen.
- 11:54 PM Revision 1203: ecl : more doxygen.
- ecl : more doxygen.
- 11:36 PM Revision 1202: ecl_exceptions : doxygen and pkg-config finished.
- ecl_exceptions : doxygen and pkg-config finished.
- 11:22 PM Revision 1201: ecl_exceptions : trivial rearrangement and some dox.
- ecl_exceptions : trivial rearrangement and some dox.
- 03:44 PM Revision 1200: ecl_lite : pkg-config fixes.
- ecl_lite : pkg-config fixes.
- 01:13 PM Revision 1199: No longer need the metapackage.
- No longer need the metapackage.
- 01:04 PM Revision 1198: ecl_exceptions : bumbling around a bit...
- ecl_exceptions : bumbling around a bit...
02/28/2011
- 06:29 PM Revision 1197: ecl_io : poll implementation
- ecl_io : poll implementation
- 12:10 AM Revision 1196: ecl_io : new win32 socketpair code which pulls port numbers from a dynamic range s...
- ecl_io : new win32 socketpair code which pulls port numbers from a dynamic range set by the system.
02/27/2011
- 11:10 PM Revision 1195: ecl_io : fixed a warning (unused variable) and put the socketpair example into a c...
- ecl_io : fixed a warning (unused variable) and put the socketpair example into a cts loop for testing.
02/23/2011
- 11:40 AM Feature #5: Msvc build utilities
- Working now with eros and mingw_cross.
- 11:37 AM Feature #278 (Finished): Light version of ecl_sigslots
- Done.
- 11:37 AM Feature #282 (Finished): Win32 Time
- Done in ecl_time_lite.
- 11:36 AM Feature #284 (Finished): CMake examples target
- Also benchmarks and demos added.
- 11:27 AM Revision 1194: ecl_lite : meta package.
- ecl_lite : meta package.
- 11:20 AM Revision 1193: ecl_sigslots_lite: pkg-config files.
- ecl_sigslots_lite: pkg-config files.
- 11:18 AM Revision 1192: ecl_sigslots_lite: doxygen.
- ecl_sigslots_lite: doxygen.
- 09:39 AM Revision 1191: ecl_sigslots_lite : fixed the namespace accidentally doubled up as lite.
- ecl_sigslots_lite : fixed the namespace accidentally doubled up as lite.
- 09:36 AM Revision 1190: ecl_sigslots_lite : seem to have all the technicals done.
- ecl_sigslots_lite : seem to have all the technicals done.
02/22/2011
- 05:57 PM Revision 1189: ecl_sigslots_lite : most problems now sorted, just need a storage retriever for me...
- ecl_sigslots_lite : most problems now sorted, just need a storage retriever for member slots.
- 12:08 PM Revision 1188: ecl : pkg-config support for ecl_license, build, config, errors, time_lite and io.
- ecl : pkg-config support for ecl_license, build, config, errors, time_lite and io.
- 10:50 AM Revision 1187: ecl_time_lite : ignore pkg-config generated files.
- ecl_time_lite : ignore pkg-config generated files.
- 10:47 AM Revision 1186: ecl_time_lite : pkg-config support.
- ecl_time_lite : pkg-config support.
- 10:28 AM Revision 1185: ecl_io : more error handling and documentation.
- ecl_io : more error handling and documentation.
- 10:25 AM Revision 1184: ecl_create : fix a variable substitution mistake in the templates.
- ecl_create : fix a variable substitution mistake in the templates.
- 10:05 AM Revision 1183: ecl: io error handling and documentation.
- ecl: io error handling and documentation.
02/21/2011
- 11:58 PM Revision 1182: ecl : more doxygen, ecl_time_lite, ecl_build and ecl_license.
- ecl : more doxygen, ecl_time_lite, ecl_build and ecl_license.
- 06:56 PM Revision 1181: ecl : some more doxygen.
- ecl : some more doxygen.
- 06:37 PM Revision 1180: ecl: doxygen updates.
- ecl: doxygen updates.
- 05:58 PM Revision 1179: ecl_core_apps: detect programs moved back to ecl_config.
- ecl_core_apps: detect programs moved back to ecl_config.
- 05:57 PM Revision 1178: ecl_config : updated dox and moved utilities from ecl_core_apps back.
- ecl_config : updated dox and moved utilities from ecl_core_apps back.
- 05:30 PM Revision 1177: ecl_config : doxygen updated.
- ecl_config : doxygen updated.
- 05:08 PM Revision 1176: ecl: some dox, but also fix the posix error string references (to char*).
- ecl: some dox, but also fix the posix error string references (to char*).
- 04:58 PM Revision 1175: ecl_build : add -DECL_BUILDING_SHARED_LIBS when doing so (for visibility).
- ecl_build : add -DECL_BUILDING_SHARED_LIBS when doing so (for visibility).
- 04:57 PM Revision 1174: ecl_config: ook, didn't think through the visibility real well.
- ecl_config: ook, didn't think through the visibility real well.
- 04:00 PM Revision 1173: Make sure the configuration file is cmake'd before doxygenating.
- Make sure the configuration file is cmake'd before doxygenating.
- 12:44 PM Revision 1172: ecl_errors : debug and print error handlers, as well as removal of all string vari...
- ecl_errors : debug and print error handlers, as well as removal of all string variables from the run time functions.
- 11:56 AM Revision 1171: ecl: depracated the old ErrorString class.
- ecl: depracated the old ErrorString class.
- 11:36 AM Revision 1170: ecl_errors : deprecated the old StandardError type.
- ecl_errors : deprecated the old StandardError type.
- 11:34 AM Revision 1169: ecl_time: converted to use ecl_time_lite's base types/functions.
- ecl_time: converted to use ecl_time_lite's base types/functions.
- 11:00 AM Revision 1168: ecl_errors: visibility support added.
- ecl_errors: visibility support added.
- 10:43 AM Revision 1167: ecl: visibility disabled for mingw, also ecl_time_lite bugfixes for mingw.
- ecl: visibility disabled for mingw, also ecl_time_lite bugfixes for mingw.
- 09:25 AM Revision 1166: ecl_time_lite: visibility hidden macros added.
- ecl_time_lite: visibility hidden macros added.
- 09:25 AM Revision 1165: ecl_build : macro for hidden visibilty toggling.
- ecl_build : macro for hidden visibilty toggling.
- 09:25 AM Revision 1164: ecl_config : some comments to assist with the visibility hidden usage.
- ecl_config : some comments to assist with the visibility hidden usage.
02/20/2011
- 11:39 PM Revision 1163: ecl_time_lite : updated the doxygen.
- ecl_time_lite : updated the doxygen.
- 11:25 PM Revision 1162: ecl_time : error handling is in.
- ecl_time : error handling is in.
- 08:22 PM Revision 1161: ecl_build : slightly better time checks.
- ecl_build : slightly better time checks.
02/19/2011
- 09:12 AM Revision 1160: ecl_maps: should check whether cells is null or not before remap
- ecl_maps: should check whether cells is null or not before remap
02/18/2011
- 12:40 AM Revision 1159: ecl_sigslots_lite: need a signal to wake me up...
- ecl_sigslots_lite: need a signal to wake me up...
- 12:11 AM Revision 1158: ecl_time_lite: it's building, just error handling, tests and docs to go.
- ecl_time_lite: it's building, just error handling, tests and docs to go.
02/17/2011
- 04:41 PM Revision 1157: ecl_errors: stop building my test.
- ecl_errors: stop building my test.
- 03:44 PM Revision 1156: ecl_sigslots_lite: looking better now, no new, mostly hidden.
- ecl_sigslots_lite: looking better now, no new, mostly hidden.
- 01:22 PM Revision 1155: ecl_sigslots_lite: some more mucking about.
- ecl_sigslots_lite: some more mucking about.
- 11:37 AM Revision 1154: ecl_sigslots_lite: ignore temp directories.
- ecl_sigslots_lite: ignore temp directories.
- 11:35 AM Revision 1153: ecl_sigslots_lite: no temp dirs.
- ecl_sigslots_lite: no temp dirs.
- 11:32 AM Revision 1152: ecl_sigslots_lite: a simple working prototype.
- ecl_sigslots_lite: a simple working prototype.
- 09:57 AM Revision 1151: ecl_time_lite: started the cmake configuration, but not far yet.
- ecl_time_lite: started the cmake configuration, but not far yet.
- 09:56 AM Revision 1150: ecl_config: minor documentation update.
- ecl_config: minor documentation update.
- 09:42 AM Revision 1149: ecl_config : fix a typo in ECL_UNKNOWN macro.
- ecl_config : fix a typo in ECL_UNKNOWN macro.
- 09:38 AM Revision 1148: ecl_lite: adding ecl_time_lite package.
- ecl_lite: adding ecl_time_lite package.
Also available in: Atom