Activity

From 01/11/2015 to 02/09/2015

02/09/2015

05:58 PM Feature #2170 (New): Visual indication when rsb-logger* (or any other rsb-tool) is ready
When providing/loading multiple idl path(s)/files(s), the logger may take some time to load (as described "here":http... N. Köster
02:05 PM RSBag Support #2168: Bag-cat sometimes doesnt output data when scope ends with /
Stupid me... Thx! C. Emmerich

02/06/2015

08:35 PM Revision ab756a90 (rsb-tools-cl): Fixed redefinition warning formatting/event-style-programmable....
* formatting/event-style-programmable.lisp (header): updated copyright
(setf style-code :before t style-programmabl...
J. Moringen
08:15 PM Revision bb133250 (rsb-tools-cl): Determine event data size more robustly in formatting/columns.lisp
… by duplicating the `event-size' function :(
* formatting/util.lisp (header): updated copyright
(event-size): new...
J. Moringen
05:16 PM RSBag Support #2168 (Rejected): Bag-cat sometimes doesnt output data when scope ends with /
The bag tools use regular expressions which can match any substring to select channels. In this case the, channel nam... J. Moringen
04:17 PM RSBag Support #2168 (Rejected): Bag-cat sometimes doesnt output data when scope ends with /
When trying to display data of scope @/flexirob/lwr/status/collision@ in the attached .tide file with bag-cat, the ou... C. Emmerich

02/05/2015

07:53 PM Revision ed99ee98 (rsb-tools-cl): make-{static,dynamic} do not fail without Spread transport in m...
* main/main.lisp (make-static): do not signal an error when
network.spread package and/or symbols do not exist
(m...
J. Moringen

02/04/2015

05:08 PM Bug #2167 (New): Check that RemoteServer instances delete EventId instances in case of RPC timeouts
I have observed that EventId instances are collected in a java process in case frequent RPC calls time out. This migh... J. Wienke

02/03/2015

08:59 PM Revision 7cad8bb2 (rsb-cl): Process :filters initarg properly in src/receiving-client.lisp
* src/receiving-client.lisp (header): updated copyright
(shared-initialize :after receiving-client t): new method; ...
J. Moringen

02/02/2015

08:09 PM Revision 4d50fb96 (rsb-tools-cl): Re-initialize clon context correctly in common/options.lisp
* common/options.lisp (process-commandline-options): pass commandline to
`make-context' when re-initializing
J. Moringen
07:20 PM Revision dba4cafc (rsb-java): Fix SpreadNotRunningTest: introspection and deactivation
Do not use introspection in the SpreadNotRunningTest and clean up
participant deactivation.
J. Wienke
06:36 PM Revision 82ad2d75 (rsb-java): Introspection created events from: construction -> activate calls
This commit transfers emitting introspection created events from
participant constructions (via the factory) to the t...
J. Wienke
03:45 PM Revision 49dd895f (rsb-java): Fix surefire version
Request a recent surefire version for better error reporting. J. Wienke
03:17 PM Revision e37e9959 (rsb-cl): Process :handlers initarg properly in src/listener.lisp
* src/listener.lisp (header): updated copyright
(listener::handlers): removed :handlers initarg
(shared-initializ...
J. Moringen

01/30/2015

04:00 PM Revision d9c02ea8 (rsb-tools-cl): Clon + win32 workaround in sbcl.cmake.in
* sbcl.cmake.in: do not set CC environment variable on win32 to work
around clon's attempt to compile termio stuff ...
J. Moringen
03:52 PM Revision a99ca6b1 (rsb-tools-cl): Double quote-protect path in CMakeLists.txt
* CMakeLists.txt (header): updated copyright
(toplevel): double quotes around ${SBCL_HOME}
J. Moringen
03:50 PM Revision 901a59a3 (rsb-tools-cl): Portability fixes in common/{debugger,interactive}.lisp
* common/debugger.lisp (header): updated copyright
(enable-swank-on-signal): on win32, do not warn about not being ...
J. Moringen

01/29/2015

09:04 PM Revision 83e11419 (rsb-matlab-manual): initial import of template project
Sebastian Wrede
08:49 PM Revision 6180b9a5 (rsb-java): Enable introspection by default in src/rsb/config/ParticipantConfig...
refs #1982
* src/rsb/config/ParticipantConfig.java
(ParticipantConfig.introspectionEnabled): changed value false -...
J. Moringen
07:42 PM Bug #2164 (Resolved): ParticipantConfig.{copy,hashCode,equals} do not take into account introspec...
I'm not a Java expert, but I think the @ParticipantConfig.{copy,hashCode,equals}@ methods should take into account th... J. Moringen
07:39 PM Revision b06849e5 (rsb-cpp): Enable introspection by default in src/rsb/ParticipantConfig.cpp
refs #1982
Note that the introspection plugin still has to be loaded manually for
now.
* src/rsb/ParticipantConfig....
J. Moringen
07:38 PM Revision 59e3ef41 (rsb-cpp): Enable introspection by default in
refs #1982
Note that the introspection plugin still has to be loaded manually for
now.
* src/rsb/ParticipantConfig....
J. Moringen
06:26 PM Revision e9a5887c (rsb-python): Disable introspection by default in rsb/__init__.py
refs #1982
* rsb/__init__.py (ParticipantConfig.__fromDict): disable introspection
by default
(ParticipantConfig...
J. Moringen
01:20 PM Revision 4cda0bc4 (rsb-manual): Fixed download URL for Windows package in install-binary.rst
* install-binary.rst (Pre-Compiled Windows Archive): fixed CI server
download URl
J. Moringen
10:46 AM Bug #2150: Specification of preferred converters should be reconsidered
Any feedback on this? R. Haschke
10:24 AM Bug #2163: Remove rsb.wire-schema property from metaData in socket transport
R. Haschke wrote:
> The only way to robustly access the wireschema is at conversion time.
> There is the rsb::conv...
J. Moringen

01/27/2015

04:45 PM Bug #2163: Remove rsb.wire-schema property from metaData in socket transport
The only way to robustly access the wireschema is at conversion time.
There is the rsb::converter::SchemaAndByteArr...
R. Haschke
03:24 PM Bug #2163: Remove rsb.wire-schema property from metaData in socket transport
From my point of view, the socket transport should use the internal Notification data structures to access the wire-s... R. Haschke
01:08 PM Bug #2163: Remove rsb.wire-schema property from metaData in socket transport
This is basically an implementation detail and not intended for client usage. Such information should normally only b... J. Wienke
12:33 PM Bug #2163 (New): Remove rsb.wire-schema property from metaData in socket transport
While in socket transport, there is a metadata key userInfos:rsb.wire-schema, it is missing in spread transport:
<...
R. Haschke
02:06 PM Revision c740ae5e (rsb-cpp): merge branch master into famula
R. Haschke

01/21/2015

01:36 PM Revision d2d74cce (rsb): added rsb-vis-tools submodule
R. Haschke
01:35 PM Revision 69e4893b (rsb): added rsb-vis-tools submodule
R. Haschke

01/20/2015

10:51 PM Revision 5e961d5a (rsb-tools-cpp): become agnostic to rsbxml version (plain XOP vs. XmltioXOP)
R. Haschke

01/18/2015

04:21 AM Revision e27db71d (rsb-cl): Fixup for tests after make-participant changes in test/protocol.lisp
Some of the test cases added in 0b6ec8f where missing the expected
:introspection? initarg.
* test/protocol.lisp (te...
J. Moringen

01/16/2015

10:39 PM Revision 7a771969 (rsb-cl): Added %current-user in src/introspection/platform-sbcl-win32.lisp
* src/introspection/platform-common.lisp (header): updated copyright
(%current-user): added reader conditional #-wi...
J. Moringen
10:39 PM Revision be98df89 (rsb-cl): Fixed process start time in src/introspection/platform-sbcl-win32.lisp
* src/introspection/platform-sbcl-win32.lisp (header): updated copyright
(define-alien-type struct filetime): fixed...
J. Moringen
10:39 PM Revision a27517dc (rsb-cl): Fixed configuration files for win32 in src/variables.lisp
* src/variables.lisp (header): updated copyright
(*default-configuration-files*): fixed reader conditional #+window...
J. Moringen
10:38 PM Revision f85ef06f (rsb-cl): Backport: Added %current-user in src/introspection/platform-sbcl-win3...
* src/introspection/platform-common.lisp (header): updated copyright
(%current-user): added reader conditional #-wi...
J. Moringen
10:38 PM Revision ded54ef3 (rsb-cl): Backport: Fixed process start time in src/introspection/platform-sbcl...
* src/introspection/platform-sbcl-win32.lisp (header): updated copyright
(define-alien-type struct filetime): fixed...
J. Moringen
10:38 PM Revision 3f33e221 (rsb-cl): Backport: Fixed configuration files for win32 in src/variables.lisp
* src/variables.lisp (header): updated copyright
(*default-configuration-files*): fixed reader conditional #+window...
J. Moringen
10:13 PM Revision 247cd45a (rsb-manual): Mention introspection.enabled option in specification-config.rst
* specification-config.rst (Name-value Pairs): added
introspection.enabled to configuration option tree
J. Moringen
04:38 PM Bug #2160 (Rejected): Errors when starting rsb-introspectcl0.11 with style arguments
The style names have been changed prior to the release:... J. Moringen
11:27 AM Bug #2160 (Rejected): Errors when starting rsb-introspectcl0.11 with style arguments
h2. Issue:
When calling the rsb-introspectcl0.11 with the following style, an error occurs:...
N. Köster
04:33 PM Revision 4267a8cc (rsb-tools-cl): Backport: Fixed target stream of make-style-help-string in form...
* formatting/help.lisp (header): updated copyright
(make-style-help-string): fixed output stream for classes help
...
J. Moringen

01/15/2015

01:32 PM Revision 768a0945 (rsb-python): Add a NonQueuingParallelEventReceivingStrategy
This commit adds a new event receiving strategy that uses a single
thread for dispatching events to registered handle...
J. Wienke

01/14/2015

03:11 PM Feature #2158: Allow better control of file-based configuration
+1 C. Emmerich
02:28 PM Feature #2158 (Resolved): Allow better control of file-based configuration
"RSB Configuration":http://docs.cor-lab.org/rsb-manual/trunk/html/specification-config.html currently loads config fi... Anonymous
02:02 PM RSBag Revision 2759aacd (rsbag-tools-cl): Adaptations to cl-rsb system reorganization
Previously, some dependencies were not explicitly stated but the build
process certain systems to pull in system conn...
J. Moringen

01/13/2015

05:12 PM Tasks #1763 (Rejected): Deploy rsb 0.10 release to clf maven repository
Might have happened. J. Wienke
03:01 PM Revision 0b6ec8f4 (rsb-cl): Simplified make-participant methods in src/participant.lisp
* src/participant.lisp (header): updated copyright
(make-participant t uri): do not mess around with transform and
...
J. Moringen
02:32 PM Bug #2155 (Rejected): find_package(RSB) changes boost cmake configuration in downstream projects
There is no mechanism to handle this correctly in CMake. Only the workaround you described can be used, i.e. deferrin... J. Wienke
02:18 PM Bug #2155 (Rejected): find_package(RSB) changes boost cmake configuration in downstream projects
In my rsb downstream project I have the following cmake configuration for including some boost components and rsb in ... C. Emmerich
09:26 AM RSB XML Support Revision 7b21a7a2 (rsb-xml-cpp): disabled install of rsbxml.pc link: reverting commit:428f9f14
R. Haschke
09:21 AM RSB XML Support Revision 7919300c (rsb-xml-cpp): added exported config variable HAVE_XMLTIO to config.cmake and p...
R. Haschke

01/12/2015

09:42 PM Revision 9c6586f4 (rsb-cl): Minor improvements in src/configuration.lisp
* src/configuration.lisp (header): updated copyright
(section-options): cosmetic change
(option-value): simplifie...
J. Moringen
 

Also available in: Atom