Activity

From 08/26/2013 to 09/24/2013

09/17/2013

11:53 AM Revision d29105e0 (rsb-spread-cpp): Add a qibuild project file
J. Wienke

09/12/2013

05:59 PM Revision 47a23603 (rsb-cpp): fixes #1627: remove check for boost.uuid
This is default now in all boost installations. J. Wienke
04:57 PM Revision c87abaed (rsb-cpp): fixes #1571: Fix boost linking
J. Jenkins

09/09/2013

06:53 PM Revision d620852b (rsb-yarp-cpp): More verbose error message
* More verbose error message in activate() and deactive() Arne Nordmann

09/05/2013

07:21 PM Revision 74306344 (rsb-matlab): Fixed local-name rst.verision -> rst.version in pom.xml
I found this because the job generator said
WELL-FORMEDNESS-VIOLATION:
Document not well-formed: Bad nesting. "r...
J. Moringen
05:31 PM Revision 7634a630 (rsb-tools-cpp): fixes #1588: use virtual time for unit tests
Prevent timing issues by using a virtual time for unit tests. J. Wienke
04:44 PM Revision 298b2b96 (rsb-matlab): Depend on RST SNAPSHOT
Since we fixed the RST packaging, we need to respect it here. J. Wienke
02:32 PM Revision 8878537b (rsb-manual): refs #1615: correct download links for CI server
Links pointed to abandioned slaves or old job configs. J. Wienke
02:30 PM Revision 8d138f4f (rsb-manual): fixes #1615: correct download links for CI server
Links pointed to abandioned slaves or old job configs. J. Wienke
12:43 PM RSB XML Support Revision 963efa51 (rsb-xml-java): Fixed tests
L. Kettenbach

09/04/2013

07:07 PM Revision fe1c3cbc (rsb-matlab): Changed required RSB version 0.10… -> 0.9… in pom.xml
J. Moringen
06:57 PM Revision bac7047d (rsb-matlab): Backport: Add maven pom.xml file
Support maven for building. J. Wienke
06:31 PM Revision d9e63d8c (rsb-matlab): Add maven pom.xml file
Support maven for building. J. Wienke

09/03/2013

05:22 PM Revision 54f185fd (rsb-cpp): Fix pkg-config test for Mac
Use the CMake compiler in the sh file instead of g++, which is often not
used on Mac.
J. Wienke
03:45 PM Revision 53b9a870 (rsb-cpp): fixes 1096: move {Event,}QueuePushHandlers to util
Merge branch 'enhancement-1096' J. Wienke
03:25 PM Revision d45f4a6b (rsb-cpp): Disable pkg-config test per default
Added a cmake flag to enabled it if desired. J. Wienke
03:22 PM Revision c13fd8be (rsb-cpp): Use exit status of pkg-config test
In case compilation or execution fail, use an error exit status for the
script so that ctest can identify the failing...
J. Wienke
02:55 PM Revision 5a45002d (rsb-cpp): Move {Event,}QueuePushHandler to util namespace
* examples/queue_processing/queueprocessing.cpp: use new namespace
* src/CMakeLists.txt: adapte to file moves
* src/r...
J. Wienke

09/02/2013

06:55 PM Revision 8101d23b (rsb-manual): fixes #1081: add not about deb source packages
We do not provide them, so a deb-src line should not be added. J. Wienke
06:19 PM Revision 19fa6293 (rsb-python): fixes #1140: implement context manager protocol
Added context manager support (with statements) to participants.
Merge branch 'feature-1140'
J. Wienke
06:17 PM Revision 6f9738d7 (rsb-manual): refs #1140: describe context manager protocol
In line with the addition of the context manager protocol to rsb and the
use in the examples, describe it in the manu...
J. Wienke
06:15 PM Revision a87da54f (rsb-manual): Include context managers in example docs
examples-basic.rst: Added explanations for deactivtion with context
managers as well as manual deactivation.
J. Wienke
05:16 PM Revision 160a33dd (rsb-python): Let exmaples use the context manager protocol
As most examples are simple, let them use the context manager protocol.
This will also instruct users to use this sim...
J. Wienke
05:16 PM Revision 297e08b0 (rsb-manual): Include context managers in example docs
examples-basic.rst: Added explanations for deactivtion with context
managers as well as manual deactivation.
J. Wienke
04:48 PM Revision 9d63c686 (rsb-manual): Fix gitignore again
Something really confused git here with the line endings. Only half of
the file was staged.
J. Wienke
04:43 PM Revision c2f22ea5 (rsb-python): Implement context manager protocol for participants
* rsb/__init__.py: added context manager methods to Participant
* test/coretest.py: added roundtrip tests for pub-sub...
J. Wienke
04:34 PM Revision 6e400419 (rsb-manual): Ignore editor swap files
J. Wienke
04:23 PM Revision 96a1e953 (rsb-manual): fixes #1144: add related publications
Added some related publications where RSB is used or described. J. Wienke
03:48 PM Revision a2022e98 (rsb-python): Implement context manager protocol for participants
* rsb/__init__.py: added context manager methods to Participant
* test/coretest.py: added roundtrip tests for pub-sub...
J. Wienke
03:46 PM Revision c2f9d5b4 (rsb-python): Formalize the deactivate method for participants
All participant subclasses already have a deactivate method. This commit
ensures this constraint by using an annotate...
J. Wienke
03:44 PM Revision eafb2061 (rsb-python): Switch eclipse project to python 2.7
In order to use with statements with multiple statements, python 2.7 is
required.
J. Wienke
01:37 PM Revision bf47320e (rsb-java): fixes #1602: exception during bus deactivation
Fix a threading error causing a NPE during deactivation.
Merge branch 'bug-1602'
J. Wienke
01:32 PM Revision dd9e0bb2 (rsb-java): Fix deactivation in BusBase
A thread might already have removed itself from the connections map
during its own deactivation logic. We need to exp...
J. Wienke
01:30 PM Revision 88f8b862 (rsb-java): Synchronize access to connections map in BusBase.
A sequence of different operations relying on each other needs to be
synchronized despite being synchronous map.
J. Wienke
01:28 PM Revision 1f9c1fd0 (rsb-java): Fix duplicated removal of connection
There was a duplicated and useless call to removeConnection in
BusBase.
J. Wienke
11:44 AM Revision 88766988 (rsb-manual): fixes #1601:Fix java zip download link.
Use 0.9 ci job instead of trunk. J. Wienke

