Activity

From 02/12/2015 to 03/13/2015

03/13/2015

11:40 PM Revision 5b8b2700 (rsb-yarp-cpp): Fix compilation
J. Wienke
09:52 PM Revision 63af8933 (rsb-tools-cl): TEMP Initial work on influxdb adapter
J. Moringen
06:55 PM Revision 6d835999 (rsb-manual): Mention removal of deprecated code in news
J. Wienke
06:53 PM Revision cb4f956f (rsb-cpp): Remove deprecated methods and types
* *QueuePushHandler shortcuts in the main namespace
* getStringConverterRepository
J. Wienke
06:50 PM Revision 1f6bddf1 (rsb-cpp): Remove singleton usage in public API
Removes deprecated code.
fixes #1247
J. Wienke
06:50 PM Revision a66d624a (rsb-cpp): Remote deprecated Server-name in favor of LocalServer
fixes #2130 J. Wienke
06:15 PM Revision 82a0f4ec (rsb-python): Avoid error logging when terminating bus server
Do not log the intended socket error as an error message when
terminating the bus server instances.
fixes #2134
J. Wienke
05:53 PM Revision 07133ef8 (rsb-manual): Mention new callback implementations in C++
refs #2186 J. Wienke
05:50 PM Revision 75715f7a (rsb-cpp): A Callback implementations to bind existing functions
Adds callback implementations to use existing function via boost
functions and boost bind as targets for local server...
J. Wienke
05:05 PM Revision 08b6a848 (rsb-manual): Mention API change due to Boost.Signals2
refs #1979 J. Wienke
05:01 PM Revision 5341f6b2 (rsb-cpp): API change: Port to Boost.Signals2
Port to Boost.Signals2 to prevent deprecation warnings.
* CMakeLists.txt: remove signals from find_boost call. signa...
J. Wienke
04:30 PM Revision 11437aa4 (rsb-cpp): Support introspection display names
Adds support for including a display name in the introspection messages.
* IntrospectionSender: accept and send out ...
J. Wienke
04:28 PM Revision bf818ddf (rsb-cpp): ParticipantConfig: allow unknown options
There might be options not related to participants inside the structure
also used by the participant config. Therefor...
J. Wienke
03:57 PM Revision 335f3aae (rsb-cpp): Expose RSB options via Factory
Adds a method to fill an OptionHandler with the RSB options. This is
e.g. necessary to enabled plugins to lookup RSB ...
J. Wienke
03:31 PM Revision fe4a036c (rsb-java): Add support for introspection display name
Adds the ability to pass a display name from the configuration to the
introspection.
* Factory: parse display name f...
J. Wienke
03:12 PM Revision 90bde683 (rsb-protocol): Add display_name to Process
A user-defined name for a process which is better to understand for
system maintainers.
refs #2201
J. Wienke
03:09 PM Revision 497539dd (rsb-python): Support display names for introspection
refs #2201 J. Wienke
03:09 PM Revision 12828557 (rsb-python): Extract boolean config value parsing in own method
J. Wienke
03:09 PM Revision 62ee2ded (rsb-python): Extract config parsing methods from ParticipantConfig
Moves the methods which parse configuration source to dictionaries out
of ParticipantConfig so that they are also ava...
J. Wienke
02:03 PM Revision e325687b (rsb-python): Make introspection initialization explicit
Move the initialization of the introspection module to a dedicated
function which is called from the rsb module to ha...
J. Wienke

03/11/2015

02:28 PM Revision dfcbe183 (rsb-tools-cl): Removed leftover find-quantity-class in stats/quantity-mixins.lisp
* stats/quantity-mixins.lisp (header): updated copyright
(find-quantity-class eql :meta-data-moments): removed; obs...
J. Moringen
02:00 PM Revision f7447ce0 (rsb-java): Code cleanup
* clean up checkstyle config (duplicated rules), add unix newline rule
* Force unix newlines in eclipse project
* Cle...
J. Wienke
12:19 PM Revision 9a5e604d (rsb-java): Implement connection pooling for outgoing connections
This commit adds spread connection pooling for outgoing connection by
reusing existing connections inside SpreadFacto...
J. Wienke
12:19 PM Revision 19367f99 (rsb-java): Make SpreadWrapper an interface
Makes SpreadWrapper and interface and moves the existing implementation
to SpreadWrapperImpl. This allows to implemen...
J. Wienke
12:19 PM Revision c1f14b19 (rsb-java): Extract spread connection options into SpreadOptions
Creates a new class SpreadOptions which contains all options used to
specify the properties of a connection to the sp...
J. Wienke
11:42 AM Revision ae5d7b5d (rsb-java): Clean up contract for InPushConnectors
* Fix description of required call sequence
* Adapt DefaultPushInRouteConfigurator to this call sequence
J. Wienke

