Activity

From 10/26/2012 to 11/24/2012

11/23/2012

02:09 PM Revision eebb4c0e (rsc): Simplify CMake logic.
Avoid duplication. J. Wienke

11/22/2012

04:51 PM Enhancement #1256 (Resolved): Adapt GitProjectVersion cmake macro to not increase patch number on...
Applied in changeset rsc|commit:905bef8a55049dadee8bcd3ce3577679db621e11. J. Wienke
04:48 PM Enhancement #1256 (Resolved): Adapt GitProjectVersion cmake macro to not increase patch number on...
See #1251 J. Wienke
04:50 PM Revision 905bef8a (rsc): Only increment the patch version from git describe on release branches.
On other branches 0 is used. However, other features like the latest
commit hash are still set.
fixes #1256
J. Wienke

11/14/2012

05:30 PM Bug #1220: CURRENT_DATE function seems to fail on Windows
There is now at least a workaround for windows without a warning. J. Wienke
05:04 PM Bug #1220 (In Progress): CURRENT_DATE function seems to fail on Windows
Narf, the date command on windows outputs the date in the local format and there is no way to tell it to use a fixed ... J. Wienke
04:47 PM Bug #1220 (Resolved): CURRENT_DATE function seems to fail on Windows
Applied in changeset rsc|commit:fc3516ba993c2f095ee3e55b51095a792009f6e6. J. Wienke
04:38 PM Bug #1220 (In Progress): CURRENT_DATE function seems to fail on Windows
J. Wienke
05:18 PM Revision 6e82bb68 (rsc): Backport: Disable CURRENT_DATE support for windows.
There is no easy to implement way to get the current date on
windows. Make the warning a status message to not confus...
J. Wienke
05:17 PM Revision 207485ed (rsc): Disable CURRENT_DATE support for windows.
There is no easy to implement way to get the current date on
windows. Make the warning a status message to not confus...
J. Wienke
04:47 PM Revision fc3516ba (rsc): Backport: Fix implementation of the CMake function CURRENT_DATE for
windows.
Shell-built-in functions cannot be called directly by CMake's
execute_process. Instead, cmd.exe needs to be...
J. Wienke
04:39 PM Revision b37b0d2a (rsc): Fix implementation of the CMake function CURRENT_DATE for windows.
Shell-built-in functions cannot be called directly by CMake's
execute_process. Instead, cmd.exe needs to be called to...
J. Wienke
12:55 PM Bug #1226 (Resolved): Missing dependency on Boost.Chrono in CMake-generated Visual Studio project
Applied in changeset rsc|commit:5e6cf54a743a64dcf0e07a917940cfee5cf48ae3. J. Wienke
12:43 PM Bug #1226 (In Progress): Missing dependency on Boost.Chrono in CMake-generated Visual Studio project
According to this post:
http://stackoverflow.com/questions/11962219/unresolved-external-symbol-boostchronosystem-clo...
J. Wienke
12:54 PM Revision 5e6cf54a (rsc): Backport: Fix compilation on windows with boost versions >= 1.50.
chrono is now a dependency of thread, which we use in RSC. Hence,
add chrono to the dependencies if boost version is ...
J. Wienke
12:45 PM Revision f4e6ef89 (rsc): Fix compilation on windows with boost versions >= 1.50.
chrono is now a dependency of thread, which we use in RSC. Hence,
add chrono to the dependencies if boost version is ...
J. Wienke

11/13/2012

11:12 AM Revision 92950617 (rsc): Merge branch 'master' of https://code.cor-lab.org/git/rsc.git
J. Wienke
11:11 AM Revision b4f252ec (rsc): Eclipse project fixes.
* Use build-$gitbranch as default build folder.
* Wildcard added for ignore of build folders
J. Wienke

11/12/2012