08/29/2013

11:21 AM Revision 965f67d0 (rsb-java): Fix thread synchronization in BusBase
* Expect that during deactivation we might sometimes receive a null return from
removeConnection as the RecieverThr...
J. Wienke

08/28/2013

07:43 PM Revision 65a7bc90 (rsb-cl): Fixed default initargs in src/transport/socket/bus.lisp
* src/transport/socket/bus.lisp (bus): fixed class in default initargs
:host and :port; added default initarg for :...
J. Moringen

08/27/2013

09:43 AM Revision 528f4478 (rsb-java): fixes #1304: test exception if spread not running
Made SpreadNotRunningTest usable and added tests for listener and remote
server instances.
J. Wienke
09:42 AM Revision e6b055d1 (rsb-java): Add missing signatures to Factory
* added missing signatures to create LocalServer instances
* reordered members to have construction of same objects b...
J. Wienke

08/26/2013

06:29 PM Revision 6d7973a6 (rsb-java): refs #325: backport - implement local transport
A basic implementation of an inprocess transport.
Merge branch 'task-325'
J. Wienke
06:26 PM Revision 7ddb81c8 (rsb-java): fixes #325: implement local transport
A basic implementation of an inprocess transport.
Merge branch 'task-325'
J. Wienke
06:26 PM Revision d8a009e0 (rsb-java): Improve state checks in OutConnector
Added checks for being active when sending and about scope availability. J. Wienke
05:25 PM Revision 5be312d3 (rsb-java): Added a transport factory for inprocess
* InProcessFactory.java: new factory using a single static bus instance
* DefaultTransports.java: registered inproces...
J. Wienke
05:17 PM Revision d913c634 (rsb-java): Add inprocess connectors
Implemented basic Out and InPushConnectors for the inprocess transport.
* Bus.java: basic exchange point between dif...
J. Wienke
04:57 PM RSB XML Support Revision 859d5983 (rsb-xml): Updated HEADs of submodules rsx-xml-{cl,cpp,integrationtest,java,pyt...
J. Moringen
04:56 PM RSB XML Support Revision 11e9e0aa (rsb-xml): Added release script release.sh
* release.sh: new file; script for semi-automatic releases of the
rsb-xml project family
J. Moringen
04:48 PM RSB XML Support Revision 37697a9f (rsb-xml-integrationtest): Version bump to 0.10 in CMakeLists.txt
refs #1587
* CMakeLists.txt (VERSION_MINOR): changed 9 -> 10
J. Moringen
04:47 PM RSB XML Support Revision 567295bb (rsb-xml-python): Version bump to 0.10 in setup.py
refs #1587
* setup.py (header): updated copyright
(setup): changed version keyword argument 0.9.0 -> 0.10.0
J. Moringen
04:46 PM RSB XML Support Revision af436d61 (rsb-xml-java): Version bump to 0.10 in {build,pom}.xml
refs #1587
* build.xml (/project/property[@name="version"]/@value): changed 0.9.0
-> 0.10.0
* pom.xml (/project/ve...
J. Moringen
04:40 PM RSB XML Support Revision d3b21f4f (rsb-xml-cpp): Version bump to 0.10
refs #1587
* CMakeLists.txt (VERSION_MINOR): changed 9 -> 10
J. Moringen
04:39 PM RSB XML Support Revision e2db6bc0 (rsb-xml-cl): Version bump to 0.10 in rsb-xml.asd
refs #1587
* rsb-xml.asd (+version-minor+): changed value 9 -> 10
J. Moringen
 

Also available in: Atom