Timeline
2018-03-26:
- 05:54 Changeset in Lumiera [d678687]debdev/playdocumentationintegration by
- DI: port the old Singleton unit tests all these tests are ported by …
- 02:40 Changeset in Lumiera [4d78377]debdev/playdocumentationintegration by
- Bugfix: CallQueue_test initialisation was not threadsafe (see also …
- 02:36 Ticket #1131 (Lumiera Thread-wrapper evolution) created by
- We use our own Thread-wrapper, and this shall remain this way, for …
- 00:28 Changeset in Lumiera [f4195c1]debdev/playdocumentationintegration by
- DI: document relation to lifecylce and lifecycle events in general
2018-03-25:
- 07:33 Changeset in Lumiera [942bad5]debdev/playdocumentationintegration by
- DI: document the reworked Singleton / Dependency-Factory - polish …
2018-03-24:
- 10:02 Changeset in Lumiera [7a250ca]debdev/playdocumentationintegration by
- DI: benchmark atomic locking
- 10:02 Changeset in Lumiera [d78211a]debdev/playdocumentationintegration by
- DI: implement C++11 solution of Double-Checked-Locking with …
- 10:02 Changeset in Lumiera [f05ec78]debdev/playdocumentationintegration by
- DI: benchmark Double-Checked-Locking with Mutex This is essentially …
- 10:02 Changeset in Lumiera [ff256d9]debdev/playdocumentationintegration by
- DI: benchmark naive lock protected access ...which gives us the …
- 07:29 Changeset in Lumiera [d2dabab]debdev/playdocumentationintegration by
- DI: benchmark dependency-factory with unprotected lazy init NOT …
- 06:48 Changeset in Lumiera [69f21d9]debdev/playdocumentationintegration by
- DI: prepare benchmark of reference cases _not_ using the dependency …
- 04:40 Ticket #1084 (non-copy mixins) closed by
- done: finally got my a*se up and removed boost::noncopyable by a massive …
- 04:35 Changeset in Lumiera [685a9b8]debdev/playdocumentationintegration by
- Library: replace boost::noncopyable by our own library solution …
- 01:19 Changeset in Lumiera [8cb67fd]debdev/playdocumentationintegration by
- Library: inline the thread operation when possible The Lumiera …
- 01:00 Changeset in Lumiera [a19a79b]debdev/playdocumentationintegration by
- Library: modernise thread invocation the operation to run within the …
- 00:58 Changeset in Lumiera [31539f0]debdev/playdocumentationintegration by
- Library: a function for performing multithreaded microbenchmarks
2018-03-23:
- 22:42 Changeset in Lumiera [3104016]debdev/playdocumentationintegration by
- DI: set up framework for investigation of performance impact We are …
2018-03-22:
- 20:43 Changeset in Lumiera [364dcd5]debdev/playdocumentationintegration by
- DI: verify and improve static sanity checks esp. for subclass …
- 05:53 Changeset in Lumiera [d9af3ab]debdev/playdocumentationintegration by
- DI: implement creating singleton from arbitrary (user provided) …
- 03:19 Changeset in Lumiera [e74576f]debdev/playdocumentationintegration by
- DI: pass-through arbitrary arguments for initialisation of a …
2018-03-19:
- 04:34 Changeset in Lumiera [5c39498]debdev/playdocumentationintegration by
- DI: clean-up and document the TDD test ...written as byproduct from …
- 02:46 Changeset in Lumiera [83476b3]debdev/playdocumentationintegration by
- DI: Reworked dependency-factory implementation draft complete -- move …
- 02:46 Changeset in Lumiera [957e7ff]debdev/playdocumentationintegration by
- DI: extract testcode into new unit test
- 00:55 Changeset in Lumiera [debd7c1]debdev/playdocumentationintegration by
- DI: fix indentation ...want to retain the git history
- 00:14 Changeset in Lumiera [f66d452]debdev/playdocumentationintegration by
- DI: refurbish internal access for the configuration handles explicit …
2018-03-18:
- 23:44 Changeset in Lumiera [b776ce5]debdev/playdocumentationintegration by
- DI: fix inspiring Segfault a bloody closure that bangs itself away.…
- 23:05 Changeset in Lumiera [f0c8928]debdev/playdocumentationintegration by
- DI: draft implementation for testmock support
- 16:19 Changeset in Lumiera [786f0511]debdev/playdocumentationintegration by
- DI: problem of misconfiguration for service access This is a tricky …
- 01:11 Changeset in Lumiera [5516700]debdev/playdocumentationintegration by
- DI: draft configuration for using a service implementation created …
- 00:30 Changeset in Lumiera [9f93154]debdev/playdocumentationintegration by
- DI: draft configuration for using a subclass Singleton
2018-03-17:
- 23:57 Changeset in Lumiera [e1ca9f4]debdev/playdocumentationintegration by
- DI: draft syntax for special dependency injection configuration
- 22:41 Changeset in Lumiera [eebe31a]debdev/playdocumentationintegration by
- DI: change to heap allocation for singletons up to now we used …
- 16:30 Changeset in Lumiera [e393d44]debdev/playdocumentationintegration by
- DI: replace Meyers Singleton by an explicitly managed buffer Meyers …
- 02:36 Changeset in Lumiera [261049e]debdev/playdocumentationintegration by
- DI: minimalistic design for service access Problems: - using Meyers …
2018-03-16:
- 02:57 Changeset in Lumiera [28176c5]debdev/playdocumentationintegration by
- DI: drafts towards a new dependency factory design
2018-03-15:
- 03:24 Changeset in Lumiera [2bc6b398]debdev/playdocumentationintegration by
- DI: thoughts regarding the design of the dependency configuration
2018-03-11:
- 02:20 Changeset in Lumiera [533ed45]debdev/playdocumentationintegration by
- DI: expand the concept of our dependency factory to handle service …
2018-03-10:
- 21:19 Ticket #1089 (Command instance management) closed by
- done: almost a year has passed by... And while the whole topic of command …
- 21:14 Ticket #215 (policy how to define commands) closed by
- done: The policy established a year ago seems solid enough and adequate to …
2018-03-04:
- 23:56 Changeset in Lumiera [9ca9b1b]debdev/playdocumentationintegration by
- ViewSpec: clarify how the inline DSL spec is transformed into a rule …
2018-02-24:
- 03:25 Changeset in Lumiera [69f87e9]debdev/playdocumentationintegration by
- ViewSpec: decide how to cast the types for building the DSL we'll use …
Note:
See TracTimeline
for information about the timeline view.
