Activity

From 08/28/2012 to 09/26/2012

09/26/2012

07:14 AM Revision f532faf9 (rsb-cl): Fixed Debian compliance issues in cpack/CPackDebianConfig.cmake
* cpack/CPackDebianConfig.cmake: install copyright file; write and
install upstream and Debian changelog by transfo...
J. Moringen
07:14 AM Revision 05397c34 (rsb-cl): Improved derivation of system version; support git-based version
The basic approach is as follows:
1) Call git describe and extract revision and commit
2) Write revision and commit t...
J. Moringen

09/25/2012

04:23 PM Revision bb260520 (rsb-cl): temp commit
J. Moringen

09/24/2012

08:06 PM RSBag Revision 131d712b (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:04 PM RSBag Revision de380e58 (rsbag-cl): Improved error recovery in TIDELog backend
refs #?
* src/backend/tidelog/repair.lisp: new file; contains functions for
rebuilding missing or damaged indices
...
J. Moringen
09:16 AM Revision 2650df1d (rsb-cl): Fixed Debian compliance issues in cpack/CPackDebianConfig.cmake
* cpack/CPackDebianConfig.cmake: install copyright file; write and
install upstream and Debian changelog by transfo...
J. Moringen
09:16 AM Revision f524278e (rsb-cl): Improved derivation of system version; support git-based version
The basic approach is as follows:
1) Call git describe and extract revision and commit
2) Write revision and commit t...
J. Moringen
09:15 AM Revision 3a8de035 (rsb-cl): Cosmetic changes in src/transport/**/*.lisp
* src/transport/threaded-receiver-mixin.lisp
(start-receive threaded-receiver-mixin): made thread name more generic...
J. Moringen
09:14 AM Revision 272ebe8c (rsb-cl): Fixed sporadic deadlocks/test failures for socket transport
Apparently, there were several problems:
1) The interruption mechanism of `threaded-receiver-mixin' can
sometimes...
J. Moringen
09:14 AM Revision b0512505 (rsb-cl): Added optimization control; correct and faster sequence numbers
* src/util.lisp (make-sequence-number-generator): fixed modular
arithmetic; for SBCL, depending on the size of fixn...
J. Moringen

09/21/2012

08:37 PM Revision 073dd9bd (rsb-tools-cpp): Merge branch '0.7' of https://code.cor-lab.org/git/rsb.git.too...
J. Wienke
06:37 PM Revision 990efe03 (rsb-tools-cpp): Install headers of rsb buffer
J. Wienke
06:33 PM Revision 987b1364 (rsb-tools-cpp): Created proper namespaces for each tool following the usual RS...
J. Wienke
06:10 PM Revision 9e143c6d (rsb-tools-cpp): Reorder the source tree to better reflect the increased comple...
* provide global src, test and example dirs
* checks for test building and exmaple building now do not need to be dup...
J. Wienke
03:42 PM Revision 4ade2851 (rsb-tools-cpp): Fix the handling of upstream libraries and versions
* Check for the correct version of RSB
* Do not check for packages which have already been handled by RSB etc.
* Corr...
J. Wienke
03:21 PM Revision be12398c (rsb-tools-cpp): No more need to find boost. This will be done bei RSC already.
J. Wienke
03:16 PM Revision 1a6d58a0 (rsb-tools-cpp): Do not force a different cmake build type than the default one...
J. Wienke
01:07 PM Revision 29dfd532 (rsb-tools-cpp): install buffer binary with the correct name
J. Wienke
01:05 PM Revision d34ba553 (rsb-tools-cpp): fix indentation
J. Wienke
01:05 PM Revision 40fef83e (rsb-tools-cpp): Integrate buffers into common build system
J. Wienke
12:39 PM Revision 13ef2d92 (rsb-tools-cpp): merge rsb buffers into the tools project
J. Wienke
07:36 AM Revision 396eae46 (rsb-manual): Improved implementation links in specification-*.rst
* specification-event.rst: replaced repository links with download
links where possible (i.e. for all single-file r...
J. Moringen
07:34 AM Revision 96a2c869 (rsb-manual): Fixed references to Subversion in install-{cl,java}.rst
fixes #118
* install-cl.rst: fixed reference to Subversion repository
* install-java.rst: likewise
J. Moringen
07:34 AM Revision fa6b5e31 (rsb-manual): Added inprocess transport specification in specification-inproces...
* specification-inprocess.rst: new file; contains initial
specification for inprocess transport
* specification.rst...
J. Moringen
07:33 AM Revision a8cca26c (rsb-manual): Added term "superscope" to glossary in glossary.rst
* glossary.rst: added term "superscope" with example and link to
specification-scope
* specification-spread.rst: ad...
J. Moringen

09/20/2012

02:47 PM RSBag Revision c8365276 (rsbag-cl): Propagate flush-strategy properly in src/rsb/construction.lisp
* src/rsb/construction.lisp (events->bag t *): pass flush-strategy to
`open-bag' if it has been supplied
J. Moringen

