Activity

From 08/06/2016 to 09/04/2016

09/04/2016

05:24 PM Revision 69db7e77 (rsb-tools-cl): Smoke test for web command in test/commands/web/command.lisp
* test/commands/web/command.lisp (test commands-web-command-root::smoke):
new test; smoke test for `web' command
* ...
J. Moringen
05:24 PM Revision b883bab4 (rsb-tools-cl): Smoke test for introspect command in test/commands/introspect.lisp
* test/commands/introspect.lisp (test introspect-root::smoke): new test;
smoke test for `introspect' command
* test...
J. Moringen
05:04 PM Revision c91334ff (rsb-tools-cl): Fix stream handling of style-monitor/events in src/formatting/i...
* src/formatting/introspection/styles.lisp (style-monitor/events::stream):
new slot; stores target stream
(format...
J. Moringen
04:31 PM Revision 4c9fd1eb (rsb-tools-cl): Use with-asynchronously-executing-command in test/commands/logg...
* test/commands/logger.lisp (test logger-root::smoke): use
`with-asynchronously-executing-command'
* test/commands/...
J. Moringen

09/02/2016

07:48 PM Revision 6af0fa83 (rsb-tools-cl): Renamed src/commands/web/{web -> command}.lisp
* src/commands/web/command.lisp: renamed from src/commands/web/web.lisp
(header): updated one-line summary
* rsb-to...
J. Moringen
07:48 PM Revision 54b5b3f9 (rsb-tools-cl): Added asynchronous execution macro and function in test/command...
* test/commands/package.lisp (package rsb.tools.commands.test): added
exported symbols call-with-asynchronously-exe...
J. Moringen
07:48 PM Revision f9de0b3d (rsb-tools-cl): Use command execution macro in test/commands/bridge/command.lisp
* test/commands/bridge/command.lisp (test commands-bridge-command-root::smoke):
use `with-asynchronously-executing-...
J. Moringen
05:37 PM Revision c492ef8c (rsb-cl): Added rsb-patterns-request-reply test in CMakeLists.txt
* CMakeLists.txt: added test execution for rsb-patterns-request-reply
system
J. Moringen
05:37 PM Revision 876bc89b (rsb-cl): Use portable function for socket shutdown in src/transport/socket/bus...
* src/transport/socket/bus-connection.lisp (handshake): use
`usocket:socket-shutdown' instead of `sb-bsd-sockets:so...
J. Moringen
05:37 PM Revision a4b13c82 (rsb-cl): Use portable way to enable TCP_NODELAY in src/transport/socket/bus-co...
* src/transport/socket/bus-connection.lisp (initialize-instance :after bus-connection):
the :nodelay initarg works;...
J. Moringen

08/31/2016

02:23 PM Revision d068cfe3 (rsb-tools-cl): participant list in process.html
J. Moringen
02:23 PM Revision 97961c8e (rsb-tools-cl): process list in host.html
J. Moringen
02:23 PM Revision 8219f06a (rsb-tools-cl): Initial import of HTML, CSS, Javascript resources
J. Moringen
02:23 PM Revision bc41c2db (rsb-tools-cl): flat, limit options for search widget
J. Moringen
02:23 PM Revision 0289b196 (rsb-tools-cl): host and process list in root view
J. Moringen

08/30/2016

08:31 PM Revision a0e23ba6 (rsb-tools-cl): participant list in process.html
J. Moringen
08:31 PM Revision 957b21cf (rsb-tools-cl): process list in host.html
J. Moringen
08:31 PM Revision 809b9e76 (rsb-tools-cl): host and process list in root view
J. Moringen
08:31 PM Revision 2a6c6f57 (rsb-tools-cl): flat, limit options for search widget
J. Moringen
08:31 PM Revision 2da83c90 (rsb-tools-cl): Initial import of HTML, CSS, Javascript resources
J. Moringen
07:36 PM Revision ad95e724 (rsb-tools-cl): js dependencies
J. Moringen
07:36 PM Revision 5e5cfc73 (rsb-tools-cl): process list in host.html
J. Moringen
07:36 PM Revision ba2e079b (rsb-tools-cl): participant list in process.html
J. Moringen
07:36 PM Revision 625531bc (rsb-tools-cl): flat, limit options for search widget
J. Moringen
07:36 PM Revision 0714e114 (rsb-tools-cl): Initial import of HTML, CSS, Javascript resources
J. Moringen
07:36 PM Revision e57399c3 (rsb-tools-cl): host and process list in root view
J. Moringen
03:10 PM Revision 58f5b9b8 (rsb-cpp): Use RSB_CONFIG_{DEBUG,FILES} environment variables in src/rsb/Factor...
refs #2566, refs #2556
* src/rsb/Factory.{h,cpp} (CONFIG_DEBUG_ENVIRONMENT_VARIABLE): new constant;
name of the en...
J. Moringen
12:56 PM Revision 95539039 (rsb-protocol): Added license header in proto/rsb/protocol/{introspection,opera...
* proto/rsb/protocol/introspection/Bye.proto (header): added license
header
* proto/rsb/protocol/introspection/Hell...
J. Moringen
12:51 PM Revision 131568fd (rsb-protocol): Added syntax = proto2 in proto/rsb/protocol/**/*.proto
Newer protoc versions complain otherwise.
* proto/rsb/protocol/EventId.proto: added syntax = "proto2" line
* proto/r...
J. Moringen

08/29/2016

01:38 AM Revision 6a5d1e0f (rsb-tools-cl): Initial import of HTML, CSS, Javascript resources
J. Moringen
01:38 AM Revision 12a70f9e (rsb-tools-cl): process list in host.html
J. Moringen
01:38 AM Revision ce5b64fe (rsb-tools-cl): host and process list in root view
J. Moringen
01:38 AM Revision dc4a50b1 (rsb-tools-cl): flat, limit options for search widget
J. Moringen
01:38 AM Revision bf66a5a8 (rsb-tools-cl): participant list in process.html
J. Moringen
01:38 AM Revision 6398fec1 (rsb-tools-cl): js dependencies
J. Moringen
01:38 AM Revision 10ae7a28 (rsb-tools-cl): search handler peek function
J. Moringen
01:38 AM Revision 83129512 (rsb-tools-cl): Configure symbol transform for json serializer in src/commands/...
* src/commands/web/introspection.lisp (default-json-serializer): J. Moringen
01:38 AM Revision be5e0fdf (rsb-tools-cl): configurable symbol and key transforms in src/formatting/event-...
* src/formatting/event-style-json.lisp (make-json-serializer): J. Moringen
01:38 AM Revision 72b536a0 (rsb-tools-cl): Added search handler in src/commands/web/introspection.lisp
refs #2241
* src/commands/web/introspection.lisp (introspection-search-handler):
(make-introspection-search-handle...
J. Moringen
01:38 AM Revision 0052a613 (rsb-tools-cl): Added macros for API endpoints in src/commands/web/macros.lisp
refs #2241
* src/commands/web/conditions.lisp: new file; contains conditions used
in the commands.web module
* src...
J. Moringen
01:38 AM Revision 2b4856ce (rsb-tools-cl): Moved tests/commands/web.lisp -> test/commands/web/command.lisp
* test/commands/web/command.lisp: renamed tests/commands/web.lisp ->
test/commands/web/command.lisp
(header): ada...
J. Moringen
01:38 AM Revision 820c3241 (rsb-tools-cl): Empty path -> index.html in src/commands/web/resources.lisp
This is consistent with what hunchentoot does when a document root is
supplied.
* src/commands/web/resources.lisp (h...
J. Moringen
08:42 PM Revision e98e4ffa (rsb-tools-cl): participant list in process.html
J. Moringen
08:42 PM Revision 9c6d8927 (rsb-tools-cl): process list in host.html
J. Moringen
08:42 PM Revision 383b0a47 (rsb-tools-cl): flat, limit options for search widget
J. Moringen
08:42 PM Revision ad600090 (rsb-tools-cl): host and process list in root view
J. Moringen
08:42 PM Revision 598ddf19 (rsb-tools-cl): Initial import of HTML, CSS, Javascript resources
J. Moringen
06:50 PM Revision 14178565 (rsb-tools-cl): Initial import of HTML, CSS, Javascript resources
J. Moringen
06:50 PM Revision dc245617 (rsb-tools-cl): process list in host.html
J. Moringen
06:50 PM Revision cf3c90c9 (rsb-tools-cl): host and process list in root view
J. Moringen
06:50 PM Revision 9d00ab92 (rsb-tools-cl): flat, limit options for search widget
J. Moringen
06:50 PM Revision 9a1b397f (rsb-tools-cl): participant list in process.html
J. Moringen
06:50 PM Revision 0ba3f1b0 (rsb-tools-cl): js dependencies
J. Moringen
04:48 PM Revision 37cb0b2b (rsb-tools-cl): process list in host.html
J. Moringen
04:48 PM Revision b48a927b (rsb-tools-cl): host and process list in root view
J. Moringen
04:48 PM Revision 009518c1 (rsb-tools-cl): flat, limit options for search widget
J. Moringen
04:48 PM Revision 27c806b5 (rsb-tools-cl): Initial import of HTML, CSS, Javascript resources
J. Moringen
04:48 PM Revision db93f383 (rsb-tools-cl): configurable symbol and key transforms in src/formatting/event-...
* src/formatting/event-style-json.lisp (make-json-serializer): J. Moringen
04:48 PM Revision b3938ade (rsb-tools-cl): search handler peek function
J. Moringen
04:48 PM Revision 413124c6 (rsb-tools-cl): Configure symbol transform for json serializer in src/commands/...
* src/commands/web/introspection.lisp (default-json-serializer): J. Moringen
04:48 PM Revision 7517a6df (rsb-tools-cl): Added search handler in src/commands/web/introspection.lisp
refs #2241
* src/commands/web/introspection.lisp (introspection-search-handler):
(make-introspection-search-handle...
J. Moringen
02:50 PM Revision d843379a (rsb-tools-cl): Added macros for API endpoints in src/commands/web/macros.lisp
refs #2241
* src/commands/web/conditions.lisp: new file; contains conditions used
in the commands.web module
* src...
J. Moringen
02:43 PM Revision 5a7b205c (rsb-tools-cl): Moved tests/commands/web.lisp -> test/commands/web/command.lisp
* test/commands/web/command.lisp: renamed tests/commands/web.lisp ->
test/commands/web/command.lisp
(header): ada...
J. Moringen
01:55 PM Revision 0d61554e (rsb-manual): Improved description of prerequisites in install-cl.rst
* install-cl.rst (Prerequisites): fixed outdated SBCL version; fixed
descrioption for cl-protobuf; clarified role o...
J. Moringen
10:23 AM Revision 65561b41 (rsb-tools-cl): Fixed documentation string in test/commands/bridge/package.lisp
* test/commands/bridge/package.lisp
(package rsb.tools.commands.bridge.test): fixed module name in
documentation ...
J. Moringen

08/27/2016

03:28 PM Revision 8124e1ca (rsb-manual): Fixed markup errors in troubleshooting.rst
* troubleshooting.rst (Compilation Errors in Combination with Qt): fixed
markup errors
J. Moringen

08/26/2016

11:41 PM Revision b05b7e4e (rsb-manual): RPC Call -> Call in tool-call.rst
* tool-call.rst (title): changed RPC Call -> Call J. Moringen
01:09 PM Revision 5b4af755 (rsb-tools-cl): Removed unused event-buffer-mixin in src/formatting/introspecti...
* src/formatting/introspection/styles.lisp (event-buffer-mixin):
removed; unused
(format-event list events-mixin ...
J. Moringen
01:02 PM Revision 2b47f4d9 (rsb-tools-cl): Do not lock introspection participant in src/formatting/introsp...
Some clients use the formatting style with an introspection database
object instead of an `remote-introspection' part...
J. Moringen
12:56 PM RSBag Revision 3363f88d (rsbag-tools-cl): Fixed some tests and comments in CMakeLists.txt
* CMakeLists.txt: fixed several command name confusions J. Moringen
12:56 PM RSBag Revision 42ee9d52 (rsbag-tools-cl): Disabled delay in default style in bag-introspect/main.lisp
* bag-introspect/main.lisp (update-synopsis): specify object-tree
without delay as default style
J. Moringen
12:56 PM RSBag Revision 3523fd74 (rsbag-tools-cl): Test introspect formatting styles in CMakeLists.txt
* CMakeLists.txt: added test for formatting styles of introspect command J. Moringen
12:29 PM Revision 41b6a025 (rsb-tools-cl): Added command execution smoke test in test/commands/logger.lisp
* test/commands/logger.lisp (test logger-root::smoke): new test; smoke
test for executing the logger command
J. Moringen
11:40 AM Revision 73e076df (rsb-tools-cl): Fixed off-by-one error w.r.t. "while function" in src/commands/...
* src/commands/logger.lisp (process-events): check while function at the
start of the loop
J. Moringen

08/25/2016

08:50 PM Revision e9a214eb (rsb-cl): Mapping over trie tracks path in src/event-processing/scope-trie
* src/event-processing/scope-trie.lisp (scope-trie-%map): track current
path, pass to function
(define-scope-trie...
J. Moringen
08:24 PM Revision c9d330e7 (rsb-tools-cl): Test loading proto file using CRLF newline encoding in CMakeLis...
* CMakeLists.txt: added test load-idl/crlf
* test/data/test/CRLF.proto: new file; support file for load-idl/crlf
test
J. Moringen
08:22 PM Revision 42f3fbbd (rsb-tools-cl): Treat octet-vectors like strings in src/formatting/event-style-...
* src/formatting/event-style-json.lisp (pass-through-value): added
`octet-vector'
* test/formatting/style-json.lisp...
J. Moringen

08/24/2016

02:01 PM Revision 7a2093ca (rsb-cl): Minor optimization in src/event-processing/scope-trie
* src/event-processing/scope-trie.lisp (scope-trie-%map): avoid
destructuring of `visit' arguments
J. Moringen
02:01 PM Revision 2586fb32 (rsb-cl): Cosmetic changes in src/event-processing/scope-trie.lisp
* src/event-processing/scope-trie.lisp (top-level): improved comment
(scope-trie-%map): whitespace improvement
J. Moringen

08/18/2016

01:22 PM Feature #2648: Setters for TimesyncStrategy options
It's probably a matter of extracting the command line handling into separate objects per strategy. Unfortunately, I d... J. Wienke
01:17 PM Feature #2648 (New): Setters for TimesyncStrategy options
Currently the strategies can only be configured through boost::po::variables_map s. Filling those by hand is clumsy, ... M. Goerlich

08/09/2016

07:22 PM RSBag Revision 6a73e583 (rsbag-tools-cl): Fixed progress style selection in bag-cat/main.lisp
* src/commands/cat.lisp (cat): added superclass `progress-mixin'
(replay cat): pass a progress callback to `replay'...
J. Moringen
 

Also available in: Atom