09:38 PM Tasks #1177 (Resolved): Implement plugin mechanism for MacOS
Applied in changeset rsc|commit:3d79dee7e565a1ea84a8976777827099cd171672. J. Moringen
09:14 PM Revision 3d79dee7 (rsc): Use dl*-based plugins for MacOS in src/rsc/plugins/Plugin.cpp
fixes #1177
Previously, the dl*-based interface has only been used for Linux.
* src/rsc/plugins/Manager.cpp: use re...
J. Moringen
08:49 PM Revision 57a00e4d (rsc): Disabled unfinished code in src/rsc/runtime/ContainerIO.h
The unfinished stream output operator for std::slice_array<T> caused
unused variable warnings in clang.
* src/rsc/ru...
J. Moringen
08:30 PM Revision 7069e606 (rsc): added preprocessor conditional to select platform-specfic regexp, refs #...
S. Wrede

11/07/2012

09:43 AM Tasks #1177: Implement plugin mechanism for MacOS
Installed but not tested yet... Will do this on the way back to Bielefeld. S. Wrede

11/06/2012

07:47 PM Tasks #1177: Implement plugin mechanism for MacOS
Sebastian, did you test the feature-macos-plugins branch of project:rsc? J. Moringen
03:25 AM Tasks #1228 (Resolved): Add a macro for assertion + log message
The following is a common idiom:... J. Moringen

11/05/2012

04:53 PM Bug #1226: Missing dependency on Boost.Chrono in CMake-generated Visual Studio project
I was told, that the actual linker error happens when building project:rsb. I'm not sure who the culprit is. J. Moringen
03:36 PM Bug #1226: Missing dependency on Boost.Chrono in CMake-generated Visual Studio project
I am not sure about the move to RSB. I suspect that RSC already uses some chrono code. J. Wienke

11/04/2012

12:31 PM Bug #1226: Missing dependency on Boost.Chrono in CMake-generated Visual Studio project
What is your boost version?
Does this already happen with RSC alone or just in conjunction with RSB?
J. Wienke
11:02 AM Bug #1226 (Resolved): Missing dependency on Boost.Chrono in CMake-generated Visual Studio project
in all projects belonging to the RSB-Solution generated by cmake is the link to the boost_chrono.lib missing.
this i...
V. Losing
12:27 PM Bug #1220: CURRENT_DATE function seems to fail on Windows
This is weird. Actually this is exactly what the macro should be doing. Depending on the operating system, different ... J. Wienke
11:11 AM Bug #1220: CURRENT_DATE function seems to fail on Windows
no i haven't installed cygwin or something compareable.
i've added a description link to the date.exe of windows
h...
V. Losing
10:58 AM Bug #1220: CURRENT_DATE function seems to fail on Windows
Do you have cygwin or something comparable installed which provides unix tools? Can you run a terminal please and sho... J. Wienke
10:55 AM Bug #1220: CURRENT_DATE function seems to fail on Windows
Here is the cmake output:
CMake Warning at cmake/Modules/CurrentDate.cmake:42 (MESSAGE):
error calling date com...
V. Losing

11/03/2012

05:09 PM Revision 4f698370 (rsc): Use dl*-based plugins for MacOS in src/rsc/plugins/Plugin.cpp
will fix #1177
* src/rsc/plugins/Manager.cpp: use regexp-based processing of shared
library names
* src/rsc/plugin...
J. Moringen
05:09 PM Tasks #1177 (In Progress): Implement plugin mechanism for MacOS
J. Moringen

10/31/2012

12:24 PM Revision bbafa0a4 (rsc): Eclipse project fixes.
* Use build-$gitbranch as the default build folder. J. Wienke

10/30/2012

08:12 AM Bug #1220: CURRENT_DATE function seems to fail on Windows
can someone please provide the cmake output indicating the failure? J. Wienke

10/26/2012

07:09 PM Revision 6d1b4f07 (rsc): Allow quoted option keys in src/rsc/config/ConfigFileSource.cpp
Components of option keys can now be quoted to allow embedded '.'
characters. For example:
logging."system.subsys...
J. Moringen
 

Also available in: Atom