Activity
From 11/12/2012 to 12/11/2012
12/11/2012
- 11:40 AM Bug #1292 (Feedback): Do not set EXTERNAL_INCLUDE_COMMANDS in rsc/rst.pc.in by default
- The external include commands are not needed by default and are workarounds for external problems. Additionally it do...
- 11:32 AM Bug #1291 (Resolved): Do not set rpath option in rsc/rsc.pc.in by default
- The rpath option is not needed in rsc/rsc.pc.in by default. Additionally it doesn't work with the PKG_CONFIG_SYSROOT_...
11/23/2012
- 02:09 PM Revision eebb4c0e (rsc): Simplify CMake logic.
- Avoid duplication.
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.
- 04:48 PM Enhancement #1256 (Resolved): Adapt GitProjectVersion cmake macro to not increase patch number on...
- See #1251
- 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
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.
- 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 ...
- 04:47 PM Bug #1220 (Resolved): CURRENT_DATE function seems to fail on Windows
- Applied in changeset rsc|commit:fc3516ba993c2f095ee3e55b51095a792009f6e6.
- 04:38 PM Bug #1220 (In Progress): CURRENT_DATE function seems to fail on Windows
- 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... - 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... - 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... - 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... - 12:55 PM Bug #1226 (Resolved): Missing dependency on Boost.Chrono in CMake-generated Visual Studio project
- Applied in changeset rsc|commit:5e6cf54a743a64dcf0e07a917940cfee5cf48ae3.
- 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... - 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 ... - 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 ...
11/13/2012
- 11:12 AM Revision 92950617 (rsc): Merge branch 'master' of https://code.cor-lab.org/git/rsc.git
- 11:11 AM Revision b4f252ec (rsc): Eclipse project fixes.
- * Use build-$gitbranch as default build folder.
* Wildcard added for ignore of build folders
11/12/2012
- 09:38 PM Tasks #1177 (Resolved): Implement plugin mechanism for MacOS
- Applied in changeset rsc|commit:3d79dee7e565a1ea84a8976777827099cd171672.
- 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... - 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... - 08:30 PM Revision 7069e606 (rsc): added preprocessor conditional to select platform-specfic regexp, refs #...
Also available in: Atom