03/10/2015

04:59 PM Revision a819a924 (rsb-java): Include examples in the maven build
J. Wienke
03:31 PM Revision 0235ae4f (rsb-java): Convert eclipse project to maven
This reflects the common use now. J. Wienke
03:30 PM Revision e41c64bd (rsb-java): Update PMD version
J. Wienke
01:59 PM Revision 77199912 (rsb-python): Use object as default event type and disallow None
None is not a python data type and type check functions will choke when
None is passed to them.
J. Wienke
01:55 PM Revision 27e40717 (rsb-python): Ensure that informer data types cannot be None
This would raise a subsequent exception in other code parts and simply
must not happen.
J. Wienke
10:29 AM Revision 4b3c7f34 (rsb-spread-cpp): Properly close spread connections
Somehow this never happened and no one noticed so far.
fixes #2194
(cherry picked from commit 0c5293c150a080ab1e30f...
J. Wienke
10:28 AM Revision 0c5293c1 (rsb-spread-cpp): Properly close spread connections
Somehow this never happened and no one noticed so far.
fixes #2194
J. Wienke

03/09/2015

02:00 PM Revision 773bbc17 (rsb-cpp): Prevent printing uninitialized memory in introspection
Prevent printing out memory which might not be initialized yet or might
have been destructed already. Since concrete ...
J. Wienke
02:00 PM Revision 51f8506d (rsb-cpp): Prevent printing uninitialized memory in introspection
Prevent printing out memory which might not be initialized yet or might
have been destructed already. Since concrete ...
J. Wienke
01:58 PM Revision 680e9b09 (rsb-cpp): Prevent printing uninitialized memory in introspection
Prevent printing out memory which might not be initialized yet or might
have been destructed already. Since concrete ...
J. Wienke
01:58 PM Revision 6b0f3916 (rsb-cpp): Prevent printing uninitialized memory in introspection
Prevent printing out memory which might not be initialized yet or might
have been destructed already. Since concrete ...
J. Wienke

03/04/2015

10:02 AM RSBag Revision e570393f (rsbag-tools-cl): Backport: 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
10:01 AM RSBag Revision f483797c (rsbag-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/03/2015

05:11 PM Revision 3ecedaec (rsb-tools-cl): Backport: Fixed configuration loading in introspect/main.lisp
* introspect/main.lisp (header): updated copyright
(main): set `*configuration*' instead of `*default-configuration*'
J. Moringen
05:09 PM Revision a3ed040b (rsb-tools-cl): rosetta IDL loading
J. Moringen
05:09 PM Revision cafce69c (rsb-tools-cl): TODO for later: terminal-io in sbclrc
J. Moringen
05:08 PM Revision f3bf1c5d (rsb-tools-cl): TODO partially working component experiments in CMakeLists.txt
J. Moringen
05:08 PM Revision e92e52ee (rsb-tools-cl): Some ideas for ansi-escapes
J. Moringen
05:08 PM Revision 7893d0a6 (rsb-tools-cl): for ansi-escapes stuff
J. Moringen
05:08 PM Revision a36d540f (rsb-tools-cl): TODO various small things
J. Moringen
05:08 PM Revision 0f502ac7 (rsb-tools-cl): TODO maybe use nibbles in formatting/payload-audio-wav.lisp
J. Moringen
05:08 PM Revision 55328e50 (rsb-tools-cl): TODO Comments in stats/quantity-mixins.lisp, formatting/columns...
J. Moringen
05:08 PM Revision 3daaad16 (rsb-tools-cl): newline handling; maybe for pretty-printer changes
J. Moringen
05:08 PM Revision 70d5488b (rsb-tools-cl): Use pretty-printer in formatting/{util,format-functions}.lisp
* formatting/util.lisp: TODO
* formatting/format-functions.lisp: TODO
J. Moringen
05:08 PM Revision 3bd6841d (rsb-tools-cl): Use pretty printer in formatting/payload-collection.lisp
* formatting/util.lisp (with-indent): removed; no longer used
(with-indented-section): likewise
(format-aligned-i...
J. Moringen
05:08 PM Revision cccbe195 (rsb-tools-cl): with-indented-section -> pretty printer in formatting/event-sty...
* formatting/util.lisp (timestamp-name): cosmetic change
* formatting/event-style-meta-data.lisp:
(format-event eve...
J. Moringen
05:08 PM Revision af2f6861 (rsb-tools-cl): Use pretty printer instead of with-indented-section in info/mai...
* info/main.lisp (main): use the pretty printer and logical blocks
instead of `with-indented-section'
J. Moringen
05:08 PM Revision 1b72816d (rsb-tools-cl): When possible, generate PNGs without alpha in formatting/payloa...
* formatting/image-output-mixin.lisp (define-yuv->rgb): new local macro;
generate %yuv422->rgba and %yuv422->rgb
* ...
J. Moringen
05:08 PM Revision fb082f11 (rsb-tools-cl): Support float/ub8 grayscale images in formatting/payload-image-...
* formatting/rst-forward.lisp (header): updated copyright
(package rst.vision): added exported symbol image-depth
...
J. Moringen
05:08 PM Revision 23550dca (rsb-tools-cl): optimization in formatting/payload-image-png.lisp
TODO
* formatting/payload-image-png.lisp
(format-payload rst.vision:image style-image/png stream): allow
special...
J. Moringen
05:08 PM Revision 3b0b5a78 (rsb-tools-cl): Fixed configuration loading in introspect/main.lisp
* introspect/main.lisp (header): updated copyright
(main): set `*configuration*' instead of `*default-configuration*'
J. Moringen

03/02/2015

08:04 PM Revision 0765e870 (rsb-java): Introspection: include main class in program name
Whenever possible, include the main class name in the program name in
introspection messages.
* PortableProcessInfo:...
J. Wienke
07:40 PM Revision 9e575d13 (rsb-java): Introspection: include main class in program name
Whenever possible, include the main class name in the program name in
introspection messages.
* PortableProcessInfo:...
J. Wienke

02/24/2015

10:48 PM Revision 41b85a90 (rsb-cpp): merged master into famula
R. Haschke

02/19/2015

08:44 PM Revision 2d99c636 (rsb-tools-cl): Backport: 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
08:12 PM Revision 751f85b7 (rsb-tools-cl): Backport: 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

02/13/2015

06:28 PM Revision d2121801 (rsb-java): Include introspection in ParticipantConfig equals and hashCode
fixes #2164
(cherry picked from commit ff4bac9e1b9ecddcf192be688803d8f0bf7116b3)
J. Wienke
06:28 PM Revision ff4bac9e (rsb-java): Include introspection in ParticipantConfig equals and hashCode
fixes #2164 J. Wienke
06:14 PM Revision c4d816db (rsb-java): Handle read-only restrictions of ByteBuffers correctly
It is invalid to call array() on read-only ByteBuffer instances. This
was done in converters like the DoubleConverter...
J. Wienke
06:13 PM Revision 5d4cba78 (rsb-java): Handle read-only restrictions of ByteBuffers correctly
It is invalid to call array() on read-only ByteBuffer instances. This
was done in converters like the DoubleConverter...
J. Wienke
06:10 PM Revision 6584f9ba (rsb-java): Handle read-only restrictions of ByteBuffers correctly
It is invalid to call array() on read-only ByteBuffer instances. This
was done in converters like the DoubleConverter...
J. Wienke
06:10 PM Revision 9b90c769 (rsb-java): ConnectorCheck.create{In,Out}Connector accept a converter map
Prepares to define the required converters from the outside.
refs #2181
(cherry picked from commit f0a0745c27309386...
J. Wienke
06:09 PM Revision 34720245 (rsb-java): Expose static converter signatures as constants
For this converters that always have the same signature, expose these
signatures as constants so that they can be use...
J. Wienke
06:08 PM Revision 364c3011 (rsb-java): Handle read-only restrictions of ByteBuffers correctly
It is invalid to call array() on read-only ByteBuffer instances. This
was done in converters like the DoubleConverter...
J. Wienke
06:08 PM Revision f0a0745c (rsb-java): ConnectorCheck.create{In,Out}Connector accept a converter map
Prepares to define the required converters from the outside.
refs #2181
J. Wienke
06:08 PM Revision 224293fb (rsb-java): Expose static converter signatures as constants
For this converters that always have the same signature, expose these
signatures as constants so that they can be use...
J. Wienke
 

Also available in: Atom