Activity

From 04/30/2013 to 05/29/2013

05/29/2013

06:02 PM Bug #1522 (Resolved): FindBoostUUID reset Boost_LIBRARIES varialbe when used with last CMake version
The FindBoostUUID.cmake reset the Boost_LIBRARIES variable because it calls FindBoost without any component. The last... S. Herbrechtsmeier
03:37 PM Tasks #1176 (Resolved): Implement plugin mechanism for Windows
Applied in changeset rsc|commit:230d22bd52d47ee318f780e5229b6c3158a2a962. J. Moringen
02:48 PM Revision 40aacda8 (rsc): Increase compatibility with old boost::filesystem versions
There was no c_str method on boost::filesystem::path previously. J. Wienke
02:47 PM Revision caf3d5e2 (rsc): Make plugin naming rules consistent across mac and linux.
As on mac there is no way to distinguish an so-version from a
user-defined name with numbers and dots, we have to mak...
J. Wienke
02:38 PM Revision df5e4180 (rsc): Correctly initialize all members of Plugin.cpp.
J. Wienke
02:32 PM Revision 7d86af55 (rsc): Use test fixtures.
Remove duplicated setup code for the plugin test by using test fixtures. J. Wienke
02:22 PM Revision 8472025a (rsc): Test and handle missing symbols in plugins.
* src/rsc/plugins/Plugin.cpp: Store whether a plugin was already loaded
* test/rsc/plugins/testplugin.cpp: use prepro...
J. Wienke
12:57 PM Revision 54d0b47a (rsc): Add a basic smoke test for the plugin system
* test/rsc/plugins/testplugin.cpp: A dummy plugin for the unit tests
writing init and shutdown calls to a file.
* tes...
J. Wienke

05/28/2013

06:25 PM Revision 30e75ee7 (rsc): Add an example for the plugin use.
* examples/Plugin.cpp: a minimalistic dummy plugin
* examples/PluginUse.cpp: A main method listing, loading and unloa...
J. Wienke
06:19 PM Revision 764026d5 (rsc): Add missing implementation for Plugin::unload
The implementation was simply missing. J. Wienke
03:57 PM Tasks #1178 (In Progress): Add unit tests for plugin system
J. Wienke
03:11 PM Bug #1514 (Resolved): Linker error in pkgconfig test on Mac: "Reason: image not found"
J. Wienke
11:41 AM Bug #1514 (In Progress): Linker error in pkgconfig test on Mac: "Reason: image not found"
I will have a look. J. Wienke
02:11 PM Revision 230d22bd (rsc): Added Windows support in src/rsc/plugins/Plugin.cpp
fixes #1176
* src/rsc/plugins/Plugin.cpp: include windows.h
(Plugin::loadLibrary): added plugin loading via LoadLi...
J. Moringen
02:10 PM Revision 887e7543 (rsc): Fix CurrentData functionality on windows.
* Install the required bat file. J. Wienke
11:48 AM Revision 7920456b (rsc): Fix pkg-config test on mac.
export DYLD_LIBRARY_PATH.
fixes #1514
J. Wienke
11:39 AM Bug #1292: Do not set EXTERNAL_INCLUDE_COMMANDS in rsc/rst.pc.in by default
Arne, is this solved with your recent pc changes? J. Wienke

05/27/2013

05:35 PM Bug #1291 (Resolved): Do not set rpath option in rsc/rsc.pc.in by default
Applied in changeset rsc|commit:e4ec17a24f06b78c5f778067e848aed7b1a45481. Anonymous
05:27 PM Bug #1514 (Resolved): Linker error in pkgconfig test on Mac: "Reason: image not found"
See https://ci.cor-lab.org/view/macos/job/rsc-trunk-macos/label=MAC_OS_lion_64bit/23/console... Anonymous
04:52 PM Revision e4ec17a2 (rsc): Removed --rpath option from pckconfig file
fixes #1291 Arne Nordmann
02:23 PM Revision ea0b9b96 (rsc): Fixes pkgconfig test for Mac
* On Mac the command 'mktemp' expects a template for the tmpdir name to create. Added this to the pkgconfig test scri... Arne Nordmann

