Activity

From 08/02/2012 to 08/31/2012

08/31/2012

08:31 PM Revision 570f6c00 (rsb-manual): Initial draft documentation for ROS transport
* specification-ros.rst: new file; specification of ROS transport
* specification.rst: link to specification-ros.rst
...
J. Moringen
08:31 PM Revision 8dfafd2a (rsb-manual): Initial draft documentation for YARP transport
* common.rst: added description of environment variables for the
tcp+yarp and yarp transports
* specification-yarp....
J. Moringen
08:30 PM Revision b4512224 (rsb-manual): Added ZMQ transport environment variables in common.rst
* common.rst: added description of environment variables related to
the ZMQ transport
J. Moringen
08:30 PM Revision e69f02eb (rsb-manual): Added initial specification of ØMQ transport in specification-zmq...
* specification-zmq.rst: new file; contains initial specification of
ØMQ transport
* specification.rst: include spe...
J. Moringen
08:29 PM Revision 09964d72 (rsb-manual): Added description of event formatting in formatting.rst
* formatting.rst: new file; contains description of event formatting
* logger.rst: added seealso reference to formatt...
J. Moringen
07:49 PM Tasks #1003 (Resolved): Dcoument installation from source for MacOS
Applied in changeset rsb-manual|commit:aae16b73347a0b25f22bbb93b269b5be1d169947. J. Moringen
07:47 PM Revision 7b6b226c (rsb): Updated HEAD of submodule rsb-manual
J. Moringen
07:46 PM Revision aae16b73 (rsb-manual): Added homebrew-based installation in install.rst
fixes #1003
* install.rst: added section on homebrew-based installation
J. Moringen
07:40 PM Revision 9e8d3f0d (rsb-manual): Simplifications in install-{cpp,java}.rst
* install-cpp.rst: simplified structure
* install-java.rst: likewise; fixed Debian package names
* conf.py.in: added ...
J. Moringen
07:36 PM Revision 9c76a052 (rsb-manual): Renamed {preparation -> install}.rst; Simplified install.rst
* install.rst: renamed {preparation -> install}.rst; removed
"Reparation" and "Running the Examples" sections
* ind...
J. Moringen
07:36 PM Revision 17930bc5 (rsb-manual): Fixes and simplifications in install-{java,cpp}.rst
* install-cpp.rst: fixed Subversion vs. git issues; simplified
and fixed installation instructions
* install-java.r...
J. Moringen
06:44 PM Revision 28724b87 (rsb): Updated HEADs of submodules rsb-{cl,cpp,java,manual}
J. Moringen
06:44 PM Revision 26a6c157 (rsb-cl): Handle unprintable chars in print-event-data in src/event.lisp
* src/event.lisp (print-event-data): made colon? and at? parameters
optional; replace unprintable characters with "...
J. Moringen
06:38 PM Revision 567681fe (rsb-manual): Fixed package names in conf.py.in
* conf.py.in: fixed package names rsb -> librsb; added cl-rsb J. Moringen
06:38 PM Revision db591ad6 (rsb-manual): Fixed repository locations in in install-cpp.rst
* install-cpp.rst: fixed sub-project paths in rsb git repository; link
to rsc git repository instead of svn repository
J. Moringen
06:38 PM Revision e36eb78f (rsb-manual): Added style for important admonition in corlab/static/corlab.css
* corlab/static/corlab.css: added border and background color for
"important" admonition style
J. Moringen
04:20 PM Enhancement #1159 (Resolved): Name of protobuf jar in build.xml in RSB-Java is ancient
Applied in changeset rsb-java|commit:e3629778dce51aa8dd23dd4cfe012e33299ac065. J. Moringen
04:20 PM Enhancement #1159 (In Progress): Name of protobuf jar in build.xml in RSB-Java is ancient
We used @protobuf.jar@ which was the correct default Ubuntu Lucid. However, both upstream and more recent Ubuntu vers... J. Moringen
02:06 PM Enhancement #1159: Name of protobuf jar in build.xml in RSB-Java is ancient
Added maven2@ubuntu as a dependency in the Gar-Installer F. Lier
01:58 PM Enhancement #1159 (Resolved): Name of protobuf jar in build.xml in RSB-Java is ancient
From my point of view, the line in the build.xml
<property name="pbuf.lib" location="/usr/share/java/proto...
F. Lier
04:20 PM Revision e3629778 (rsb-java): Modernized protobuf jar name in build.xml
fixes #1159
* build.xml: changed name of protobuf jar protobuf.jar ->
protobuf-java.jar; this is the upstream defau...
J. Moringen
04:02 PM Revision f53633dc (rsb-java): Fixed indentation in build.xml
* build.xml: fixed indentation tabs -> 4 spaces J. Moringen
03:37 PM Revision 56789060 (rsb-cpp): Fixed Debian compliance issues in cpack/CPackDebianConfig.cmake
* CMakeLists.txt: do not install COPYING.txt since Debian does this
differently and the usefulness is doubtful for ...
J. Moringen
05:51 AM Feature #1149: Allow checking if handlers are registered in Listener
See commit:rsb-cpp|48e68670, commit:rsb-cpp|df8f4678. J. Moringen
05:46 AM Enhancement #1126 (Resolved): Make multiple RSB C++ versions installable in parallel
Applied in changeset rsb-cpp|commit:26c739b33a7dd0a43a54ded2b0f093d01290ffcd. J. Moringen
05:46 AM Tasks #1157 (Resolved): Unify rsb_info vs rsb_version
Applied in changeset rsb-cpp|commit:c309a0ff859923e11dda39a949066c680489f495. J. Moringen
05:25 AM Revision 9e2c82ce (rsb-cpp): Fixed Debian compliance issues in cpack/CPackDebianConfig.cmake
* CMakeLists.txt: do not install COPYING.txt since Debian does this
differently and the usefulness is doubtful for ...
J. Moringen
04:10 AM Revision 3d2ca105 (rsb-cpp): Do not build -spread package in cpack/CPackDebianConfig.cmake
* cpack/CPackDebianConfig.cmake: changed filename of Debian package to
librsb${VERSION_MAJOR}.${VERSION_MINOR} inde...
J. Moringen

08/30/2012

