Activity

From 02/26/2016 to 03/26/2016

03/25/2016

12:29 PM Revision 14c2af50 (rsb-cl): Cosmetic changes in src/converter/sequence.lisp
* src/converter/sequence.lisp (wire->domain? sequence t t): renamed
variable use? -> usable-child
(domain->wire? ...
J. Moringen
12:28 PM Revision 9d6c0419 (rsb-cl): Improved documentation string in src/filter/scope-filter.lisp
* src/filter/scope-filter.lisp (scope-filter): improved one-line summary
in documentation string
J. Moringen

03/23/2016

02:01 PM Revision da068894 (rsb-java): Update to more recent PMD and new PMD plugin for eclipse
J. Wienke
12:01 PM Bug #2523: Copying a participantConfig results in odd behaviour in java
We are currently using the version on the branch origin/wip-listener-pooling-0.12
And as the backtrace implies thi...
T. Huxohl

03/22/2016

03:20 PM Revision 76bb5d16 (rsb-tools-cl): Generate only necessary deserialization code in logger/main.lisp
Instead of the default :purpose, the logger only needs :deserializer.
* logger/main.lisp (main): pass purpose :deser...
J. Moringen
01:02 PM Revision cfe8972a (rsb-tools-cl): Use access protocol for converter selection in src/commands/bri...
refs #2527
* src/commands/bridge/participant.lisp
(shared-initialize :after connection t): select converters of li...
J. Moringen
12:54 PM Revision 7ca6108e (rsb-cl): Added (setf access?) generic function in test/package.lisp
* test/package.lisp (setf access?): new generic function; used by test
utilities
J. Moringen
12:51 PM Revision 7f521fce (rsb-cl): Added call-tracking-converter in test/converter/package.lisp
* test/converter/package.lisp (header): updated copyright
(package rsb.converter.test): added used package more-con...
J. Moringen

03/21/2016

01:37 PM Revision 6a84b494 (rsb-manual): Backport: Describe improvements for plugins.cpp.{path,load} options
* news.rst (RSB 0.13): mention improvements for plugins.cpp.{path,load}
options
* specification-plugin.rst (C++ Plu...
J. Moringen
01:35 PM Revision 5bde13d9 (rsb-manual): Describe improvements for plugins.cpp.{path,load} options
* news.rst (RSB 0.13): mention improvements for plugins.cpp.{path,load}
options
* specification-plugin.rst (C++ Plu...
J. Moringen
12:22 PM Enhancement #2312 (Resolved): Spread connection pooling for listeners [Java]
Applied in changeset commit:rsb-java|9f6fc90c35bd74a9d7f5e57941dbed96865ea19a. J. Wienke
12:21 PM Revision 4b757664 (rsb-java): Merge branch 'wip-listener-pooling-0.14' into 0.13
refs #2312 J. Wienke
12:15 PM Revision 9f6fc90c (rsb-java): Merge branch 'wip-listener-pooling-0.14'
fixes #2312 J. Wienke

03/19/2016

02:38 PM Bug #2523: Copying a participantConfig results in odd behaviour in java
Additionally, could you please try to reproduce this with an isolated executable. The backtrace implies that this hap... J. Wienke
02:36 PM Bug #2523 (In Progress): Copying a participantConfig results in odd behaviour in java
J. Wienke
02:36 PM Bug #2523: Copying a participantConfig results in odd behaviour in java
I can't find any clue that the copy operation of @ParticipantConfig@ is the reason. I just added a unit test which ch... J. Wienke
02:34 PM Revision 2c8e8307 (rsb-java): Test ParticipantConfig copies are separated
Ensure that ParticipantConfig are really separated and do not influence
each other.
refs #2523
J. Wienke

03/18/2016

03:50 PM RSBag Feature #2527 (Resolved): rsbag cat requires converters to output meta-data
Applied in changeset commit:rsbag-tools-cl|ddf00eaa6244237087d5e3fddb6de26cd2f2c12b. J. Moringen
03:46 PM RSBag Revision d67ae5c4 (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
03:37 PM RSBag Revision ddf00eaa (rsbag-tools-cl): Exploit access? protocol in src/commands/cat.lisp
fixes #2527
Using the access? protocol, select a channel transformation that
deserializes event payloads or not depe...
J. Moringen
03:23 PM RSBag Revision 5f04cbc0 (rsbag-manual): Mention cat's selective deserialization in news.rst
refs #2527
* news.rst (RSBag 0.14): mention selective deserialization performed by
rsbag cat
J. Moringen
02:59 PM Revision 5b9a463a (rsb-cl): Access checking event helper functions in test/package.lisp
* test/package.lisp (package rsb.test): added exported symbols
access-rules-for-processor and add-access-checking-t...
J. Moringen
02:58 PM Revision 50f0fab7 (rsb-cl): Added sequence-number to *event-parts* in src/event-processing/protoc...
* src/event-processing/protocol.lisp (*event-parts*): added an entry for
:sequence-number, accessed by `event-{sequ...
J. Moringen
02:56 PM Revision 39f6d7a7 (rsb-tools-cl): Implemented access? protocol in src/{formatting,stats}/*.lisp
refs #2527
Event formatting styles, columns and statistical quantities use the
access? protocol to report the event ...
J. Moringen
02:56 PM Revision 88c7b10e (rsb-tools-cl): Added meta-data-mixin in src/formatting/event-style-meta-data.lisp
* src/formatting/event-style-meta-data.lisp (meta-data-mixin): new
class;
(format-event event meta-data-mixin t):...
J. Moringen
02:32 PM Revision 7dd1a98f (rsb-tools-cl): Fixed print-object method for width-mixin in src/formatting/tex...
* src/formatting/text-style-mixins.lisp (width-mixin::width): adjusted
type; added initform nil
(print-object wid...
J. Moringen
11:05 AM Revision 2fb31485 (rsb-cl): Use access protocol in src/transform/*.lisp
refs #2527
Added "opt-in" methods for transform classes on the access? generic
function, i.e. these methods return t...
J. Moringen
11:04 AM Revision ee5b123f (rsb-cl): Use access protocol in src/filter/*.lisp
refs #2527
Added "opt-in" methods for filter classes on the access? generic
function, i.e. these methods return true...
J. Moringen
10:19 AM Revision df90f46f (rsb-cl): Added access protocol in src/event-processing/protocol.lisp
refs #2527
* src/event-processing/protocol.lisp (header): updated copyright
(*event-parts*): new variable; a list ...
J. Moringen

03/17/2016

05:40 PM RSBag Feature #2526: Semantic of causes when rsbag play'ing a file
works like a charm ;). M. Goerlich
05:08 PM RSBag Feature #2526: Semantic of causes when rsbag play'ing a file
Please try with the "master version":https://ci.cor-lab.org/view/rsx-trunk/job/rsbag-tools-cl-trunk/label=ubuntu_trus... J. Moringen
04:45 PM RSBag Feature #2526 (Resolved): Semantic of causes when rsbag play'ing a file
Applied in changeset commit:rsbag-cl|e5a50302ce13a4ab59c73b64d4359d479eb101a4. J. Moringen
04:10 PM RSBag Feature #2526 (In Progress): Semantic of causes when rsbag play'ing a file
J. Moringen
01:54 PM RSBag Feature #2526 (Resolved): Semantic of causes when rsbag play'ing a file
Currently when replaying events from a tide-file with rsbag play the EventId is fresh generated which makes perfect s... M. Goerlich
05:10 PM RSBag Revision 12f3d90d (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
05:09 PM RSBag Revision a301b267 (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
05:06 PM RSBag Revision 5e7a3400 (rsbag-manual): Describe event id handling during replay in {tool-play,news}.rst
refs #2526
* tool-play.rst (Handling of Event IDs during Replay): new section;
describe keeping or replacing event...
J. Moringen
04:38 PM RSBag Revision e5a50302 (rsbag-cl): Configurable event id handling in src/rsb/replay/strategy-mixins.lisp
fixes #2526
* src/rsb/replay/types.lisp (header): updated copyright
(event-id-adjustment): new type; for event id ...
J. Moringen
04:11 PM RSBag Feature #2527 (In Progress): rsbag cat requires converters to output meta-data
> Would be cool if you would not have to add them.
As it happens, I just developed the machinery to make this poss...
J. Moringen
03:36 PM RSBag Feature #2527 (Resolved): rsbag cat requires converters to output meta-data
Would be cool if you would not have to add them. M. Goerlich

03/16/2016

04:47 PM Bug #2523 (Resolved): Copying a participantConfig results in odd behaviour in java
We tried to use in process communication and therefore disabled all other transports in the participantConfig.
This ...
T. Huxohl

03/15/2016

05:02 PM Revision a9506c7a (rsb-java): Use factories to create spread in push connectors
Clients can now specify different factory instances to create spread in
push connector instances. One available insta...
J. Wienke
04:56 PM Revision 89aca88b (rsb-java): Provide a spread in push connector supporting connection sharing
This provides a spread in push connector which allows to share a spread
connection.
* src/rsb/transport/spread/Multi...
J. Wienke
04:46 PM Revision 3786f98a (rsb-java): Move spread receiving logic to own class
Move the spread receiving logic from SpreadInPushConnector to its own
class SpreadReceiver to make it reusable across...
J. Wienke
04:25 PM Revision c57298cf (rsb-java): Extract spread config parsing into utility class
Extracts parsing of spread configurations into a utility class
ConfigParseUtilities to prepare for different strategi...
J. Wienke
04:22 PM Revision 0a407cc0 (rsb-java): Make converter selection strategies comparable
This allows to use them as (part of) keys for unique combinations of
transport options since converters are a part of...
J. Wienke
11:47 AM RSBag Revision af8fbb8e (rsbag-tools-cl): Use serial dependencies in cl-rsb-tools-*.asd
* cl-rsbag-tools-cat.asd (system cl-rsbag-tools-cat): use serial
dependencies
* cl-rsbag-tools-info.asd (system cl-...
J. Moringen

03/13/2016

02:11 PM Revision b0ed45db (rsb-spread-cpp): merge branch 'origin/master' into enhancement-2063
R. Haschke
02:08 PM Revision fca85308 (rsb-cpp): merge branch 'origin/master' into famula-master
R. Haschke
02:06 PM Revision 77a336e0 (rsb-cpp): merge branch 'origin/0.13' into famula-0.13
R. Haschke
02:01 PM Revision 338a8cf4 (rsb-spread-cpp): merge branch 'origin/0.13' into enhancement-2063
R. Haschke
02:00 PM Revision 11822b10 (rsb-spread-cpp): merge 'master' into enhancement-2063
R. Haschke
02:10 AM Revision 5eef4eba (rsb-cl): Cosmetic changes in src/transport/connector-mixins.lisp
* src/transport/connector-mixins.lisp
(emit :around error-handling-pull-receiver-mixin t): turned
documentation s...
J. Moringen
02:10 AM Revision dfa6b0c4 (rsb-cl): Added make-converter in src/converter/protocol.lisp
* src/converter/protocol.lisp (make-converter): new function; make and
return a converter
* src/converter/package.l...
J. Moringen
02:10 AM Revision 11d0a7b0 (rsb-cl): Cosmetic improvements in src/converter/*.lisp
* src/converter/protocol.lisp (wire->domain): fixed indentation of
documentation string
(domain->wire): likewise
...
J. Moringen

03/12/2016

05:10 PM Revision 873ed472 (rsb-cl): Cosmetic improvements in src/converter/*.lisp
* src/converter/protocol.lisp (wire->domain): fixed indentation of
documentation string
(domain->wire): likewise
...
J. Moringen
05:10 PM Revision 3ff4b934 (rsb-cl): Removed obsolete, unused file doc/package.lisp
* doc/package.lisp: has never been used for anything J. Moringen

03/10/2016

08:59 PM Revision 2b0aa8a1 (rsb-cl): Use print-items for connector objects in src/transport/**/*.lisp
* src/transport/connector.lisp (header): updated copyright
(print-items append connector): new method;
(print-obj...
J. Moringen
08:10 PM Revision cd08332d (rsb-cl): Added print-items method in src/transport/socket/transport.lisp
* src/transport/socket/transport.lisp
(print-items append socket-transport): new method; added numbers of
bus cli...
J. Moringen
07:18 PM Revision 73fff430 (rsb-tools-cl): Queue more events by default in src/commands/mixins.lisp
Should work in most situations until we get the solution is in place.
* src/commands/mixins.lisp (event-queue-mixin:...
J. Moringen

03/08/2016

01:25 PM Feature #2513 (Resolved): Cause filter [Common Lisp]
J. Moringen
01:24 PM Feature #2512 (Resolved): Cause filter [Python]
J. Moringen
01:24 PM Feature #2511 (Resolved): Cause filter [Java]
J. Moringen
01:24 PM Feature #2510 (Resolved): Cause filter [C++]
J. Moringen
01:23 PM Feature #2509 (Resolved): Cause filter
J. Moringen

03/04/2016

11:54 AM RSBag Revision e48a83a5 (retf-documents): Added TYPE block in rd-0001.txt
* rd-0001.txt (Type): new section; describes TYPE block
(Chan): adaptations to support TYPE block
J. Moringen
11:54 AM RSBag Revision 6d55129a (retf-documents): Added META block in rd-0001.txt
* rd-0001.txt (Meta): new section; describes META block for storing
meta-data about the whole file
J. Moringen
11:54 AM RSBag Revision 708edaf0 (retf-documents): Added syntax and version support in rd-0008.txt
* rd-0008.txt: added support for specifying data type definition syntax
and data type version
J. Moringen
11:44 AM RSBag Revision 1fb7327d (rsbag): Added submodule retf-documents
J. Moringen

03/03/2016

02:25 PM Revision e2fa4f66 (rsb-tutorials): Backport: Modernized chat-{1,2}/{project,solution}/*.{lisp,asd}
* chat-{1,2}/{project,solution}/*.lisp (header): updated copyright
adapted to changes in rsb-cl
* chat-{1,2}/{proje...
J. Moringen
02:06 PM Revision 44613113 (rsb-tutorials): Modernized chat-{1,2}/{project,solution}/*.{lisp,asd}
* chat-{1,2}/{project,solution}/*.lisp (header): updated copyright
adapted to changes in rsb-cl
* chat-{1,2}/{proje...
J. Moringen
01:10 PM Tasks #2432 (Resolved): Add license information to manual
Applied in changeset commit:rsb-manual|9f9401b82b29e11a9a0a68ce43d296db8916fb60. J. Moringen
01:04 PM Revision 644dc5f6 (rsb-manual): Backport: Added license to footer of HTML version in _templates/l...
refs #2432
The documentation is licensed under the
Creative Commons Attribution 4.0 International License
* _tem...
J. Moringen
01:01 PM RSBag Revision 08a0e616 (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
01:01 PM RSBag Revision 8d249c4f (rsbag-manual): Backport: Added license to footer of HTML version in _templates...
refs #2431
The documentation is licensed under the
Creative Commons Attribution 4.0 International License
* _tem...
J. Moringen
01:00 PM RSBag Revision c88fc87a (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
01:00 PM RSBag Revision 00ee8511 (rsbag-manual): Added license to footer of HTML version in _templates/layout.ht...
fixes #2431
The documentation is licensed under the
Creative Commons Attribution 4.0 International License
* _te...
J. Moringen
01:00 PM RSBag Tasks #2431 (Resolved): Add license information to manual
Applied in changeset commit:rsbag-manual|ab52fad8748d7f624f9576529efb74626c709a83. J. Moringen
12:58 PM Revision 9f9401b8 (rsb-manual): Added license to footer of HTML version in _templates/layout.html.in
fixes #2432
The documentation is licensed under the
Creative Commons Attribution 4.0 International License
* _te...
J. Moringen
12:55 PM RSBag Revision 556dd5e4 (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
12:54 PM RSBag Revision d53b0f26 (rsbag): Updated HEAD of submodule rsbag-manual
J. Moringen
12:53 PM RSBag Revision 87eaf231 (rsbag-manual): Backport: Added license to footer of HTML version in _templates...
refs #2431
The documentation is licensed under the
Creative Commons Attribution 4.0 International License
* _tem...
J. Moringen
12:52 PM RSBag Revision ab52fad8 (rsbag-manual): Added license to footer of HTML version in _templates/layout.ht...
fixes #2431
The documentation is licensed under the
Creative Commons Attribution 4.0 International License
* _te...
J. Moringen
12:17 PM Tasks #1027 (Resolved): Expose connector "remoteness" in transport package [C++]
J. Moringen

03/02/2016

08:55 PM Revision d060c1b7 (rsb-yarp-cl): Register converter provider class in src/converter/bottle-data-h...
* src/converter/bottle-data-holder.lisp
(register-provider/class converter :bottle/data-holder): new; register
co...
J. Moringen
08:55 PM Revision b521200f (rsb-yarp-cl): Cosmetic changes in src/**/*.lisp
* src/converter/bottle-data-holder.lisp (header): updated copyright
(wire->domain? bottle/data-holder simple-array ...
J. Moringen
05:58 PM Tasks #2245 (Resolved): Release version 0.13
J. Moringen
10:10 AM Tasks #2245 (In Progress): Release version 0.13
J. Moringen
05:56 PM We are starting to phase out support for RSB 0.11
RSB 0.13 "has been released":https://code.cor-lab.org/news/54. As a consequence, we are now starting to phase out sup... J. Moringen
05:55 PM RSB 0.13 has been released
We are happy to announce the release of version 0.13 of the RSB middleware.
The development activities in this cyc...
J. Wienke
05:30 PM RSBag Revision cfd2315b (rsbag): Updated HEAD of submodules rsbag-*
J. Moringen
05:23 PM Revision 0359657f (rsb): Process Maven modules in sub-directories in release.sh
* release.sh (set_version_maven_one): renamed
(set_version_maven): process pom.xml in sub-directories
J. Moringen
03:34 PM RSB XML Support Revision c6015e57 (rsb-xml): Update release documentation
Python is handled correctly now J. Wienke
03:22 PM RSB XML Support Revision aa06be88 (rsb-xml): Version bump for submodules
J. Wienke
03:20 PM RSB XML Support Revision 4ecb8387 (rsb-xml-java): Require stable rsx upstream version
J. Wienke
03:15 PM RSB XML Support Revision ab3bd1cb (rsb-xml-integrationtest): Version bump to 0.14.0, refs #2245
J. Wienke
03:15 PM RSB XML Support Revision 8b25d1e4 (rsb-xml-python): Version bump to 0.14.0, refs #2245
J. Wienke
03:15 PM RSB XML Support Revision 3909fcd8 (rsb-xml-java): Version bump to 0.14.0, refs #2245
J. Wienke
03:15 PM RSB XML Support Revision 8f391c85 (rsb-xml-cpp): Version bump to 0.14.0, refs #2245
J. Wienke
03:15 PM RSB XML Support Revision 1a5b1d9c (rsb-xml-cl): Version bump to 0.14.0, refs #2245
J. Wienke
03:15 PM RSB XML Support Revision c36690f9 (rsb-xml-python): Define version from git
J. Wienke
02:53 PM RSBag Revision 72b0ad14 (rsbag): Updated HEAD of submodules rsbag-*
J. Moringen
02:52 PM RSBag Revision 90cf142b (rsbag-manual): Post-release adaptations in *.rst
refs #2245
* index.rst: adapted link to released version
* install-binary.rst: adapted links to downloadable artifac...
J. Moringen
02:51 PM RSBag Revision c54638af (rsbag-manual): Adaptations for release version in *.rst
refs #2245
* index.rst: removed note about using stable version instead of master
* preparation.rst: adapted downloa...
J. Moringen
02:48 PM RSBag Revision 2080c4a9 (rsbag-manual): Post-release adaptations in *.rst
refs #2245
* index.rst: adapted link to released version
* install-binary.rst: adapted links to downloadable artifac...
J. Moringen
02:31 PM Revision 46330442 (rsb-java): Fixed missing version bump in Maven modules rsb-java[-examples]/pom...
refs #2245
* rsb-java-examples/pom.xml: version bump
* rsb-java/pom.xml: likewise
J. Moringen
01:00 PM Revision 429f94b1 (rsb-manual): Mention new logo in news
(cherry picked from commit 357cce12bd74ccaf582869b51dcc4721e054d762) J. Wienke
12:59 PM Revision 357cce12 (rsb-manual): Mention new logo in news
J. Wienke
12:06 PM RSBag Revision 12b3a759 (rsbag-python): Version bump to 0.14.0, refs #2245
J. Moringen
12:06 PM RSBag Revision 83af598e (rsbag-tools-cl): Version bump to 0.14.0, refs #2245
J. Moringen
12:06 PM RSBag Revision 96c20817 (rsbag-manual): Version bump to 0.14.0, refs #2245
J. Moringen
12:06 PM RSBag Revision 04d1c0a8 (rsbag-cl): Version bump to 0.14.0, refs #2245
J. Moringen
11:30 AM Revision 6aa408ee (rsb): Branch for version 0.13, refs #2245
J. Moringen
11:29 AM Revision 623610cd (rsb): Updated HEADs of submodules rsb-*
J. Moringen
11:24 AM Revision e69ede1e (rsb-manual): Backport: Added links to redmine versions in news.rst
* news.rst (RSB 0.12): added link to redmine version for detailed list
of changes
(cherry picked from commit 4ae89...
J. Moringen
11:22 AM Revision 4ae89f69 (rsb-manual): Added links to redmine versions in news.rst
* news.rst (RSB 0.13): added link to redmine version for detailed list
of changes
(RSB 0.12): likewise
J. Moringen
11:21 AM Revision 6f03941b (rsb-manual): Post-release adaptations in *.rst
refs #2245
* index.rst: adapted link to released version
* install-binary.rst: adapted links to downloadable artifac...
J. Moringen
10:42 AM Revision 90aee923 (rsb-manual): Adaptations for release version in *.rst
refs #2245
* index.rst: removed note about using stable version instead of master
* install-binary.rst: adapted down...
J. Moringen
10:24 AM Revision 58637b0d (rsb-yarp-cpp): Version bump to 0.14.0, refs #2245
J. Moringen
10:24 AM Revision 20646632 (rsb-yarp-cl): Version bump to 0.14.0, refs #2245
J. Moringen
10:24 AM Revision 6d194180 (rsb-zmq-cl): Version bump to 0.14.0, refs #2245
J. Moringen
10:24 AM Revision 72e8235f (rsb-tools-cl): Version bump to 0.14.0, refs #2245
J. Moringen
10:24 AM Revision 3a3bc686 (rsb-tools-cpp): Version bump to 0.14.0, refs #2245
J. Moringen
10:24 AM Revision e63b2090 (rsb-spread-cpp): Version bump to 0.14.0, refs #2245
J. Moringen
10:24 AM Revision d65f4b33 (rsb-ros-cl): Version bump to 0.14.0, refs #2245
J. Moringen
10:24 AM Revision e702c015 (rsb-realtime-cpp): Version bump to 0.14.0, refs #2245
J. Moringen
10:24 AM Revision cc990596 (rsb-python): Version bump to 0.14.0, refs #2245
J. Moringen
10:24 AM Revision 3dacbb4b (rsb-protocol): Version bump to 0.14.0, refs #2245
J. Moringen
10:24 AM Revision b1072890 (rsb-matlab): Version bump to 0.14.0, refs #2245
J. Moringen
10:24 AM Revision b2085cc2 (rsb-java): Version bump to 0.14.0, refs #2245
J. Moringen
10:24 AM Revision 02e054a4 (rsb-manual): Version bump to 0.14.0, refs #2245
J. Moringen
10:24 AM Revision 28be3da6 (rsb-cpp): Version bump to 0.14.0, refs #2245
J. Moringen
10:24 AM Revision 3de675f1 (rsb-integrationtest): Version bump to 0.14.0, refs #2245
J. Moringen
10:24 AM Revision b1f569fe (rsb-cl): Version bump to 0.14.0, refs #2245
J. Moringen
10:21 AM Revision 0d59ac2d (rsb): Handle logo subproject in release.sh
* release.sh (header): updated copyright
(project_types): add logo
(project_logo_p): new function; check for logo...
J. Moringen
09:47 AM Enhancement #2403 (Resolved): Remove implementation-dependant printed representation of objects f...
J. Moringen
09:41 AM Enhancement #1023 (In Progress): Add Transport class [C++]
J. Moringen
08:46 AM Tasks #2504 (Resolved): Release version 0.14
check mark: ✓
# Copy this issue for the next release #2560 ✓
# Create branches
#* project:rsc ✓
#* project:rsb ...
J. Moringen

03/01/2016

06:23 PM Revision ce393e69 (rsb-tools-cl): Added IDL loading converter in src/common/idl-loading-converter...
* src/common/idl-loading-converter.lisp: new file; contains IDL loading
converter
* rsb-tools-common.asd (system rs...
J. Moringen
05:30 PM Revision 2ad3a7cf (rsb-cl): Added *default-converters* in src/configuration.lisp
* src/configuration.lisp (header): updated copyright
(*default-converters*): new variable; stores alist of default
...
J. Moringen
03:45 PM Revision d0bec7fb (rsb-tools-cl): Generate only necessary serialization code in logger/main.lisp
Instead of the default :purpose, the logger only needs :deserializer.
* logger/main.lisp (main): pass purpose :deser...
J. Moringen
03:45 PM Revision fccffe33 (rsb-tools-cl): Cache IDL parsing in code generation in src/common/idl-loading....
* src/common/idl-loading.lisp (*load-cache*): new variable; cache for
parsed IDL definitions
(*emit-caches*): new...
J. Moringen
11:21 AM RSB XML Support Revision 7264063c (rsb-xml-cl): Adaptations to changed filter protocol in src/filter/xpath.lisp
* src/filter/xpath.lisp (header): updated copyright
(payload-matches? xpath-filter document): removed &key
&allow...
J. Moringen

02/29/2016

12:47 PM Revision 7a87dd4c (rsb-ros-cl): Install sources into versioned directory in CMakeLists.txt
* CMakeLists.txt (header): updated copyright
append project version to installation directory for sources
* cpack/D...
J. Moringen
12:24 PM Revision 69b23f7e (rsb-yarp-cl): Install sources into versioned directory in CMakeLists.txt
* CMakeLists.txt (header): updated copyright
append project version to installation directory for sources
* cpack/D...
J. Moringen
12:24 PM Revision 5504e092 (rsb-cl): Fixed ASDF system symlink creation in cpack/DebianUbuntu.cmake
* cpack/DebianUbuntu.cmake: symlinks targets are in the versioned source
directory
J. Moringen

02/28/2016

02:41 PM RSBag Revision 1817e347 (rsbag-tools-cl): Do not redump during deb installation in cpack/DebianUbuntu.c...
Build and installation happen in the following stages
1) Build dumps uncompressed, "static" binary
2) Uncompressed, "...
J. Moringen
02:17 PM Revision 0ad9e2eb (rsb-tools-cl): Backport: Do not redump during deb installation in cpack/Debian...
Build and installation happen in the following stages
1) Build dumps uncompressed, "static" binary
2) Uncompressed, "...
J. Moringen

02/26/2016

01:19 AM Revision 296836aa (rsb-cl): Compile type predicate in src/filter/type-filter.lisp
* src/filter/type-filter.lisp (type-filter::type): removed initarg
(type-filter::predicate): new slot; stores compi...
J. Moringen
 

Also available in: Atom