05/23/2013

11:56 AM Bug #1502 (Resolved): One of the recent changes probably broke the Windows build
Applied in changeset rsc|commit:3694d7b99cd34bb46ccb9541e9af0a9216ef5800. J. Wienke

05/22/2013

04:14 PM Revision c52c500e (rsc): Do not assume a certain build layout for the pkg-config test.
refs #1443 J. Wienke
04:11 PM Revision 3694d7b9 (rsc): fixes #1502: Fix windows builds since naming changes for the library tar...
Replace the . character in the preprocessor symbols with _ as used by cmake.
Merge branch 'bug-1502'
J. Wienke
03:57 PM Revision 49d3cd14 (rsc): Prevent illegal symbol names in the exports.
Replace the . character in the target name (e.g. rsc0.9) with and underscore as CMake does during building the target. J. Wienke
03:47 PM Revision d4362c04 (rsc): Please adhere to coding conventions.
J. Wienke
03:45 PM Bug #1502 (In Progress): One of the recent changes probably broke the Windows build
J. Wienke
01:57 PM Revision 8115496a (rsc): Please adhere to coding conventions.
J. Wienke
01:43 PM Bug #1220 (Resolved): CURRENT_DATE function seems to fail on Windows
Applied in changeset rsc|commit:c43dda11ab8272b8404e72cdb64a67d49672b98a. J. Wienke
12:13 PM Revision c43dda11 (rsc): Add support for Windows in the cmake CURRENT_DATE function.
This uses a batch script calling the WMI host to acquire a parseable
date which is not localized by windows.
fixes #...
J. Wienke

05/21/2013

05:01 PM Bug #1504 (Resolved): RSC exports wrong include path for 3rdparty boost
Anonymous
02:17 PM Bug #1504 (Resolved): RSC exports wrong include path for 3rdparty boost
rsc exports wrong include path for boost, when this is shipped as 3rdpart dependency within the rsc package. Anonymous
02:42 PM Tasks #1443 (Resolved): Check pkg-config
Test was added and automatically tests pkgconfig on UNIX systems.
@Sebastian: The test also runs on the MacOS mach...
Anonymous
02:28 PM Tasks #664 (Rejected): create an event driven configuration interface
This will be handled in project:rsp. New issues can be opened for RSC/RSP integration.
Reopen, if you disagree.
J. Moringen
02:28 PM Revision 63de2bd0 (rsc): Fixed include path for 3rdpart boost uuid export in pkgconfig file
* Fixed include path for 3rdpart boost uuid when shipped together with rsc
* generate JUnit XML result for pkgconfig ...
Arne Nordmann
11:15 AM Bug #1501 (Resolved): Name of Debian package is wrong?
@Arne, Jan: I closed this issue due to the resolved issue #1503
M. Goetting

05/19/2013