09/19/2012

05:59 PM Revision afc9ddb5 (rsb-tools-cpp): backport: Various cleanup in CMakeLists, **/*.{h,cpp}
* CMakeLists.txt: improved debug output; cleaned up comments
* logger/main.cpp: removed logging configuration; remove...
J. Moringen
05:59 PM Revision 6eaaf902 (rsb-tools-cpp): backport: Integrated timesync component into build system
fixes #1120
* CMakeLists.txt: adapted compiler configuration; added processing of
timesync subdirectory; added time...
J. Moringen
05:58 PM Revision 18f903eb (rsb-tools-cpp): backport: Merged timesync into cpp tools
J. Wienke
04:01 PM Revision de73feb8 (rsb-tools-cl): Fixed Debian compliance issues in cpack/CPackDebianConfig.cmake
* cpack/DebianUbuntu.cmake: install copyright file; write and install
upstream and Debian changelog by transforming...
J. Moringen
03:52 PM Revision 2f8162f7 (rsb-cl): Removed Spread transport in {src,test}/transport/spread/*.lisp
refs #
* src/transport/spread/assembly-mixin.lisp: removed; moved to separate
system
* src/transport/spread/condit...
J. Moringen
03:51 PM Revision ba3e5d5d (rsb-cl): Moved notification serialization to new package rsb.serialization
* src/serialization/protocol.lisp: new file; contains protocol
functions
* src/serialization/mixins.lisp: new file;...
J. Moringen
03:51 PM Revision f4ea2d25 (rsb-cl): Added link check tool in doc/collect-documentation-references.lisp
* doc/collect-documentation-references.lisp: new file; checking tool
for documentation links
J. Moringen
03:51 PM Revision 2afb5cba (rsb-cl): temp commit
J. Moringen
03:49 PM Revision 09b3a7dc (rsb-cl): Added support for plugins in src/plugins/*.lisp
refs #
* src/plugins/package.lisp: new file; contains package definition for
plugins module
* src/plugins/conditio...
J. Moringen
03:17 PM Revision 5d2b743e (rsb-cl): Fixed Debian compliance issues in cpack/CPackDebianConfig.cmake
* cpack/CPackDebianConfig.cmake: install copyright file; write and
install upstream and Debian changelog by transfo...
J. Moringen
03:17 PM Revision f2d4de36 (rsb-cl): Improved derivation of system version; support git-based version
The basic approach is as follows:
1) Call git describe and extract revision and commit
2) Write revision and commit t...
J. Moringen
05:39 AM Revision a85808d8 (rsb-manual): Added specification links for transports in common.rst
* common.rst: added links to the respective transport specification in
sections on socket and spread transports
J. Moringen
05:39 AM Revision 143d753e (rsb-manual): Markup fixes in specification-{event,socket,uris}.rst
* specification-event.rst: fixed document title and heading
decorations
* specification-socket.rst: likewise
* spec...
J. Moringen
05:39 AM Revision b9f0437a (rsb-manual): Added link for Java implementation in specification-socket.rst
* specification-socket.rst: added link for Java implementation J. Moringen
04:16 AM RSBag Revision ed8f5447 (rsbag-cl): Fixed Debian compliance issues in cpack/CPackDebianConfig.cmake
* cpack/CPackDebianConfig.cmake: install copyright file; write and
install upstream and Debian changelog by transfo...
J. Moringen
04:15 AM RSBag Revision ffcd3cb0 (rsbag-cl): Improved derivation of system version; support git-based version
The basic approach is as follows:
1) Call git describe and extract revision and commit
2) Write revision and commit t...
J. Moringen

09/18/2012

02:48 PM Revision 293b7a1f (rsb-manual): fix a typo
J. Wienke
01:21 PM Revision 96981af2 (rsb): submodule update
L. Schillingmann
01:19 PM Revision 11f06c12 (rsb-manual): backport: some minor content updates
J. Wienke
01:18 PM Revision b49bc286 (rsb-manual): backport: fixed code blocks
S. Wrede
01:18 PM Revision 507949a4 (rsb-manual): backport: Add a rough GIT primer
J. Wienke
01:14 PM Revision 1780fb5b (rsb): submodule test
L. Schillingmann
12:31 PM Revision b10aae5b (rsb-manual): changed rsc repository info to GIT
S. Wrede
11:06 AM Revision 276ae6a0 (rsb-protocol): add dependency to rsc in qibuild project
J. Wienke
08:32 AM Revision 1eb8df5e (rsb-yarp-cl): Unit tests for nameserver functions in test/transport/yarp/names...
* test/transport/yarp/nameserver.lisp: new file; contains initial
tests for the nameserver functionality
* test/tra...
J. Moringen

09/17/2012

07:26 PM Revision 72de4907 (rsb-manual): some minor content updates
J. Wienke
07:20 PM Revision 4d67acfe (rsb-manual): fixed code blocks
S. Wrede
07:00 PM Revision 39b5f606 (rsb-manual): Add a rough GIT primer
J. Wienke

09/14/2012

03:30 AM Revision 43b08fdb (rsb-yarp-cl): Improvements to nameserver client implementation
* src/transport/yarp/conditions.lisp (failed-to-resolve-port::query):
fixed type
* src/transport/yarp/nameserver.li...
J. Moringen

09/13/2012

02:50 PM Revision 3e754427 (rsb-cpp): Added plugin mechanism in src/rsb/Factory.{h,cpp}
fixes #305
We basically just configure RSC's plugin mechanism with an
RSB-specific default searchpath: $HOME/.rsb$MA...
J. Moringen

09/12/2012

04:28 AM Revision 4a94e182 (rsb-cl): Cosmetic changes in src/transport/**/*.lisp
* src/transport/threaded-receiver-mixin.lisp
(start-receive threaded-receiver-mixin): made thread name more generic...
J. Moringen
04:28 AM Revision ce4f937d (rsb-cl): Fixed sporadic deadlocks/test failures for socket transport
Apparently, there were several problems:
1) The interruption mechanism of `threaded-receiver-mixin' can
sometimes...
J. Moringen
04:28 AM Revision 63948166 (rsb-cl): Added optimization control; correct and faster sequence numbers
* src/util.lisp (make-sequence-number-generator): fixed modular
arithmetic; for SBCL, depending on the size of fixn...
J. Moringen
02:52 AM Revision d7480e21 (rsb-cpp): Cosmetic changes in src/rsb/Factory.cpp
* src/rsb/Factory.cpp: fixed copyright; tabs -> spaces J. Moringen

09/09/2012

05:05 AM Revision 23c05f72 (rsb-java): Fixed license, project name and copyright in several files
* src/rsb/transport/socket/Bus.java: changed license GPLv2 -> LLGPLv3
* src/rsb/transport/socket/BusClient.java: like...
J. Moringen
04:54 AM RSB XML Support Revision 1c9c8547 (rsb-xml-cl): Adapted name of Protocol Buffer message in src/converter/xop.lisp
* rsb-xml.asd (sytem rsb-xml-and-cl-protobuf): changed filename
data/rst/xml/{XOPData -> XOP}.proto
* src/converter...
R. Haschke

09/06/2012

10:33 AM Revision 466f8e3f (rsb-java): further work on socket transport implementation, refs #713
S. Wrede

09/05/2012

04:31 PM RSB XML Support Revision a4bb3f27 (rsb-xml-cpp): Renamed XOPData to XOP
* src/XOP.{h,cpp}: renamed src/{XOPData -> XOP}.{h,cpp}; renamed
classes accordingly
* src/XOPConverter.{h,cpp}: re...
R. Haschke
04:06 PM Revision 4911adeb (rsb): Updated HEAD of submodule rsb-manual
J. Moringen
04:05 PM Revision 64bc30ce (rsb-manual): Minor markup improvements in specification.rst
* specification.rst: minor markup improvement for visual pleasantness J. Moringen
04:04 PM Revision e40eaa4b (rsb-manual): Improved scope specification in specification-scope.rst
* specification-scope.rst: fixed document title; discuss scope strings
in a subsection; discuss terminating "/"; di...
J. Moringen
04:02 PM Revision cc5ef35f (rsb-manual): Added sequence number specification in specification-event.rst
* glossary.rst: added "sequence number" entry
* specification-event.rst: added a subsection for the sequence number
...
J. Moringen
03:44 PM Revision 58725b4e (rsb): Updated HEADs of submodules rsb-{cl,cpp,manual,python}
J. Moringen
03:39 PM Revision d5037249 (rsb-manual): Added description of from-source Python install in install-python...
refs #1128
* install-python.rst: new file; contains description of from-source
installation of the Python implemen...
J. Moringen
03:37 PM Revision 2ddc4c56 (rsb-manual): Improved markup in install-cpp.rst
* install-cpp.rst: use glossary links and predefined link targets;
removed unnecessary indentation
J. Moringen
03:33 PM RSB XML Support Revision e1c0074a (rsb-xml-python): renamed XOPData to XOP
Robert Haschke
03:30 PM RSB XML Support Revision 0d91e550 (rsb-xml-integrationtest): renamed XOPData to XOP
Robert Haschke
03:30 PM Revision f308b749 (rsb-manual): Increased width of left sidebar in corlab/static/corlab.css
* corlab/static/corlab.css: increased width of left sidebar,
containing navigation items, 230px -> 320px
J. Moringen
03:29 PM Revision a189d9ea (rsb-manual): Added intersphinx entry for python in conf.py.in
* conf.py.in: added intersphinx entry for http://docs.python.org J. Moringen
03:26 PM RSB XML Support Revision 14948cc1 (rsb-xml-cpp): merge branch master: comments from Jan
R. Haschke
02:04 PM RSB XML Support Revision 90cdf339 (rsb-xml-cpp): renamed XOPData to XOP
R. Haschke
02:01 PM RSB XML Support Revision 018b5744 (rsb-xml-java): renamed XOPData to XOP
Robert Haschke
01:59 PM RSB XML Support Revision 9ac5c4e6 (rsb-xml-cl): renamed XOPData to XOP
Robert Haschke
06:30 AM Revision f939364c (rsb-cl): Backport: Fixed sporadic deadlocks/test failures for socket transport
Apparently, there were several problems:
1) The interruption mechanism of `threaded-receiver-mixin' can
sometimes...
J. Moringen
06:24 AM Revision 060c1d76 (rsb-cl): Backport: Fixed sporadic deadlocks/test failures for socket transport
Apparently, there were several problems:
1) The interruption mechanism of `threaded-receiver-mixin' can
sometimes...
J. Moringen
06:10 AM Revision 48950b08 (rsb-python): Remove failing connections in rsb/transport/socket/__init__.py
* rsb/transport/socket/__init__.py: when a connections managed by the
bus server fails to send a message, close it ...
J. Moringen
06:08 AM Revision 08547e45 (rsb-cl): Cosmetic changes in src/transport/**/*.lisp
* src/transport/threaded-receiver-mixin.lisp
(start-receive threaded-receiver-mixin): made thread name more generic...
J. Moringen
04:41 AM Revision cfa3365c (rsb-cl): Fixed sporadic deadlocks/test failures for socket transport
Apparently, there were several problems:
1) The interruption mechanism of `threaded-receiver-mixin' can
sometimes...
J. Moringen

09/04/2012

08:16 PM Revision 841c23c7 (rsb-cl): Added optimization control; correct and faster sequence numbers
* src/util.lisp (make-sequence-number-generator): fixed modular
arithmetic; for SBCL, depending on the size of fixn...
J. Moringen
08:08 PM Revision d0fbfabc (rsb-cpp): Protect sequence number generation in src/rsb/Informer.{h,cpp}
* src/rsb/Informer.{h,cpp}: added mutex to protect sequence number
generation; lock it around incrementing sequence...
J. Moringen
03:52 PM Revision 0e4970d2 (rsb-cl): temp commit: potential fix for socket test raciness
J. Moringen

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: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 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: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
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

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
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
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: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

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
 

Also available in: Atom