Activity

From 11/22/2011 to 12/21/2011

12/21/2011

10:56 PM RSBag Revision 8d546325 (rsbag-tools-cl): Portability improvement in CMakeLists.txt
* CMakeLists.txt: replaced use of sed with CMake's STRING function
for portability
J. Moringen
05:23 PM Enhancement #779 (Resolved): Evaluate if Sphinx is a Basis for Better Concept, Installation and T...
Should a "Sphinx":http://sphinx.pocoo.org/ -based manual be added to RSB?
Goals:
* The manual shall not replace t...
S. Wrede
05:20 PM Enhancement #778 (New): Move Figures to Top-Level Folder
Figure shall be extracted from individual folders, e.g., specific presentations, in order to allow for inclusion in d... S. Wrede
02:58 PM Revision 6d123db9 (rsb-manual): Disabled extensions in conf.py
* conf.py: disabled all extensions to minimize dependencies; we not
currently use extensions anyway
J. Moringen
02:39 PM Revision 75100e07 (rsb-manual): Extended tutorial topics and added listings
* tutorial.rst: added tutorial topcs; added some listings for Python
and Common Lisp
J. Moringen
02:38 PM Revision b3732469 (rsb-manual): Added chapter on tools
* index.rst: added reference to tools.rst
* tools.rst: new file; contains documentation for the bundled RSB
tools
J. Moringen
01:40 PM Revision 0663b44a (rsb-manual): Added introduction, extended tutorial
* index.rst: reference introduction
* introduction.rst: new file; contains a short introduction (currently
just cop...
J. Moringen

12/20/2011

04:34 PM Revision eb7f6374 (rsb-manual): initial manual skeleton
J. Moringen

12/16/2011

12:43 PM Revision 2d280b30 (rsb-cl): Added apply-error-policy in src/event-processing/protocol.lisp
* src/event-processing/protocol.lisp (apply-error-policy): new generic
function; apply the error policy of a connec...
J. Moringen

12/15/2011

04:13 PM RSB XML Support Revision 431bc740 (rsb-xml-cpp): Fixed RS? dependencies in CMakeLists.txt
* CMakeLists.txt: added definition of RSTSANDBOX_EXPORT; configure RSB
and RST include directories
* src/XOPData.cp...
J. Moringen
03:30 PM RSB XML Support Revision 5ec7c3c7 (rsb-xml-cpp): Coding style adaptations in all files
* bridge/CTUConverter.{h,cpp}: applied RSC coding style; use #pragma
once consistently; added copyright header
* sr...
J. Moringen
03:15 PM RSB XML Support Tasks #463: XML/XOP Support
C++ XOPData, xerces and xmltio representations are available and a bit tested.
The cmake files need to be "beautifie...
M. Meier
03:11 PM RSB XML Support Revision 2d6ba660 (rsb-xml-cpp): c++ XOPData object and additional xerces-c/xmltio docs.
xerces and xmltio are off by default because there
is currently no cmake find() stuff for the dependencies.
cross lan...
M. Meier

12/14/2011

03:47 PM Revision bb933629 (rsb-tools-cpp): Configure conversions for all transport at sending informer
fixes #762 J. Wienke
03:46 PM Bug #763 (Resolved): Socket server dies on socket client errors
... J. Wienke
03:28 PM Revision ea1478c3 (rsb-tools-cpp): Fixes for rsc trunk
J. Wienke
12:13 PM Revision 37103de5 (rsb-model): add an activity diagram to explain how converters are selected. Mo...
J. Wienke
03:40 AM Bug #714 (Resolved): Bus-lock in socket-based transport is too coarse
Applied in changeset r3172. J. Moringen
03:32 AM Revision 816559ca (rsb-cl): initial merge of changes from socket-transport branch fixes #714, ref...
J. Moringen

12/13/2011

11:56 PM Revision f5eb4c49 (rsb-tools-cpp): Configure converters for all transports in src/rsbtimesync/rsb...
* src/rsbtimesync/rsbtimesync.cpp: configure converters for all
available transports, not just the Spread transport
J. Moringen
06:46 PM Bug #761: RSB is built with profiling instrumentation
(Should have been filed in support.cor-lab.org, sorry) J. Moringen
06:42 PM Bug #761: RSB is built with profiling instrumentation
I vote for RelWithDebInfo to have meaningful backtraces. J. Wienke
06:38 PM Bug #761 (Resolved): RSB is built with profiling instrumentation
... J. Moringen
05:25 PM Revision 08776ef7 (rsb-cpp): merge trunk of socket transport to branch for 0.5
J. Wienke
04:48 PM Bug #760 (Rejected): Merging of multiple configuration files may not work properly
From an email:
> I can report some success! I have now been able to run the
> informer.lisp and listener.lisp examp...
J. Moringen
03:18 PM Revision b81e0302 (rsb-model): a diagram to explain the strategies
J. Wienke
01:37 AM RSBag Revision e0ee95fe (rsbag-tools-cl): Use with-print-limits in bag-info/main.lisp
* bag-info/main.lisp (main): use rsb.formatting:with-print-limits
* bag-info/package.lisp (package rsbag.tools.info):...
J. Moringen
01:37 AM RSBag Revision e65e1b65 (rsbag-tools-cl): Added LISP_RUNTIME_OPTIONS in CMakeLists.txt
* sbcl.cmake.in: process LISP_RUNTIME_OPTIONS
* CMakeLists.txt: added cache item LISP_RUNTIME_OPTIONS; cleanup
J. Moringen
01:11 AM Revision 601cc73a (rsb-cl): Added define-with-participant-macro in src/macros.lisp
* src/macros.lisp (define-with-participant-macro): new macro; used to
define `with-listener', `with-reader' and `wi...
J. Moringen
01:11 AM Revision a3f01419 (rsb-cl): Move error-hook to participant class
* src/protocol.lisp (participant-error-hook): new generic function;
return error hook of participant
* src/particip...
J. Moringen

12/12/2011

10:56 PM RSBag Feature #733 (Resolved): Configurable output for bag-cat
Fixed by r248 (which implements #758). J. Moringen
10:48 PM Bug #748 (Rejected): CMake fails because of alleged custom rule
Did not receive a confirmation or clarification. Rejecting for now. Reopen if appropriate. J. Moringen
04:58 PM Revision 477fb120 (rsb-model): some modifications for SII2011 talk
J. Wienke
04:45 PM Revision 7c947d2f (rsb-tools-cl): Added system connection with cl-rsb-common in cl-rsb-formatting...
* cl-rsb-formatting.asd
(system connection cl-rsb-formatting-and-cl-rsb-common): new system
connection; load form...
J. Moringen
04:45 PM Revision f91c9c15 (rsb-tools-cl): Added unit tests in test/formatting/style-programmable.lisp
* test/formatting/style-programmable.lisp: new file; contains unit
tests for the `style-programmable' formatting st...
J. Moringen

12/11/2011

08:51 PM Revision 0b4ac677 (rsb-tools-cl): Fixed template compilation in formatting/event-style-programmab...
* formatting/event-style-programmable.lisp
(compile-template style-programmable string): make event parameter
ign...
J. Moringen
08:51 PM Revision b650d842 (rsb-tools-cl): Added one-line summary in logger/main.lisp
* logger/main.lisp (header): added one-line summary J. Moringen
08:51 PM Revision ca404f8f (rsb-tools-cl): Moved help and options from logger/*.lisp into formatting, common
* logger/main.lisp (update-synopsis): removed idl options; moved to
new function `make-idl-options'
* logger/help.l...
J. Moringen
08:51 PM Revision b3d1a0fe (rsb-tools-cl): Fixed minor issues in common/help.lisp
* common/help.lisp (with-abbreviation): fixed whitespace error in
format string
(print-version): made program nam...
J. Moringen
08:51 PM RSBag Revision 6a69934c (rsbag-tools-cl): Fixed oversight in transcode in bag-merge/transcoding.lisp
* bag-merge/transcoding.lisp (transcode bag bag): do not pass
skip-empty-channels argument to nested `transcode' calls
J. Moringen
03:37 AM Revision fa482084 (rsb-tools-cl): Removed -v alias in make-common-options in common/options.lisp
* common/options.lisp (make-common-options): removed short name for
version option; it is probably more useful to h...
J. Moringen
03:37 AM RSBag Enhancement #758 (Resolved): Refactor bag-cat to use same output mechanism as logger
Applied in changeset r248. J. Moringen
03:37 AM RSBag Revision 43cbd043 (rsbag-tools-cl): Use cl-rsb-formatting in bag-cat tools
fixes #758
* cl-rsbag-tools-cat.asd (system connection cl-rsbag-tools-cat): added
system dependency on cl-rsb-forma...
J. Moringen

12/09/2011

06:17 PM Feature #759 (Closed): Check RSB Real-Time compatibility
First experiments didn`t show fundamental issues. Firing simple events via spread within a 3kHz real-time thread work... Anonymous
04:58 PM RSBag Enhancement #758 (Resolved): Refactor bag-cat to use same output mechanism as logger
There are two reasons for wanting this:
* Avoids code duplication
* Some of the output modes of the logger may be u...
J. Moringen

12/08/2011

06:10 PM Bug #755 (Resolved): Logger only applies special converter settings to spread transport
Applied in changeset r3159. J. Moringen
04:44 PM Bug #755 (Resolved): Logger only applies special converter settings to spread transport
Socket transport crashes if used. CPP logger. J. Wienke
06:04 PM Revision 01ffe2a3 (rsb-tools-cpp): Fixed transport configuration in logger/main.cpp
fixes #755
* logger/main.cpp: install converter selection strategy in all
available transports
J. Moringen
10:30 AM Tasks #750 (Resolved): Reduce size of Debian package
* Use core compression when dumping binaries ✓ (~ 80 MB -> ~ 20 MB per binary)
* Dump a single binary and use symlin...
J. Moringen

12/07/2011

10:29 PM RSBag Tasks #749 (Resolved): Reduce size of Debian package
Applied in changeset r247. J. Moringen
10:08 PM RSBag Tasks #749 (Resolved): Reduce size of Debian package
* Use core compression when dumping binaries ✓ (~ 80 MB -> ~ 18 MB per binary)
* Dump a single binary and use symlin...
J. Moringen
10:26 PM RSBag Revision 134032a0 (rsbag-tools-cl): merged changes from single-binary branch; fixes #749
J. Moringen
02:15 PM Revision 79897ac1 (rsb-cpp): It does not make sense to register the colleciton converter as it do...
J. Wienke
11:51 AM Bug #748: CMake fails because of alleged custom rule
I asked him that question. Reply is currently pending. J. Moringen
11:46 AM Bug #748: CMake fails because of alleged custom rule
I don't understand this. Could the be a relic of his experiments with building the examples stand-alone? J. Wienke
11:40 AM Bug #748 (Rejected): CMake fails because of alleged custom rule
... J. Moringen

12/06/2011

06:34 PM Bug #703 (Resolved): Build environment gets leaked into binaries
Applied in changeset r3157. J. Moringen
06:28 PM Bug #703: Build environment gets leaked into binaries
Turns out, we can fix this directly rather simply. J. Moringen

12/05/2011

06:15 PM Revision 9a465171 (rsb-cpp): Compatibility for new RSC Logging API
J. Wienke
01:36 PM Revision afbd8ba6 (rsb-integrationtest): Fixed package qualification in python/server.py
* python/server.py: added missing package qualification of
ProtocolBufferConverter
J. Moringen
01:32 PM Revision cebefc94 (rsb-integrationtest): Adapted and simplified imports in python/{client,server}.py
* python/client.py: changed import rsb.transport.converter ->
rsb.converter; simplified imports
* python/server.py:...
J. Moringen
01:31 PM Revision a4cfc5a5 (rsb-python): Removed debug output in rsb/converter.py
* rsb/converter.py: removed leftover debug output statement J. Moringen
01:30 PM Revision 7a578ce4 (rsb-python): Simplifications in rsb/converter.py
* rsb/converter.py: simplified registerGlobalConverter; improved
documentation of getGlobalConverterMap
J. Moringen
12:08 PM Revision c4242e4d (rsb-python): Removed debug outputs in rsb/transport/__init__.py
* rsb/transport/__init__.py: removed two leftover debug output
statements
J. Moringen
10:42 AM Enhancement #745 (Resolved): name stringConverterRepository unintuitive
A colleague from HUMAVIPS was confused about the name, because it suggests that registered converters there are for t... J. Wienke
10:09 AM Revision 70347834 (rsb-cpp): use boost namespace to avoid name lookup clash
J. Wienke
10:01 AM Revision 497b564b (rsb-protocol): make eclipse project aware of build folder
J. Wienke
09:59 AM Revision 8cc348a5 (rsb-protocol): remove old debug message
J. Wienke

12/02/2011

03:32 PM Revision 3ffdc863 (rsb-cpp): make RSB usable in the build tree
J. Wienke
02:37 PM Revision 64a28611 (rsb-protocol): Make the protocol project usable from the build tree
J. Wienke
03:37 AM RSBag Revision 4cab663a (rsbag-cl): Fixed package qualification in src/{bag,protocol}.lisp
* src/protocol.lisp (open-bag stream): package-qualify uses of
rsbag.backend symbols
* src/bag.lisp (setf bag-chann...
J. Moringen
03:05 AM RSBag Revision 9d08f4ed (rsbag-cl): Introduced src/early module in cl-rsbag system in cl-rsbag.asd
* src/channel.lisp (channel-timestamps channel): package-qualify uses
of rsbag.backend and rsbag.transform symbols
...
J. Moringen
02:13 AM RSBag Revision 29cf0b28 (rsbag-cl): Added a docstring in src/backend/direction-mixin.lisp
* src/backend/direction-mixin.lisp (direction-mixin::direction): added
documentation string
J. Moringen
02:07 AM Revision da2fbffa (rsb-tools-cl): Added doc/* to ignore patterns
J. Moringen
02:07 AM Revision 11138387 (rsb-tools-cl): Added LISP_RUNTIME_OPTIONS in CMakeLists.txt, sbcl.cmake.in
* CMakeLists.txt: added cache item for LISP_RUNTIME_OPTIONS
* sbcl.cmake.in: added substitution for LISP_RUNTIME_OPTIONS
J. Moringen
02:07 AM Revision 61346963 (rsb-tools-cl): Added unit tests in test/formatting/style-meta-data.lisp
* test/formatting/style-meta-data.lisp: new file; contains unit tests
for the `style-meta-data' class
* cl-rsb-form...
J. Moringen
02:07 AM Revision 60fdc9fe (rsb-tools-cl): Variable for alternative priority of binaries in CMakeLists.txt
* CMakeLists.txt: introduced variable PACKAGE_ALT_PRIORITY for
priority of binaries within Debian's alternative system
J. Moringen
02:07 AM RSBag Revision 20680f3e (rsbag-cl): Use direction type in src/backend/direction-mixin.lisp
* src/package.lisp (package rsbag): added exported symbol direction
* src/backend/direction-mixin.lisp (direction-mix...
J. Moringen

12/01/2011

10:16 AM Revision c219b001 (rsb-tools-cpp): fix a bug. We need to check against the primary event, not the...
J. Wienke

11/30/2011

02:36 AM Revision af66b5cd (rsb-talks): initial import
J. Moringen

11/29/2011

04:14 PM Revision d0432ebf (rsb-tools-cpp): Fix compilation with 0.5 RSB
J. Wienke
04:10 PM Tasks #742 (Resolved): Port back event-collection idea to 0.5
Applied in changeset r3140. J. Wienke
02:53 PM Tasks #742 (Resolved): Port back event-collection idea to 0.5
J. Wienke
04:07 PM Revision f5724724 (rsb-cpp): ported back event collections to 0.5
This is a manual merge with some nasty code copying because there were so many changes in between.
fixes #742
J. Wienke
04:06 PM Revision a6c2d1c0 (rsb-protocol): Port back event collections to 0.5 protocol. This only adds fea...
refs # 742 J. Wienke
12:47 PM Bug #703: Build environment gets leaked into binaries
Once we have ASDF 2.019 we can replace the pre-order-path-modification hack with ASDF's @around-compile@ mechanism. J. Moringen
04:01 AM Revision 308384f9 (rsb-tools-cl): merged revisions 3044,3043,3034,3021,3020,3011,3010 from trunk ...
J. Moringen
03:39 AM Feature #575: GAR-Installer scripte
Modules for most RSB projects can be found in this GAR-Installer:
https://projects.cit-ec.uni-bielefeld.de/svn/gar-i...
J. Moringen
03:37 AM Tasks #692 (Resolved): Generate Debian package for rsb-tools-cl
J. Moringen
03:35 AM RSBag Tasks #740 (Resolved): Generate Debian packages for 0.5 branch
Applied in changeset r241. J. Moringen
03:18 AM RSBag Tasks #740 (Resolved): Generate Debian packages for 0.5 branch
J. Moringen
03:35 AM RSBag Revision 85fe8b5a (rsbag-tools-cl): Variable for alternative priority of binaries in CMakeLists.txt
* CMakeLists.txt: introduced variable PACKAGE_ALT_PRIORITY for
priority of binaries within Debian's alternative system
J. Moringen
03:32 AM RSBag Revision 85bdb6b2 (rsbag-tools-cl): Changed alternative priority of binaries in CMakeLists.txt
fixes #740
* CMakeLists.txt: reduced alternative priority of binaries 100 ->
90
J. Moringen
02:49 AM RSBag Revision 716fd852 (rsbag-tools-cl): merged revisions 220,222,225,226 from trunk (Debian package g...
J. Moringen

11/28/2011

06:21 PM Revision 98f1993f (rsb-tools-cl): Tests for separator-mixin in test/formatting/separator-mixin.lisp
* formatting/types.lisp (separator-spec): tightened
* formatting/separator-mixin.lisp (separator-mixin::separator):
...
J. Moringen
03:48 PM Revision fbf2ffbf (rsb-tools-cpp)
J. Wienke

11/25/2011

07:51 PM Revision 0f8ba8c5 (rsb-tools-cl): Improved mixin class in formatting/separator-mixin.lisp
* formatting/types.lisp: new file; types for the formatting module
* formatting/separator-mixin.lisp (separator-mixin...
J. Moringen
07:37 PM Revision 1f55d614 (rsb-tools-cl): Fixed partial formatting in formatting/event-style-meta-data.lisp
* formatting/event-style-meta-data.lisp
(format-event event style-meta-data t): honor routing-info?,
timestamps?,...
J. Moringen
07:12 PM Feature #737 (Resolved): Logger should support printing of event collections
J. Moringen
07:12 PM Feature #736 (Resolved): Logger should support printing of event collections
J. Moringen
06:59 PM Revision 71c0f765 (rsb-tools-cpp): a first fix + state debug information
J. Wienke
04:06 PM Revision f4eda429 (rsb-tools-cpp): duplicated words
J. Wienke
04:04 PM Revision a52890cc (rsb-tools-cpp): fix compilation on recent archlinux
J. Wienke
10:16 AM Revision c87d3d2d (rsb-tools-cpp): Add an explanatory talk to the project
J. Wienke
08:21 AM RSBag Feature #735 (Resolved): Newer tool versions should be able to read files written by older versions
J. Moringen

11/24/2011

10:26 PM Feature #734 (Resolved): Make Spread Transport Compilation Optional
As a further step towards "decoupling" from Spread and also related to the licensing issue, we should add conditional... S. Wrede
03:25 PM RSBag Revision 470964c9 (rsbag-tools-cl): Fixed version in cl-rsbag-tools-merge.asd
* cl-rsbag-tools-merge.asd: changed minor version component 6 -> 5 J. Moringen
03:08 PM Revision 3acd4daa (rsb-tools-cl): Added style class in formatting/event-style-programmable.lisp
refs #733
* formatting/event-style-programmable.lisp: new file; contains
`style-programmable' event style class
* f...
J. Moringen
03:08 PM Revision 691edf87 (rsb-tools-cl): Added exported symbols in formatting/package.lisp
* formatting/package.lisp (package rsb.formatting): added exported
symbols style-meta-data, style-routing-info?, st...
J. Moringen
03:08 PM Revision b7cd830a (rsb-tools-cl): Fixed a typo in a docstring in formatting/event-style-columns.lisp
* formatting/event-style-columns.lisp (style-columns): fixed typo in
docstring
J. Moringen
03:07 PM RSBag Revision bce8dca2 (rsbag-tools-cl): merge revisions 230-231,234 from trunk (backport of bag-merge...
J. Moringen
01:49 PM RSBag Feature #733 (Resolved): Configurable output for bag-cat
It should be possible to e.g. print timestamps in conjunction with payloads. J. Moringen
12:10 PM Bug #731: Install Documentation for Binary Packages broken
Furthermore: Wasn't our idea to provide a meta-package such as "rsb" which then refers to the last stable version. Ap... S. Wrede
12:08 PM Bug #731 (Feedback): Install Documentation for Binary Packages broken
This works using rsb0.6 as install command. However, I wonder how this package naming complies with our chosen naming... S. Wrede
12:04 PM Bug #731 (Rejected): Install Documentation for Binary Packages broken
... S. Wrede
12:00 PM Bug #730 (Resolved): Server Key not Accessible for non-CoR-Lab Users
https://support.cor-lab.org/attachments/download/202/package_server_key.txt
requires authentification
S. Wrede
03:00 AM Revision 167f5e6a (rsb-tools-cl): Ignore harmless errors in formatting/periodic-printing-mixin.lisp
* formatting/periodic-printing-mixin.lisp (%make-timer-function):
ignore stream errors since the output stream may ...
J. Moringen
03:00 AM Revision d0b0d650 (rsb-tools-cl): Added exported symbol in formatting/package.lisp
* formatting/package.lisp (package rsb.formatting): added exported
symbol style-statistics
J. Moringen
03:00 AM Revision 75e205d0 (rsb-tools-cl): New files formatting/{separator-mixin,event-style-meta-data}.lisp
* formatting/separator-mixin.lisp: new file; mixin class that
prints separators between output items
* formatting/e...
J. Moringen
03:00 AM RSBag Revision 4d3c75a8 (rsbag-cl): Handling of start positions in src/backend/tidelog/io.lisp
* src/backend/tidelog/io.lisp (scan :before stream t): new method;
seek to requested position before starting to sc...
J. Moringen
03:00 AM RSBag Revision 91f9cb69 (rsbag-cl): Fixed invalid output in src/backend/tidelog/file.lisp
* src/backend/tidelog/file.lisp (write-buffer file chnk): fix
`chnk-count' before writing a chunk to the stream
J. Moringen

11/23/2011

05:35 PM Revision 02dee22d (rsb-matlab): some work to make the native matlab-protobuf implementation usabl...
J. Wienke
01:26 PM Feature #729 (New): Allow regex-based converter selection for deserializing
e.g. I want the same converter to deserialize all rst-types.
This is required for an improved matlab integration.
J. Wienke

11/22/2011

05:45 PM Revision 6d02e855 (rsb-tools-cl): backported r3126 (meta-data display style cl logger) from trunk
J. Moringen
05:39 PM Revision a0b80ad2 (rsb-tools-cl): Added meta-data style in formatting/event-style-detailed.lisp
* formatting/event-style-detailed.lisp
(find-style-class eql :meta-data): new method; finder for
`style-meta-data...
J. Moringen
05:39 PM RSBag Revision aad44fa0 (rsbag-tools-cl): Added a system dependency in cl-rsbag-tools-record.asd
* cl-rsbag-tools-record.asd (system cl-rsbag-tools-record): added
system dependency on cl-rsb-formatting
J. Moringen
03:20 PM Revision c6aac5a7 (rsb-java): port back r3124 to 0.5 branch
J. Wienke
03:18 PM Revision a02bd7f1 (rsb-java): Enhance the QueueAdapter so that we can throw away old elements of ...
J. Wienke
02:22 PM Revision fbb71168 (rsb-matlab): Add an exemplary matlab file how to call an RPC server that uses ...
J. Wienke
01:46 PM Revision dedb157c (rsb-matlab): Provide several more wrappers which are necessary to build protoc...
J. Wienke
12:49 PM RSBag Revision e2d5d859 (rsbag-tools-cl): Fixed a typo in bag-merge/dump.lisp
* bag-merge/dump.lisp: fixed compression keyword argument in dump
call
J. Moringen
12:49 PM RSBag Revision 3a5ded60 (rsbag-tools-cl): Use with-print-limits in bag-record/main.lisp
* bag-record/main.lisp (main): use with-print-limits J. Moringen
12:49 PM RSBag Revision d6593eae (rsbag-tools-cl): Load usocket in bag-{record,play}/dump.lisp
* bag-record/dump.lisp: load usocket to enable socket-based
transport, if available
* bag-play/dump.lisp: likewise
J. Moringen
11:57 AM Revision 8dbfd290 (rsb-matlab): add comments
J. Wienke
11:55 AM Revision a6ef7f02 (rsb-matlab): Add a generic method to register protocol buffer converters based...
J. Wienke
11:11 AM Revision a7b5f156 (rsb-matlab): Add a utility class to get protocol buffer builders in matlab
J. Wienke
11:05 AM RSBag Revision 9ad50ceb (rsbag-tools-cl): Enabled compression in bag-merge/dump.lisp
* bag-merge/dump.lisp: request compression of the dumped image J. Moringen
10:42 AM Revision 01d38371 (rsb-matlab): * svn ignores
* remove generated artifacts from repository J. Wienke
09:32 AM Revision 4c959ca0 (rsb-matlab): Consistent coding style
J. Wienke
09:31 AM Revision 6d71a37e (rsb-matlab): * modify eclipse project to not use jars somewhere from volumes
* cleanup empty comments and give credits to classes J. Wienke
04:47 AM RSBag Revision 85793f40 (rsbag-tools-cl): Add merge tool in bag-merge/ and cl-rsbag-tools-merge.asd
* bag-merge/package.lisp: new file; package definition for merge
tool
* bag-merge/protocol.lisp: new file; protocol...
J. Moringen
04:47 AM Revision 9b27d457 (rsb-cl): Fixed error condition in src/transport/spread/in-connector.lisp
* src/transport/spread/in-connector.lisp
(message->event in-connector simple-array t): fixed type name in
error c...
J. Moringen
03:36 AM Revision 3d8ea4f5 (rsb-python): Added DirectEventSendingStrategy, renamed * -> handle
refs #727
* rsb/__init__.py: changed call publish -> handle
* rsb/eventprocessing.py: added {add,remove}Connector to
...
J. Moringen
02:41 AM Revision 30ccad7f (rsb-cpp): Cosmetic changes in src/rsb/eventprocessing/
* src/rsb/eventprocessing/DirectEventSendingStrategy.h: added missing
RSB_EXPORT
* src/rsb/eventprocessing/EventSen...
J. Moringen

11/21/2011

12:06 AM Revision 3ae3d53c (rsb-python): Separate class for converter selection in rsb/transport/__init__.py
refs #727
* rsb/__init__.py: adapted to changes in connector stuff
* rsb/transport/__init__.py: removed converter sel...
J. Moringen
 

Also available in: Atom