Activity

From 08/13/2013 to 09/11/2013

09/11/2013

10:27 AM Tasks #1451: Clarify configuration, when different rsx version installed
How should this be solved? Documentation? J. Wienke
10:20 AM Revision 5c4c240b (rsc): Use boost::signals2 instead of deprecated signals
This changes the external API of RSC but is a necessary step due to the
deprecation of the old signals API.
J. Wienke
10:20 AM Revision 90f75359 (rsc): RepetitiveTask: remove unused member cancelled
J. Wienke
10:18 AM Enhancement #680 (Resolved): Output format improvements for container io
Applied in changeset rsc|commit:59259541c1d1918d684e054e376486b1940952c3. J. Wienke
09:55 AM Revision 59259541 (rsc): fixes #680: improve printing of containers
ContainerIO now has stream operaters to control newline behavior when
printing containers. For map elements, pair for...
J. Wienke
09:51 AM Revision 4b20de9f (rsc): Merge branch 'master' into enhancement-680
J. Wienke

09/10/2013

05:01 PM Enhancement #680: Output format improvements for container io
I only looked briefly, but it seems ok. J. Moringen
04:55 PM Enhancement #680: Output format improvements for container io
I have added proposed patches to a feature branch. Jan, do you think that is ok? J. Wienke
09:39 AM Enhancement #680 (In Progress): Output format improvements for container io
J. Wienke
02:44 PM Revision 196b6557 (rsc): Updated ContainerIO exmaple
Include new functionality for line and map formatting. J. Wienke
02:42 PM Revision 03eb50d3 (rsc): Use pair printing for map entries
To make single entry formatting for maps customizable, print each entry
using its underlying pair so that pair format...
J. Wienke
02:36 PM Revision 25e52470 (rsc): Introduce container styles
* Added a container_style formatting option comparable to pair_style to
control the printing of separators for cont...
J. Wienke
01:06 PM Revision e24edec8 (rsc): Deletes CBF find module
* Removes installation of CBF find module file Arne Nordmann
12:08 PM Revision 246ee86f (rsc): Delets CBF find module
* CBF comes with own CmakeConfig in recent versions Arne Nordmann
09:22 AM Enhancement #1621 (Resolved): Deprecate and later remove Registry
I would propose to now deprecate @rsc::misc::Registry@ and later remove it completely. The rationale is that it basic... J. Wienke

09/05/2013

12:56 PM Bug #1612 (Resolved): GitProjectVersion.cmake cannot detect release branches with more than one d...
Applied in changeset rsc|commit:6b00afe96e4254bca4f4ca748dcdf523394faf96. J. Wienke
12:46 PM Bug #1612 (Resolved): GitProjectVersion.cmake cannot detect release branches with more than one d...
GitProjectVersion.cmake cannot detect release branches with more than one digit in the minor component. E.g. 0.10 wil... J. Wienke
12:56 PM Tasks #1611 (Resolved): Expose whether we are on a release or devel build in DEFINE_PROJECT_VERSION
Applied in changeset rsc|commit:3ea34c5c1ef71af99ed36916d8f0879e8556126a. J. Wienke
10:44 AM Tasks #1611 (In Progress): Expose whether we are on a release or devel build in DEFINE_PROJECT_VE...
J. Wienke
10:44 AM Tasks #1611 (Resolved): Expose whether we are on a release or devel build in DEFINE_PROJECT_VERSION
J. Wienke
12:53 PM Revision 3ea34c5c (rsc): fixes #1611: DefineProjectVersion: expose if release
* GitProjectVersion.cmake: expose whether the repo is on master or not
* DefineProjectVersion.cmake: expose whether w...
J. Wienke
12:47 PM Revision 6b00afe9 (rsc): fixes #1612: Allow high release branch numbers
* GitProjectVersion.cmake: fix regexp to detect release branches. This
now allows more than one digit for the minor...
J. Wienke

09/04/2013

