Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use the resource instance name | Christian Mollekopf | 2015-07-07 |
| | |||
* | Pass instanceIdentifier to facade | Christian Mollekopf | 2015-07-07 |
| | |||
* | Generalized facade code. | Christian Mollekopf | 2015-07-02 |
| | | | | A default implementation is now nothing but an empty shell. | ||
* | An almost generic query implementation. | Christian Mollekopf | 2015-06-17 |
| | | | | With equality filter on arbitrary properties as a bonus. | ||
* | Differentiate between resource name and instance identifier | Christian Mollekopf | 2015-06-08 |
| | |||
* | Use type-specific index implementations. | Christian Mollekopf | 2015-06-07 |
| | |||
* | Generalized creating the buffer. | Christian Mollekopf | 2015-06-01 |
| | |||
* | Use type implementation to define default buffer and buffer-builder | Christian Mollekopf | 2015-05-31 |
| | |||
* | Moved default read/write property mapper to TypeImplementation | Christian Mollekopf | 2015-05-31 |
| | | | | | There is always exactly one default buffer that we can centralize in TypeImplementation. | ||
* | Centralized type specific code. | Christian Mollekopf | 2015-05-25 |
| | |||
* | Use an iterator for the result set. | Christian Mollekopf | 2015-05-25 |
| | |||
* | Refactored query in facade | Christian Mollekopf | 2015-05-25 |
| | | | | First prepare the result set, then retrieve it. | ||
* | Merge branch 'dev/client' into develop | Christian Mollekopf | 2015-05-24 |
|\ | |||
| * | A test client showing a model that is populated by a query | Christian Mollekopf | 2015-05-24 |
| | | |||
* | | KAsync has moved to it's own kasync.git repository | Dan Vrátil | 2015-05-18 |
| | | |||
* | | Adapt to KAsync namespace change | Dan Vrátil | 2015-05-15 |
| | | |||
* | | Ensure proper dependencies between build targets and generate_flatbuffers ↵ | Dan Vrátil | 2015-05-15 |
|/ | | | | targets | ||
* | Stub for resource configuration. | Christian Mollekopf | 2015-05-10 |
| | |||
* | cleanup | Christian Mollekopf | 2015-04-27 |
| | |||
* | Moved the non-generic code back to dummyresource. | Christian Mollekopf | 2015-04-27 |
| | | | | The dummy resource could now implement incremental queries. | ||
* | Moved Console to client. | Christian Mollekopf | 2015-04-21 |
| | | | | It's part of the demo application. | ||
* | Moved generic part of resource implementation to GenericResource | Christian Mollekopf | 2015-04-20 |
| | |||
* | Moved complete writing part to GenericFacade | Christian Mollekopf | 2015-04-19 |
| | |||
* | Moved client and dummyresource to examples/ | Christian Mollekopf | 2015-04-19 |