Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fromatted the whole codebase with clang-format. | Christian Mollekopf | 2016-03-03 |
| | | | | clang-format -i */**{.cpp,.h} | ||
* | 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. | ||
* | Further simplify writing of buffer adaptors. | Christian Mollekopf | 2015-04-12 |
| | | | | Still not quite there but we're avoiding the bulk of duplication by now. | ||
* | More generic domainadpator code. | Christian Mollekopf | 2015-04-12 |
| | | | | | This should cover read and write for entites that have a 1:1 mapping to the resource buffers. | ||
* | checkpoint | Christian Mollekopf | 2015-04-10 |
| | |||
* | Moved generic parts of the domain adaptor to common | Christian Mollekopf | 2015-04-09 |