01:01 AM Revision 768d747f (rsb-cpp): Cosmetic changes in src/rsb/{Factory.cpp,converter/*.{h,cpp}}
* src/rsb/Factory.cpp: fixed typo in comment
* src/rsb/converter/ByteArrayConverter.cpp: whitespace fixes
* src/rsb/c...
J. Moringen
12:59 AM Revision 26c739b3 (rsb-cpp): Make multiple RSB versions installable in parallel
fixes #1126
* RSBConfig.cmake.in: changed RSB_INCLUDE_DIRS to include
INSTALL_PATH_PREFIX; depend on specific versi...
J. Moringen
12:51 AM Enhancement #1126 (In Progress): Make multiple RSB C++ versions installable in parallel
J. Moringen
07:56 PM Revision f16e1f7b (rsb-cpp): Simplifications in examples/CMakeLists.txt
* examples/CMakeLists.txt: do not install example programs; introduced
EXAMPLE macro; unified names of example bina...
J. Moringen
07:37 PM Revision c309a0ff (rsb-cpp): Renamed send and version programs; Added Debian alternatives for both
fixes #1157
* apps/info/main.cpp: renamed apps/{rsbversion/rsbversion ->
info/main}.cpp
* apps/send/main.cpp: renam...
J. Moringen
02:51 PM Bug #1158 (Resolved): Sequence number increment is not atomic
See source:rsb-cpp|src/rsb/Informer.h#L131. J. Moringen
02:10 PM Tasks #1157 (Resolved): Unify rsb_info vs rsb_version
J. Moringen
02:09 PM Tasks #1156 (Resolved): Integrate doxygen documentation with rsb-manual
J. Moringen
01:14 PM Bug #1153: unknown data types cause crash when received
Which transport are you using? J. Wienke
01:07 PM Bug #1153: unknown data types cause crash when received
Example output: Exception is thrown but never catched
Listener setup finished. Waiting for messages on scope Scope...
R. Haschke

08/29/2012

07:23 PM Revision 8cd14728 (rsb): Updated HEADs of submodules rsb-{cpp,java,manual,yarp-cpp}, added rsb-zm...
* rsb-cpp: updated HEAD
* rsb-java: likewise
* rsb-manual: likewise
* rsb-yarp-cpp: likewise
* .gitmodules: added sub...
J. Moringen
06:44 PM Revision 2ecfc723 (rsb-yarp-cpp): Fixed compiler warning in src/rsb/transport/yarp/InPushConnecto...
* src/rsb/transport/yarp/InPushConnector.cpp: fixed compiler warning
for invalid char literals in doHandshake
J. Moringen
06:44 PM Revision 3542d121 (rsb-yarp-cpp): Adapted registration in src/rsb/transport/yarp/registration.cpp
* src/rsb/transport/yarp/registration.cpp: adapted transport
registration to changed transport registration interfa...
J. Moringen
06:44 PM Revision 06a2de85 (rsb-yarp-cpp): Improved CMake logic for versioning and packaging
* Includes version bump 0.7 -> 0.8
* Git-based revision numbers
* Parallel installation of multiple versions
* Debian...
J. Moringen
06:42 PM Revision 6d39056a (rsb-cpp): Fixed Debian package in cpack/CPackDebianConfig.cmake
* CMakeLists.txt: added VERSION_SUFFIX
* cpack/CPackDebianConfig.cmake: do not set CPACK_DEBIAN*_ARCHITECTURE
since...
J. Moringen
05:57 PM Feature #305: Implement plugin mechanism
A basic implementation example can be found here: https://redmine.amarsi-project.eu/projects/quaddrivers/repository/r... S. Wrede
02:46 PM RSB XML Support Revision 8aea3dd4 (rsb-xml-cpp): Added some documentation strings in src/XOPData.h
* src/XOPData.h: added some documentation strings for Attachment and
XOPData classes
J. Moringen
01:10 PM Bug #1153: unknown data types cause crash when received
I see. I think the current behavior of the C++ implementation is printing an exception and aborting processing of the... J. Moringen
09:54 AM Bug #1153: unknown data types cause crash when received
I did not tested with loggers. Because the loggers probably do not unpack the data by default, it's not an issue ther... R. Haschke
03:23 AM Bug #1153 (Feedback): unknown data types cause crash when received
Both loggers should not crash, no matter which payloads they receive. Does one of the loggers crash in this situation... J. Moringen
02:15 AM Bug #1153 (Rejected): unknown data types cause crash when received
An unknown data type send over a channel will cause an existing program to crash, if it did not register an appropria... R. Haschke
12:46 PM Revision 20f6d6bc (rsb-manual): Added polymorphic informer issue in troubleshooting.rst
refs #1152, refs #1139
* troubleshooting.rst: added an issue stating the problem and solution
regarding polymorphic...
J. Moringen
04:20 AM Revision 930dbe63 (rsb-manual): Initial draft documentation for ROS transport
* specification-ros.rst: new file; specification of ROS transport
* specification.rst: link to specification-ros.rst
...
J. Moringen
03:51 AM Bug #1152: InformerBase doesn't allow to publish polymorphic data
See also source:rsb-cpp|examples/informer/anyInformer.cpp.
I also updated the proposed troubleshooting section of th...
J. Moringen
02:43 AM Bug #1152 (Rejected): InformerBase doesn't allow to publish polymorphic data
I figured out, that I have to use rsb::InformerBase specifying an empty type string.
This info was quite hidden in ...
R. Haschke
02:11 AM Bug #1152 (Rejected): InformerBase doesn't allow to publish polymorphic data
I thought it is possible, to send different data types through the same channel. However, I get this error (also usin... R. Haschke
03:49 AM Revision 32559ccf (rsb-manual): Added polymorphic informer issue in troubleshooting.rst
refs #1152
* troubleshooting.rst: added an issue stating the problem and solution
regarding polymorphic informers i...
J. Moringen
02:52 AM RSB XML Support Revision 718c0213 (rsb-xml-cpp): cleanup and added tests for DataChannel::publish
R. Haschke
02:52 AM RSB XML Support Revision 922f5af7 (rsb-xml-cpp): removed special XOP handling: setting UUID is open again, previo...
How we can modify an rsb:Event during serialization? R. Haschke
02:49 AM RSB XML Support Revision 59767899 (rsb-xml-cpp): added cmake file for tests
some cleanup and minor fixes R. Haschke
02:45 AM Feature #1149: Allow checking if handlers are registered in Listener
The required code snipped is commited to agni branch.
Please consider merging to master branch.
R. Haschke

08/28/2012

11:54 PM RSB XML Support Revision 7e676485 (rsb-xml-cpp): merged style changes from branch master
R. Haschke
04:22 PM Revision f1224b0f (rsb-yarp-cpp): Added initial ignore patterns in .gitignore
* .gitignore: added initial ignore pattern /build* J. Moringen
04:21 PM Revision a2af9754 (rsb-java): Added initial ignore patterns in .gitignore
* .gitignore: initial ignore patterns /build*, /dist and
/generated-protocol
J. Moringen
03:23 PM RSB XML Support Revision ffaf8711 (rsb-xml-cpp): a bit cleanup
M. Meier
03:23 PM RSB XML Support Revision 402e20c7 (rsb-xml-python): Added initial ignore patterns in .gitignore
* .gitignore: initial ignore patterns *.pyc, /build*, /dist*,
/coverage*.egg, /*.egg-info, /test-reports
J. Moringen
03:20 PM RSB XML Support Revision e2af43dd (rsb-xml-cpp): payload added
M. Meier
03:20 PM RSB XML Support Revision b6e112dc (rsb-xml-python): Fixed license headers in **/*.py
* rsbxml/__init__.py: fixed license header GPLv2 -> LGPLv3
* rsbxml/xop.py: likewise
* setup.py: likewise
* test/__in...
J. Moringen
03:20 PM RSB XML Support Revision 7d4c8f86 (rsb-xml-python): Fixed deserialization in rsbxml/xop.py
* rsbxml/xop.py: converter input to type str for protocol buffer
library; retrieve nested converter for the wire-sc...
J. Moringen
02:52 PM RSB XML Support Revision b5c6a66b (rsb-xml-integrationtest): Treat attachments as strings in python/informer.py
* python/informer.py: treat attachments as strings after reading from
data file
J. Moringen
02:47 PM RSB XML Support Revision a3bbbd55 (rsb-xml-python): XOPConverter checks wire-schema in rsbxml/xop.py
* rsbxml/xop.py: XOPConverter checks wire-schema when deserializing
* test/xop.py: pass correct wire-schema to XOPCon...
J. Moringen
02:41 PM RSB XML Support Revision 99e64d99 (rsb-xml-python): Adapted XOP converter to changed protocol in rsbxml/xop.py
The data type definition for serialized XOPData objects has changed in
RST
* rsbxml/xop.py: XOPConverter uses a neste...
J. Moringen
01:12 PM RSB XML Support Revision ab513070 (rsb-xml-cpp): Cherry-picked relevant changes from agni branch
* src/XOPData.{h,cpp}: changed Attachment to support arbitrary data;
removed VectorAttachment
* src/XOPDataConverte...
M. Meier
12:57 PM RSB XML Support Revision b484e609 (rsb-xml-integrationtest): Adapted to changed interfaces in cpp/*.cpp, lisp/*.lisp
* cpp/informer.cpp: adapted converter registration; part data are
strings
* cpp/listener.cpp: likewise
* lisp/infor...
J. Moringen
12:53 PM RSB XML Support Revision 0f2a4b8f (rsb-xml-cl): Use default converters for parts in src/converter/xop.lisp
* src/converter/xop.lisp (xop): changed default value of initarg
:part-converter to use default converters for octe...
J. Moringen
02:25 AM RSB XML Support Revision ca11b5d8 (rsb-xml-cpp): some cleanup
R. Haschke
02:24 AM RSB XML Support Revision e1a929dc (rsb-xml-cpp): added RPATH settings
R. Haschke
02:24 AM RSB XML Support Revision 318d7783 (rsb-xml-cpp): moved tests to test directory
R. Haschke
02:05 AM RSB XML Support Revision 0d8267bf (rsb-xml-cl): Flexible query/update of parts in src/xop/{protocol,package1}.lisp
* src/xop/protocol.lisp (package-part): removed keyword parameter
error?; added keyword parameters if-exists and if...
J. Moringen

08/27/2012

01:24 AM Revision f434f23d (rsb-cpp): Fixed library name (rsbcore -> rsb) and package name (rsb -> librsb)
* CMakeLists.txt: changed library name rsbcore -> rsb
* cpack/CPackDebianConfig.cmake: changed package name {rsb ->
...
J. Moringen
09:16 PM RSB XML Support Revision 9b920296 (rsb-xml-cl): Allow arbitrary objects as attachments; includes adaptations to RST
change
* src/converter/types.lisp: removed; no longer needed
* src/converter/dom.lisp (in-package rsb-xml.converter):...
J. Moringen
09:15 PM RSB XML Support Revision b0d4668f (rsb-xml-cl): Added CMake rules for building, testing, packaging in CMakeLists.txt
* CMakeLists.txt: new file; contains CMake rules for build, installing
and testing
* sbcl.cmake.in: new file; helpe...
J. Moringen
08:12 PM RSBag Revision a244352c (rsbag): Updated HEADs of submodules rsbag-{cl,tools-cl}
J. Moringen
08:11 PM RSBag Revision 63272d11 (rsbag): Updated HEADs of submodules rsbag-{cl,tools-cl}
J. Moringen
07:37 PM RSB XML Support Revision 17349da5 (rsb-xml-cpp): added static create() function to Attachment
I'm pretty sure the template constructor is not callable M. Meier
06:04 PM Revision 487f731a (rsb-cpp): Unit test can also be executed if SPREAD_EXECUTABLE is not found (an...
J. Wienke
05:32 PM Revision 8b1fcb91 (rsb): Updated HEADs of submodules rsb-{cl,cpp,tools-cl,tools-cpp,yarp-cl}
J. Moringen
05:09 PM RSB XML Support Revision b36a0cb8 (rsb-xml-cpp): small tests added
M. Meier
05:07 PM RSB XML Support Revision 318a2955 (rsb-xml-cpp): changed converter datatype
M. Meier
02:57 PM RSB XML Support Revision ce3e131c (rsb-xml-cpp): XmltioXOPConverter added to Cmakelist.txt
it builds but needs to be tested M. Meier
02:56 PM RSB XML Support Revision c34cf21a (rsb-xml-cpp): friend XmltioXOPConverter
M. Meier
02:55 PM RSB XML Support Revision 06566426 (rsb-xml-cpp): xmltio converter added
M. Meier
11:56 AM RSB XML Support Revision 682ceecf (rsb-xml-cpp): copy and assignment operator for xmltio creation from xopdata
M. Meier
03:09 AM Revision 052c6451 (rsb-zmq-cl): Simplified tests in test/transport/zmq/connectors.lisp
* test/transport/zmq/connectors.lisp (define-connector-suite): new
local macro; used to define tests for in-pull, i...
J. Moringen

08/26/2012

11:35 PM RSBag Bug #1066 (Resolved): Wrong Debian installation instructions in the manual
Packages for the rsbag tools are now built for Ubuntu lucid and precise for the 0.6, 0.7 and 0.8 versions. J. Moringen

08/25/2012

01:55 AM RSBag Revision 8277f52c (rsbag-tools-cl): Added support for CPACK_PACKAGE_REVISION in CMakeLists.txt
* CMakeLists.txt: include CPACK_PACKAGE_REVISION in generated CPack
Debian package version and filename; removed LS...
J. Moringen
12:39 AM Revision b9df9d4c (rsb-zmq-cl): Fixed package base name in CMakeLists.txt
* CMakeLists.txt: fixed package base name rsb-zmq -> cl-rsb-zmq J. Moringen
11:10 PM RSBag Revision 4cf8d511 (rsbag-cl): Backport: Fixed Debian package filename in cpack/DebianUbuntu.cmake
* cpack/DebianUbuntu.cmake: added _all suffix to Debian package
filename
J. Moringen
11:07 PM RSBag Revision 6b50fdc6 (rsbag-cl): Backport: Added CMake rules for testing, packaging in CMakeLists.txt
* CMakeLists.txt: new file; CMake rule for the project
* sbclrc: new file; SBCL-specific configuration; for use from ...
J. Moringen
10:58 PM RSBag Revision 84eca302 (rsbag-cl): Improved documentation, comments and reports in src/{bag,conditions...
* src/bag.lisp (%make-channel-transform): added documentation string;
improved comments; improved restart report
* ...
J. Moringen
10:58 PM RSBag Revision 2dfbf85f (rsbag-cl): Added utf-8-string special case in src/transform/protocol.lisp
* src/transform/protocol.lisp (make-transform eql :utf-8-string): new
method; use identity transform for type utf-8...
J. Moringen
10:58 PM RSBag Revision 5b1a7b2c (rsbag-cl): Removed Subversion support from install rules in CMakeLists.txt
* CMakeLists.txt: remove exceptions for .svn directories from install
rules
J. Moringen
10:58 PM RSBag Revision 7b9b323b (rsbag-cl): Fixed Debian package filename in cpack/DebianUbuntu.cmake
* cpack/DebianUbuntu.cmake: added _all suffix to Debian package
filename
J. Moringen
08:24 PM RSB XML Support Revision c132f8c6 (rsb-xml-cl): Backport: Added CMake rules for building, testing, packaging in C...
* cl-rsb-xml.asd (+version-minor+): changed 1 -> 6
(system cl-rsb-xml): depend on correct version of cl-rsb
* CMake...
J. Moringen
08:19 PM RSB XML Support Revision a866b111 (rsb-xml-cl): Backport: Added CMake rules for building, testing, packaging in C...
* CMakeLists.txt: new file; contains CMake rules for build, installing
and testing
* sbcl.cmake.in: new file; helpe...
J. Moringen
06:49 PM Revision c596d034 (rsb-cl): Improved and extended tests in test/transport/spread
* test/package.lisp (suite root): removed slot spread-port
* test/transport/spread/connectors.lisp: contains test cas...
J. Moringen
06:49 PM Revision 4e6ad218 (rsb-cl): Improved connector test macro in test/transport/package.lisp
* test/transport/package.lisp (define-basic-connector-test-cases):
changed keyword parameter construct-args -> init...
J. Moringen
06:49 PM Revision a1afede5 (rsb-cl): Improved and extended tests in test/transport/socket/
* test/transport/socket/bus.lisp (suite transport-socket-bus-root):
renamed local function make-connector -> make-s...
J. Moringen
06:48 PM Revision 6c515e9a (rsb-cl): Fixed Debian package filename in cpack/DebianUbuntu.cmake
* cpack/DebianUbuntu.cmake: append CPACK_DEBIAN_PACKAGE_ARCHITECTURE
suffix to filename of Debian package
J. Moringen
06:41 PM Revision 5d22ae89 (rsb-cl): Fixed Debian package filename in cpack/DebianUbuntu.cmake
* cpack/DebianUbuntu.cmake: added CPACK_DEBIAN_PACKAGE_ARCHITECTURE
suffix to Debian package filename
J. Moringen
05:42 PM Revision 421cdda3 (rsb-cl): Support CPACK_PACKAGE_REVISION in CMakeLists.txt
* CMakeLists.txt: include CPACK_PACKAGE_REVISION in Debian package
version and filename
J. Moringen
12:10 PM RSB XML Support Revision fa3a2f2d (rsb-xml-cpp): fixed compilation
R. Haschke
11:38 AM Revision 443dada9 (rsb-cpp): Merge branch 'master' into agni
Robert Haschke

08/24/2012

01:53 AM Revision 15fba904 (rsb-ros-cl): Fixed dependencies in cpack/DebianUbuntu.cmake
* cpack/DebianUbuntu.cmake: depend on cl-rsb >= 0.8.0 instead of =
0.8.0; depend on rosetta, rosetta-yarp >= 0.2.0 ...
J. Moringen
01:52 AM Revision 3261f97b (rsb-yarp-cl): Fixed dependencies in cpack/DebianUbuntu.cmake
* cpack/DebianUbuntu.cmake: depend on cl-rsb >= 0.8.0 instead of =
0.8.0; depend on rosetta, rosetta-yarp >= 0.2.0 ...
J. Moringen
01:51 AM RSB XML Support Revision bb9722aa (rsb-xml-cpp): merged with Jan's changes on master branch: cmake stuff
R. Haschke
01:49 AM Revision 0902b032 (rsb-zmq-cl): Fixed cl-rsb dependency in cpack/DebianUbuntu.cmake
* cpack/DebianUbuntu.cmake: depend on cl-rsb >= 0.8.0 instead of =
0.8.0
J. Moringen
01:12 AM RSB XML Support Revision c7ed693d (rsb-xml-cpp): moved converter handling to XOPDataConverter
extended XOPData::Attachment to allow for postponed deserialization R. Haschke
01:09 AM RSB XML Support Revision 69bcca22 (rsb-xml-cpp): moved XOPData.proto back to RST
R. Haschke
06:20 PM Revision dadd9464 (rsb-tools-cpp): Various cleanup in CMakeLists, **/*.{h,cpp}
* CMakeLists.txt: improved debug output; cleaned up comments
* logger/main.cpp: removed logging configuration; remove...
J. Moringen
05:17 PM Revision f6358f36 (rsb-cpp): Backport: Integrate new version helpers from RSC
J. Moringen
05:00 PM Feature #1149 (Feedback): Allow checking if handlers are registered in Listener
For our migration to rsb we need some sort of functionality provided by the @rsb::Listener@ which allows us to check ... M. Meier
04:53 PM Revision c1515a93 (rsb-cpp): Backport: Integrate new version helpers from RSC
J. Moringen
04:38 PM Revision d7a5de0e (rsb-cpp): Print RSC version in apps/rsbversion/rsbversion.cpp
* src/rsb/Version.cpp.in: fixed indentation
* apps/rsbversion/rsbversion.cpp: print RSC version
J. Moringen
03:15 PM RSB XML Support Revision 3e7608da (rsb-xml-cpp): added some comments/questions
R. Haschke
12:12 PM RSB XML Support Revision f14657d7 (rsb-xml-cpp): new protobuf cpp files added
M. Meier
12:12 PM RSB XML Support Revision 8c799cad (rsb-xml-cpp): XOPData::as<T>() works as expected
but there is overall potential for beatifications M. Meier
12:12 PM RSB XML Support Revision fc86aab3 (rsb-xml-cpp): as<>() converter for Attachments
M. Meier
12:12 PM RSB XML Support Revision 5a854580 (rsb-xml-cpp): some cleanup, but the converter registration in as<> is still ug...
M. Meier
12:12 PM RSB XML Support Revision 89e4c8d9 (rsb-xml-cpp): sed action
M. Meier
12:12 PM RSB XML Support Revision 948a84cf (rsb-xml-cpp): renaming
M. Meier
12:12 PM RSB XML Support Revision 25fe0aa3 (rsb-xml-cpp): publish methods
M. Meier
12:12 PM RSB XML Support Revision bc1afcbc (rsb-xml-cpp): removed V2 from class names
M. Meier
12:12 PM RSB XML Support Revision 07d7bfa9 (rsb-xml-cpp): renamed
M. Meier
12:12 PM RSB XML Support Revision a8d23856 (rsb-xml-cpp): more publish() impl
M. Meier
12:12 PM RSB XML Support Revision 41ae9cdd (rsb-xml-cpp): removed some warnings and added a bit of publish() functionality
M. Meier
12:12 PM RSB XML Support Revision 25171068 (rsb-xml-cpp): removed some compile errors and changed createInformer() call
M. Meier
12:12 PM RSB XML Support Revision 0b0a0a4b (rsb-xml-cpp): subscribtions are working now, publishing needs to be done
M. Meier
12:12 PM RSB XML Support Revision f2ea3704 (rsb-xml-cpp): fixed scope concat
M. Meier
12:12 PM RSB XML Support Revision 8a2942f6 (rsb-xml-cpp): forgot to check these in. XOPData for arbitrary attachments
TODO: discuss where the convertion should be handled M. Meier
12:12 PM RSB XML Support Revision 54109ab1 (rsb-xml-cpp): proposal for converter usage with as<T> function
M. Meier
12:12 PM RSB XML Support Revision 52654db4 (rsb-xml-cpp): renaming and moving
M. Meier
12:12 PM RSB XML Support Revision 9e3b9302 (rsb-xml-cpp): moved files
M. Meier
12:12 PM RSB XML Support Revision c5bb9ef3 (rsb-xml-cpp): renamed
M. Meier
12:12 PM RSB XML Support Revision 4d4e2951 (rsb-xml-cpp): works with xop v2, but needs refactoring
M. Meier
12:12 PM RSB XML Support Revision 8756fb47 (rsb-xml-cpp): xopdatav2 added
M. Meier
02:43 AM RSBag Revision 7858f59f (rsbag-tools-cl): Simplifications in */*.lisp
* bag-cat/main.lisp (make-help-string): simplified
(make-channel-filter): likewise
* bag-info/main.lisp (make-help-...
J. Moringen
02:43 AM RSBag Revision e4632bb6 (rsbag-tools-cl): Fixed in-package forms in */*.lisp
* bag-info/main.lisp (in-package rsbag.tools.info): added
qualification with cl package to `in-package' form
* bag-...
J. Moringen
02:43 AM RSBag Revision 54e22678 (rsbag-tools-cl): Use system let-plus instead of system metabang-bind
* common/options.lisp (process-bounds-option): replaced bind -> let+
* common/package.lisp (package rsbag.common): ch...
J. Moringen

08/23/2012

11:57 PM Revision f45c6b64 (rsb-cpp): Fixed Debian package version and filename in CMakeLists.txt
* CMakeLists.txt: added CPACK_PACKAGE_REVISION to the version and
filename of the generated Debian package
J. Moringen
09:27 PM Revision dfa52c0c (rsb-cl): Fixed Debian package filename in cpack/DebianUbuntu.cmake
* cpack/DebianUbuntu.cmake: added _all suffix to Debian package
filename
J. Moringen
09:06 PM RSB XML Support Revision b0c7cc51 (rsb-xml-cl): Added CMake rules for building, testing, packaging in CMakeLists.txt
* CMakeLists.txt: new file; contains CMake rules for build, installing
and testing
* sbcl.cmake.in: new file; helpe...
J. Moringen
08:19 PM RSB XML Support Revision 5e40c47a (rsb-xml-cpp): Added license file and package rules
* CMakeLists.txt: added basic packaging rules
* COPYING.txt: new file; contains license text
* cpack/CPackDebianConfi...
J. Moringen
07:44 PM RSB XML Support Revision 2743aa94 (rsb-xml-integrationtest): Cosmetic changes in java/{informer,listener}.java
* java/informer.java: added license header; tabs -> spaces
* java/listener.java: likewise
J. Moringen
07:43 PM RSB XML Support Revision cc45bbf6 (rsb-xml-integrationtest): Added cpp subproject in cpp/
* CMakeLists.txt: added subproject cpp
* cpp/CMakeLists.txt: new file; CMake rules for subproject
* cpp/informer.cpp:...
J. Moringen
07:41 PM RSB XML Support Revision 2e34de43 (rsb-xml-integrationtest): Removed C++-specific stuff in CMakeLists.txt
* CMakeLists.txt: removed C++ specific stuff J. Moringen
07:34 PM RSB XML Support Revision 9cefe449 (rsb-xml-cpp): Use pkg_check_modules to locate xmltio in CMakeLists.txt
* CMakeLists.txt: use pkg_check_modules macro to locate xmltio;
configure and include path and library search path
...
J. Moringen
07:34 PM RSB XML Support Revision 378a6044 (rsb-xml-cpp): API improvements and bug fixes in src/*.{h,cpp}
* src/XOPData.{h,cpp}: fixed constructor of VectorAttachment; fixed
constructor of XOPData; added XOPDataPtr typede...
J. Moringen
07:34 PM RSB XML Support Revision 79ba5d4c (rsb-xml-cpp): * CMakeLists.txt: use RSC's define_project_version macro; instal...
stuff into versioned prefixes; configure and install
RSBXMLConfig[Version].cmake.in; be more verbose regarding foun...
J. Moringen
02:49 AM Revision 7e4efd2d (rsb-cpp): Fixed log message in src/rsb/transport/spread/ReceiverTask.cpp
* src/rsb/transport/spread/ReceiverTask.cpp: fixed grammar error in
log message "catched" -> "caught"
J. Moringen

08/22/2012

07:35 PM Revision e16e33a4 (rsb-cl): Added disconnect messages in src/transport/socket/bus-connection.lisp
* src/transport/socket/bus-connection.lisp
(receive-message bus-connection t): recognize and handle disconnect
me...
J. Moringen
07:22 PM Revision 8dfada0b (rsb-cl): Improved and extended tests in test/transport/socket/
* test/transport/socket/bus.lisp (suite transport-socket-bus-root):
renamed local function make-connector -> make-s...
J. Moringen

08/21/2012

03:59 PM Revision 997bf725 (rsb-cpp): Setting spread cmake vars explicitely to an empty string before use ...
S. Wrede
02:51 PM RSB XML Support Revision 6553266c (rsb-xml-integrationtest): Fixed importing of clon symbols in lisp/{informer,li...
* lisp/informer.lisp (toplevel): use only actually needed symbol from
com.dvlsoft.clon
* lisp/listener.lisp (toplev...
J. Moringen
02:39 PM RSB XML Support Revision 898a8c88 (rsb-xml-integrationtest): Fixed importing of clon symbols in lisp/{informer,li...
* lisp/informer.lisp (toplevel): use only actually needed symbol from
com.dvlsoft.clon
* lisp/listener.lisp (toplev...
J. Moringen
02:36 PM RSB XML Support Revision defb7040 (rsb-xml-integrationtest): Fixed importing of clon symbols in lisp/{informer,li...
* lisp/informer.lisp (toplevel): use only actually needed symbol from
com.dvlsoft.clon
* lisp/listener.lisp (toplev...
J. Moringen
02:21 PM Revision e806812a (rsb-cl): Added around methods with abort restarts on emit, receive-message, ha...
* src/transport/restart-mixins.lisp: added around methods with abort restarts
* test/transport/restart-mixins.lisp: t...
J. Moringen
02:19 PM Revision 573de150 (rsb-cl): * cl-rsb.asd:
* src/event-processing/configurator.lisp:
* src/filter/protocol-buffer-xpath.lisp: new file;
* src/participant.lisp:
...
J. Moringen
02:16 PM Revision 8867eeea (rsb-cl): Simplification in src/transport/filter/notification-filtering-receive...
* src/transport/filter/notification-filtering-receiver-mixin.lisp
(notification-filtering-receiver-mixin): removed ...
J. Moringen
02:16 PM Revision 8cc7a16c (rsb-cl): Documentation in test/transport/filter/event-filter->notification-fil...
* test/transport/filter/event-filter->notification-filter-mixin.lisp
(header): added one-line summary
J. Moringen
02:16 PM Revision 6a9a45b1 (rsb-cl): Added package nickname in src/transport/filter/package.lisp
* src/transport/filter/package.lisp
(package rsb.transport.filter): added package nickname rsb.tp.ft
J. Moringen
02:15 PM Revision 262d1c7b (rsb-cl): Added mixin class event-filter->notification-filter-mixin
* src/transport/filter/event-filter->notification-filter-mixin.lisp:
new file; contains mixin class
`event-filter...
J. Moringen
02:14 PM Revision 0658366c (rsb-cl): Added protocol for transport.filter in src/transport/filter/protocol....
* src/transport/filter/protocol.lisp: new file; contains protocol
for transport.filter module
* src/transport/filte...
J. Moringen
02:13 PM Revision 542f9117 (rsb-cl): Added module transport-filter in directory src/transport/filter
* src/transport/filter/package.lisp: new file; contains definition of
package rsb.transport.filter
* src/transport/...
J. Moringen
02:11 PM Revision 50ce1582 (rsb-cl): Added the class notification-filtering-receiver-mixin
* src/transport/protocol.lisp (connector-notification-filters): new
generic function; return the set of notificatio...
J. Moringen
02:07 PM Revision d5720686 (rsb-cl): * src/patterns/protocol.lisp:
* src/patterns/remote-server.lisp:
* src/patterns/local-task-handler.lisp: new file;
* src/patterns/remote-task-handl...
J. Moringen
02:01 PM Revision d2254d69 (rsb-cl): * src/event-processing/protocol.lisp:
* src/event-processing/transport-tagging-configurator-mixin.lisp:
* src/transport/connector.lisp:
* src/transport/fil...
J. Moringen
01:56 PM Revision 331d9419 (rsb-cl): Added tagging/tag filtering to connectors in src/event-processing
* src/event-processing/out-route-configurator.lisp
(out-route-configurator): added superclass
`transport-tagging-...
J. Moringen
01:55 PM Revision 0fe26710 (rsb-cl): Mixin selection in src/event-processing/tagging-configurator-mixin.lisp
* src/event-processing/tagging-configurator-mixin.lisp
(collect-processor-mixins append tagging-configurator-mixin)...
J. Moringen
01:55 PM Revision 716b7ed9 (rsb-cl): Added src/event-processing/transport-filtering-configurator-mixin.lisp
refs #392
* src/event-processing/transport-filtering-configurator-mixin.lisp:
new file; contains `transport-filteri...
J. Moringen
01:53 PM Revision e0ad7351 (rsb-cl): Added filter class in src/filter/transport-tag-filter.lisp
refs #392
* src/filter/transport-tag-filter.lisp: new file; contains
`transport-tag-filter' class
* src/filter/pack...
J. Moringen
01:52 PM Revision 0769db8f (rsb-cl): Added src/event-processing/transport-tagging-configurator-mixin.lisp
refs #392
* src/event-processing/transport-tagging-configurator-mixin.lisp:
new file; contains `transport-tagging-c...
J. Moringen
01:50 PM Revision 43f6585b (rsb-cl): Fixed a dependency in cl-rsb.asd
Added mixin in src/event-processing/tagging-configurator-mixin.lisp
refs #392
* src/event-processing/tagging-configur...
J. Moringen
01:39 PM Revision 7b73a5ef (rsb-cl): Added source/sink participants in src/patterns/data-flow/*.lisp
* src/conditions.lisp (rsb-condition): new condition class
(rsb-error): added superclass `rsb-condition'; adapted d...
J. Moringen
12:38 PM Revision b895614a (rsb-cl): Generalized interfaces in src/filter/{protocol,composite-filter}.lisp
* src/filter/protocol.lisp (matches?): extended to documentation
string
(matches? function t): new method; defaul...
J. Moringen
12:17 PM Revision c68017d7 (rsb-cl): Added mixin in src/event-processing/tagging-processor-mixin.lisp
refs #392
* src/event-processing/tagging-processor-mixin.lisp: new file;
contains `tagging-processor-mixin' class
*...
J. Moringen

08/20/2012

12:43 AM Revision d3c2ad4d (rsb-tools-cpp): Support CPACK_PACKAGE_REVISION in CMakeLists.txt
* cpack/CPackDebianConfig.cmake: added support for
CMakeLists.txt
J. Moringen
12:23 AM Revision 46ee741e (rsb-tools-cpp): Support CPACK_PACKAGE_REVISION in cpack/CPackDebianConfig.cmake
* cpack/CPackDebianConfig.cmake: added support for
CPACK_PACKAGE_REVISION
J. Moringen
12:23 AM Revision e532bc1d (rsb-tools-cpp): Backport: Support CPACK_PACKAGE_REVISION in cpack/CPackDebianC...
* cpack/CPackDebianConfig.cmake: added support for
CPACK_PACKAGE_REVISION
J. Moringen
09:33 PM Bug #1146: CMake configuration aborts if no spread is available
Backport now also done. S. Wrede
09:23 PM Bug #1146 (Resolved): CMake configuration aborts if no spread is available
Should be fixed with commit:715140cb. Needs also be backported to 0.7. S. Wrede
09:13 PM Bug #1146 (Resolved): CMake configuration aborts if no spread is available
Environment: MacOS
Clean system, only RSC-0.8 installed, no Spread....
S. Wrede
09:29 PM Revision 6e586f0d (rsb-cpp): Merge branch '0.7' of https://code.cor-lab.org/git/rsb.git.cpp into 0.7
S. Wrede
09:27 PM Revision 5243488a (rsb-cpp): Setting spread cmake vars explicitely to an empty string before use ...
S. Wrede
09:20 PM Revision 715140cb (rsb-cpp): Setting spread cmake vars explicitely to an empty string before use ...
S. Wrede
07:11 PM RSBag Revision 1d32d3ee (rsbag-tools-cl): Simplification in cpack/DebianUbuntu.cmake
* cpack/DebianUbuntu.cmake: removed LSB-script invocation since they
are no longer necessary
J. Moringen
07:10 PM RSBag Revision 08153806 (rsbag-tools-cl): Added support for CPACK_PACKAGE_REVISION in CMakeLists.txt
* CMakeLists.txt: include CPACK_PACKAGE_REVISION in generated CPack
Debian package version and filename; removed LS...
J. Moringen
05:35 PM Revision 65ef56d4 (rsb-tools-cl): Added support for CPACK_PACKAGE_REVISION in CMakeLists.txt
* CMakeLists.txt: include CPACK_PACKAGE_REVISION in generated CPack
Debian package filename
J. Moringen
05:33 PM Revision d412a85c (rsb-tools-cl): Simplification in cpack/DebianUbuntu.cmake
* cpack/DebianUbuntu.cmake: removed LSB-script invocation since they
are no longer necessary
J. Moringen
04:23 PM Revision 80bbbe09 (rsb-tools-cl): temp
J. Moringen
04:17 PM Revision 919b05c2 (rsb-tools-cl): Cosmetic change in logger/help.lisp
* logger/help.lisp (make-examples-string): fixed line breaks J. Moringen
04:02 PM Revision 02b98cf7 (rsb-tools-cl): Removed cl-protobuf system dependency in cl-rsb-tools-logger.asd
* cl-rsb-tools-logger.asd (system cl-rsb-tools-logger): removed system
dependency on cl-protobuf
J. Moringen
03:52 PM Revision ff4e0e39 (rsb-tools-cl): Improved formatting in common/help.lisp
* common/help.lisp (print-uri-synopsis): print all schemas if the
connector has more than one
(print-classes-help...
J. Moringen
03:20 PM Revision 9b02b62c (rsb-tools-cl): Fixed pretty printing in common/debugger.lisp, formatting/util....
* common/debugger.lisp (disable-debugger): in SBCL, enable
`cl:*debugger-hook*'; print condition with sane pretty p...
J. Moringen

08/17/2012

07:17 PM Revision 887bdc66 (rsb-cl): temp commit
J. Moringen
07:03 PM Revision 9a196aca (rsb-manual): Added "Missing Converters" issue in troubleshooting.rst
refs #1139
* troubleshooting.rst: added "Missing Converters" issue
J. Moringen
07:03 PM Revision d3d242da (rsb-manual): Moved troubleshooting into separate file troubleshooting.rst
refs #1139
* troubleshooting.rst: new file; contains troubleshooting; added link
targets to individual issues
* pre...
J. Moringen
07:00 PM Tasks #1144 (Resolved): Add RSB and RSB-related Publications to Documentation
Under Literature at currently only two external (there could be more) references and none of our own references are l... S. Wrede
04:44 PM Revision 170d9996 (rsb-cl): Fixed Debian package filename in cpack/DebianUbuntu.cmake
* cpack/DebianUbuntu.cmake: append _all suffix to filename of Debian
package
J. Moringen
03:57 AM Revision 1c04f3b0 (rsb-cl): Removed Subversion-specific rules in CMakeLists.txt
* CMakeLists.txt: removed Subversion specific rules form install rules
* sbcl.cmake.in: minor cleanup
J. Moringen
03:30 AM RSB XML Support Revision 81e2608d (rsb-xml-cl): Changed license GPLv3 -> LLGPLv3
* COPYING: changed license text GPLv3 -> LLGPLv3
* rsb-xml.asd (header): changed license GPLv3 -> LLGPLv3
(system r...
J. Moringen
03:30 AM RSB XML Support Revision 6a9a4c2f (rsb-xml-cl): Use protocol-buffer converter in src/converter/xop.lisp
* src/xop/package1.lisp (setf package-document simple-array package1):
use nibbles:octet-vector instead of binio:oc...
J. Moringen
03:30 AM RSB XML Support Revision 39827041 (rsb-xml-cl): Minor improvements in src/xop/*.lisp
* src/xop/part.lisp (print-object part t): respect *print-length*
* src/xop/types.lisp (part-data): added float and i...
J. Moringen
03:29 AM RSB XML Support Revision c89da6dc (rsb-xml-cl): Added package tests in test/xop/package.lisp
* test/xop/package1.lisp; new file; contains unit tests for the
`package1' class
* test/xop/package.lisp: new file;...
J. Moringen
03:26 AM RSB XML Support Revision 94cbaba4 (rsb-xml-cl): Renamed system cl-rsb-xml -> rsb-xml
* src/converter/types.lisp (header): adapted system name in one-line
summary
* src/xop/protocol.lisp: likewise
* sr...
J. Moringen

08/16/2012

10:08 PM RSB XML Support Tasks #1141 (Resolved): Change integration-test to use default transport
Currently, the integration-test uses the spread Spread transport. It could be simplified. by using the default (curre... J. Moringen
08:21 PM RSB XML Support Revision 9ca814b5 (rsb-xml-cl): Minor improvements in src/xop/*.lisp
* src/xop/part.lisp (print-object part t): respect *print-length*
* src/xop/types.lisp (part-data): added float and i...
J. Moringen
08:21 PM RSB XML Support Revision 0e820433 (rsb-xml-cl): Use protocol-buffer converter in src/converter/xop.lisp
* src/xop/package1.lisp (setf package-document simple-array package1):
use nibbles:octet-vector instead of binio:oc...
J. Moringen
07:17 PM RSB XML Support Revision 83dcb0c1 (rsb-xml-cl): Added package tests in test/xop/package.lisp
* test/xop/package1.lisp; new file; contains unit tests for the
`package1' class
* test/xop/package.lisp: new file;...
J. Moringen
07:17 PM RSB XML Support Revision 442c77f8 (rsb-xml-cl): Renamed system cl-rsb-xml -> rsb-xml
* src/converter/types.lisp (header): adapted system name in one-line
summary
* src/xop/protocol.lisp: likewise
* sr...
J. Moringen
06:19 PM RSB XML Support Revision dc23fa45 (rsb-xml-integrationtest): Updated lisp/*.lisp, lisp/sbclrc
* lisp/informer.lisp (header): added copyright
(toplevel): removed loading of systems; moved to lisp/common.lisp
...
J. Moringen
06:14 PM RSB XML Support Revision a454a51f (rsb-xml-integrationtest): Fixed deactivation in python/{listener,informer}.py
* python/informer.py (header): updated copyright
(__main__): cosmetic change
* python/listener.py (header): updated...
J. Moringen
06:04 PM RSB XML Support Revision 6737334e (rsb-xml-integrationtest): Disable socket transport in test/integrationtest.py
* test/integrationtest.py (header): updated copyright
(run) disable socket transport since it is enabled by default...
J. Moringen
06:02 PM RSB XML Support Revision 627d7490 (rsb-xml-integrationtest): Fixed library names in java/CMakeLists.txt
* java/CMakeLists.txt: fixed names rsb and rsb-xml jar files J. Moringen
05:46 PM RSB XML Support Revision d95fb273 (rsb-xml-java): Added a .gitignore for several build files.
D. Klotz
05:37 PM Feature #1140 (Resolved): Implement context manager protocol for participants
So one can write... J. Moringen
05:16 PM RSB XML Support Revision be75cc7b (rsb-xml-java): Updated the name of the eclipse project and its dependency on r...
to follow the general rsx naming style more closely. D. Klotz
04:49 PM RSB XML Support Revision 3630bee5 (rsb-xml-integrationtest): Added initial ignore patterns in .gitignore
* .gitignore: added initial ignore pattern /build* J. Moringen

08/15/2012

04:06 PM Feature #1139 (In Progress): Reference documentation in error reports
It would be nice to refer users to suitable documentation when certain errors are encountered.
This has been sugge...
J. Moringen

08/14/2012

07:36 PM RSB XML Support Revision 1480a3b4 (rsb-xml-integrationtest): Removed non-existing subproject cpp in CMakeLists.txt
This probably used to work because a subversion checkout created an
empty cpp directory; However, git does not suppor...
J. Moringen
06:57 PM RSB XML Support Revision e006ccad (rsb-xml-integrationtest): Removed non-existing subproject cpp in CMakeLists.txt
This probably used to work because a subversion checkout created an
empty cpp directory; However, git does not suppor...
J. Moringen
06:48 PM RSB XML Support Revision 87f32aad (rsb-xml-integrationtest): Removed non-existing subproject cpp in CMakeLists.txt
This probably used to work because a subversion checkout created an
empty cpp directory; However, git does not suppor...
J. Moringen
06:44 PM RSB XML Support Revision 8d049bd5 (rsb-xml-cl): Backport: Adaptations for lift version 1.7.1
* lift-standard.config: changed property :name -> :full-pathname;
write test results in the current directory inste...
J. Moringen
06:43 PM RSB XML Support Revision 8b475cf2 (rsb-xml-cl): Backport: Adaptations for lift version 1.7.1
* lift-standard.config: changed property :name -> :full-pathname;
write test results in the current directory inste...
J. Moringen
06:18 PM RSB XML Support Revision 216d37cc (rsb-xml-cpp): Added initial ignore pattern /build* in .gitignore
* .gitignore: added initial ignore pattern /build* J. Moringen
06:13 PM RSB XML Support Switched repository to git
We replaced the project:rsb-xml Subversion repostiory with multiple git repositories, approximately one for each subp... J. Moringen
06:08 PM RSB XML Support Revision 3ba1cdc3 (rsb-xml): submodules
J. Moringen
05:50 PM RSB XML Support Revision 6f9e8659 (rsb-xml): Updated HEAD of submodule rsb-xml-cpp
J. Moringen
05:48 PM RSB XML Support Revision 68f54530 (rsb-xml): submodules
J. Moringen
05:32 PM RSB XML Support Revision d847d9ea (rsb-xml-cl): .bzrignore -> .gitignore
* .gitignore: added initial ignore pattern /build* J. Moringen
05:04 PM RSBag Revision 85687f49 (rsbag-tools-cl): Fixed handling of end index in bag-cat/main.lisp
* bag-cat/main.lisp (header): updated copyright
(main): if end index is nil, iterate without :to argument
J. Moringen
02:28 PM RSBag Revision af9c96bf (rsbag-cl): Backport: Fixed replay method in src/rsb/replay/sequential-mixin.lisp
* src/rsb/replay/sequential-mixin.lisp
(replay replay-bag-connection sequential-mixin): avoid passing :to
keyword...
J. Moringen
02:27 PM RSBag Revision 4a148993 (rsbag-cl): Backport: Fixed replay method in src/rsb/replay/sequential-mixin.lisp
* src/rsb/replay/sequential-mixin.lisp
(replay replay-bag-connection sequential-mixin): avoid passing :to
keyword...
J. Moringen
01:30 PM RSBag Revision 5576105e (rsbag-tools-cl): Backport: run test programs with --debug in CMakeLists.txt
* CMakeLists.txt: run test programs --debug to obtain backtraces in
case of errors
J. Moringen

08/13/2012

05:53 PM Revision 51f9a1bb (rsb): Updated HEADs of submodules rsb-{cl,integrationtest,manual,yarp-cl}
J. Moringen
05:36 PM Revision 2e457098 (rsb-manual): Added ZMQ transport environment variables in common.rst
* common.rst: added description of environment variables related to
the ZMQ transport
J. Moringen
05:36 PM Revision 0c1993a2 (rsb-manual): Added initial specification of ØMQ transport in specification-zmq...
* specification-zmq.rst: new file; contains initial specification of
ØMQ transport
* specification.rst: include spe...
J. Moringen
05:36 PM Revision 0ba9c154 (rsb-manual): Initial draft documentation for YARP transport
* common.rst: added description of environment variables for the
tcp+yarp and yarp transports
* specification-yarp....
J. Moringen
05:35 PM Revision 62e959db (rsb-manual): temp
J. Moringen
05:32 PM Revision 2e67a6b1 (rsb-manual): Backport: Fixed example and tutorial paths in tutorial.rst
* tutorial.rst: fixed example paths ../python/core -> ../rsb-python,
../cl/cl-rsb -> ../rsb-cl; fixed tutorial path...
J. Moringen
05:20 PM Revision 13380f4e (rsb): Updated HEAD of submodule rsb-manual
J. Moringen
05:15 PM Revision 5a4a7b58 (rsb-manual): Backport: Fixed example and tutorial paths in tutorial.rst
* tutorial.rst: fixed example paths ../python/core -> ../rsb-python,
../cl/cl-rsb -> ../rsb-cl; fixed tutorial path...
J. Moringen
04:42 PM RSBag Revision e12aa541 (rsbag-tools-cl): Backport: Added test data files in test/data/0.7
* test/data/0.7/empty-channel.tide: new file; test data for the 0.7
serialization version
* test/data/0.7/empty.tid...
J. Moringen
04:41 PM RSBag Revision 073b5997 (rsbag-tools-cl): Added test data files in test/data/0.8
* test/data/0.8/empty-channel.tide: new file; test data for the 0.8
serialization version
* test/data/0.8/empty.tid...
J. Moringen
04:41 PM RSBag Revision b85bea26 (rsbag-tools-cl): Added test data files in test/data/0.7
* test/data/0.7/empty-channel.tide: new file; test data for the 0.7
serialization version
* test/data/0.7/empty.tid...
J. Moringen
04:19 PM RSBag Revision f5734575 (rsbag): Updated HEADs of submodules rasbag-{cl,manual,tools-cl}
J. Moringen
03:31 PM RSBag Revision df48680d (rsbag-tools-cl): Fixed tests which use problematic log file in CMakeLists.txt
* CMakeLists.txt: changed tests involving log files containing
unsupported types to call programs with --on-error c...
J. Moringen
03:29 PM RSBag Revision d7f5b8bb (rsbag-tools-cl): Added tests for on-error commandline option in CMakeLists.txt
* CMakeLists.txt: added tests for on-error commandline option which
supply all allowed policies
J. Moringen
01:58 PM RSBag Revision c49a644f (rsbag-cl): Added utf-8-string special case in src/transform/protocol.lisp
* src/transform/protocol.lisp (make-transform eql :utf-8-string): new
method; use identity transform for type utf-8...
J. Moringen
01:57 PM RSBag Revision 31c41048 (rsbag-cl): Improved documentation, comments and reports in src/{bag,conditions...
* src/bag.lisp (%make-channel-transform): added documentation string;
improved comments; improved restart report
* ...
J. Moringen
01:52 PM RSBag Revision ccf6a081 (rsbag-cl): Removed Subversion support from install rules in CMakeLists.txt
* CMakeLists.txt: remove exceptions for .svn directories from install
rules
J. Moringen
01:49 PM RSBag Revision 98a46f06 (rsbag-manual): Markup and example improvements in *.rst
* common.rst: added link target replay-related-options
* bag-info.rst: fixed inclusion of common.rst
* bag-cat.rst: i...
J. Moringen
12:53 PM RSBag Revision 703587c1 (rsbag-manual): Added news in news.rst
* news.rst: new file; contains a description of respective news for
project versions
* preparation.rst: changed lin...
J. Moringen

08/12/2012

06:26 PM Revision b3bd3e6c (rsb): Updated HEADs of submodules rsb-{manual,tools-cl}
J. Moringen
06:24 PM Revision 8ccd5e04 (rsb-manual): Initial description of Spread transport in specification-spread.rst
refs #1128
* specification-spread.rst: added initial description of Spread
transport
J. Moringen
05:55 PM Revision d7c55372 (rsb-manual): Added initial specification of ØMQ transport in specification-zmq...
* specification-zmq.rst: new file; contains initial specification of
ØMQ transport
* specification.rst: include spe...
J. Moringen
05:55 PM Revision 0e4f8368 (rsb-manual): Added ZMQ transport environment variables in common.rst
* common.rst: added description of environment variables related to
the ZMQ transport
J. Moringen
05:54 PM Revision 01d6eb1a (rsb-manual): temp
J. Moringen
05:54 PM Revision 7fe60c90 (rsb-manual): Initial draft documentation for YARP transport
* common.rst: added description of environment variables for the
tcp+yarp and yarp transports
* specification-yarp....
J. Moringen
05:53 PM Revision 7c4aab0b (rsb-manual): Extended glossary.rst
* glossary.rst: extended entries "causal vector", "event", "transport"
* specification.rst: added link target to "Tra...
J. Moringen
05:53 PM Revision 73aedaa8 (rsb-manual): Added request/reply description in specification-request-reply.rst
refs #1128
* specification-request-reply.rst: added initial contents; translated
from wiki page
* glossary.rst: add...
J. Moringen

08/11/2012

10:34 PM Revision 8f09e370 (rsb-manual): Some text on transports in specification.rst
* specification.rst: explain native vs. foreign transports J. Moringen
03:52 PM Revision ff5f8092 (rsb-tools-cl): Made test names more descriptive in CMakeLists.txt
* CMakeLists.txt: made test names more descriptive J. Moringen
03:39 PM Revision 0a8c838a (rsb-tools-cl): Added more tests for generated binaries in CMakeLists.txt
* CMakeLists.txt: added tests which run logger, send and call binaries
with all on-error policies; added tests whic...
J. Moringen
03:36 PM Revision 86d7cd80 (rsb-tools-cl): Fixed handling of return values in call/main.lisp
* call/main.lisp (main): fixed handling of absent return value when
the no-wait commandline option is used
J. Moringen
05:35 AM Tasks #926 (Resolved): Release version 0.7
J. Moringen
05:11 AM RSB 0.7 Released
We are happy to announce the release of version 0.7 of RSB. The development activities in this cycle focused on
* ...
J. Moringen
05:05 AM RSBag Revision d54c8774 (rsbag): Updated HEADs of submodules rsbag-{cl,tools-cl}
J. Moringen
05:02 AM RSBag Revision 7afb1d9d (rsbag): Updated HEADs of submodules rsbag-{cl,manual,tools-cl}
J. Moringen
04:54 AM Revision 487834d4 (rsb): Updated HEADs in submodules rsb-{cl,integrationtest,tools-cl,tools-cpp,y...
J. Moringen
04:34 AM RSBag Revision 9c4e4666 (rsbag-tools-cl): Backport: Fixed Debian package filename in cpack/DebianUbuntu...
* cpack/DebianUbuntu.cmake: removed LSB release name from generated
Debian package filename
J. Moringen
04:33 AM RSBag Revision c2512372 (rsbag-tools-cl): Fixed Debian package filename in cpack/DebianUbuntu.cmake
* cpack/DebianUbuntu.cmake: removed LSB release name from generated
Debian package filename
J. Moringen
04:13 AM Revision 71a15eb2 (rsb): Updated HEADs of submodules rsb-{cl,cpp,java,manual,tools-cl,tools-cpp,y...
J. Moringen
04:09 AM RSBag Revision 7f3f29d0 (rsbag-tools-cl): Backport: Added toplevel error handling in bag-*/main.lisp
refs #1022
* bag-cat/main.lisp (update-synopsis): call
`make-error-handling-options' to add error-handling-related
...
J. Moringen
03:25 AM RSBag Revision f3a9a7b0 (rsbag-cl): Backport: Fixed Debian package filename in cpack/DebianUbuntu.cmake
* cpack/DebianUbuntu.cmake: added _all suffix to Debian package
filename
J. Moringen
03:25 AM RSBag Revision ce476f94 (rsbag-cl): Backport: Proper error policy handling in src/rsb/*-connection.lisp
refs #1022
* src/rsb/bag-connection.lisp (bag-connection): added superclass
`error-policy-mixin'
(shared-initiali...
J. Moringen
02:50 AM Revision 398eebfa (rsb-tools-cl): Backport: Fixed Debian package filename in cpack/DebianUbuntu.c...
* cpack/DebianUbuntu.cmake: removed LSB release name from filename of
generated Debian package
J. Moringen
02:49 AM Revision 67e7174e (rsb-tools-cl): Fixed Debian package filename in cpack/DebianUbuntu.cmake
* cpack/DebianUbuntu.cmake: removed LSB release name from filename of
generated Debian package
J. Moringen
02:44 AM Revision 64e04a25 (rsb-tools-cl): Backport: Use error handling facilities in {logger,call,send}/m...
refs #1037
* call/main.lisp (update-synopsis): added error-handling commandline
options via `make-error-handling-op...
J. Moringen
02:44 AM Revision 3e6cc392 (rsb-tools-cl): Backport: Basic toplevel error handling in common/error-handlin...
refs #1037
* common/error-handling.lisp: new file; contains some functions and
macros for toplevel error handling
*...
J. Moringen
02:36 AM Revision 363d99f9 (rsb-cl): Backport: Added conditions for closed connections in src/transport/co...
refs #1037
* src/transport/conditions.lisp (connection-closed): new condition
class; signaled when a connection is ...
J. Moringen
02:34 AM Revision dcb7ff60 (rsb-cl): Handle schema properly in src/transport/protocol.lisp
* src/transport/protocol.lisp (make-connector): pass schema to
constructed connector class
J. Moringen
02:34 AM Revision 5a34a031 (rsb-cl): Added conditions for closed connections in
src/transport/conditions.lisp
refs #1037
* src/transport/conditions.lisp (connection-closed): new condition
class; ...
J. Moringen
02:19 AM Revision aebe0975 (rsb-cl): Backport: Added conditions for closed connections in src/transport/co...
refs #1037
* src/transport/conditions.lisp (connection-closed): new condition
class; signaled when a connection is ...
J. Moringen

08/10/2012

09:13 PM RSBag Enhancement #1022 (Resolved): bag-record should terminate with non-zero exit code when something ...
J. Moringen
09:12 PM Tasks #1037 (Resolved): Implement error handling subsystem
J. Moringen
09:03 PM RSBag Revision e905cbf5 (rsbag-cl): Fixed Debian package filename in cpack/DebianUbuntu.cmake
* cpack/DebianUbuntu.cmake: added _all suffix to Debian package
filename
J. Moringen
08:55 PM RSBag Revision 5beb7ab8 (rsbag-tools-cl): Added toplevel error handling in bag-*/main.lisp
refs #1022
* bag-cat/main.lisp (update-synopsis): call
`make-error-handling-options' to add error-handling-related
...
J. Moringen
08:31 PM Revision 326bcc3f (rsb-tools-cl): Use error handling facilities in {logger,call,send}/main.lisp
refs #1037
* call/main.lisp (update-synopsis): added error-handling commandline
options via `make-error-handling-op...
J. Moringen
08:30 PM Revision e41dc8d3 (rsb-tools-cl): Basic toplevel error handling in common/error-handling.lisp
refs #1037
* common/error-handling.lisp: new file; contains some functions and
macros for toplevel error handling
*...
J. Moringen
08:16 PM Revision 2c886712 (rsb-cl): Fixed macrolet use in src/transport/spread/connection.lisp
* src/transport/spread/connection.lisp
(macrolet with-spread-condition-translation): send-message should
have bee...
J. Moringen
07:43 PM Revision a9044eb4 (rsb-tools-cl): Fixed initarg blacklist in formatting/help.lisp
Reported by Johannes Wienke
* formatting/help.lisp (make-style-help-string): added :code to
initarg-blacklist for c...
J. Moringen
07:30 PM Revision bbca71b8 (rsb-manual): Markup improvements in *.rst
* common.rst: use slime link
* glossary.rst: use :regexp: for regular expressions
* install-java.rst: use :program: f...
J. Moringen
07:17 PM Revision 9ba908a7 (rsb-manual): Improved and extended news.rst
* news.rst: improved description of 0.7 release; mention git
migration; added earlier releases; improved markup
* g...
J. Moringen
05:11 PM RSBag Revision 813d626d (rsbag-manual): Change repository URLs svn -> git in conf.py.in
* conf.py.in: changed repository URLs svn -> git J. Moringen
05:10 PM RSBag Revision 6aba7c09 (rsbag-manual): Markup improvements in *.rst
* bag-cat.rst: use :regexp: for regular expressions
* bag-merge.rst: use :file: for files
* bag-play.rst: fixed some ...
J. Moringen
05:02 PM Revision 1559a7dd (rsb-cl): Handle schema properly in src/transport/protocol.lisp
* src/transport/protocol.lisp (make-connector): pass schema to
constructed connector class
J. Moringen
04:31 PM Enhancement #1135 (Resolved): Move packaging rules to separate file
Applied in changeset rsb-yarp-cl|commit:d154221274b3ef9bc9f424393d178b5d5f21bd92. J. Moringen
04:31 PM Feature #1136 (Resolved): Add CMake rules for building, testing and packaging
Applied in changeset rsb-zmq-cl|commit:853827b948a5ec050ef153b1a84cd88dec1e3c70. J. Moringen
04:16 PM Revision 6e4fd322 (rsb-java): Added the EventQueueAdapter and a TimeLimitedQueue.
They serve as a queue adapter receiving rsb events (instead of just the
payload) and a queue limited by the age of da...
D. Klotz
04:04 PM Revision 640329fc (rsb-java): Made the LimitedQueue public.
Pulled the LimitedQueue out of the rsb.util.QueueAdapter and made it
public so it can be used outside the adapter.
D. Klotz
03:51 PM Revision 70a74232 (rsb-zmq-cl): Option and documentation in src/transport/zmq/connector.lisp
* src/transport/zmq/connector.lisp (connector::schema): added
documentation string
(connector): do not generate a...
J. Moringen
03:51 PM Revision 853827b9 (rsb-zmq-cl): temp
Moved packaging rules into separate file
fixes #1136
* CMakeLists.txt: removed packaging rules; moved to
cpack/Debi...
J. Moringen
03:47 PM Revision 5c3762ac (rsb-zmq-cl): Changed minor version 7 -> 8 in rsb-zmq.asd
* rsb-zmq.asd (+version-minor+): changed 7 -> 8 J. Moringen
03:46 PM Revision d667d6e9 (rsb-zmq-cl): Fixed schema handling in src/transport/zmq/*connector.lisp
* src/transport/zmq/connector.lisp (connector::schema): renamed scheme
-> schema
(connector): changed default ini...
J. Moringen
03:40 PM Revision 9ac682d1 (rsb-zmq-cl): Added initial unit tests in test/transport/zmq/
* test/transport/zmq/connectors.lisp: new file; contains basic tests
for connector classes
* test/transport/zmq/pac...
J. Moringen
03:31 PM Revision c8e7aea8 (rsb-manual): Merge branch 'wip-specs'
J. Moringen
03:29 PM Revision c21c7f8b (rsb-manual): Minor fixes in common.rst
* common.rst: minor fixes J. Moringen
03:07 AM RSBag Revision 2a82bd60 (rsbag-cl): Proper error policy handling in src/rsb/*-connection.lisp
refs #1022
* src/rsb/bag-connection.lisp (bag-connection): added superclass
`error-policy-mixin'
(shared-initiali...
J. Moringen
02:58 AM RSBag Revision bfcd8d27 (rsbag-cl): .bzrignore -> .gitignore
* .gitignore: added /build* as initial ignore pattern J. Moringen
02:35 AM Revision ccc30e98 (rsb-manual): Added skeleton document in specification-request-reply.rst
* specification-request-reply.rst: new file; initial skeleton for
description of request-reply communication
* spec...
J. Moringen
02:31 AM Revision c1d3b258 (rsb-manual): Added URI schema paragraphs in specification-{socket,spread}.rst
* specification-socket.rst: added paragraph stating the URI schema
used by the transport
* specification-spread.rst...
J. Moringen
02:28 AM Tasks #1128: Delete wiki pages which duplicate information included in the manual
Added some wiki pages. The list is not yet complete. J. Moringen

08/09/2012

01:00 AM Revision 03bcfd61 (rsb-cl): Added conditions for closed connections in src/transport/conditions.lisp
refs #1037
* src/transport/conditions.lisp (connection-closed): new condition
class; signaled when a connection is ...
J. Moringen
08:16 PM Revision b458521e (rsb-cpp): Fixed Debian package filename in cpack/CPackDebianConfig.cmake
* cpack/CPackDebianConfig.cmake: removed extra "-" and "_" J. Moringen
07:34 PM Revision d68fd888 (rsb-manual): Added on-error commandline option in common.rst
refs #1037
* common.rst: added description of on-error commandline option
J. Moringen
07:07 PM Revision b39ff772 (rsb-tools-cpp): Support CPACK_PACKAGE_REVISION in cpack/CPackDebianConfig.cmake
* cpack/CPackDebianConfig.cmake: added support for
CPACK_PACKAGE_REVISION
J. Moringen
06:51 PM Tasks #804 (In Progress): Unify Naming of Deployed Executables
We made some progress here. Not sure if anything is still missing. J. Moringen
06:50 PM Tasks #998 (Rejected): Check RSX Debian packages with lintian
We run @lintian@ against the generated packages as part of the respective build jobs. J. Moringen
01:37 PM Revision bb50a470 (rsb-cl): Fixed args of continue restarts in src/transport/restart-mixins.lisp
refs #1037
* src/transport/restart-mixins.lisp
(send-notification :around restart-notification-sender-mixin t):
c...
J. Moringen

08/08/2012

12:54 AM RSBag Revision 97fdbc96 (rsbag-tools-cl): .bzrignore -> .gitignore
* .gitignore: added /build* as initial ignore pattern J. Moringen
07:22 PM Bug #1133 (Rejected): Check wiki links to repository - many broken due to svn git migration
Anonymous
04:55 PM Revision 9e2c343b (rsb): Updated HEADs of submodules rsb-{cpp,manual,tools-cpp}
J. Moringen
04:54 PM Revision d1542212 (rsb-yarp-cl): Moved CPack packaging rules to separate file
fixes #1135
* CMakeLists.txt: removed CPack packaging rules; moved to
cpack/DebianUbuntu.cmake; fixed install rules...
J. Moringen
04:33 PM Revision 4e49bac8 (rsb): Updated HEADs of submodules rsb-{cpp,manual,tools-cpp,yarp-cl}
J. Moringen
03:20 AM Revision 8ba5db8b (rsb-yarp-cl): Changed minor version 7 -> 8 in rsb-yarp.asd
* rsb-yarp.asd (+version-minor+): changed 7 -> 8 J. Moringen

08/07/2012

01:40 AM Feature #1136 (Resolved): Add CMake rules for building, testing and packaging
J. Moringen
01:38 AM Enhancement #1135 (Resolved): Move packaging rules to separate file
J. Moringen
07:12 PM Revision 734b339e (rsb-ros-cl): Renamed message-{name -> type} in src/transport/ros/message-defin...
* src/transport/ros/message-definition-mixin.lisp
(message-definition-mixin::message-type): renamed message-name ->...
J. Moringen
06:58 PM Revision ce4ecdba (rsb-ros-cl): Fixed {def,in-}package forms
* src/transport/ros/variables.lisp (in-package rsb.transport.ros):
qualified `in-package' form with cl package
* te...
J. Moringen
06:12 PM Feature #1134 (Resolved): Add CMake rules for building, testing and packaging
Applied in changeset rsb-ros-cl|commit:646b45bb5ee447babb634d050a61899721571ae8. Anonymous
06:04 PM Feature #1134 (Resolved): Add CMake rules for building, testing and packaging
J. Moringen
06:10 PM Revision 646b45bb (rsb-ros-cl): Added CMake build rules and Debian packaging rules
fixes #1134
* CMakeLists.txt: new file; contains CMake rules for building, testing
and installing
* sbcl.cmake.in: ...
J. Moringen
05:48 PM Revision f5d1a0ee (rsb-ros-cl): Changed license BSD/GPLv3 -> LLGPLv3
* COPYING: changed license text GPLv3 -> LLGPLv3
* rsb-ros.asd (header): changed license GPLv3 -> LLGPLv3
(system r...
J. Moringen
05:41 PM Revision 95f481e6 (rsb-ros-cl): Adaptations for lift version 1.7.1
* lift-standard.config: changed property :name -> :full-pathname;
write test results in the current directory inste...
J. Moringen
05:37 PM Bug #1133: Check wiki links to repository - many broken due to svn git migration
Duplicate. J. Moringen
05:35 PM Bug #1133: Check wiki links to repository - many broken due to svn git migration
Maybe we want to delete some of the wiki pages and point uders to the sphinx documentation instead? Anonymous
05:28 PM Bug #1133 (Rejected): Check wiki links to repository - many broken due to svn git migration
Check wiki links to repository - many broken due to svn git migration.
For example links on [[Examples]] as report...
Anonymous
05:29 PM Revision 248eebbe (rsb-ros-cl): Fixed version and some dependencies in rsb-ros.asd
* rsb-ros.asd (+version-minor+): 1 -> 8
(system rsb-ros): removed system dependency on cl-protobuf; added
version...
J. Moringen
05:26 PM Revision c94c704d (rsb-ros-cl): Renamed cl-rsb-ros -> rsb-ros
* rsb-ros.asd: renamed cl-rsb-ros.asd -> rsb-ros.asd
(rsb-ros): renamed cl-rsb-ros -> rsb-ros; fixed system depende...
J. Moringen
04:39 PM Revision 8d667f8f (rsb-ros-cl): .bzrignore -> .gitignore
* .gitignore: added initial ignore pattern /build* J. Moringen
04:18 PM Revision 3ca09946 (rsb-tools-cl): .bzrignore -> .gitignore
* .gitignore: new file; contains initial ignore pattern /build* J. Moringen
03:52 PM Tasks #1132 (Resolved): Integrate all examples into manual
Currently, there are (broken) links [[Examples|in the wiki]].
How we noticed this:...
J. Moringen
12:30 PM Revision cb196d1c (rsb-manual): Minor cleanup in conf.py.in
* conf.py.in: whitespace and comment cleanup; add "last updated" to
generated pages
J. Moringen
12:24 PM Revision 08706fba (rsb-manual): Added specification-multiple-transports.rst
* specification-multiple-transports.rst: new file; contains
specification for handling of multiple transports
* spe...
J. Moringen
12:24 PM Revision 1d06a089 (rsb-manual): Distributed specifications over multiple files
* specification-scope.rst: new file; contains scope specification
formerly contained in specification.rst
* specifi...
J. Moringen

08/06/2012

08:31 PM Revision 74940ab8 (rsb-cl): Fixed check-connector-class in test/transport/package.lisp
* test/transport/package.lisp (test suite connector-suite): fixed
local function `check-connector-class' to test wi...
J. Moringen
08:15 PM Revision 79e1662c (rsb-cl): Improved define-restart-method-test-cases in test/package.lisp
* test/package.lisp (restart-test-error): new error condition;
meta-condition to make restart tests more accurate
...
J. Moringen
05:43 PM Revision ce7c62fb (rsb-cl): Simplification in src/transport, test/transport/
* src/transport/restart-mixins.lisp: new file; contains
restart-providing mixins
* src/transport/restart-message-re...
J. Moringen

08/04/2012

08:30 PM Revision 12df259a (rsb-cl): .bzrignore -> .gitignore
* .gitignore: initial ignore pattern /build* J. Moringen
07:08 PM Tasks #1128 (In Progress): Delete wiki pages which duplicate information included in the manual
J. Moringen
07:06 PM Tasks #1128 (Resolved): Delete wiki pages which duplicate information included in the manual
|_.Page |_.Status |_.Moved To |
| [[Events]]...
J. Moringen
07:06 PM Tasks #900 (Resolved): Finalize initial version of RSB manual
J. Moringen

08/03/2012

06:00 PM Bug #1124: Debian package rsb-tools-cpp0.7 depends strictly on rsb0.7 ...
Is there something like an OR? J. Wienke
05:59 PM Bug #1124: Debian package rsb-tools-cpp0.7 depends strictly on rsb0.7 ...
Or @rsb-tools-cpp0.7@ specifies to depend on @rsb0.7@ or @rsb0.7-with-spread@. Wouldn't that also be possible? Anonymous
01:16 PM Bug #1124: Debian package rsb-tools-cpp0.7 depends strictly on rsb0.7 ...
... J. Wienke
01:09 PM Bug #1124: Debian package rsb-tools-cpp0.7 depends strictly on rsb0.7 ...
I suspect we need kind of a meta package here? Or do debian packages have a "provides" option? J. Wienke
01:01 PM Bug #1124 (Closed): Debian package rsb-tools-cpp0.7 depends strictly on rsb0.7 ...
... but should depend on either rsb0.7 or rsb0.7-with-spread. C. Emmerich
03:53 PM Revision 1df5afdc (rsb-cpp): Whitespace cleanup in CMakeLists.txt, src/CMakeLists.txt
* CMakeLists.txt: tabs -> spaces
* src/CMakeLists.txt: likewise
J. Moringen
03:51 PM Revision e523955f (rsb-cpp): Added more conservative so-version in CMakeLists.txt, src/CMakeLists...
* CMakeLists.txt: added variable SO_VERSION which is intended to be
used as shared object version; set to MAJOR.MIN...
J. Moringen
03:16 PM Enhancement #1126 (Resolved): Make multiple RSB C++ versions installable in parallel
Since the shared objects are already versioned, this should be achievable by installing headers into versioned direct... J. Moringen
03:03 PM Revision 783c9778 (rsb-manual): Added specification link in _templates/page.html
* _templates/page.html: added link to specification.rst J. Moringen
03:03 PM Revision 0c1e147c (rsb-manual): Fixed repository links in {call,info,logger,send,timesync,specifi...
* specification.rst: fixed repository links to work with new git URLs
* call.rst: likewise; removed defunct Jenkins d...
J. Moringen
02:45 PM Revision 9149b23e (rsb-tools-cpp): Backport: Convert to new cpack logic provided by RSC which mak...
more flexible to select between different packaging schemes.
Contains minor packaging improvements in cpack/CPackDebi...
J. Wienke
02:10 PM Revision cbd15bae (rsb-tools-cpp): Minor packaging improvements in cpack/CPackDebianConfig.cmake
refs #1125
This fixes some lintian errors and warnings
* cpack/CPackDebianConfig.cmake: enable stripping of binaries;...
J. Moringen
01:43 PM Tasks #1125: convert tools cpp build logic to new cpack macros from RSC
I will integrate my fixes. These were mainly for lintian errors/warnings. J. Moringen
01:38 PM Tasks #1125: convert tools cpp build logic to new cpack macros from RSC
whoops, ok, that comment was too late. But I think my patch now is working. Do you see any problem in my conversion? J. Wienke
01:37 PM Tasks #1125 (Resolved): convert tools cpp build logic to new cpack macros from RSC
Applied in changeset rsb-tools-cpp|commit:50be2d146326efab62cf060b632a800e34575186. J. Wienke
01:36 PM Tasks #1125: convert tools cpp build logic to new cpack macros from RSC
I already have this in a working. No chance to commit due to git migration, though. Sorry. J. Moringen
01:19 PM Tasks #1125 (In Progress): convert tools cpp build logic to new cpack macros from RSC
J. Wienke
01:14 PM Tasks #1125 (Resolved): convert tools cpp build logic to new cpack macros from RSC
There is still old packaging logic in the top level cmake file J. Wienke
01:34 PM Revision 50be2d14 (rsb-tools-cpp): Convert to new cpack logic provided by RSC which makes it more...
* CMakeLists.txt: remove ubuntu-specific packaging logic and instead trigger RSC-based logic
* cpack/CPackDebianConfi...
J. Wienke
12:56 PM Enhancement #1123: Improve documentation for debian package installation wrt spread transport
For the package server there actually is a file in the pool. So the index must be broken.
Please open up a second ...
J. Wienke
12:53 PM Enhancement #1123: Improve documentation for debian package installation wrt spread transport
Seems to be correct, that the rsb package doesn't include the spread transport.
However:
# rsb-spread package is mi...
Anonymous
12:48 PM Enhancement #1123: Improve documentation for debian package installation wrt spread transport
You need to install rsb-spread, otherwise you end up with an rsb version without spread support. J. Wienke
12:43 PM Enhancement #1123 (New): Improve documentation for debian package installation wrt spread transport
After installing rsb0.7 and rsbcpptools0.7 with debian packages, rsb throws a runtime error:... C. Emmerich
02:58 AM Revision 74ebe793 (rsb-zmq-cl): initial import
J. Moringen

08/02/2012

01:05 AM Enhancement #1121 (Resolved): Move reloading of Spread library into cl-spread
Via @sb-ext:*save-hooks*@ and @sb-ext:*init-hooks*@. J. Moringen
07:01 PM Revision 9704692d (rsb-yarp-cl): Adaptations for lift version 1.7.1
* lift-standard.config: changed property :name -> :full-pathname;
write test results in the current directory inste...
J. Moringen
06:59 PM Revision d8064b98 (rsb-yarp-cl): Change license GPLv3 -> LLGPLv3
* COPYING: changed license text GPLv3 -> LLGPLv3
* rsb-yarp.asd (header): changed license GPLv3 -> LLGPLv3
* src/conv...
J. Moringen
06:32 PM Revision 96b2254e (rsb): Updated HEADs of submodules rsb-{integrationtest,manual}
J. Moringen
06:31 PM Revision 3e01a87e (rsb-integrationtest): Use let-plus instead of bind in lisp/*.lisp
* lisp/common.lisp (package rsb.integration-test): changed used
package bind -> let-plus
* lisp/event_id.lisp (even...
J. Moringen
06:16 PM Revision c173585a (rsb-manual): Added specification link in _templates/page.html
* _templates/page.html: added link to specification.rst J. Moringen
06:08 PM Revision a1f4cb25 (rsb-manual): Fixed repository links in specification.rst
* specification.rst: fixed repository links to work with new git URLs J. Moringen
06:04 PM Revision da84d815 (rsb-manual): Added description of type mapping in concepts.rst
* concepts.rst: added description of wire <-> programming language
type mapping; minor markup improvements
J. Moringen
06:02 PM Revision c648a1be (rsb-manual): Added literature page in literature.rst
* literature.rst: new file; contains list of references
* index.rst: include literature.rst in toctree
* _static/lite...
J. Moringen
06:00 PM Revision dde2964f (rsb-manual): Fixed glossary links, improved glossary
* glossary.rst: added some entries; sorted entries alphabetically
* info.rst: fixed some invalid glossary entries
* l...
J. Moringen
05:58 PM Revision 56d1e19c (rsb-manual): Fixed CoR-Lab blue color in corlab/static/corlab.css
* corlab/static/corlab.css: fixed CoR-Lab blue color #0068b4 ->
#0168b5
J. Moringen
05:57 PM Revision bc9caf10 (rsb-manual): Fixed typos in conf.py.in
* conf.py.in: fixed typos in names of man pages in man_pages variable J. Moringen
04:46 PM Revision b5a49292 (rsb): Updated HEADs of submodules rsb-{cl,cpp,integrationtest,java,manual,matl...
J. Moringen
04:39 PM Revision dd1b8464 (rsb-manual): Fixed glossary reference in concepts.rst
* concepts.rst: fixed glossary reference participants -> participant s J. Moringen
03:39 PM Revision f484263f (rsb-integrationtest): Backport: Made fasl cache configurable in lisp/CMakeList...
* lisp/CMakeLists.txt: added LISP_FASL_DIR option to configure fasl
cache directory
J. Moringen
03:37 PM Revision c5ddef75 (rsb-integrationtest): Backport: Made fasl cache configurable in lisp/CMakeList...
* lisp/CMakeLists.txt: added LISP_FASL_DIR option to configure fasl
cache directory
J. Moringen
03:37 PM Revision 80b2c620 (rsb-integrationtest): Backport: Made fasl cache configurable in lisp/CMakeList...
* lisp/CMakeLists.txt: added LISP_FASL_DIR option to configure fasl
cache directory
J. Moringen
03:36 PM Revision 96916167 (rsb-integrationtest): Backport: Made fasl cache configurable in lisp/CMakeList...
* lisp/CMakeLists.txt: added LISP_FASL_DIR option to configure fasl
cache directory
J. Moringen
03:16 PM Revision 07be3598 (rsb-cl): Backport: Fixed sequence-number type in src/types.lisp
* src/types.lisp (sequence-number): removed fixnum from definition J. Moringen
03:16 PM Revision db5a261e (rsb-cl): Backport: Fixed sequence-number type in src/types.lisp
* src/types.lisp (sequence-number): removed fixnum from definition J. Moringen
03:16 PM Revision d749fc82 (rsb-cl): Backport: Fixed sequence-number type in src/types.lisp
* src/types.lisp (sequence-number): removed fixnum from definition J. Moringen
03:15 PM Revision b8d3aadf (rsb-cl): Backport: Fixed sequence-number type in src/types.lisp
* src/types.lisp (sequence-number): removed fixnum from definition J. Moringen
03:14 PM Revision cad70711 (rsb-cl): Fixed sequence-number type in src/types.lisp
* src/types.lisp (sequence-number): removed fixnum from definition J. Moringen
03:08 PM Revision 636eeaf1 (rsb-integrationtest): Made fasl cache configurable in lisp/CMakeLists.txt
* lisp/CMakeLists.txt: added LISP_FASL_DIR option to configure fasl
cache directory
J. Moringen
02:48 PM Revision 9f55a827 (rsb-integrationtest): Backport: Added package rsb.integration-test in lisp/*.lisp
* lisp/common.lisp (header) updated copyright
(package rsb.integration-test): new package; for integration test
c...
J. Moringen
02:39 PM Revision a2582ecc (rsb-integrationtest): Backport: Added package rsb.integration-test in lisp/*.lisp
* lisp/common.lisp (header) updated copyright
(package rsb.integration-test): new package; for integration test
c...
J. Moringen
02:37 PM Revision 4b1f0860 (rsb-integrationtest): Backport: Added package rsb.integration-test in lisp/*.lisp
* lisp/common.lisp (header) updated copyright
(package rsb.integration-test): new package; for integration test
c...
J. Moringen
02:26 PM Revision 1362f11a (rsb-integrationtest): Cosmetic changes of output in */*
* cpp/listener.cpp: cosmetic change of output strings
* cpp/client.cpp: likewise
* cpp/server.cpp: likewise
* java/li...
J. Moringen
02:10 PM Revision 53cdffc1 (rsb-integrationtest): Added package rsb.integration-test in lisp/*.lisp
* lisp/common.lisp (header) updated copyright
(package rsb.integration-test): new package; for integration test
c...
J. Moringen
02:06 PM Revision 831d3f37 (rsb-integrationtest): Minor fixes in Lisp test in lisp/*
* lisp/client.lisp (header): updated copyright
(client-main): create suitable array for depth slot of image
insta...
J. Moringen
02:06 PM Revision 69e00535 (rsb-integrationtest): Changed default JAR name in java/CMakeLists.txt
* java/CMakeLists.txt: changed default JAR name RSBJava.jar -> rsb.jar J. Moringen
02:06 PM Revision b803a4cf (rsb-integrationtest): Whitespace cleanup in **/CMakeLists.txt, lisp/sbcl.cmake.in
* CMakeLists.txt: tabs -> spaces
* cpp/CMakeLists.txt: likewise
* java/CMakeLists.txt: likewise
* lisp/CMakeLists.txt...
J. Moringen
02:06 PM Revision c1a0ee31 (rsb-integrationtest): Added initial ignore patterns to .gitignore
* .gitignore: added initial ignore patterns for *.pyc, /build*,
/test/*.output, /test/*-ready, /test-reports
J. Moringen
02:15 AM Revision 1701e616 (rsb-integrationtest): Do no use clon package in lisp/*.lisp
This became necessary when SBCL exposed sb-ext:exit in cl-user,
causing a name-conflict with clon
* lisp/config.lisp:...
J. Moringen
 

Also available in: Atom