01:50 PM Revision 944a833b (rsc): Merge branch 'master' of https://code.cor-lab.org/git/rsc
Arne Nordmann
01:50 PM Revision cf76987f (rsc): Fixed debian package name
* Version was encoded twice in the debian package name due to previous revision Arne Nordmann
10:24 AM Bug #1499 (Resolved): Configuration from /etc is not read when prefix configured to /usr
Applied in changeset rsc|commit:acc95ee083f56cc63acd2f396bf47035a8da21f6. J. Moringen
10:15 AM Bug #1502 (Resolved): One of the recent changes probably broke the Windows build
It seems as if the @RSC_EXPORTS@ preprocessor definition has been changed to @rsc0.9_EXPORTS@ by recent CMake changes... J. Moringen
10:04 AM Revision acc95ee0 (rsc): Compute prefix config directory correctly in src/rsc/config/Environment....
fixes #1499
* src/rsc/config.h.in: added RSC_INSTALL_PREFIX
* src/rsc/config/Environment.{h,cpp} (prefixConfigDirect...
J. Moringen

05/18/2013

09:27 AM Bug #1501 (Resolved): Name of Debian package is wrong?
There now is a Debian package called @librsc0.90.9@ (Observed on a Quantal system). I am not sure if this was uploade... J. Moringen

05/17/2013

07:09 PM Tasks #1452 (Resolved): Check, if we can code the abi-version in the library name, instead of lib...
Applied in changeset rsc|commit:506d590ce1ddc637a3a260bd978b1515adb3c54d. Anonymous
07:09 PM Enhancement #1498 (Resolved): Encode version in library name
Applied in changeset rsc|commit:506d590ce1ddc637a3a260bd978b1515adb3c54d. Anonymous
05:53 PM Enhancement #1498: Encode version in library name
> > I would prefer if we can use a switch for the version in the library name to make it optional.
> This can be don...
S. Herbrechtsmeier
05:40 PM Enhancement #1498 (In Progress): Encode version in library name
Anonymous
05:40 PM Enhancement #1498: Encode version in library name
> At the moment it is unclear for me how you handle conflicts between the different pkg-config files (rsc.pc).
At th...
Anonymous
10:10 AM Enhancement #1498: Encode version in library name
We have Tasks #1452.
The full library path is also bad for cross compiling. Additionally the version behind the so...
S. Herbrechtsmeier
07:04 PM Revision 506d590c (rsc): Encode rsc version into library name by default
* Library name is now rsc0.9 instead of rsc by default
* Encoding of rsc version in the library names, install pathes...
Arne Nordmann
01:31 PM Bug #1499: Configuration from /etc is not read when prefix configured to /usr
This solution can probably be implemented in @rsc::config::prefixConfigDirectory@.
However, the question remains w...
J. Moringen
01:24 PM Bug #1499: Configuration from /etc is not read when prefix configured to /usr
Jan Moringen wrote:
> I'm starting to lean towards the conclusion that we need two different behaviors:
>
> * If ...
J. Wienke
01:19 PM Bug #1499: Configuration from /etc is not read when prefix configured to /usr
I'm starting to lean towards the conclusion that we need two different behaviors:
* If prefix is set such that bin...
J. Moringen
01:16 PM Bug #1499: Configuration from /etc is not read when prefix configured to /usr
The interesting part is:
> ‘sysconfdir’
>
> The directory for installing read-only data files that pertain to...
J. Moringen
01:10 PM Bug #1499: Configuration from /etc is not read when prefix configured to /usr
This might help help sorting out our confusion:
http://www.gnu.org/prep/standards/html_node/Directory-Variables.html
J. Moringen
01:06 PM Bug #1499: Configuration from /etc is not read when prefix configured to /usr
Johannes Wienke wrote:
> No, basically all programs installed to @/usr@ expect their configuration files in @/etc@. ...
J. Moringen
01:02 PM Bug #1499: Configuration from /etc is not read when prefix configured to /usr
No, basically all programs installed to @/usr@ expect their configuration files in @/etc@. This is the default for al... J. Wienke
12:51 PM Bug #1499: Configuration from /etc is not read when prefix configured to /usr
When @/usr@ (not @/@) is the configured prefix, configuration files _should_ be expected in @/usr/etc@ (not @/etc@).
...
J. Moringen
12:47 PM Bug #1499 (Resolved): Configuration from /etc is not read when prefix configured to /usr
The current configuration mechanism seems to ignore configuration files in /etc in case we have configured /usr as th... J. Wienke

05/16/2013

12:20 PM Enhancement #1498: Encode version in library name
I think Stefan Herbrechtsmeier already reported this (maybe for RSB), but I cannot find that issue right now. J. Wienke
11:54 AM Enhancement #1498 (Resolved): Encode version in library name
I suggest to encode the major+minor version in the library name, so that we have @librsc0.9.so@ instead of @librsc.so... Anonymous

05/07/2013

06:15 AM Tasks #1443: Check pkg-config
Again: Wasn't this supposed to add a test which ensures that generated pkg-config files work? If so, can we close thi... J. Moringen
 

Also available in: Atom