summaryrefslogtreecommitdiffstats
path: root/common/domain/typeimplementations.cpp
Commit message (Collapse)AuthorAge
* Photo supportChristian Mollekopf2017-06-27
|
* Added draft property index.Christian Mollekopf2017-05-12
| | | | | | We need this for the composer to efficiently query. Since we don't have any migration code this will require all data to be refetched (sinksh upgrade).
* Gather required databases from index definitions.Christian Mollekopf2017-05-08
|
* A single propertymapper for both directionsChristian Mollekopf2017-04-28
|
* Removed the template argument from the write property mapperChristian Mollekopf2017-04-28
|
* Simplified propertymapperChristian Mollekopf2017-04-28
|
* Added missing property mappersChristian Mollekopf2017-03-28
|
* Default domain adaptorChristian Mollekopf2017-03-21
|
* Move type implementations in one placeChristian Mollekopf2017-03-21
Having them separated is rather pointless (since we need one for every type, and all types are the interface of sink, as one), and caused quite a bit of friction when adding new types. This will also make it easier to change things for all types.