Activity

From 07/25/2016 to 08/23/2016

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

08/01/2016

06:06 PM RSBag Revision f0d061dc (rsbag-tools-cl): Fixed name clash in bag-{cat,info}/package.lisp
refs #2638
* bag-cat/package.lisp (package rsbag.tools.cat): added
shadowing-import-form rsb.formatting symbol cre...
J. Moringen
05:56 PM RSBag Revision a6c04c34 (rsbag-cl): Minor optimization in src/synchronized-bag.lisp
* src/synchronized-bag.lisp (header): updated copyright
(bag-channel-class synchronized-bag): find the channel clas...
J. Moringen
05:56 PM RSBag Revision 62e299e6 (rsbag-cl): Allow atomic creation of non-existing channels in src/bag.lisp
Previously, ensuring the existence of a channel could only be done
as
(unless (bag-channel ... :if-does-not-exist ...
J. Moringen
05:52 PM RSBag Revision 087be5ae (rsbag-cl): Improved if-does-not-exist parameter of bag-channel in src/{protoco...
refs #2638
* src/protocol.lisp (bag-channel): adapted description of
if-does-not-exist keyword parameter
* src/bag...
J. Moringen

07/29/2016

10:18 PM Revision 96115370 (rsb-tools-performance-test): Changed rsb.performance dependency 0.5-SNAPSHOT -...
J. Moringen
10:18 PM Revision 039d0e14 (rsb-tools-performance-test): Added bride test
J. Moringen
10:18 PM Revision 5f5b3149 (rsb-tools-performance-test): Added RuntimeInformation parameter in SmokeTest
J. Moringen
10:16 PM Revision 1ddaf701 (rsb-tools-performance-test): Use Maven replacer plugin on config file template
J. Moringen
10:16 PM Revision a5295f32 (rsb-tools-performance-test): Added src/main/java/rsb/tools/test/RecordedEvents...
J. Moringen
02:32 PM RSBag Revision d7d27da3 (rsbag-tools-cl): Backport: Turned MAIN_BINARY_NAME into a cache variable in CM...
* CMakeLists.txt (MAIN_BINARY_NAME): turned into a cache variable of
type string
(cherry picked from commit b55df3...
J. Moringen
02:32 PM RSBag Revision 632ea9d0 (rsbag-tools-cl): Backport: Turned MAIN_BINARY_NAME into a cache variable in CM...
* CMakeLists.txt (MAIN_BINARY_NAME): turned into a cache variable of
type string
(cherry picked from commit b55df3...
J. Moringen
02:31 PM RSBag Revision b55df305 (rsbag-tools-cl): Turned MAIN_BINARY_NAME into a cache variable in CMakeLists.txt
* CMakeLists.txt (MAIN_BINARY_NAME): turned into a cache variable of
type string
J. Moringen
02:30 PM RSBag Revision d2de98ec (rsbag-tools-cl): Improved loading of optional systems in CMakeLists.txt
* CMakeLists.txt: only load optional system according to CMake options
when building the binary, not when determini...
J. Moringen
02:28 PM Revision 2c673c77 (rsb-tools-cl): Backport: Turned MAIN_BINARY_NAME into a cache variable in CMak...
* CMakeLists.txt (MAIN_BINARY_NAME): turned into a cache variable of
type string
(cherry picked from commit f3d2f7...
J. Moringen
02:27 PM Revision 51e7b356 (rsb-tools-cl): Backport: Turned MAIN_BINARY_NAME into a cache variable in CMak...
* CMakeLists.txt (MAIN_BINARY_NAME): turned into a cache variable of
type string
(cherry picked from commit f3d2f7...
J. Moringen
02:26 PM Revision 66d57b15 (rsb-tools-cl): Backport: Turned MAIN_BINARY_NAME into a cache variable in CMak...
* CMakeLists.txt (MAIN_BINARY_NAME): turned into a cache variable of
type string
(cherry picked from commit f3d2f7...
J. Moringen
02:26 PM Revision 2f7d3f26 (rsb-tools-cl): Backport: Turned MAIN_BINARY_NAME into a cache variable in CMak...
* CMakeLists.txt (MAIN_BINARY_NAME): turned into a cache variable of
type string
(cherry picked from commit f3d2f7...
J. Moringen
02:23 PM Revision f3d2f7ac (rsb-tools-cl): Turned MAIN_BINARY_NAME into a cache variable in CMakeLists.txt
* CMakeLists.txt (MAIN_BINARY_NAME): turned into a cache variable of
type string
J. Moringen

07/27/2016

12:24 PM Revision de2c1bb1 (rsb-tools-performance-test): Debug logging config for testing
J. Wienke
12:23 PM Revision f629bc06 (rsb-tools-performance-test): Remove artifacts from pom
* jacoco code coverage
* distribution management
J. Wienke
12:21 PM Revision c0916f80 (rsb-tools-performance-test): Convert to 0.4 performance test structure
J. Wienke

07/26/2016

10:49 AM Revision 9c124a2c (rsb-tools-cl): Improved loading of optional systems in CMakeLists.txt
* CMakeLists.txt: only load optional system according to CMake options
when building the binary, not when determini...
J. Moringen
10:18 AM Revision cf043453 (rsb-tools-cl): Removed *terminal-io* redirection in sbclrc
* sbclrc: do not redirect `*terminal-io*' to `*standard-{in,out}put*' J. Moringen
09:56 AM Revision 30942d89 (rsb-cl): Added missing unquote in test macro in test/converter/package.lisp
* test/converter/package.lisp (define-basic-converter-test-cases): added
missing unquote in wire->domain test case ...
J. Moringen

07/25/2016

08:58 PM Revision 07ba21b5 (rsb-manual): Fixed typo in news.rst
* news.rst (RSB 0.15): fixed typo J. Moringen
08:56 PM Revision 25859ce3 (rsb-manual): Updated options and HTTP endpoints in tool-web.rst
refs #224
* tool-web.rst (Description): fixed option name static-directory ->
document-root
(Provided HTTP Endpo...
J. Moringen
07:17 PM Revision 0f24790a (rsb-tools-cl): Added resource handlers in src/commands/web/resources.lisp
refs #2241
* src/commands/web/protocol.lisp (find-resource): new generic function;
find a resource in a container
...
J. Moringen
07:17 PM Revision 4115ae50 (rsb-tools-cl): Improved registration of handlers in src/commands/web/{web,intr...
refs #2241
* src/commands/web/web.lisp (header): updated copyright
(*default-handlers*): new variable; contains a ...
J. Moringen
07:16 PM Revision c2594d6d (rsb-tools-cl): Added class handler-mixin in src/commands/web/mixins.lisp
refs #2241
* src/commands/web/mixins.lisp (handler-mixin): new class; sets
funcallable instance function
(initia...
J. Moringen
06:31 PM Revision c16130be (rsb-tools-cl): Added missing detach method in src/commands/web/introspection.lisp
* src/commands/web/introspection.lisp (header): updated copyright
(detach introspection-json-handler): new method; ...
J. Moringen
06:31 PM Revision 38309c35 (rsb-tools-cl): Minor improvements in src/commands/web/mixins.lisp
* src/commands/web/mixins.lisp (command-execute http-server-mixin):
improved log message; sleep in a loop
(print-...
J. Moringen
06:31 PM Revision 3b1e98f8 (rsb-tools-cl): Fixed unused variables in src/commands/web/web.lisp
* src/commands/web/web.lisp (header): updated copyright
(command-execute web): removed unused variables
J. Moringen
06:31 PM Revision 51b9c75f (rsb-tools-cl): Improved handler management in src/commands/web/mixins.lisp
refs #2241
* src/commands/web/protocol.lisp (header): updated copyright
(command-make-handlers): renamed command-{...
J. Moringen
06:30 PM Revision abcc4a60 (rsb-tools-cl): Fixed "HTTP Endpoints" in update-synopsis in web/main.lisp
* web/main.lisp (header): updated copyright
(update-synopsis): changed URL http://ADDRESS:PORT/{static -> }; fixed
...
J. Moringen
10:49 AM Revision 4ce6cdea (rsb-java): Bump versions for ant tasks
Otherwise these fail on xenial slaves. J. Wienke
 

Also available in: Atom