Activity

From 02/18/2016 to 03/18/2016

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 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 ab3bd1cb (rsb-xml-integrationtest): 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 8f391c85 (rsb-xml-cpp): 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 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 12b3a759 (rsbag-python): 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 20646632 (rsb-yarp-cl): Version bump to 0.14.0, refs #2245
J. Moringen
10:24 AM Revision 58637b0d (rsb-yarp-cpp): 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 3a3bc686 (rsb-tools-cpp): 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 d65f4b33 (rsb-ros-cl): 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 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 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
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
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

02/25/2016

11:18 PM Revision 0c423593 (rsb-cl): Added superclass payload-matching-mixin in src/filter/type-filter.lisp
* src/filter/type-filter.lisp (header): updated copyright
(type-filter): added superclass `payload-matching-mixin'
...
J. Moringen
11:18 PM Revision c5d9a7c1 (rsb-cl): Removed &allow-other-keys from payload-matches? in src/filter/*.lisp
Wasn't used for anything.
* src/filter/protocol.lisp (header): updated copyright
(payload-matches?): removed &allo...
J. Moringen
03:42 PM Revision d6bdf1a1 (rsb-cl): Added tests for type-filter in test/filter/type-filter.lisp
* test/filter/type-filter.lisp: new file; contains tests for
`type-filter' filter class
* cl-rsb.asd (system cl-rsb...
J. Moringen

02/24/2016

04:12 PM RSBag Revision 28f7b8e7 (rsbag-cl): Use serial dependencies in cl-rsbag.asd
* cl-rsbag.asd (system cl-rsbag): use serial dependencies in modules
(system cl-rsbag-test): likewise
J. Moringen
03:49 PM Revision 6f6cccc6 (rsb-cl): call-next-method in node-relations method in src/model/builder.lisp
* src/model/builder.lisp (header): updated copyright
(node-relations t node): call `call-next-method'
J. Moringen
12:09 PM Revision c46f4f34 (rsb-cl): Extended comments in src/event-processing/scope-trie.lisp
* src/event-processing/scope-trie.lisp (toplevel): extended some
comments
J. Moringen

02/22/2016

06:43 PM RSBag Revision 18a057f0 (rsbag-cl): Tests for {start,end}-timestamp in test/{channel,bag}.lisp
* test/channel.lisp (header): updated copyright
(test channel-root::start+end-timestamp): new test; smoke test for
...
J. Moringen
06:12 PM RSBag Revision c4461fb7 (rsbag): Updated HEAD of sub-module rsbag-manual
J. Moringen
05:52 PM RSBag Revision a5acafb7 (rsbag-cl): fixes
J. Moringen
05:52 PM RSBag Revision aaf78a5e (rsbag-cl): added channel object in tidelog backend
J. Moringen
05:52 PM RSBag Revision 8806e7a9 (rsbag-cl): do not use rsbag package in rsbag.backend.tidelog packagae
J. Moringen
05:52 PM RSBag Revision 0089cb31 (rsbag-cl): get channel meta-data from backend
J. Moringen
05:43 PM RSBag Revision bca7a301 (rsbag-tools-cl): Initial info method prototype
(cherry picked from commit a9fac87f3f652fd81abe448c8652662a183a9931) J. Moringen
05:43 PM RSBag Revision d685eb5f (rsbag-tools-cl): State change notifications in src/commands/record.lisp
* src/commands/record.lisp (header): updated copyright
(call-with-control-service): TODO
J. Moringen
05:43 PM RSBag Revision 127b33ea (rsbag-tools-cl): swank stuff
J. Moringen
05:43 PM RSBag Revision 04a36e0b (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
05:43 PM RSBag Revision 6777486b (rsbag-tools-cl): Disable stateful view for introspection in bag-introspect/mai...
* bag-introspect/main.lisp (update-synopsis): include :stateful? nil
initarg in default for style option
* test/com...
J. Moringen
05:40 PM RSBag Revision b1c63195 (rsbag): Updated HEAD of sub-module rsbag-manual
J. Moringen
05:28 PM RSBag Revision 9647cbfa (rsbag-cl): Fixed unused variable in src/transform/rsb-event-multi-version.lisp
* src/transform/rsb-event-multi-version.lisp
(define-serialization-version): used rest parameter
J. Moringen
05:24 PM RSBag Revision 694e8512 (rsbag-manual): Removed symlink-creation paragraph in preparation.rst
* preparation.rst (Binary Downloads): removed paragraph about creating
symlinks after download
J. Moringen
05:23 PM RSBag Revision 0d5fe38c (rsbag-manual): Updated CI server links in preparation.rst
* preparation.rst (Binary Downloads): updated download links J. Moringen
04:36 PM RSBag Revision eb180944 (rsbag-tools-cl): Adapted to flush strategy protocol changes in bag-record/help...
* bag-record/help.lisp (make-flush-strategy-help-string): use
service-provider protocol to retrieve list of flush s...
J. Moringen
04:36 PM RSBag Revision d5493954 (rsbag-tools-cl): Adapted to replay strategy protocol changes in src/common/hel...
* src/common/help.lisp (make-replay-strategy-help-string): use
service-provider protocol to retrieve list of replay...
J. Moringen
04:36 PM RSBag Revision 8067f71b (rsbag-tools-cl): Adapted to channel strategy protocol changes in bag-record/he...
* bag-record/help.lisp (header): updated copyright
(make-channel-strategy-help-string): use service-provider protoc...
J. Moringen
03:32 PM RSBag Revision c532710c (rsbag-cl): Use service-provider for backends in src/backend/**/*.lisp
* src/protocol.lisp (header): updated copyright
(open-bag): adapted documentation string
* src/backend/protocol.lis...
J. Moringen
03:32 PM RSBag Revision c27dee31 (rsbag-cl): Use service-provider for channel strategies in src/rsb/*.lisp
* src/rsb/protocol.lisp (header): updated copyright
(events->bag): adapted documentation string
(define-findable-...
J. Moringen
03:32 PM RSBag Revision a8040588 (rsbag-cl): Use service-provider for replay strategies in src/rsb/*.lisp
* src/rsb/protocol.lisp (header): updated copyright
(define-findable-class-family replay-strategy): removed; no lon...
J. Moringen
03:32 PM RSBag Revision 06b41233 (rsbag-cl): Use service-provider for flush strategies in src/backend/*.lisp
* src/backend/protocol.lisp
(define-findable-class-family flush-strategy): removed; no longer
needed
(define-se...
J. Moringen
03:32 PM RSBag Revision f20dc4ee (rsbag-cl): Use service-provider for transforms in {src/transform,compat/**}/*....
Instead of one class family for each version of the transform package,
use a single service-provider and register tra...
J. Moringen
03:32 PM RSBag Revision 6a46f282 (rsbag-cl): Type-check initargs where necessary in src/rsb/replay/strategy-mixi...
* src/rsb/replay/strategy-mixins.lisp (header): updated copyright
(shared-initialize :before bounds-mixin t): type-...
J. Moringen
02:30 PM RSBag Revision 08a57f4c (rsbag-cl): Fixed instance initialization in src/rsb/replay/fixed-rate.lisp
A method on `shared-initialize' was used to check for required initargs
is wrong in case of re-initialization.
* src...
J. Moringen
12:15 PM Revision 6b9ad641 (rsb-cl): Use make-empty-scope-node-edges in src/event-processing/scope-trie.lisp
* src/event-processing/scope-trie.lisp (node-state): use
`make-empty-scope-node-edges' to initialize edge list
J. Moringen

02/20/2016

05:15 PM RSBag Revision afb6aa8f (rsbag-cl): Adapted builder tests to upstream changes in test/builder.lisp
* test/builder.lisp (header): updated copyright
(check-un-build-calls): adapted to changes in upstream function
`...
J. Moringen
04:16 PM RSBag Revision 337c661a (rsbag-tools-cl): Adapted to backend protocol changes src/commands/mixins.lisp
* src/commands/mixins.lisp (header): updated copyright
(augment-documentation-with-backends): use service-provider ...
J. Moringen
04:16 PM RSBag Revision bed02d24 (rsbag-tools-cl): Use augment-documentation-with-backends in bag-*/{main,help}....
* src/commands/mixins.lisp (augment-documentation-with-backends): treat
next-documentation as format string
* bag-i...
J. Moringen
01:39 PM RSBag Revision 89dfb4c9 (rsbag-tools-cl): Fixed entry formatting in src/commands/cat.lisp
* src/commands/cat.lisp (header): updated copyright
(command-execute cat): try to format non-event entries correctly
J. Moringen
01:34 PM Revision 71b93bf3 (rsb-cl): Added missing exported symbol in src/filter/package.lisp
* src/filter/package.lisp (header): updated copyright
(package rsb.filter): added exported symbol filter-exact?
J. Moringen

02/18/2016

12:54 PM RSBag Revision 131e834b (rsbag-cl): Simplified ftype declamation in src/backend/tidelog/variables.lisp
* src/backend/tidelog/variables.lisp (header): updated copyright
(byte-pattern->block-class): simplified ftype decl...
J. Moringen
11:25 AM Revision 0f8f2d9d (rsb-tools-cl): Merge branch 'wip-bridge-visualization' into feature-norman-bridge
J. Moringen
11:24 AM Revision bc1b166e (rsb-tools-cl): Draft for bridge service tool
J. Moringen
11:24 AM Revision cf0f9d25 (rsb-tools-cl): Draft for bridge service in src/commands/bridge/command.lisp
* src/commands/bridge/command.lisp (bridge-service): new class
(toplevel): register bridge-service command class
...
J. Moringen
11:24 AM Revision f390aa53 (rsb-tools-cl): Streamlined connection creation in src/commands/bridge/particip...
* src/commands/bridge/participant.lisp (header): updated coyright J. Moringen
11:24 AM Revision d4d68d44 (rsb-tools-cl): Bridge event visualization in src/commands/bridge/*.lisp
* src/commands/bridge/participant.lisp (pump-events):
* src/commands/bridge/command.lisp (command-execute):
(bridge...
J. Moringen
 

Also available in: Atom