Activity

From 04/06/2011 to 05/05/2011

05/05/2011

04:59 PM Revision 15c0eb3f (rsc): better exception
J. Wienke
04:52 PM Revision 36846202 (rsc): document behaviour of set
J. Wienke

05/04/2011

05:27 PM Revision a6a12c36 (rsc): cpack generator name must be capital case
J. Wienke
05:19 PM Revision 5dd829b4 (rsc): create a package instead of installing the project
J. Wienke
03:55 PM Revision d21b4607 (rsc): use cpack to generate installable binary packages
J. Wienke
03:15 PM Revision 5ed054d4 (rsc): whoops do not fail this test
J. Wienke
03:09 PM Revision e2f6339f (rsc): Disabled the logging output of which logging system was selected (mainly...
D. Klotz
03:08 PM Revision 5f2b4c7a (rsc): There may be situations where HOME on linux or the respective variables ...
J. Wienke

05/03/2011

10:17 PM Revision 50353ca2 (rsc): Disable ConfigFileSourceTest on Windows
* test/rsc/config/ConfigFileSourceTest.cpp: exclude whole
ConfigFileSourceTest when WIN32 is defined
J. Moringen
09:48 PM Revision 6dfabc27 (rsc): Virtual destructor for rsc::config::OptionHandler
(will it fix the Windows build?)
* src/rsc/config/OptionHandler.{h,cpp}: added implementation file;
added virtual d...
J. Moringen
08:56 PM Revision 4ea82487 (rsc): indentation
J. Wienke
08:46 PM Revision 9c08c82a (rsc): missing Test suffix
J. Wienke
08:45 PM Revision 48e9be9e (rsc): Cosmetic changes in src/rsc/config/*
* src/rsc/config/ConfigFileSource.h: coding convention fixes
* src/rsc/config/ConfigSource.h: likewise
J. Moringen
08:45 PM Revision dac53371 (rsc): try to get a more useful error message in windows
J. Wienke
08:11 PM Revision b03f18ad (rsc): Added smoke test for ConfigFileSource in test/rsc/config/ConfigFileSourc...
* test/smoke.conf: new file; valid configuration file
* test/rsc/config/ConfigFileSource.cpp: added test case
Confi...
J. Moringen
08:04 PM Revision 28506b26 (rsc): (Tried to) fix RSC_EXPORT in src/rsc/config/*
* src/rsc/config/ConfigFileSource.h: RSC_EXPORT should appear after
"class", not before
* src/rsc/config/Environmen...
J. Moringen
07:46 PM Revision 5a6a2aee (rsc): Added initial unit test for rsc::config::ConfigFileSource
* test/CMakeLists.txt: detect unit test source files in directory
test/rsc/config
* test/syntax-errors-{1,2,3}.conf...
J. Moringen
07:31 PM Revision 6fada1f9 (rsc): Initial unit tests for rsc::runtime::Properties
* test/rsc/runtime/PropertiesTest.cpp: new file; contains initial unit
tests for rsc::runtime::Properties
J. Moringen
07:27 PM Revision 101744fa (rsc): Added support for != in src/rsc/runtime/Properties.h
* src/rsc/runtime/Properties.h: added base class
equality_comparable<Properties> to support operator!=
J. Moringen
04:27 PM Revision ea361f44 (rsc): printing backtrace extracted into method
J. Wienke
03:56 PM Revision f5b441be (rsc): * next try to fix windows build
* add a method to generate a unified exception info J. Wienke
03:47 PM Revision 7ca39225 (rsc): try to fix the windows build
J. Wienke
03:28 PM Revision 6ba576df (rsc): a first start to implement runtime debugging support
J. Wienke
01:24 PM Revision 76c44594 (rsc): Ensure that unregistering a receiver waits until the receiver does not r...
refs #267 J. Wienke
12:39 PM Revision badacb12 (rsc): add a comment to used virtual inheritance
J. Wienke
12:29 PM Revision a0c9895b (rsc): provide a printing operator for boost weak_ptr
J. Wienke

05/02/2011

02:42 PM Revision 223d7eeb (rsc): next try to fox the windows build
J. Wienke
02:36 PM Revision 752e0b03 (rsc): try to fix windows build
J. Wienke
12:43 PM Revision a6c2b153 (rsc): import Printable interface into RSC from m3s.
J. Wienke

04/30/2011

01:12 AM Revision 39f09f26 (rsc): Removed dependency no config_file_iterator in src/rsc/config/ConfigFileS...
(This should fix the windows build)
* src/rsc/config/ConfigFileSource.{h,cpp}: moved relevant parts of the
implemen...
J. Moringen
12:43 AM Revision 8294ae90 (rsc): Made hard-coded RSB_ prefix configurable
(will not fix the Window build :P)
* src/rsc/config/Environment.{h,cpp}: accept a prefix in the
constructor that is...
J. Moringen
12:11 AM Revision 76a4d6ba (rsc): Initial attempt at an extensible configuration system for RSC
* CMakeLists.txt: added dependency on Boost.ProgramOptions which is
used in the new configuration module
* src/CMak...
J. Moringen
11:47 PM Revision 79b953d9 (rsc): Better error message in src/rsc/runtime/Properties.h
* src/rsc/runtime/Properties.h: mention property name in error message
for type mismatch
J. Moringen

04/29/2011

09:33 PM Revision fc416362 (rsc): Improved documentation in src/rsc/runtime/Properties.h
* src/rsc/runtime/Properties.h: improved documentation J. Moringen
09:22 PM Revision db4de289 (rsc): Added partial operator== in src/rsc/runtime/Properties.{h,cpp}
* src/rsc/runtime/Properties.{h,cpp}: added partial implementation of
operator==; attempted comparison throws if an...
J. Moringen

04/28/2011

02:20 PM Revision eb45a635 (rsc): Fixed header installation in src/CMakeLists.txt
* src/CMakeLists.txt: header files in src/rsc/patterns/detail/ didn't
get installed
J. Moringen

04/22/2011

09:40 PM Revision 175678d9 (rsc): missing synchronization between threads
J. Wienke
06:49 PM Revision 4a145f25 (rsc): Fix compilation with GCC 4.6
J. Wienke

04/21/2011

02:14 PM Revision 363f5f9a (rsc): switch to version 1.6 of gmock and gtest and avoid one useless svn:external
J. Wienke

04/20/2011

12:39 PM Revision ca56a415 (rsc): add documentation.
J. Wienke
12:30 PM Bug #253 (Resolved): Gar-Installer broken
J. Wienke
12:04 PM Bug #253 (In Progress): Gar-Installer broken
J. Wienke
11:51 AM Bug #253 (Resolved): Gar-Installer broken
Gar-Installation is broken, exiting with the following error during configuration:
CMake Error at /vol/ai/src/cma...
Anonymous
12:26 PM Revision ada47119 (rsc): Check whether the project folder is a svn working copy to avoid errors i...
* Added a custom cmake function to perform this check as the current svn wrappers do not provide this functionality.
...
J. Wienke

04/16/2011

07:04 PM Revision 4dd16e1a (rsc): make constructor with one argument explicit, use const ref
J. Wienke

04/14/2011

11:43 AM Revision a4125eab (rsc): also mark jav library as adavanced in cmake
J. Wienke
11:30 AM Bug #139 (Rejected): FindPackage ignores REQUIRED for ProtocolBuffers
The macro correctly only checks if the library is found. Not the compiler. We have to do it on our own. J. Wienke

04/13/2011

04:33 PM Revision 61bb6370 (rsc): proper support for export macros in cpp protobuf code
J. Wienke
03:23 PM Revision 2db477e1 (rsc): add support to find java library for protobuf
J. Wienke

04/12/2011

06:45 PM Revision d1448d4a (rsc): remove debug output
J. Wienke
06:34 PM Revision 6da126e6 (rsc): provide an improved version of the protocol buffers wrapper in cmake tha...
J. Wienke

04/10/2011

08:50 PM Improved Code Analysis Support
The support for static and dynamic code analysis tools in the CMake utility library of RSC has been improved. RSC now... J. Wienke
07:42 PM Revision 5b08983a (rsc): fix some cppcheck messages
J. Wienke
07:21 PM Revision 15d1c311 (rsc): inform about created target
J. Wienke
07:16 PM Revision f742bb06 (rsc): hopefully make cppcheck work with the older version installed on lucid
J. Wienke
05:13 PM Revision c9d17a0b (rsc): add a macro to generate a sloccount report
J. Wienke

04/09/2011

07:22 PM Revision adcd0250 (rsc): missing install for gcovr cmake find file
J. Wienke
07:02 PM Revision 10a4109b (rsc): enable cobertura-compatible xml otput for coverage reports if gcovr is f...
J. Wienke
11:36 AM Revision 2e291f2c (rsc): missing doxygen
J. Wienke

04/08/2011

05:56 PM Enhancement #163 (Resolved): remove boost functions in OrderedQueueDispatcherPool
Fixed in r226 J. Wienke
05:19 PM Enhancement #163 (In Progress): remove boost functions in OrderedQueueDispatcherPool
J. Wienke
05:55 PM Revision e199ab86 (rsc): provide an additional object oriented inteface for OrderedQueueDispatche...
fixes #163 J. Wienke
05:13 PM Enhancement #234 (Rejected): Check dualism of Registry and Factory
This is especially important if the link-time registration support is dropped. Then there is probably no reason to ke... J. Wienke
05:11 PM Tasks #172 (Resolved): Provide version information in config.h
A special version class was added filled from cmake. J. Wienke
04:25 PM Revision 68815a06 (rsc): backport rsb version to rsc
J. Wienke

04/06/2011

01:11 PM Tasks #168 (Rejected): Include a dynamic matrix class
J. Wienke
01:07 PM StaticMatrix removed
StaticMatrix was removed from RSC. It is not worth for this library to maintain own basic math structures. Instead, E... J. Wienke
01:04 PM Bug #169 (Rejected): Provide matrix operations in StaticMatrix
We wont provide matrix classes anymore. Eigen is sufficient for everything J. Wienke
01:01 PM Bug #169: Provide matrix operations in StaticMatrix
I wanna close this as rejected..... *grr* J. Wienke
01:00 PM Bug #169 (New): Provide matrix operations in StaticMatrix
J. Wienke
12:57 PM Bug #169 (In Progress): Provide matrix operations in StaticMatrix
J. Wienke
12:56 PM Revision 833263aa (rsc): Remove StaticMatrix. Eigen 2 or 3 provide a very similar matrix class th...
J. Wienke
12:53 PM Revision a4b279d9 (rsc): try to fix build on windows by adding missing export symbols
J. Wienke
11:41 AM Revision 37d72558 (rsc): move pointer to variable name following convention
J. Wienke
11:40 AM Revision 83140ad5 (rsc): one more method to adapt to coding style
J. Wienke
11:39 AM Revision 3de7d208 (rsc): * adapt to coding style
* remove inline methods J. Wienke
11:24 AM Bug #213 (Rejected): Test Build Broken on Maverick
I don't see a problem. RSC was added to the maverick VM on jenkins and compiles fine. J. Wienke
 

Also available in: Atom