Activity

From 01/13/2014 to 02/11/2014

02/11/2014

07:29 PM Revision f0c2594e (rsb-tools-cl): Fixed example generated by make-style-help-string in formatting...
As Arne pointed out, the example
-s compact
which uses the abbreviated version of the commandline option works in...
J. Moringen
07:29 PM Revision cf2bf93b (rsb-tools-cl): Changed default maximum output lines in formatting/payload.lisp
Based on feedback by Arne.
* formatting/payload.lisp (format-payload :around t t t): changed
default of max-lines ...
J. Moringen
03:03 AM Revision 45c2e384 (rsb-cl): Updated type of method value in src/filter/method-filter.lisp
* src/filter/method-filter.lisp (method-filter::method): changed type or
null string -> or null keyword
(matches?...
J. Moringen
03:02 AM Revision c24c0962 (rsb-manual): Changed title YARP Transport{ -> s} in specification-yarp.rst
* specification-yarp.rst: changed title YARP Transport{ -> s} since the
page describes two transports
(toplevel):...
J. Moringen
02:54 AM Revision a24258a6 (rsb-manual): Changed title YARP Transport{ -> s} in specification-yarp.rst
* specification-yarp.rst: changed title YARP Transport{ -> s} since the
page describes two transports
J. Moringen
02:54 AM Revision ac710095 (rsb-manual): Wording improvements in specification-inprocess.rst
* specification-inprocess.rst: minor wording improvements J. Moringen
01:29 AM Revision a6587fe3 (rsb-manual): Added Java implementation in specification-inprocess.rst
refs #325
* specification-inprocess.rst (Implementations): added location in Java
implementation
J. Moringen
01:03 AM Revision 44d4658a (rsb-protocol): Introspection messages in proto/rsb/protocol/{operatingsystem,i...
fixes #1748
* proto/rsb/protocol/operatingsystem/Process.proto: new file; basic
information about an operatingsyst...
J. Moringen

02/10/2014

12:55 AM Revision e4f18214 (rsb-manual): Adapted IDL-paths in specification-spread.rst
* specification-spread.rst: adapted paths of
FragmentedNotification.proto and Notification.proto according to
cha...
J. Moringen
12:46 AM Revision fe0022be (rsb-protocol): Applied usual conventions in proto/rsb/protocol/*.proto
* proto/rsb/protocol/EventId.proto: use usual conventions for whitespace
and documentation comments
* proto/rsb/pro...
J. Moringen
12:46 AM Revision 429c4487 (rsb-protocol): Moved protocol IDL-files into proto/ directory
refs #1748
* proto/rsb/protocol/**/*.proto:
moved { -> proto}/rsb/protocol/**/*.proto
* CMakeLists.txt: adapted to...
J. Moringen
12:06 AM Revision 5d6a0651 (rsb-cl): Added participant-kind in src/protocol.lisp
* src/protocol.lisp (participant-kind): new generic function; return a
keyword designating the kind of a participan...
J. Moringen
11:45 PM Revision 1e11d9bc (rsb-cl): Deleted leftover file src/transport/error-handling-mixins.lisp
* src/transport/error-handling-mixins.lisp: removed; contents has been
moved into src/transport/connector-mixins.li...
J. Moringen
10:26 PM Revision f0b35442 (rsb-tutorials): Fixed one-line summary in chat-2/cl/{project,solution}/avatar....
* chat-2/cl/project/avatar.lisp (header): fixed one-line summary
* chat-2/cl/solution/avatar.lisp (header): likewise
J. Moringen
10:24 PM Revision 21719ad2 (rsb-tutorials): Removed explicit package qualification in chat-2/cl/{project,s...
* chat-2/cl/project/avatar.lisp (start-avatar-server): removed explicit
qualification with package rsb.patterns
* c...
J. Moringen
09:27 PM Revision 74329853 (rsb-integrationtest): Adapted to changed package name in lisp/{client,server}....
* lisp/client.lisp (header): updated copyright
(client-main): changed package rsb.patterns{ -> .request-reply}
* li...
J. Moringen
09:20 PM Revision 2a9393a8 (rsb-tools-cl): Adapted to changed package name in call/package.lisp
* call/package.lisp (header): updated copyright
(package rsb.tools.call): changed used package rsb.patterns{ ->
....
J. Moringen
09:04 PM RSBag Revision a90d87f0 (rsbag-cl): Adapted to change package name in src/rsb/replay/*.lisp
* src/rsb/replay/remote-controlled.lisp (header): updated copyright
(setf strategy-%commands :after list remote-con...
J. Moringen
08:50 PM RSBag Revision d12fd029 (rsbag-tools-cl): Adapted to changed package name in bag-record/package.lisp
* bag-record/package.lisp (header): updated copyright
(package rsbag.tools.record): changed used package rsb.patter...
J. Moringen
07:54 PM Revision 8a902086 (rsb-cl): Moved request-reply pattern {src,test}/patterns/{ -> request-reply/}
With more patterns being added, this directory structure makes more
sense.
* src/patterns/package.lisp: new file; co...
J. Moringen
07:32 PM Revision 9fe0d122 (rsb-manual): Adapted Common Lisp package names in examples-basic.rst
* examples-basic.rst (Client): adapted package name rsb.patterns ->
rsb.patterns.request-reply
(Server): likewise...
J. Moringen
06:53 PM Revision f922037b (rsb-tutorials): Adapted package names in chat-1/cl/{project,solution}/package....
* chat-1/cl/project/package.lisp (header): updated copyright
(package chat): changed used package rsb.patterns ->
...
J. Moringen
06:47 PM Revision 6e7cb3f2 (rsb-tutorials): Changed tabs to spaces, semicolon style in chat-{1,2}/cl/**/*....
* chat-{1,2}/cl/**/*.{lisp,asd}: changed tabs to spaces; fixed semicolon
style
J. Moringen
06:44 PM Revision 9095a53f (rsb-tutorials): Use (lambda ...) instead of #'(lambda ...) in chat-{1,2}/cl/**...
* chat-{1,2}/cl/**/*.lisp: use (lambda ...) instead of #'(lambda ...) J. Moringen
06:28 PM Revision d3c8ac2c (rsb-tutorials): Use uninterned-symbol syntax in *package forms in chat-{1,2}/c...
* chat-{1,2}/cl/**/*.{lisp,asd}: use uninterned-symbol syntax in
{def,in-}package forms
J. Moringen
06:24 PM Revision 0f2dac59 (rsb-tutorials): Shortened license headers in chat-{1,2}/cl/**/*.{lisp,asd}
* chat-{1,2}/cl/**/*.{lisp,asd} (header): shortened license J. Moringen
06:16 PM Revision f9af6dad (rsb-manual): Adapted locations of Common Lisp RPC examples in examples-basic.rst
* examples-basic.rst: changed ../rsb-cl/examples/{ ->
patterns/request-reply}/{client,server}.lisp
J. Moringen
06:11 PM Revision 2ead1bb6 (rsb-manual): Changed package of rsb.patterns:make-remote-server in examples-ba...
* examples-basic.rst: changed symbol reference rsb:make-remote-server ->
rsb.patterns:make-remote-server
J. Moringen
05:51 PM Revision c00050ad (rsb-cl): Moved pattern examples into examples/patterns/ sub-directory
With more patterns being added, this directory structure makes more
sense.
* examples/patterns/request-reply/{client...
J. Moringen
05:45 PM Revision ed726bdc (rsb-cl): Moved scope-{components,string},make-scope into src/protocol.lisp
* src/protocol.lisp (header): updated copyright
(scope-components): new generic function; moved here from
src/sco...
J. Moringen
05:38 PM Revision 31114cbd (rsb-cl): Moved generic mixin classes to src/mixins.lisp
* src/util.lisp (header): updated copyright
(uuid-mixin): removed; moved to src/mixins.lisp
(shared-initialize :a...
J. Moringen

02/09/2014

07:25 PM Revision baf9ebef (rsb-manual): Initial documentation of ROS transport in specification-ros.rst
* common.rst: added description of environment variables for tcp+ros and
ros transports
* specification-ros.rst: ne...
J. Moringen
07:03 PM Revision b9d54a64 (rsb-manual): Initial documentation of ROS transport in specification-ros.rst
* common.rst: added description of environment variables for tcp+ros and
ros transports
* specification-ros.rst: ne...
J. Moringen
06:39 PM Revision 78bdbd6f (rsb-manual): Initial documentation of YARP transport in specification-yarp.rst
* common.rst: added description of environment variables for the
tcp+yarp and yarp transports
* specification-yarp....
J. Moringen
06:04 PM Revision 46668533 (rsb-manual): Initial documentation of YARP transport in specification-yarp.rst
* common.rst: added description of environment variables for the
tcp+yarp and yarp transports
* specification-yarp....
J. Moringen

02/06/2014

04:05 AM Revision c4100cc1 (rsb-manual): Added stub section for 0.11 in news.rst
* news.rst (RSB 0.11): stub news section for version 0.11 J. Moringen

02/05/2014

05:07 PM Revision 4a0908bf (rsb-manual): fixes #1222: Fixed tabs
Converted all tabs to spaces and fixed the indentations. J. Wienke
05:07 PM Revision 3ddbed34 (rsb-manual): Improved java installation documentation
* spell fix commandline -> command-line
* intro for different installation methods
* some rewording
* removed instruc...
J. Wienke
05:07 PM Revision 06e1a22b (rsb-manual): Syntax and style fixes
* no useless empty lines
* fixes :file: directive
* some rewording
J. Wienke
05:07 PM Revision bdb59976 (rsb-manual): updates for maven installation
suchit sharma
05:07 PM Revision fabf47a9 (rsb-manual): Fix trailing whitespace
J. Wienke
05:07 PM Revision 408ec1cc (rsb-manual): updated for maven installation steps
suchit sharma

02/04/2014

04:07 PM RSB XML Support Revision 3116ddaf (rsb-xml-cpp): Extracted conversion code from rst types to domain types (and vice
versa) into utility class. This prevents code duplication, because
traditional rsb converters can only convert from/t...
L. Ziegler
04:02 PM RSB XML Support Revision fb62f379 (rsb-xml-cpp): Extracted conversion code from rst types to domain types (and vice
versa) into utility class. This prevents code duplication, because
traditional rsb converters can only convert from/t...
L. Ziegler
02:35 PM RSB XML Support Revision 35b0ed68 (rsb-xml-cpp): implemented classes XOPs and XOPsConverter in order to have a na...
representation of RST type rst.xml.XOPs L. Ziegler
02:35 PM RSB XML Support Revision 15e91c06 (rsb-xml-cpp): added support for IDs in XOP type and converter
L. Ziegler
02:21 PM RSB XML Support Revision 3c277bf3 (rsb-xml-cpp): implemented classes XOPs and XOPsConverter in order to have a na...
representation of RST type rst.xml.XOPs L. Ziegler
01:47 PM RSB XML Support Revision cc8fe198 (rsb-xml-cpp): added support for IDs in XOP type and converter
L. Ziegler
01:34 PM Revision eb8cd922 (rsb-manual): fixes #1725: update link to homebrew tap
Homebrew formulas have been merged to the corlab association with the
version bump to 0.10.
J. Wienke
01:34 PM Revision 3a12f577 (rsb-manual): refs #1725: update link to homebrew tap
Homebrew formulas have been merged to the corlab association with the
version bump to 0.10.
J. Wienke
01:33 PM Revision 7e02d81b (rsb-manual): fixes #1725: update link to homebrew tap
Homebrew formulas have been merged to the corlab association with the
version bump to 0.10.
J. Wienke
11:57 AM Revision f0b57440 (rsb-tools-cpp): Fix compilation with cxx11
* Use boost namespace explicitly to avoid type confusion with new std
types
J. Wienke
11:56 AM Revision c0c694f5 (rsb-tools-cpp): Fix compilation with cxx11
* Use boost namespace explicitly to avoid type confusion with new std
types
J. Wienke
11:21 AM Revision 7939e922 (rsb-java): refs #1731: allow - and _ in scopes
J. Wienke
11:21 AM Revision e8e96ae8 (rsb-java): refs #1731: allow - and _ in scopes
J. Wienke
11:21 AM Revision 4bf5f560 (rsb-java): fixes #1731: allow - and _ in scopes
J. Wienke
11:14 AM Revision a16f6e13 (rsb-cpp): Fix compilation with cxx11
Use boost namespace explicitly to avoid confusion of types with new
standard types.
J. Wienke
11:13 AM Revision 38855afa (rsb-cpp): Fix compilation with cxx11
Use boost namespace explicitly to avoid confusion of types with new
standard types.
J. Wienke

01/29/2014

09:19 PM Revision 19cce0ec (rsb-tools-cl): Improved quantity names in scripts/plot-statistics.lisp
* scripts/plot-statistics.lisp (header): updated copyright
(write-plot-commands-for-scope): changed quantity names
...
J. Moringen
07:50 PM Revision 83986220 (rsb-tools-cl): Fixed names of private functions in **/*.lisp
* formatting/periodic-printing-mixin.lisp
(periodic-printing-mixin::stream): renamed %style-stream ->
style-%stre...
J. Moringen
06:58 PM Revision 4ec0e48b (rsb-tools-cl): Serial dependencies in rsb-formatting-and-rsb-stats.asd
* rsb-formatting-and-rsb-stats.asd (header): updated copyright
(system rsb-formatting-and-rsb-stats): use serial de...
J. Moringen
06:40 PM Revision 40ee3a3c (rsb-tools-cl): Initarg and initform fixes in formatting/*.lisp
* formatting/conditions.lisp (format-code-error): added default initarg
for code slot
* formatting/name-mixin.lisp ...
J. Moringen
06:39 PM Revision d143251a (rsb-tools-cl): Fixed indentation of documentation strings in **/*.lisp
* **/*.lisp: updated copyright; fixed indentation of documentation
strings
J. Moringen

01/28/2014

12:49 PM Revision 67c9ea9b (rsb-cl): Moved connector mixins into src/transport/connector-mixins.lisp
* src/transport/connector-mixins.lisp: new file; contains connector
mixin classes and associated functions
* src/tr...
J. Moringen
11:37 AM Revision 695a2639 (rsb-cpp): Port from 0.10: Fixes exported library flags in pkg-config
* Due to an upstream bug in cmake, the pthread library is handled wrong: http://www.cmake.org/Bug/view.php?id=14720
*...
Arne Nordmann

01/27/2014

04:41 PM Revision 5e438b0a (rsb-cpp): Fixes exported boost library flags in pkg-config
* Due to an upstream bug in cmake, the pthread library is handled wrong: http://www.cmake.org/Bug/view.php?id=14720
*...
Arne Nordmann
03:07 AM Revision f59ae4d7 (rsb-cl): Moved filter mixins into src/filter/filter-mixins.lisp
* src/filter/filter-mixins.lisp: new file; contains filter mixin classes
and associated functions
* src/filter/fall...
J. Moringen

01/26/2014

10:19 PM Revision b91bd8f8 (rsb-manual): Updated dependencies in install-cl.rst
* install-cl.rst (External Dependencies): updated dependency list J. Moringen
10:09 PM Revision 63c4c6a1 (rsb-cl): Moved processor mixins into src/event-processing/processor-mixins.lisp
* src/event-processing/protocol.lisp (header): updated copyright
(processor-filters): new generic function; moved h...
J. Moringen
09:59 PM Revision e0500869 (rsb-cl): Disabled failing test in test/reader.lisp
The test used a feature that is not properly implemented in the
current version of the configuration code and will ch...
J. Moringen

01/24/2014

08:07 PM RSBag Revision 2880331f (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
08:05 PM RSBag Revision 079b12ca (rsbag-manual): Added version note in index.rst
* index.rst: discourage use of master version in a note; link to stable
version
J. Moringen

01/16/2014

08:32 PM Revision 1e4212e7 (rsb-cl): Less verbose logging in src/**/*.lisp
* src/listener.lisp (header): updated copyright
(setf handlers :around list listener): changed log level info -> de...
J. Moringen
06:01 PM RSBag Revision 3e0c03cf (rsbag): Added release script release.sh
* release.sh: new file; script for performing releases J. Moringen
05:52 PM RSB XML Support Revision 849d8836 (rsb-xml): Minor improvements in release.sh
* release.sh: updated copyright
(project_type): allow multiple types for each project
(set_version): new helper f...
J. Moringen
05:44 PM Revision 393cd0d0 (rsb): Minor improvements in release.sh
* release.sh (patch_file): new function; perform specified replacements
in a given file
(set_version_*): use patc...
J. Moringen
03:54 PM RSB XML Support Revision 988c9c59 (rsb-xml): Updated HEADs of submodules rsx-xml-{cl,cpp,integrationtest,java,pyt...
J. Moringen
03:54 PM RSB XML Support Revision 323cd647 (rsb-xml-java): Version bump to 0.11.0, refs #1688
J. Moringen
03:52 PM RSB XML Support Revision 5eccf5c1 (rsb-xml): Updated HEAD of submodule rsb-xml-java
J. Moringen
03:46 PM RSB XML Support Revision 142b0b82 (rsb-xml-python): Version bump to 0.11.0, refs #1688
J. Moringen
03:45 PM RSB XML Support Revision 0e479723 (rsb-xml-integrationtest): Version bump to 0.11.0, refs #1688
J. Moringen
03:45 PM RSB XML Support Revision 18464928 (rsb-xml-cpp): Version bump to 0.11.0, refs #1688
J. Moringen
03:45 PM RSB XML Support Revision 2ec9ece0 (rsb-xml-cl): Version bump to 0.11.0, refs #1688
J. Moringen

01/15/2014

08:47 PM Revision 171aee07 (rsb): Updated HEAD of submodule rsb-manual
J. Moringen
08:37 PM Revision 7576363a (rsb-manual): Post-release adjustments in index.rst
refs #1688
* index.rst: updated suggestion to use stable version
J. Moringen
08:35 PM Revision cc1a0324 (rsb): Updated HEADs of submodules rsb-*
J. Moringen
08:33 PM Revision bfd3e09c (rsb-manual): Post-release adjustments in index.rst, install.rst
refs #1688
* index.rst: removed suggestion to use stable version
* install.rst (Debian Packages): do not mention tes...
J. Moringen
08:30 PM Revision cea32f1d (rsb): Improved release.sh
* release.sh: updated copyright
(project_type, do_project): allow projects to have more than one type
(project_an...
J. Moringen
08:26 PM Revision 9a311ae9 (rsb): Replaced version-bump.txt with release.rst
* release.rst: new file; contains basic, partial description of
necessary steps for performing a release
J. Moringen
08:26 PM Revision fd1e4877 (rsb): Updated HEADs of submodules rsb-*
J. Moringen
08:18 PM Revision bf7ff1cf (rsb-matlab): Version bump to 0.11.0, refs #1688
J. Moringen
08:15 PM Revision cd03e418 (rsb-zmq-cl): Version bump to 0.11.0, refs #1688
J. Moringen
08:15 PM Revision ba4204a9 (rsb-yarp-cl): Version bump to 0.11.0, refs #1688
J. Moringen
08:15 PM Revision 0b4fbb0f (rsb-yarp-cpp): Version bump to 0.11.0, refs #1688
J. Moringen
08:15 PM Revision 81a0dbb2 (rsb-tools-cpp): Version bump to 0.11.0, refs #1688
J. Moringen
08:15 PM Revision 5fe8ca7e (rsb-tools-cl): Version bump to 0.11.0, refs #1688
J. Moringen
08:15 PM Revision 5c94d517 (rsb-spread-cpp): Version bump to 0.11.0, refs #1688
J. Moringen
08:15 PM Revision 84e5fd62 (rsb-ros-cl): Version bump to 0.11.0, refs #1688
J. Moringen
08:15 PM Revision afcf2db6 (rsb-python): Version bump to 0.11.0, refs #1688
J. Moringen
08:15 PM Revision fe12133f (rsb-realtime-cpp): Version bump to 0.11.0, refs #1688
J. Moringen
08:15 PM Revision a0cf6cf0 (rsb-protocol): Version bump to 0.11.0, refs #1688
J. Moringen
08:15 PM Revision 5f6a0fb5 (rsb-java): Version bump to 0.11.0, refs #1688
J. Moringen
08:15 PM Revision 7b822082 (rsb-manual): Version bump to 0.11.0, refs #1688
J. Moringen
08:15 PM Revision 173afea3 (rsb-integrationtest): Version bump to 0.11.0, refs #1688
J. Moringen
08:15 PM Revision 20864e0d (rsb-cl): Version bump to 0.11.0, refs #1688
J. Moringen
08:15 PM Revision 7bb66d0a (rsb-cpp): Version bump to 0.11.0, refs #1688
J. Moringen

01/14/2014

07:36 PM RSBag Revision ee389ffe (rsbag): Updated HEADs of submodules rsbag-{cl,tools-cl}
J. Moringen
07:34 PM RSBag Revision c7c0aa98 (rsbag): Updated HEADs of submodules rsbag-{cl,manual,python,tools-cl}
J. Moringen
07:30 PM RSBag Revision 9fd81ccb (rsbag-tools-cl): Version bump to 0.11.0, refs #1688
J. Moringen
07:29 PM RSBag Revision af9542c9 (rsbag-cl): Version bump to 0.11.0, refs #1688
J. Moringen
07:28 PM RSBag Revision f46ff234 (rsbag-python): Version bump to 0.11.0, refs #1688
J. Moringen
07:27 PM RSBag Revision 96b2afce (rsbag-manual): Version bump to 0.11.0, refs #1688
J. Moringen
05:56 PM RSBag Revision a9b4f1fb (rsbag-tools-cl): Test from-end index and time commandline options in CMakeList...
fixes #1695
* CMakeLists.txt: updated copyright; generate tests with negative
--{start,end}-{index,time} for the n...
J. Moringen
 

Also available in: Atom