Activity

From 02/10/2015 to 03/11/2015

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 3daaad16 (rsb-tools-cl): newline handling; maybe for pretty-printer changes
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 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

02/10/2015

09:23 PM Revision cf3b6c5a (rsb-matlab): updated rsb dependency to release version 0.11.0 (which fixes pro...
version conflict (rst/b stable use protobuf 2.5) Sebastian Wrede
09:19 PM Revision d2f439fe (rsb-matlab): updated rst dependency to release version (which fixes protobuf v...
conflict (rst/b stable use protobuf 2.5) Sebastian Wrede
06:04 PM Revision 056d5252 (rsb-tools-cl): Minor improvements in scripts/plot-{statistics,timestamps}.lisp
* scripts/plot-statistics.lisp (header): update copyright
(toplevel): fixed legend and tic font sizes; cosmetic cha...
J. Moringen
 

Also available in: Atom