Activity

From 08/01/2012 to 08/30/2012

08/29/2012

06:18 PM Revision 07088781 (rsc): Fix compilation on boost >= 1.50
J. Wienke

08/28/2012

05:05 PM Revision 421db28d (rsc): Fix the GitProjectVersion macro. The check whether a directory is a git ...
J. Wienke

08/25/2012

01:03 AM Revision a27c0789 (rsc): Changed Debian package filename {rsc -> librsb}....deb
* CMakeLists.txt: define generic CPACK_PACKAGE_VERSION
* cpack/CPackDebianConfig.cmake: changed Debian package filena...
J. Moringen

08/24/2012

04:56 PM Revision 60f1e2a6 (rsc): Backport: Added DEFINE_PROJECT_VERSION, CURRENT_DATE macros; use them
The DEFINE_PROJECT_VERSION macro generates a project version using GIT
or SVN as additional cue providers and allows ...
J. Moringen
04:44 PM Revision e0d65401 (rsc): Renamed src/rsc/RSCVersion.{cpp,h}.in -> src/rsc/Version.{cpp,h}.in
* src/rsc/Version.h.in: renamed src/rsc/RSCVersion.h.in ->
src/rsc/Version.h.in; renamed class RSCVersion -> Versio...
J. Moringen
03:20 PM Revision 43747e8e (rsc): Cosmetic changes in CMakeLists.txt
* CMakeLists.txt: fixed indentation and typos J. Moringen
03:12 PM Revision 4f03c168 (rsc): Backport: Added DEFINE_PROJECT_VERSION, CURRENT_DATE macros; use them
The DEFINE_PROJECT_VERSION macro generates a project version using GIT
or SVN as additional cue providers and allows ...
J. Wienke

08/20/2012

09:42 PM Bug #1145 (Resolved): Linking fails with undefined symbol on MacOS with boost 1.50
Fixed with commit:7ea1fe68 on master and commit:f915a2b2 on the 0.7 branch. Works for me on MacOS with homebrew.
@Ja...
S. Wrede
08:34 PM Bug #1145: Linking fails with undefined symbol on MacOS with boost 1.50
Suspicion: it could be lacking boost_system:
Output of @make VERBOSE=1@:...
S. Wrede
08:26 PM Bug #1145 (Resolved): Linking fails with undefined symbol on MacOS with boost 1.50
Next issue with boost 1.50:... S. Wrede
09:38 PM Revision f915a2b2 (rsc): added target link libraries to libregistry, refs #1145
S. Wrede
09:37 PM Revision 7ea1fe68 (rsc): added target link libraries to libregistry, refs #1145
S. Wrede
08:24 PM Bug #1143 (Resolved): Compilation Fails Against Boost 1_50
Fixed in 0.7 branch. S. Wrede
07:41 PM Bug #1143 (In Progress): Compilation Fails Against Boost 1_50
This seems to be fixed in commit:9de040d8 already but wasn't backported yet. S. Wrede
07:56 PM Revision 21f690fa (rsc): Fix compilation on boost >= 1.50
J. Wienke

08/17/2012

06:54 PM Bug #1143 (Resolved): Compilation Fails Against Boost 1_50
Environment: MacOS
Build system: Homebrew
Boost version: Updated to 1.50...
S. Wrede

08/14/2012

04:56 PM Revision 755300d6 (rsc): make the git project version macro a bit more resilient by letting the g...
J. Wienke

08/09/2012

11:53 AM Revision afe974a9 (rsc): Do not install an "unversioned" symlink to the library to prevent clashe...
refs #1127 J. Wienke

08/08/2012

07:16 PM Revision 27d412c8 (rsc): Fix RSCVersion to again include a build date
J. Wienke
07:16 PM Revision c9a69e5d (rsc): Make the current date macro resilient against errors on calling the date...
J. Wienke
05:40 PM Revision 2c5ef0ec (rsc): Include more error checking in the git version generation in case the gi...
J. Wienke
05:36 PM Revision 2812a611 (rsc): debug output for the git version stuff
J. Wienke
05:20 PM Revision e8af4a3a (rsc): Prevent the GitProjectVersion macro from failing the build if the execut...
J. Wienke

