summaryrefslogtreecommitdiffstats
path: root/common/domainadaptor.cpp
Commit message (Collapse)AuthorAge
* Fromatted the whole codebase with clang-format.Christian Mollekopf2016-03-03
| | | | clang-format -i */**{.cpp,.h}
* Moved default read/write property mapper to TypeImplementationChristian Mollekopf2015-05-31
| | | | | There is always exactly one default buffer that we can centralize in TypeImplementation.
* Further simplify writing of buffer adaptors.Christian Mollekopf2015-04-12
| | | | Still not quite there but we're avoiding the bulk of duplication by now.
* More generic domainadpator code.Christian Mollekopf2015-04-12
| | | | | This should cover read and write for entites that have a 1:1 mapping to the resource buffers.
* checkpointChristian Mollekopf2015-04-10
|
* Moved generic parts of the domain adaptor to commonChristian Mollekopf2015-04-09