Activity

From 01/23/2013 to 02/21/2013

02/21/2013

03:41 PM Bug #1430 (Feedback): Fix debian packaging to conform more strongly to debian policy
CPack offers support for some of these aspects, so we might be able to stick to CPack and solve these issues (which I... Anonymous

02/20/2013

08:41 AM Bug #1430: Fix debian packaging to conform more strongly to debian policy
sorry I made a typo. in the dev package librsc.so should be a pointer to librsc.so.0.9
A. Tuleu
08:37 AM Bug #1430 (New): Fix debian packaging to conform more strongly to debian policy
I know this is an hassle, but it gives me lot of maintainance nightmare at higher levels because the debian policy is... A. Tuleu

02/14/2013

05:02 PM Tasks #1419 (Rejected): Provide unit tests for plugins system
J. Wienke
04:59 PM Tasks #1419 (Rejected): Provide unit tests for plugins system
Especially also for windows J. Wienke
05:00 PM Tasks #1420 (Resolved): Simplify plugin initialization with windows export symbols
Provide a RSC_PLUGIN_INIT_SIGNATURE macro which exposes a whole method signature, so that it can be used as:... J. Wienke
01:21 PM Feature #1413 (Resolved): Provide command-line based option parsing
Applied in changeset rsc|commit:3c7149c454f7cbbd24b2a7481fdf997aa5a8093a. J. Wienke
09:33 AM Feature #1413: Provide command-line based option parsing
Before merging this back I first need to fix this job:
https://ci.cor-lab.org/view/rsc/job/rsc-trunk-windows-merge-s...
J. Wienke
09:27 AM Feature #1413 (Resolved): Provide command-line based option parsing
In addition to the existing config file and environment-based config parsers, also provide option handling using the ... J. Wienke
01:15 PM Revision 3c7149c4 (rsc): Provide command line option handling for the configuration subsystem.
Options are parsed from the command line in the least intrusive manner using flags (e.g. -Dfoo=bar as the default fla... J. Wienke

02/07/2013

02:20 PM Bug #810 (Resolved): Windows Subprocess Test creates confusing error message from cmake.
Applied in changeset rsc|commit:49546253ac98f65b4d1d15289f636a66a2f185a5. J. Wienke
02:19 PM Revision 49546253 (rsc): Avoid a confusing error message from the subprocess test on windows.
fixes #810
Merge branch 'bug-810'
J. Wienke
02:05 PM Revision ea354a1b (rsc): Use a more meaningful command for testing the subprocess module on windows.
J. Wienke

02/06/2013

07:57 PM Revision ee3b0594 (rsc): Use a more meaningful command for testing the subprocess module on windows.
J. Wienke
07:57 PM Bug #810 (In Progress): Windows Subprocess Test creates confusing error message from cmake.
The reason is simple. The windows subprocess test is a stub and this was just to see whether something is called at all. J. Wienke
07:41 PM Tasks #1228 (Resolved): Add a macro for assertion + log message
Applied in changeset rsc|commit:49a3250fa4223735daaa466cf8b9b7db338481fe. J. Wienke
07:40 PM Revision 49a3250f (rsc): Provide macros for the logging system which only log, if a boolean condi...
This provides assertion-like logging.
fixes #1228
Merge branch 'task-1228'
J. Wienke
07:25 PM Revision 0f7de7d8 (rsc): Refactor command line parsing.
* boost::program_options was tu inflexible for this kind of special processing case. Converted parsing to custom code... J. Wienke
05:58 PM Enhancement #1315 (Resolved): rsc::threading::SynchronizedQueue misses pop method with timeout pa...
Added a unit test for this and fixed the behavior for old boost versions. J. Wienke
04:47 PM Enhancement #1315 (Feedback): rsc::threading::SynchronizedQueue misses pop method with timeout pa...
The pop function does not work with sub second accuracy. E.g. pop(500) does not wait any time. L. Schillingmann
05:57 PM Revision 37cc51dd (rsc): Backport: Fix pop with timeout on boost versions < 1.50.
refs #1315 J. Wienke
05:56 PM Revision 4c8e9ded (rsc): Fix pop with timeout on boost versions < 1.50.
refs #1315 J. Wienke

02/04/2013

06:15 PM Revision 1de6d32f (rsc): Add command line parsing to the global configuration cascade.
J. Wienke
11:29 AM Revision 76298004 (rsc): Add a config source to parse options from the command line.
Options are parsed using a java-like -D properties syntax. J. Wienke
11:28 AM Revision 50d221c9 (rsc): Add sanity checks to key parsing.
* Do not allow empty components
* Ensure that the key is not empty at all
J. Wienke
10:04 AM Revision 8e97bb0c (rsc): Move key splitting from dot-separated string up in class hierarchy.
By placing this method in ConfigSource itself it is also accessible for
other sources.
J. Wienke

02/01/2013

06:42 PM Revision 53e4118e (rsc): Provide a class collecting options from the config system in an instance
of Properties. J. Wienke

01/31/2013

05:23 AM Tasks #1176 (In Progress): Implement plugin mechanism for Windows
Implemented and quickly tested. Pending commit. J. Moringen

01/30/2013

04:10 PM Tasks #1346 (Rejected): Patch request: use either libboost 1.46 or 1.48 on debian systems?
J. Wienke
03:25 PM Tasks #1346: Patch request: use either libboost 1.46 or 1.48 on debian systems?
No it is ok to close it A. Tuleu

01/29/2013

05:58 PM Enhancement #1315: rsc::threading::SynchronizedQueue misses pop method with timeout parameter
I have backported this to 0.7 to make Lars happy ;) J. Wienke
04:11 PM Enhancement #1315: rsc::threading::SynchronizedQueue misses pop method with timeout parameter
I don't know whether the change could break existing code.
Since the bug has been filed against 0.9, I would not b...
J. Moringen
09:27 AM Enhancement #1315: rsc::threading::SynchronizedQueue misses pop method with timeout parameter
Jan, do you think this can be merged back to 0.7 safely. As it is a template implementation ABI compatibility shouldn... J. Wienke
09:26 AM Enhancement #1315 (Resolved): rsc::threading::SynchronizedQueue misses pop method with timeout pa...
Applied in changeset rsc|commit:04e5aec11621791829007b4c78884b796f197b25. J. Wienke
08:51 AM Enhancement #1315 (In Progress): rsc::threading::SynchronizedQueue misses pop method with timeout...
I will add this to 0.9 first. J. Wienke
05:52 PM Revision f629bcac (rsc): Backport: Add a timeout parameter to the pop method of SynchronizedQueue.
refs #1315
Merge branch 'bug-1315'
J. Wienke
01:21 PM Revision 458f130e (rsc): Backport: Define the latest commit hash for git without git describe.
This is necessary as for shallow copies git describe might fail but we still would like to have commit information in... J. Wienke
01:14 PM Bug #1367 (Resolved): The GitProjectVersion cmake logic requires full git clones
Applied in changeset rsc|commit:4625b1349649817d66edf80cabcb72a644beddd0. J. Wienke
12:55 PM Bug #1367 (In Progress): The GitProjectVersion cmake logic requires full git clones
J. Wienke
12:33 PM Bug #1367: The GitProjectVersion cmake logic requires full git clones
Ok, they just use a date + hash in case where @git describe@ fails on shallow copies. For our own system we just need... J. Wienke
12:28 PM Bug #1367: The GitProjectVersion cmake logic requires full git clones
Wrong file. I mean version.sh L. Schillingmann
12:23 PM Bug #1367 (Resolved): The GitProjectVersion cmake logic requires full git clones
* The logic in GitProjectVersion.cmake requires full clones.
* Not everyone wants to do a full git clone. git also ...
L. Schillingmann
01:09 PM Revision 4625b134 (rsc): Define the latest commit hash for git without git describe.
This is necessary as for shallow copies git describe might fail but we still would like to have commit information in... J. Wienke
10:28 AM Tasks #1228: Add a macro for assertion + log message
Jan, what do you think about the solution proposed in the respective feature branch? J. Wienke
09:32 AM Tasks #1228 (In Progress): Add a macro for assertion + log message
J. Wienke
10:22 AM Revision a0be49cd (rsc): Provide logging mcros based on boolean conditions.
J. Wienke
09:24 AM Revision 04e5aec1 (rsc): Add a timeout parameter to the pop method of SynchronizedQueue.
fixes #1315
Merge branch 'bug-1315'
J. Wienke
09:17 AM Revision 3d5c3e29 (rsc): Add a timeout parameter to the pop method of SynchronizedQueue.
* Due to changes in the boost API with version 1.50 we have to select different implementations.
* Added a unit test ...
J. Wienke
08:51 AM Tasks #1346: Patch request: use either libboost 1.46 or 1.48 on debian systems?
Alexandre? Any more thoughts on this or would it be ok to close this issue? J. Wienke

01/25/2013

09:29 AM Bug #1357 (Resolved): Prefix stripping in EnvironmentVariableSource does not work
Applied in changeset rsc|commit:68ef353200e5c7fbf00c91beb57aca031533579d. J. Wienke
09:24 AM Bug #1357 (Resolved): Prefix stripping in EnvironmentVariableSource does not work
Even though enabled, a prefix for environment variable is never removed. J. Wienke
09:27 AM Revision 68ef3532 (rsc): Fix stripping of environment variable prefixes in the configuration mech...
The iterator was used in a wrong way.
fixes #1357
J. Wienke

01/23/2013

01:06 PM Revision c5d0f06d (rsc): Backport: Fixed prefix path in package config file
refs #1338 Arne Nordmann
11:11 AM Bug #1338 (Resolved): Wrong prefix in pkg-config files of the debian packages
Applied in changeset rsc|commit:feab1daa5b6ce27b46cb37d339de08d08bbd56c9. Anonymous
11:09 AM Revision feab1daa (rsc): Fixed prefix path in package config file
* CPack now sets CMAKE_INSTALL_PREFIX to its own CPACK_INSTALL_PREFIX
* This has to happen before config file confoig...
Arne Nordmann
11:00 AM Bug #1349 (Rejected): rsc0.9 pkg-config file has a wrong prefix
Yes. Is a duplicate to #1338. Anonymous
 

Also available in: Atom