08/07/2012

12:40 PM Enhancement #1127 (Resolved): Make multiple RSC versions installable in parallel
Applied in changeset rsc|commit:36ceb37a943dd002bac0f4653b5c5dacf911ebca. J. Wienke
12:36 PM Revision 36ceb37a (rsc): Use the fully versioned so file in pkg-config to really allow parallel i...
As the hacked generation of the pc file really only works on linux, do not build the pc file on other platforms
fixe...
J. Wienke

08/06/2012

06:11 PM Enhancement #1127: Make multiple RSC versions installable in parallel
Anyway, I don't think this is an issue we should directly care for generally, but only for debian packaging. J. Wienke
06:09 PM Enhancement #1127: Make multiple RSC versions installable in parallel
Shouldn't cpack ignore this and instead call libtool? J. Wienke
06:08 PM Enhancement #1127: Make multiple RSC versions installable in parallel
Debian packages will still not be installable in parallel due to the duplicate shared object file. J. Moringen
05:56 PM Enhancement #1127: Make multiple RSC versions installable in parallel
Attached is a patch which hacks using fully versioned libraries in pc files. Should we also disable pc files on MAC? ... J. Wienke
04:57 PM Enhancement #1127: Make multiple RSC versions installable in parallel
We can't do anything. The usual cmake logic always redirects the symlink. Anyhow, the cmake config file will point to... J. Wienke
05:38 PM Revision 9503ebb9 (rsc): Fixed quoting in src/CMakeLists.txt * src/CMakeLists.txt: quote input an...
Signed-off-by: Johannes Wienke <languitar@semipol.de> J. Wienke
05:38 PM Revision d1e7989f (rsc): Make RSC installable in parallel with several versions refs #1127 This m...
Signed-off-by: Johannes Wienke <languitar@semipol.de> J. Wienke

08/03/2012

11:38 PM Enhancement #1127: Make multiple RSC versions installable in parallel
Apart from the very minor changes in the attached files, the patch looks fine to me. I tried it and it seemed to work... J. Moringen
07:37 PM Enhancement #1127: Make multiple RSC versions installable in parallel
Attached is a patch which should allow to install multiple versions of RSC. However, especially with pkg-config this ... J. Wienke
05:33 PM Enhancement #1127 (In Progress): Make multiple RSC versions installable in parallel
J. Wienke
03:17 PM Enhancement #1127 (Resolved): Make multiple RSC versions installable in parallel
Since the shared objects are already versioned, this should be achievable by installing headers into versioned direct... J. Moringen
03:50 PM Revision 3f5d6ac0 (rsc): Added more conservative so-version in CMakeLists.txt, src/CMakeLists.txt
* CMakeLists.txt: added variable SO_VERSION which is intended to be
used as shared object version; set to MAJOR.MIN...
J. Moringen

08/02/2012

06:08 PM Enhancement #1101 (Resolved): Find Protocol Buffer (Java) in Gentoo
Applied in changeset rsc|commit:37541fdd0f3e4ea4e3cc7c7c08042001a83a8126. J. Wienke
06:06 PM Revision 37541fdd (rsc): Provide a defaut for the location of the protobuf java library valid on ...
patch by patrick holthaus
fixes #1101
J. Wienke

07/31/2012

01:02 AM Revision 3494e228 (rsc): Added CURRENT_DATE in cmake/Modules/CurrentDate.cmake
* cmake/Modules/CurrentDate.cmake: new file; contains CURRENT_DATE
macro
* cmake/Modules/CMakeLists.txt: install Cu...
J. Wienke
01:00 AM Revision 1a18be84 (rsc): Allow more temporal deviation in test/rsc/threading/ThreadedTaskExecutor...
I don't know why but with Boost 1.50 the clock precision seems to be
worse. We can decrease the expected precision in...
J. Wienke
12:59 AM Revision f0ca6a07 (rsc): Added DEFINE_PROJECT_VERSION macro in DefineProjectVersion.cmake
The DEFINE_PROJECT_VERSION macro generates a project version using GIT
or SVN as additional cue providers and allows ...
J. Wienke
 

Also available in: Atom