Activity

From 07/12/2011 to 08/10/2011

08/10/2011

05:34 PM Revision 1a063b37 (rsc): fix build on windows with msvc10
J. Wienke
05:13 PM Bug #494 (In Progress): CREATE_GLOBAL_REGISTREE used with 2 arg instead of 3
TODOs:
- Change version from 0.1 to 0.4
- Build Jenkins job
M. Goetting
05:10 PM Bug #494 (Closed): CREATE_GLOBAL_REGISTREE used with 2 arg instead of 3
M. Goetting
05:08 PM Bug #494 (Resolved): CREATE_GLOBAL_REGISTREE used with 2 arg instead of 3
... M. Goetting
05:09 PM Revision 8db04272 (rsc-log4cxx-adapter): * Fixed bug #494
M. Goetting
03:45 PM New maintained branch 0.4 of RSC
A new maintenance branch of RSC with version 0.4 is available in the SVN. For stable development please depend on thi... J. Wienke
01:41 PM Revision e2911e12 (rsc): missing braces
J. Wienke
11:39 AM Revision 82ed06bf (rsc): merge from trunk
J. Wienke
11:38 AM Revision 2fcb171a (rsc): hints should have precedence over hard-coded paths
J. Wienke
11:06 AM Revision cf3b0a3e (rsc): merge r327
J. Wienke
11:05 AM Revision 231aaad2 (rsc): this time really fix the cmake code for checking UUID...
J. Wienke
10:39 AM Revision 6cfe2e2a (rsc): merge revision r325 from 0.4 branch to trunk
J. Wienke
10:38 AM Revision a61043c0 (rsc): fix checking for UUID
J. Wienke
09:59 AM Revision f9977d0e (rsc): Add CMAKE_INSTALL_PATH as HINT to FIND_PATH for BoostUUID
M. Goetting

08/09/2011

05:01 PM Revision f8744323 (rsc): merge back r322 from 0.4 branch
J. Wienke
04:53 PM Revision fb75419e (rsc): try to prevent a compiler (gcc) bug for crosscompiling on nao
J. Wienke
02:00 PM Revision 8691e88c (rsc): increment RSC version
J. Wienke
01:55 PM Revision 826dfcfc (rsc): source code formatting
J. Wienke
01:41 PM Revision df3458db (rsc): source code formatting
J. Wienke

08/08/2011

08:24 AM Tasks #480 (Resolved): Deliver boost uuid header as backup
Applied in changeset r317. J. Wienke
07:03 AM Tasks #480 (In Progress): Deliver boost uuid header as backup
J. Wienke
08:24 AM Revision 5f71cf4f (rsc): Install an internal version of boost.uuid if no other version is found.o...
fixes #480 J. Wienke

08/06/2011

09:42 PM Revision a856e8f7 (rsc): Added get() method with timeout in src/rsc/threading/Future.{h,cpp}
* src/rsc/threading/Future.{h,cpp}: added FutureException as a base
class for the two Future-related exception clas...
J. Moringen

08/05/2011