06:51 PM Revision bdd22365 (rsc): refs #1605: Expose protoc version in FindProtocolBuffers.cmake
Backport J. Wienke
06:49 PM Revision eda73cc4 (rsc): refs #1606: find java version related to protoc version
Backport: In case we know the protoc version, favor that version for
finding the java library.
J. Wienke
05:13 PM Enhancement #1606 (Resolved): Favor version of protoc for finding the java library in the cmake file
Applied in changeset rsc|commit:cd0673f2cf9d7cd34fe29f692f7fe8c66b2063cc. J. Wienke
05:11 PM Enhancement #1606 (Resolved): Favor version of protoc for finding the java library in the cmake file
J. Wienke
05:13 PM Tasks #1605 (Resolved): Expose protoc version in FindProtocolBuffers.cmake
Applied in changeset rsc|commit:2d9dd6de450f527c4f00ddd561add9e8ac49d21c. J. Wienke
04:57 PM Tasks #1605 (Resolved): Expose protoc version in FindProtocolBuffers.cmake
As the version is quite crucial for the generated code, we should export it. J. Wienke
05:12 PM Revision 27cec46e (rsc): Fix compiler warning on windows
Coding style was ignored for this definition. J. Wienke
05:12 PM Revision cd0673f2 (rsc): fixes #1606: find java version related to protoc version
In case we know the protoc version, favor that version for finding the
java library.
J. Wienke
05:10 PM Revision 2d9dd6de (rsc): fixes #1605: Expose protoc version in FindProtocolBuffers.cmake
J. Wienke

09/03/2013

02:31 PM Tasks #1604 (Resolved): improve deprecation macro
Applied in changeset rsc|commit:7ceada4b74ed3ffeb28956321ecac1e7b6af3274. J. Wienke
01:04 PM Tasks #1604 (Resolved): improve deprecation macro
allow to:
* pass an explanatory message
* deprecate the use of classes
J. Wienke
02:25 PM Revision 7ceada4b (rsc): fixes #1604: improved deprecation macros
Added support for deprection messages and deprecating classes.
Merge branch 'task-1604'
J. Wienke
01:59 PM Revision 729c6483 (rsc): Deprecation support for classes
* langutils.h: new macro DEPRECATED_CLASS to declare classes as being
deprecated
* langutilsTest.cpp: instantiate DEP...
J. Wienke
01:27 PM Revision 4c7b564c (rsc): Add message to deprecation macro
* langutils.h: transfer current DEPRECATED macro to DEPRECATED_MSG and
allow passing in an explanatory message; add...
J. Wienke

08/24/2013

07:21 PM Enhancement #918 (Resolved): Specify key handling for config system
Applied in changeset rsc|commit:0bdc51e72d003da6c16de1162c7af59233a85a21. J. Wienke

08/19/2013

08:11 AM Tasks #100 (Resolved): Create generic configuration for all logging backends
This is available since a long time through OptionBasedConfigurator J. Wienke
08:08 AM Revision 0bdc51e7 (rsc): fixes #918: specify logger name rules
J. Wienke
08:08 AM Enhancement #918 (In Progress): Specify key handling for config system
J. Wienke
07:57 AM Enhancement #1592 (Closed): CMake macro INSTALL_FILES_RECURSIVE doesn't take extra arguments
backported J. Wienke
07:56 AM Revision 9d288225 (rsc): refs #1592: extra arguments for install_files_recursive
Allows to pass through arguments to the underlying install function. J. Wienke

08/16/2013

04:21 PM Revision 4bd6fda7 (rsc): More versatile protobuf java finding
Use a set of known versions to create possible jar filenames. J. Wienke
04:19 PM Revision ea152f14 (rsc): More versatile protobuf java finding
Use a set of known versions to create possible jar filenames. J. Wienke

08/13/2013

03:32 PM Enhancement #1592: CMake macro INSTALL_FILES_RECURSIVE doesn't take extra arguments
Can we backport this to 0.9? Shouldn't break anything (let's wait for CI to be sure). Anonymous
03:31 PM Enhancement #1592 (Resolved): CMake macro INSTALL_FILES_RECURSIVE doesn't take extra arguments
Applied in changeset rsc|commit:a1482864f2ab61623097d4ea81bf162ccc6e19d2. J. Wienke
01:27 PM Enhancement #1592: CMake macro INSTALL_FILES_RECURSIVE doesn't take extra arguments
Permissions. I would like to
install_files_recursive(${DESTINATION} ${FILE_LIST} PERMISSIONS OWNER_READ OWNER_WRI...
Anonymous
12:14 PM Enhancement #1592: CMake macro INSTALL_FILES_RECURSIVE doesn't take extra arguments
Should be possible. Which options do you need? J. Wienke
12:02 PM Enhancement #1592 (Closed): CMake macro INSTALL_FILES_RECURSIVE doesn't take extra arguments
If I pass additional install arguments (like install permissions) to the INSTALL_FILES_RECURSIVE macro, they doesn't ... Anonymous
02:24 PM Revision a1482864 (rsc): fixes #1592: extra arguments for install_files_recursive
Allows to pass through arguments to the underlying install function. J. Wienke
 

Also available in: Atom