Activity

From 02/02/2012 to 03/02/2012

03/02/2012

08:59 PM Revision cebfc13d (rsb-manual): Minor improvements in manual/tools.rst
* manual/tools.rst: fixed title anchor and decoration; provide
descriptive title for linked document "common"
J. Moringen
08:45 PM Revision f9d32a25 (rsb-python): Added connector introspection in rsb/transport/__init__.py
fixes #727
* rsb/transport/__init__.py: added getConnectors() and addConnector()
* rsb/transport/rsbspread/__init__.p...
J. Moringen
08:27 PM Revision f9d32799 (rsb-cpp): Don't fail on missing rsb.conf in src/rsb/Factory.cpp
refs #914, should fix the windows build
* src/rsb/Factory.cpp: catch exceptions thrown during attempts to read
syst...
J. Moringen
07:58 PM RSB XML Support Revision 8e70ec8c (rsb-xml-java): Bumped version in java/build.xml
* java/build.xml: bumped version 0.5.0 -> 0.6.0 J. Moringen
07:57 PM RSB XML Support Revision 1c91ec87 (rsb-xml-integrationtest): Fixed copyright in integrationtest/python/listener.py
* integrationtest/python/listener.py: fixed copyright J. Moringen
07:57 PM RSB XML Support Revision a1a8c1b5 (rsb-xml-python): Fixed RST module name in python/xml/rsbxml/xop.py
* python/xml/rsbxml/xop.py: fixed RST module name
rst.rsb.xml.XOPData_pb2 -> rst.xml.XOPData_pb2
J. Moringen
07:08 PM RSB XML Support Revision 93ae50f4 (rsb-xml-cl): backported fix for RST reorganization to cl-rsb-xml from trunk (r70)
J. Moringen
06:52 PM Revision 78c735c7 (rsb-cpp): Portable sleep in src/rsb/transport/socket/BusServer.cpp
* src/rsb/transport/socket/BusServer.cpp: use Boost.Thread for
sleeping for portability
J. Moringen
06:36 PM Revision 219b06ba (rsb-cpp): Portable sleep in src/rsb/transport/socket/BusServer.cpp
* src/rsb/transport/socket/BusServer.cpp: use Boost.Thread for
sleeping for portability
J. Moringen
06:28 PM Revision 9347497f (rsb-cpp): backported fixes for cpp socket transport crashes (r3389, 3392); (ho...
J. Moringen
06:26 PM Revision 03e4eb7b (rsb-cl): backported fix for cl-rsb's transport-socket-bus-root::smoke/client t...
J. Moringen
06:19 PM Revision 44b0a7a0 (rsb-cpp): Better shutdown in src/rsb/transport/socket/BusServer.{h,cpp}
* src/rsb/transport/socket/BusServer.{h,cpp}: when destructing the
BusServer instance, cancel any async_accept oper...
J. Moringen
05:21 PM Revision e0e88ace (rsb-cl): SBCL-specific fix in test/transport/socket/bus.lisp
* test/transport/socket/bus.lisp
(test suite transport-socket-bus-root): force SBCL's constructor
cache by accept...
J. Moringen
05:21 PM Revision 19c80bdc (rsb-cl): Simplification in test/transport/socket/bus.lisp
* test/transport/socket/bus.lisp (transport-socket-bus-root): specify
converter directly instead of via transport c...
J. Moringen
05:10 PM Revision 9c0ac07f (rsb-cpp): Handle send errors in src/rsb/transport/socket/Bus.cpp
* src/rsb/transport/socket/Bus.cpp: when sendEvent fails, catch the
exception and record the affected connection fo...
J. Moringen
04:22 PM Revision e6d581b3 (rsb-integrationtest): fix possible threading error
J. Wienke
03:48 PM Revision 0f736bdd (rsb-cpp): Configure logging using the usual configuration file cascade.
The implementation basically duplicates the cascade as it is not very well factored right now. This needs refactoring... J. Wienke
02:55 PM Revision dbd451f5 (rsb-cpp): allow to specify separate configs for the remote server informers an...
J. Wienke
02:01 PM Revision 59080eed (rsb-java): merge r3384 to trunk to fix the unit test
J. Wienke
01:58 PM Revision 9b1fefa9 (rsb-java): do not depend on fast execution of the test for being valid
J. Wienke
01:06 PM Revision ed30bbca (rsb-tools-cpp)
J. Wienke

03/01/2012

08:24 PM Revision 193bd3a1 (rsb-tools-cl): Added two columns in formatting/columns.lisp
* formatting/columns.lisp (define-simple-column wire-schema): new
column; print wire-schema
(define-simple-column...
J. Moringen
08:24 PM Revision 6f1d0bb2 (rsb-cl): Added *default-configuration-files* in src/variables.lisp
refs #850
* src/variables.lisp (*default-configuration-files*): new variable;
list of default configuration file na...
J. Moringen
05:55 PM Revision bb9ee2ea (rsb-java): Try to read /etc/rsb.conf in src/rsb/util/Properties.java
fixes #850
* src/rsb/util/Properties.java: try to read /etc/rsb.conf; fixed
indentation
J. Moringen
02:25 PM Revision f3315fb1 (rsb-python): Try to read /etc/rsb.conf in rsb/__init__.py
refs #850
* rsb/__init__.py: try to read configuration from global configuration
file /etc/rsb.conf
J. Moringen

02/29/2012

06:51 PM Revision d255de28 (rsb-cpp): Added processing of system config file in src/rsb/ParticipantConfig.cpp
refs #850
* src/rsb/ParticipantConfig.cpp: try to process an rsb.conf file in
the directory returned by rsc::config...
J. Moringen
06:48 PM Revision 5134e20a (rsb-tools-cl): Minor improvements in common/debugger.lisp
* common/debugger.lisp (header): updated copyright
(start-swank): added some comments
(enable-swank-on-signal): r...
J. Moringen
06:48 PM RSBag Revision 671352d5 (rsbag-cl): Added %legalize-name in src/rsb/construction.lisp!
* src/rsb/construction.lisp (bag->events channel uri): use new
function `%legalize-name'
(%legalize-name): new fu...
J. Moringen
04:39 PM Revision 83587730 (rsb-manual): Added file manual/preparation.rst
* manual/index.rst: added reference to manual/preparation.rst
* manual/preparation.rst: new file; describes installat...
J. Moringen
04:17 PM RSBag Revision 47bec448 (rsbag-manual): Extended checks and troubleshooting in manual/preparation.rst
* manual/preparation.rst: added expected output of version check;
added typical libspread.so problem to troubleshoo...
J. Moringen
04:07 PM RSBag Revision 94f9a57f (rsbag-manual): Merged installation, troubleshooting into manual/preparation.rst
* manual/index.rst: removed references for manual/installation.rst and
manual/troubleshooting.rst
* preparation.rst...
J. Moringen
03:46 PM RSBag Revision 15f194b0 (rsbag-manual): Improved installation instructions in manual/installation.rst
* manual/conf.py.in: substitute project version in SVN repository URL;
added replacement |ubuntu|
* manual/installa...
J. Moringen
02:44 PM Revision da41ce9f (rsb-manual): Improved structure in manual/common.rst
* manual/common.rst: improved structure of environment variables
section
J. Moringen
02:34 PM Revision c04b7c15 (rsb-manual): Added descriptions of load and eval options in manual/common.rst
* manual/common.rst: added descriptions of the load and eval
commandline options added in r3374
J. Moringen
02:31 PM Revision aef203c0 (rsb-tools-cl): Added load and eval commandline options in common/options.lisp
* common/options.lisp (make-common-options): added commandline options
load and eval
(process-commandline-options...
J. Moringen
02:31 PM Revision f950a5cb (rsb-tools-cl): Renamed some tests in CMakeLists.txt
* CMakeLists.txt: renamed basic tests J. Moringen
02:31 PM Revision 57cbff8d (rsb-tools-cl): Added info and logger tests in CMakeLists.txt
* CMakeLists.txt: added specialized tests for info and logger
tools
J. Moringen
01:08 PM Revision 06346fd1 (rsb-tools-cl): Added statistics-columns-mixin in formatting/event-style-statis...
fixes #901
* formatting/event-style-statistics.lisp (statistics-columns-mixin):
new class; mixin for styles which u...
J. Moringen

02/28/2012

07:32 PM Revision 6244323c (rsb-manual): Changed project name in manual/conf.py.in
* manual/conf.py.in: changed project name "RSB Manual" -> "RSB" J. Moringen
07:29 PM Revision b2d120c1 (rsb-tools-cl): Removed short option names in common/options.lisp
* common/options.lisp (make-common-options): removed short names of
trace and debug commandline options; improved o...
J. Moringen
07:29 PM RSBag Revision 84a977d7 (rsbag-tools-cl): Enabled tests in CMakeLists.txt
* CMakeLists.txt: run tests for all available TIDELog versions;
run bag-play tests for Elan files; removed debuggin...
J. Moringen
07:29 PM Revision 835f065a (rsb-cl): Fixed a docstring typo in src/patterns/protocol.lisp
* src/patterns/protocol.lisp (future-result): fixed typo in
documentation string
J. Moringen
07:29 PM Revision b346623d (rsb-cl): Improved parameter names in {sub,super}-scope? in src/scope.lisp
* src/scope.lisp (sub-scope?): made parameter names more helpful
(super-scope?): likewise
J. Moringen
07:29 PM Revision 77a4e92f (rsb-cl): Simplifications in src/patterns/future.lisp
* src/patterns/future.lisp (future-result :around future): minor
simplifications
(%dispatch-result): simplification
J. Moringen
07:29 PM Revision e1fcc2f3 (rsb-cl): Improved a docstring in src/filter/type-filter.lisp
* src/filter/type-filter.lisp (type-filter): improved documentation
string
J. Moringen
06:56 PM Revision 0f389f86 (rsb-tools-cpp): * limited buffer size
* correct handling of a request for a removed / unknown element J. Wienke
06:33 PM RSBag Revision 8e1c83d6 (rsbag-manual): Fixed style commandline option in manual/bag-cat.rst
* manual/bag-cat.rst: removed short name of style commandline option J. Moringen
05:26 PM Revision ec1cc0ff (rsb-tools-cpp): Do not convert event contents so that we have a generic approach
J. Wienke
05:25 PM Revision 632a98b3 (rsb-cpp): Allow to specify configs at all and separately for the informers and...
J. Wienke
04:54 PM Revision 04ea120c (rsb-manual): Added Spread URL in manual/conf.py.in
* manual/conf.py.in: added Spread URL J. Moringen
04:53 PM Revision a68d76b3 (rsb-tools-cpp): A very first minimalistic version of the buffer which does the...
J. Wienke
04:47 PM Revision 06dc8b6e (rsb-tools-cl): Added image-output-mixin in formatting/image-output-mixin.lisp
* formatting/types.lisp (dimension-spec/short): new type; short
dimension spec
(dimension-spec/full): new type; f...
J. Moringen
04:47 PM Revision 69e31023 (rsb-tools-cl): Use process-idl-options in logger/main.lisp
* logger/main.lisp (existing-directory-or-lose): removed; now in
common/idl-options.lisp
(main): use `process-idl...
J. Moringen
04:47 PM RSBag Revision d24ab765 (rsbag-tools-cl): Do not unpack data in scripts/export-video-as-pngs.lisp
* scripts/export-video-as-pngs.lisp: do not try to unpack data,
since bag-cat requests decoded payloads
J. Moringen
04:45 PM Revision 38706f76 (rsb-cpp): Add a converter for EventIds
J. Wienke
04:44 PM Revision 513eca3e (rsb-manual): Added list of environment variables in manual/common.rst
* manual/common.rst: added list of environment variables which should
be supported by all implementations
J. Moringen
04:43 PM Revision 4eca1684 (rsb-manual): Added Spread in manual/glossary.rst
* manual/glossary.rst: added Spread J. Moringen
04:27 PM Revision 25fcf5f3 (rsb-cpp): add a method in RemoteServer to simplify request event creation for ...
J. Wienke
03:50 PM Revision 24e33f79 (rsb-cpp): add a callback for variable return types
J. Wienke
03:36 PM Revision 90f26f7c (rsb-tools-cpp): some first untested infrastructure to make the buffer available
J. Wienke
03:32 PM Revision bec1cb7e (rsb-manual): Shortened examples in manual/{call,info,logger}.rst
* manual/call.rst: shortened examples and turned into simple bullet
list
* manual/info.rst: likewise
* manual/logge...
J. Moringen
03:28 PM Revision 18a3fc1c (rsb-manual): Fixed sections in manual/info.rst
* manual/info.rst: fixed link target and section decorations J. Moringen
03:18 PM Revision 72edcc07 (rsb-manual): Added glossary link in manual/index.rst
* manual/index.rst: added link to Glossary section J. Moringen
03:18 PM Revision 4ee4a0db (rsb-manual): Added link target in manual/glossary.rst
* manual/glossary.rst: fixed decoration; added link target J. Moringen
03:12 PM RSBag Revision 44ace148 (rsbag-manual): Changed theme in manual/conf.py.in
* manual/conf.py.in: changed theme default -> nature J. Moringen
03:11 PM Revision 5e32247b (rsb-manual): Changed theme in manual/conf.py.in
* manual/conf.py.in: changed theme default -> nature J. Moringen
03:01 PM Revision 49e7bd1e (rsb-cpp): try to make the result type of an RPC call more flexible by encoding...
J. Wienke
01:05 PM Revision 62cb574c (rsb-tools-cpp): first version of a time bounded buffer
J. Wienke
09:30 AM Revision ff5f400f (rsb-tools-cpp): add a dummy runner app
J. Wienke

02/27/2012

09:55 PM Revision 3d3c7be8 (rsb-tools-cpp): Finalized empty project stub
J. Wienke
09:41 PM Revision f9532f32 (rsb-tools-cpp)
J. Wienke
09:41 PM Revision 6ceea671 (rsb-tools-cpp): Share project "rsb-buffer" into "https://code.cor-lab.de/svn/r...
J. Wienke
08:51 PM Revision 78c478e6 (rsb-tools-cl): Added file common/idl-options.lisp!
* common/idl-options.lisp: new file; contains functions for
processing of IDL-related options
* common/package.lisp...
J. Moringen
08:51 PM Revision 38581920 (rsb-tools-cl): Added collect-option-values in common/options.lisp
* common/options.lisp (header): updated copyright
(collect-option-values): new function; helper function for option...
J. Moringen
08:51 PM RSBag Revision b15343f3 (rsbag-tools-cl): Added IDL options in bag-cat/main.lisp
* bag-cat/main.lisp (update-synopsis): call `make-idl-options'
(main): call `process-idl-options'
J. Moringen
07:35 PM Revision 9329a88a (rsb-tools-cl): Accept non-event objects in formatting/event-style-payload.lisp
* formatting/event-style-payload.lisp (header): updated copyright
(format-event t style-payload t): new method; for...
J. Moringen
06:47 PM RSBag Revision b371871c (rsbag-manual): Added links to use-case sections in manual/index.rst
refs #900
* manual/index.rst: added links to use-case sections
* manual/use-cases.rst: added link targets to level 2 ...
J. Moringen
06:46 PM RSBag Revision 915cc2c0 (rsbag-manual): Added "Remote Control" section in manual/bag-record.rst
refs #900
* manual/bag-record.rst: added section "Remote Control"
J. Moringen
06:46 PM RSBag Revision 7232b1b9 (rsbag-manual): Fewer sections in manual/bag-play.rst
refs #900
* manual/bag-play.rst: removed some mini-sections
J. Moringen
06:05 PM RSBag Revision 03e94f80 (rsbag-manual): Moved examples from man-pages to manual/use-cases.rst
refs #900
* manual/bag-cat.rst: shortened examples; moved full examples to
manual/use-cases.rst
* manual/bag-info.r...
J. Moringen
05:12 PM RSBag Revision ced506dd (rsbag-manual): Changed table of contents structure in manual/index.rst
refs #900
* manual/index.rst: changed depth of table of contents to two levels
* manual/tutorial.rst: added link target
J. Moringen
04:56 PM RSBag Revision f0dddca9 (rsbag-manual): Added file manual/glossary.rst
refs #900
* manual/glossary.rst: new file; glossary for rsbag terminology
* manual/index.rst: reference manual/glossa...
J. Moringen
04:20 PM RSBag Revision 688ce037 (rsbag-manual): Trouble Shooting -> Troubleshooting
refs #900
* manual/index.rst: fixed reference manual/trouble-shooting.rst ->
manual/troubleshooting.rst
* manual/tr...
J. Moringen

02/25/2012

02:59 AM Revision adb8ef70 (rsb-tools-cl): Print configuration in info/main.lisp
* info/main.lisp (main): print configuration when requested J. Moringen
02:16 AM RSBag Revision 30ceba37 (rsbag-manual): Mention partial Elan support in manual/index.rst
refs #781
* manual/conf.py.in: added Elan link
* manual/index.rst: mention partial support for the Elan XML file
fo...
J. Moringen

02/24/2012

08:34 PM RSBag Revision 21000a5f (rsbag-manual): Simplifications in manual/tools.rst
* manual/tools.rst: simplified structure; use hidden toctree J. Moringen
06:46 PM RSBag Revision c50930a8 (rsbag-manual): Fixed a reference in manual/trouble-shooting.rst
* manual/trouble-shooting.rst: fixed reference to bag-record J. Moringen
06:46 PM RSBag Revision 30f0c3f6 (rsbag-manual): Extended binary installation instructions in manual/installatio...
refs #781
* manual/installation.rst: mention project version some more; describe
symlink structure
J. Moringen
04:53 PM RSBag Revision c06edc34 (rsbag-cl): Multiple serialization versions in src/transform/rsb-event*.lisp
fixes #735, refs #875
* compact: new directory; contains implementations of legacy
serialization versions
* src/ver...
J. Moringen
02:13 PM RSBag Revision e0701414 (rsbag-cl): Fixed document handling in src/backend/elan/file.lisp
* src/backend/elan/file.lisp (shared-initialize :after file t): apply
conversion to root element instead of documen...
J. Moringen
02:13 PM RSBag Revision aea0f9a4 (rsbag-cl): Pass additional args to channels in src/{protocol,*bag}.lisp
* src/protocol.lisp (%make-channel): allow arbitrary args to be passed
to the constructed channel class
* src/bag.l...
J. Moringen
02:13 PM RSBag Revision d655eb18 (rsbag-cl): Fixed generated method in src/synchronized-channel.lisp
* src/synchronized-channel.lisp (synchronized-channel): made :lock
initarg mandatory
(define-synchronized-method)...
J. Moringen

02/23/2012

07:52 PM Revision 92906a39 (rsb-tools-cl): Fixed string quoting problem in CMakeLists.txt
* CMakeLists.txt: fixed quoting of LISP_INIT_CODE when setting
LISP_INIT
J. Moringen
07:52 PM RSBag Revision 8a77566f (rsbag-tools-cl): Added more test data in test/data/**
refs #735, refs #875
* test/data/*.*/*.tide: versioned TIDELog test data
* test/data/elan/simple.eaf: new file; Elan ...
J. Moringen
07:52 PM RSBag Revision d0594815 (rsbag-cl): Added missing superclass in src/rsb/conditions.lisp
* src/rsb/conditions.lisp (event-storage-failed): added missing
superclass `chainable-condition'
J. Moringen
07:52 PM RSBag Revision b2d825b2 (rsbag-cl): Fixed a docstring in src/backend/elan/file.lisp
* src/backend/elan/file.lisp (file::data): fixed documentation string J. Moringen
07:52 PM RSBag Revision 526cf6bd (rsbag-cl): Use +rsb-schema-name+ in src/backend/elan/file.lisp
* src/backend/elan/file.lisp (shared-initialize :after file t): use
+rsb-schema-name+ for video channels
J. Moringen
07:52 PM RSBag Revision 6322530d (rsbag-cl): Removed test code in src/backend/elan/file.lisp
* src/backend/elan/file.lisp: removed test code J. Moringen
07:52 PM RSBag Revision 12e1c128 (rsbag-cl): Added if-{does-not-exist,exists}-policy in src/types.lisp
* src/types.lisp (if-does-not-exist-policy): new type; policy in case
something does not exist
(if-exists-policy)...
J. Moringen
07:52 PM RSBag Revision 5245f1cc (rsbag-cl): Fixed write-back in close in src/backend/elan/file.lisp
* src/backend/elan/file.lisp (close): only perform write-back when the
direction implies output
J. Moringen
07:52 PM RSBag Revision 4593b844 (rsbag-cl): Fixed get-entry in src/backend/elan/file.lisp
* src/backend/elan/file.lisp (get-entry file integer integer): return
correct part of the entry
J. Moringen
07:52 PM RSBag Revision 8c2cb7db (rsbag-cl): Added some comments in src/backend/elan/file.lisp
* src/backend/elan/file.lisp (shared-initialize :after file t): added
some comments
J. Moringen
07:52 PM RSBag Revision 9be3716c (rsbag-cl): Quote initform of bag::transform in src/bag.lisp
* src/bag.lisp (bag::transform): quote initform properly J. Moringen
07:52 PM RSBag Revision 78c68b4b (rsbag-cl): Fixed events->bag call in src/rsb/construction.lisp
* src/rsb/construction.lisp (events->bag uri bag): do pass :filters
argument in nested `events->bag' call
J. Moringen

02/22/2012

01:59 PM Revision 1cefb7a5 (rsb-tools-cl): Removed support for :self in formatting/delegating-mixin.lisp
refs #873, #880
* formatting/protocol.lisp (delegate): new generic function; delegate
to a sub-style of a formattin...
J. Moringen
01:59 PM Revision b759e5a7 (rsb-tools-cl): Adapted test in test/formatting/style-compact.lisp
* test/formatting/style-compact.lisp (header): added one-line summary;
updated copyright
(test suite style-compac...
J. Moringen
01:59 PM Revision 4b0fa4fb (rsb-tools-cl): Added *textual-output-can-use-utf-8* in formatting/variables.lisp
* formatting/variables.lisp: new file; contains variable
`*textual-output-can-use-utf-8*'
* formatting/columns-mixi...
J. Moringen
01:59 PM Revision b90a9253 (rsb-tools-cl): Improved transport metrics exposing mechanism in logger/main.lisp
* logger/main.lisp (main): use new interface for transport metrics
from connectors; specify these things for the `t...
J. Moringen
01:59 PM RSBag Revision c065905c (rsbag-tools-cl): Depend on rsb-rsb-stats in cl-rsbag-tools-cat.asd
* cl-rsbag-tools-cat.asd (header): updated copyright
(system cl-rsbag-tools-cat): added system dependency on cl-rsb...
J. Moringen
01:59 PM RSBag Revision ba0cd85e (rsbag-tools-cl): Added help function file bag-record/help.lisp
* bag-record/help.lisp: new file; contains functions for help text
generation
* bag-record/main.lisp (header): upda...
J. Moringen
01:59 PM RSBag Revision faff8e39 (rsbag-tools-cl): Convert payloads of retrieved events in bag-cat/main.lisp
fixes #866
* bag-cat/main.lisp (main): request payloads of retrieved events to be
converted using default converters
J. Moringen
01:59 PM RSBag Revision 21e25a21 (rsbag-cl): Use &from-source instead of :from-source in src/{types,bag}.lisp
refs #866
* src/types.lisp (transform-spec/augment): replaced :from-source ->
&from-source
(transform-full): lead...
J. Moringen
01:59 PM RSBag Revision 6b2695d5 (rsbag-cl): Handle payload conversion in src/transform/rsb-event.lisp
refs #866
* src/transform/rsb-event.lisp (make-transform eql +rsb-schema-name+):
accept converter keyword parameter...
J. Moringen
01:59 PM RSBag Revision b7b6df7f (rsbag-cl): Fixed next method call in src/transform/rsb-event-payload-conversio...
* src/transform/rsb-event-payload-conversion.lisp
(encode rsb-event/payload-conversion event): fixed call to next
...
J. Moringen
01:59 PM RSBag Revision a4791e89 (rsbag-cl): Added +rsb-schema-name+ in src/transform/rsb-event.lisp
refs #735, refs #875
* src/transform/rsb-event.lisp (+rsb-schema-name+): new constant;
versioned designator for the...
J. Moringen
01:59 PM RSBag Revision f8632833 (rsbag-cl): Simplification in src/rsb/channel-strategies.lisp
* src/rsb/channel-strategies.lisp (channel-name-for): simplified J. Moringen
01:59 PM RSBag Revision 4fba6bb3 (rsbag-cl): Fixed and improved wire-schema handling in src/rsb/*.lisp
* src/rsb/construction.lisp (events->bag puri:uri bag): use new
interface for transport metrics from connectors; sp...
J. Moringen
01:59 PM RSBag Revision a10e36ce (rsbag-cl): Cosmetic change in src/rsb/channel-connection.lisp
* src/rsb/channel-connection.lisp (channel-connection::bag): cosmetic
change
J. Moringen
01:59 PM RSBag Revision 8405eb26 (rsbag-cl): Added a docstring in src/backend/buffering-writer-mixin.lisp
* src/backend/buffering-writer-mixin.lisp
(buffering-writer-mixin::flush?-func): added documentation string
J. Moringen
01:59 PM Revision 377187c9 (rsb-cl): Added default-converter in src/configuration.lisp
* src/configuration.lisp (default-converter): new function; return
default converter for a given wire-type
* src/pa...
J. Moringen
01:59 PM Revision 396e200f (rsb-cl): Support pseudo-transport named t in src/uris.lisp
* src/uris.lisp (%transport-options): merge options for
pseudo-transport designated by `t' into options for all tra...
J. Moringen
01:59 PM Revision c756b301 (rsb-cl): Improved a docstring in src/participant.lisp
* src/participant.lisp (make-participant): improved documentation
string
J. Moringen
01:59 PM Revision f4c67fd6 (rsb-cl): Cosmetic changes in src/transport/spread/in-pull-connector.lisp
* src/transport/spread/in-pull-connector.lisp
(emit in-pull-connector t): cosmetic changes
J. Moringen

02/21/2012

06:24 PM Revision 69207d9d (rsb-tools-cpp): Corrected clean up time
A. Deleforge

02/20/2012

04:04 PM Revision 9ab573e0 (rsb-tools-cl): Adapted wire-schema test suite in test/stats/quantities.lisp
* test/stats/quantities.lisp
(define-simple-quantity-suite :wire-schema): adapted to changed meta
data item key
J. Moringen
04:04 PM Revision 4c2e5a32 (rsb-tools-cl): Changed meta-data keys in stats/{util,quantities}.lisp
* stats/util.lisp (event-size): changed :rsb.payload-size ->
:rsb.transport.payload-size
(event-type/simple): cha...
J. Moringen
04:04 PM Revision 3cdffaee (rsb-tools-cl): Improved event-size/power-of-2 in stats/util.lisp
* stats/util.lisp (event-size/power-of-2): accept replacement value as
optional parameter; use `integer-length' ins...
J. Moringen
04:03 PM RSBag Revision cf27bc83 (rsbag-tools-cl): Fixed setting of LISP_INIT in CMakeLists.txt
* CMakeLists.txt: use single quotes instead of double quotes when
setting LISP_INIT; seems to work better with CMake
J. Moringen
04:03 PM RSBag Revision 03f0509d (rsbag-cl): Minor improvements in src/transform/rsb-event.lisp
* src/transform/rsb-event.lisp (rsb-event): extended documentation
string
(encode rsb-event rsb:event): use `*fra...
J. Moringen
04:03 PM RSBag Revision afa48f77 (rsbag-cl): Minor cleanup in src/bag.lisp
* src/bag.lisp (bag): changed order of slots; improved documentation
string
J. Moringen
04:03 PM RSBag Revision fde9c397 (rsbag-cl): Made construction of channel transformation configurable
refs #866
* src/types.lisp (transform-spec/default): new type; default transform
spec
(transform-spec/augment): n...
J. Moringen
04:03 PM RSBag Revision 302d3dd6 (rsbag-cl): Improved docstrings in src/protocol.lisp
* src/protocol.lisp (open-bag): improved documentation string
(bag-channel): likewise
(setf bag-channel): likewis...
J. Moringen
04:03 PM RSBag Revision 7254075a (rsbag-cl): Added make-sequence-like in src/channel.lisp
* src/channel.lisp (make-sequence-like channel integer): new method;
necessary for some sequence operations
J. Moringen
04:03 PM RSBag Revision b886886e (rsbag-cl): Added docstrings in src/channel.lisp
* src/channel.lisp (channel::name): added documentation string
(channel::transform): likewise
(channel::id): like...
J. Moringen

02/19/2012

06:47 PM Revision 8ec2d5d0 (rsb-manual): Removed short option forms in manual/common.rst
* manual/common.rst: removed short forms of trace and debug options;
extended description of debug option
J. Moringen

02/17/2012

03:58 PM Revision 0ceb308c (rsb-tools-cl): Improved dispatching in main/main.lisp
* main/main.lisp (header): updated copyright
(package rsb.tools.main): qualify `in-package' form with cl package
...
J. Moringen
03:58 PM RSBag Revision 4005cef6 (rsbag-tools-cl): Improved dispatching in main/main.lisp
* main/main.lisp (header): updated copyright
(:rsbag.tools.main): qualify `in-package' form with cl package
(main...
J. Moringen
03:58 PM Revision 65668cf7 (rsb-cl): Fixed inlining in src/transport/*/conversion.lisp
* src/transport/spread/conversion.lisp (string->bytes): prevent
attempted recursive inline expansion
* src/transpor...
J. Moringen
03:58 PM Revision 06f4eb4e (rsb-cl): Generalization in src/transport/expose-transport-metrics-mixin.lisp
* src/transport/protocol.lisp (connector-expose?): new generic
function; query a metric
(setf connector-expose?):...
J. Moringen
03:58 PM Revision 9200a9c5 (rsb-cl): Handle empty wire-schema in src/transport/*/conversion.lisp
* src/transport/spread/conversion.lisp (bytes->wire-schema): signal an
error when the wire-schema is empty
* src/tr...
J. Moringen
03:58 PM Revision 95cdcd00 (rsb-cl): Non-string meta-data in src/transport/*/conversion.lisp
* src/transport/spread/conversion.lisp (string->bytes): accept
meta-data item values which are not strings
* src/tr...
J. Moringen
10:25 AM Revision 9de1afff (rsb-cl): Fixed event making in src/transport/*/conversion.lisp
* src/transport/spread/conversion.lisp (one-notification->event): do
not supply :type initarg when making `event' i...
J. Moringen
10:25 AM Revision 1a931a1c (rsb-cl): Package qualify defpackage in src/transport/*/package.lisp
* src/transport/package.lisp (package rsb.transport): removed
`in-package' cl-user; qualified `defpackage' form wit...
J. Moringen
02:51 AM Revision cdf89b85 (rsb-tools-cl): Added some comments in formatting/width-mixin.lisp
* formatting/width-mixin.lisp (header): updated copyright
(invoke-with-width-limit): added some comments
J. Moringen
02:51 AM Revision a077c7ad (rsb-cl): Removed type check in constructor src/event.lisp
* src/event.lisp (shared-initialize :before event t): removed; does
not make sense after removing event::type
J. Moringen

02/16/2012

06:29 PM Revision 19efb880 (rsb-yarp-cl): Changed use of bind -> let+ in **/*.lisp
* src/transport/yarptcp/wire-protocol.lisp (header): updated copyright
(in-package rsb.transport.yarptcp): qualifie...
J. Moringen
06:29 PM Revision 9ad51486 (rsb-yarp-cl): Changed use of bind -> let+ in **/*.lisp
* src/transport/yarptcp/wire-protocol.lisp (header): updated copyright
(in-package rsb.transport.yarptcp): qualifie...
J. Moringen
03:35 PM Revision 6432824f (rsb-tools-cl): Added locking in formatting/periodic-printing-mixin.lisp
* formatting/periodic-printing-mixin.lisp
(periodic-printing-mixin::lock): new slot; stores a lock which
protects...
J. Moringen
03:35 PM Revision 2c117897 (rsb-cl): Removed make-event/typed in src/event.lisp
* src/event.lisp (make-event/typed): removed; does not make sense
after removing event::type
* src/informer.lisp (s...
J. Moringen
03:35 PM Revision 69e13449 (rsb-cl): Adapted tests in test/filter/*.lisp for untyped events
* test/filter/scope-filter.lisp
(define-basic-filter-test-cases scope-filter): simplified; removed
test cases for...
J. Moringen
03:35 PM Revision 4917a024 (rsb-cl): Fixed report of invalid-event-type in src/conditions.lisp
* src/conditions.lisp (invalid-event-type): fixed use of removed
function `event-type' in report
J. Moringen
03:35 PM Revision 03f27aff (rsb-cl): Removed event::type and event-type in src/event.lisp
* src/event.lisp (event::type): removed; event type is determined by
payload object
(event): adapted documentatio...
J. Moringen
03:28 PM Revision 32c8ca4f (rsb-ros-cl): Use let+ instead of bind in src/converter/ros-msg.lisp
* src/converter/ros-msg.lisp (header): updated copyright
(make-class-for-message): use `let+' instead of `bind'
J. Moringen

02/15/2012

06:01 PM RSB XML Support Revision 5a907e3e (rsb-xml-cl): Added setf package-document method in src/xop/package1.lisp
* src/xop/package1.lisp (setf package-document simple-array package1):
new method; set document as octet-vector
J. Moringen
06:01 PM RSB XML Support Revision 82a8ee1d (rsb-xml-cl): Removed redundant code in src/filter/xpath.lisp
* src/filter/xpath.lisp (find-filter-class eql :xpath): removed; now
in cl-rsb project
(xpath-filter): likewise
...
J. Moringen
06:00 PM RSBag Revision bec29a48 (rsbag-tools-cl): Fixed a docstring in bag-cat/main.lisp
* bag-cat/main.lisp (header): updated copyright
(main): fixed documentation string
J. Moringen
04:51 PM Revision 46aa4f2f (rsb-cl): Install test code in CMakeLists.txt
* CMakeLists.txt: install test code J. Moringen
04:43 PM RSB XML Support Revision b83328be (rsb-xml-cl): Fixed RST package in src/converter/xop.lisp
* src/converter/xop.lisp
(wire->domain eql :xop-protocol-buffer simple-array eql :xop): fixed
RST package rst.rsb...
J. Moringen
04:26 PM Revision 11bfc6ee (rsb-tools-cl): Fixed separator in formatting/event-style-{detailed,meta-data}....
* formatting/event-style-meta-data.lisp (style-meta-data): changed
default separator to not include initial newline...
J. Moringen
03:38 PM Revision 539410af (rsb-cl): Install protocol buffer descriptors in CMakeLists.txt
* CMakeLists.txt: install protocol buffer descriptors J. Moringen
03:18 PM Revision afca0ad0 (rsb-cl): Forward declaration for *framework-timestamps* in src/event.lisp
* src/event.lisp (toplevel): added forward declaration for
`*framework-timestamps*' variable
* src/variables.lisp (...
J. Moringen
03:18 PM Revision 78038aa9 (rsb-cl): Added a docstring in event.lisp
* src/event.lisp (event::data): added documentation string J. Moringen
11:17 AM Revision f29f6ee0 (rsb-cpp): More verbose description and variable name
J. Wienke
11:15 AM Revision d7911792 (rsb-protocol): refs #877
J. Wienke
11:04 AM Revision 8330c26b (rsb-cpp): Exporting RSB to CMake Package Cache is no longer the default
* Enable disable wih the user option CMAKE_PACKAGE_CACHE
fixes #877
Arne Nordmann
03:37 AM Revision c4f81995 (rsb-tools-cl): Simplifications in formatting/event-style-compact.lisp
* formatting/event-style-compact.lisp (header): updated copyright
(define-compact-style): simplified local macro
...
J. Moringen
03:37 AM Revision 0ae2ad6d (rsb-tools-cl): Added column now/compact in formatting/columns.lisp
* formatting/columns.lisp (define-simple-column now/compact): new
column; display current time using a compact format
J. Moringen
03:37 AM Revision 32f4e07e (rsb-tools-cl): Fixed define-meta-data-column in formatting/columns.lisp
* formatting/columns.lisp (define-meta-data-column): fixed static
class name in emitted code
J. Moringen
03:37 AM Revision 8a023718 (rsb-tools-cl): Fixed replacement value for size quantity in stats/quantities.lisp
* stats/quantities.lisp (define-simple-quantity size): use nil as
replacement value to prevent replacement values f...
J. Moringen

02/14/2012

02:46 PM RSBag Revision 5267db69 (rsbag-manual): Added trouble shooting section in manual/trouble-shooting.rst
* manual/index.rst: include manual/trouble-shooting.rst
* manual/trouble-shooting.rst: new file; contains trouble sho...
J. Moringen

02/13/2012

04:18 PM RSBag Revision b69011ae (rsbag-manual): Removed some links in installation.rst
* installation.rst: removed download links for older versions of RSBag J. Moringen
04:13 PM RSBag Revision 0df12668 (rsbag-manual): Moved installation into separate source file
* conf.py.in: added replacements used in installation instructions
* index.rst: include installation.rst
* installati...
J. Moringen

02/12/2012

11:31 PM Revision d2dca334 (rsb-tools-cl): Added size, size/log, type quantities in stats/quantities.lisp
refs #873
* stats/quantities.lisp (define-simple-quantity size): new quantity;
moments of event sizes
(define-sim...
J. Moringen
11:31 PM Revision 299b5ebf (rsb-tools-cl): Added utility functions in stats/util.lisp
refs #873
* stats/util.lisp: new file; contains the utility functions
`event-size', `event-size/power-of-2' and `ev...
J. Moringen
11:31 PM Revision 79718e69 (rsb-tools-cl): Cosmetic change in main/dump.lisp
* main/dump.lisp (toplevel): cosmetic change J. Moringen
11:31 PM Revision e82471a1 (rsb-tools-cl): Support :clear directive in formatting/{types,separator-mixin}....
refs #873
* formatting/types.lisp (separator-spec): allow :clear directive
* formatting/separator-mixin.lisp (header)...
J. Moringen
04:25 PM Revision 3ea704f2 (rsb-tools-cl): Fixed default converter list in formatting/payload-collection.lisp
refs #737
* formatting/payload-collection.lisp
(*by-scope-formatting-converter*): construct default converter list
...
J. Moringen
04:25 PM Revision 06a3cc4c (rsb-tools-cl): Added sub-style-for in formatting/{protocol,delegating-mixin}.lisp
refs #873
* formatting/protocol.lisp (header): updated copyright
(sub-style-for): new generic function; return a li...
J. Moringen
04:25 PM Revision 7dd71594 (rsb-tools-cl): Formatting fixes in formatting/columns.lisp
* formatting/columns.lisp (define-simple-column): formatting fixes J. Moringen
04:25 PM Revision a50da0f4 (rsb-tools-cl): Simplified error handling in common/idl-loading.lisp
* common/idl-loading.lisp (header): updated copyright
(load-idl :around t t): new method; wrap error conditions in
...
J. Moringen
04:25 PM RSBag Revision 86bfd024 (rsbag-cl): Fixed a documentation string in protocol.lisp
* src/protocol.lisp (open-bag): fixed documentation string J. Moringen

02/09/2012

08:50 PM Revision ae1b9cad (rsb-tools-cpp): Use ANSI escape sequence in logger/MonitorEventFormatter.cpp
fixes #864
* logger/MonitorEventFormatter.cpp: use ANSI escape sequence to clear
screen instead of printing empty l...
J. Moringen

02/08/2012

03:37 PM RSBag Revision 53342b21 (rsbag-tools-cl): Improved formatting in scripts/export-proprioception-as-csv.t...
* scripts/export-proprioception-as-csv.template: slightly improved
formatting
J. Moringen
03:37 PM RSBag Revision deb2c63e (rsbag-tools-cl): Added scripts in scripts/ directory
* scripts/export-video-as-pngs.lisp: new file; convert image data
to individual image files
* scripts/export-propri...
J. Moringen
03:27 PM RSBag Revision 4abb8fdc (rsbag-cl): Added transform in src/transform/rsb-event-payload-conversion.lisp
refs #866
* src/transform/rsb-event-payload-conversion.lisp: new file;
contains a transformation for (de)serializat...
J. Moringen
10:49 AM Revision 62e6f32d (rsb-cpp): merge r3290 from trunk
J. Wienke
10:47 AM Revision 618b794e (rsb-cpp): Use an installation directory-relative RPATH as a default
J. Wienke

02/07/2012

04:36 AM Revision 7b9ca70d (rsb-tools-cl): Added payload formatting style in formatting/payload-collection...
fixes #737
* formatting/payload-collection.lisp: new file; contains
formatting code for payloads which are by-scope...
J. Moringen
04:36 AM Revision 5073555a (rsb-tools-cl): Newline handling in formatting/event-style-{detailed,meta-data}...
refs #737
* formatting/event-style-meta-data.lisp (style-meta-data): separator
starts with newline
* formatting/eve...
J. Moringen

02/06/2012

01:16 PM Revision dd894938 (rsb-tools-cl): Log error output in sbcl.cmake.in
* sbcl.cmake.in: collect error output in the same file as standard
output
J. Moringen
01:16 PM Revision 79f89660 (rsb-tools-cl): Added documentation string in stats/reduction-mixin.lisp
* stats/reduction-mixin.lisp (reduction-mixin::empty-value): added
documentation string
J. Moringen
01:16 PM Revision 458ef0f7 (rsb-tools-cl): Simplified quantity-value in stats/rate-mixin.lisp
* stats/rate-mixin.lisp (quantity-value :around rate-mixin):
simplified
J. Moringen
01:16 PM Revision 487a945d (rsb-tools-cl): Changed fallback value of rate quantity in stats/quantities.lisp
* stats/quantities.lisp (header): updated copyright
(define-simple-quantity rate): initialize `empty-value' slot to...
J. Moringen

02/05/2012

11:27 PM RSBag Revision 4b349e47 (rsbag-tools-cl): Minor simplifications in bag-play/main.lisp
* bag-play/main.lisp (print-progress): scale progress in format string
instead of directly
(main): close connecti...
J. Moringen
11:27 PM RSBag Revision bcb84c95 (rsbag-tools-cl): Log error output in sbcl.cmake.in
* sbcl.cmake.in: collect error output in the same file as standard
output
J. Moringen
11:27 PM RSBag Revision b75ea4bb (rsbag-tools-cl): Simplifications in bag-merge/transcoding.lisp
* bag-merge/transcoding.lisp (header): updated copyright
(transcode bag bag): simplified
J. Moringen
11:27 PM RSBag Revision 55bff9f3 (rsbag-tools-cl): Improved documentation in bag-merge/main.lisp
* bag-merge/main.lisp (header): updated copyright
(make-example-string): added documentation string
(print-progre...
J. Moringen
11:27 PM RSBag Revision 5a27db8f (rsbag-cl): Simplifications in src/backend/tidelog/file.lisp
* src/backend/tidelog/file.lisp (make-channel): simplified
(make-index): use `let' instead of `bind'
J. Moringen
11:27 PM Revision 684d0d61 (rsb-cl): Fixed typo in docstring in src/configuration.lisp
* src/configuration.lisp (default-converters): fixed typo in docstring J. Moringen
11:27 PM Revision 1b818ceb (rsb-cl): Try /etc/rsb.conf in src/configuration.lisp
refs #850
* src/configuration.lisp (options-from-default-sources): try
/etc/rsb.conf
J. Moringen

02/02/2012

08:06 PM RSBag Revision 70b35bca (rsbag-cl): Added cl package qualification to `in-package' forms in **/*.lisp
* src/types.lisp (header): updated copyright
(in-package :rsbag): added cl package qualification to `in-package'
...
J. Moringen
08:06 PM RSBag Revision 82f9250a (rsbag-cl): Improved documentation in src/backend/tidelog/index.lisp
* src/backend/tidelog/index.lisp (header): updated copyright
(index): signal an error when mandatory initargs are n...
J. Moringen
08:06 PM RSBag Revision b67b4279 (rsbag-cl): Added time command in src/rsb/replay/external-driver-mixin.lisp
* src/rsb/replay/external-driver-mixin.lisp
(make-commands external-driver-mixin sequence): added "time" command
J. Moringen
 

Also available in: Atom