Activity

From 08/25/2013 to 09/23/2013

09/13/2013

01:20 PM Revision f232396e (rsc): FindProtocolBuffers: shield against protoc --version errors
J. Wienke
01:18 PM Revision c6377d58 (rsc): FindProtocolBuffers: shield against protoc --version errors
J. Wienke
09:54 AM Tasks #1629 (Resolved): Let logging system use factory instead of registry
To prepare for deprecating the registry, let the logging system use factory instead of registry. J. Wienke
09:28 AM Enhancement #1628 (Resolved): Remove checks for BoostUUID
Applied in changeset rsc|commit:02f4cc5347e28d9926dcefd012dd6f8d4fbe0355. J. Wienke

09/12/2013

06:22 PM Enhancement #1621: Deprecate and later remove Registry
Hm, not as easy as I thought. The logging system relies on registry. J. Wienke
06:19 PM Enhancement #1621 (In Progress): Deprecate and later remove Registry
J. Wienke
06:11 PM Enhancement #1621: Deprecate and later remove Registry
I never used this so I don't have any strong opinions, but I'm not against removing it. J. Moringen
06:07 PM Enhancement #1621: Deprecate and later remove Registry
*ping* J. Wienke
06:19 PM Bug #186 (Rejected): CREATE_GLOBAL_REGISTRY does not work on windows
Registry will be removed. J. Wienke
06:19 PM Tasks #131 (Rejected): Allow multiple registry keys per registree
Registry will be removed. J. Wienke
06:18 PM Enhancement #234 (Rejected): Check dualism of Registry and Factory
We will just remove registry. J. Wienke
05:57 PM Revision 02f4cc53 (rsc): fixes #1628: remove internal version of boost.uuid
Boost uuid is included since a long time in boost. No need to keep this
copy nowadays.
J. Wienke
05:46 PM Enhancement #1628 (In Progress): Remove checks for BoostUUID
J. Wienke
05:00 PM Enhancement #1628 (Resolved): Remove checks for BoostUUID
BoostUUID is included in boost since a longer time now. We can safely remove the check for it, especially as it cause... J. Wienke
05:43 PM Revision 6e963f3f (rsc): Correctly quote path composition in CMake
J. Wienke
04:33 PM Bug #1570 (Resolved): 0.7 version does not build on MacOS
Fixed (hypothesis: boost udpate on slave solved this). S. Wrede

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 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: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: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
 

Also available in: Atom