11:07 PM Tasks #480 (Resolved): Deliver boost uuid header as backup
Deliver boost uuid header with RSC installation that is used iff no boost uuid is installed in the system (usually on... Anonymous

08/02/2011

01:26 PM Revision 0558cc26 (rsc): * try to fix the windows build
* missing test case J. Wienke
01:16 PM Revision 93129a06 (rsc): Add a basic implementation of the future pattern.
J. Wienke

08/01/2011

06:32 PM Revision 9a2a1bd6 (rsc): Allow construction on nil UUIDs in src/rsc/misc/UUID.{h,cpp}
refs #465
* src/rsc/misc/UUID.{h,cpp}: added random flag to UUID default
constructor to request random vs. nil UUID...
J. Moringen
03:55 PM Revision d08c5a58 (rsc): make pkg-config files more flexible
J. Wienke
03:32 PM Bug #417 (Resolved): Export BoostUUID include path into pkg file
Applied in changeset r311. J. Wienke
03:24 PM Bug #417 (In Progress): Export BoostUUID include path into pkg file
J. Wienke
03:32 PM Revision c48a3c4c (rsc): export boost includes to pc file
fixes #417 J. Wienke
01:14 PM Revision 98462a38 (rsc): fix logging system test. How could the work all the time?
J. Wienke
12:52 PM Revision 4a94a939 (rsc): Add virtual destructor where required
J. Wienke

07/30/2011

09:57 PM Revision 7b56bafa (rsc): Ensure that the current working source tree is used for includes in the ...
refs #440 J. Wienke
09:53 PM Bug #440: Doesn`t compile on natty, fails in rsc::misc::UUID
If suspected something like that, but I cannot see how the fix prevents this. And also the compiler message in this i... J. Wienke
09:47 PM Bug #440: Doesn`t compile on natty, fails in rsc::misc::UUID
If I remember correctly, the problem was that in an in-source build (as sometimes done in GAR-installers), the test p... J. Moringen
09:38 PM Revision a268f619 (rsc): more or less revert r302. I don't see why this fixes the issue. Moreover...
refs #440 J. Wienke

07/26/2011

11:05 PM Bug #446: Linking Fails on MacOS Snow Leopard
Maybe a transitive dependency? J. Wienke
10:32 PM Bug #446 (Resolved): Linking Fails on MacOS Snow Leopard
Fixed in SVN. Boost system was not included as a library dependency in the CMakeLists file. How could this work on Li... S. Wrede
10:22 PM Bug #446: Linking Fails on MacOS Snow Leopard
Do we link against boost::system? Probably not:... S. Wrede
10:05 PM Bug #446 (Resolved): Linking Fails on MacOS Snow Leopard
Everything compiles (against Boost 1.46.1) now, but does not link. Error is as follows:... S. Wrede
10:27 PM Revision ece85135 (rsc): added missing boost::system library dependency check to make it link on ...
resolves #446 S. Wrede
10:00 PM Bug #445 (Resolved): Compilation of Environment.cpp fails on MacOs
For dynamic libraries the @environ@ variable is not available on MacOS, hence a workaround is needed. See also:
http...
S. Wrede
08:22 PM Bug #445: Compilation of Environment.cpp fails on MacOs
Seems to be defined in @unistd.h@ on POSIX systems (At least that's what man environ says). J. Moringen
08:15 PM Bug #445 (Resolved): Compilation of Environment.cpp fails on MacOs
with the following reason:... S. Wrede
09:52 PM Revision 3e53d196 (rsc): fixed ifdef test on multiple conditions
S. Wrede
09:48 PM Revision 9b540e92 (rsc): fix for #445, environ not available on MacOS
S. Wrede
06:33 PM Bug #442 (Resolved): typo in FindProtocolBuffers.cmake
Applied in changeset r303. J. Moringen
06:33 PM Revision 25c5983a (rsc): Fixed typo in rsc/cmake/FindProtocolBuffers.cmake
fixes #442
Bug report and patch by Robert Haschke
* rsc/cmake/FindProtocolBuffers.cmake: fixed typo ${ABS_FIL} ->
$...
J. Moringen

07/24/2011

08:20 PM Bug #442 (Resolved): typo in FindProtocolBuffers.cmake
dependency not correctly set due to typo R. Haschke

07/22/2011

01:30 PM Bug #440 (Resolved): Doesn`t compile on natty, fails in rsc::misc::UUID
Applied in changeset r302. Anonymous
11:51 AM Bug #440 (Resolved): Doesn`t compile on natty, fails in rsc::misc::UUID
Compiling rsc trunk (Revision r573) on natty fails with
...
[ 98%] Building CXX object test/CMakeFiles/rsctest.d...
Anonymous
01:30 PM Revision 282baf44 (rsc): Fixed include pathes for RSC tests
fixes #440 Arne Nordmann

07/20/2011

05:38 AM Revision e7499f04 (rsc): Change uuid generator include in src/rsc/misc/UUID.cpp
* src/rsc/misc/UUID.cpp: changed include boost/uuid/name_generator.hpp
-> boost/uuid/uuid_generators.hpp; seems to ...
J. Moringen
05:03 AM Revision 5cdc3e81 (rsc): Support name-based UUID generation in src/rsc/misc/UUID.{h,cpp}
refs RSB #421
* src/rsc/misc/UUID.{h,cpp}: added constructor for name-based UUID
generation
* test/rsc/misc/UUIDTes...
J. Moringen

07/18/2011

07:24 PM Bug #187: PeriodicTask does not guarantee fixed scheduling with long processing time
Increased precision with Revision r299, but still an offset of ~60us remaining. Anonymous
07:11 PM Revision 3cfe9e94 (rsc): Increased precision of PeriodicTask by taking processing time into accou...
Arne Nordmann

07/13/2011

08:08 PM Bug #417 (Resolved): Export BoostUUID include path into pkg file
Configured path gets lost in installation and needs to be configured again in depending software M. Rolf
 

Also available in: Atom