summaryrefslogtreecommitdiffstats
path: root/common/entitybuffer.h
Commit message (Collapse)AuthorAge
* Modify/Delete actionsChristian Mollekopf2015-07-19
|
* Fixed all warningsChristian Mollekopf2015-07-07
|
* Refactored buffer extraction from vector.Christian Mollekopf2015-04-09
|
* Use memcpy to copy tables into vectors.Christian Mollekopf2015-04-07
| | | | | | Ideally we wouldn't be copying at all, and somehow cast the table to a vector. Unfortunately I haven't figured out how to do that, and this solution at least gets us from 0.065 ms to 0.028 ms in testCreateCommand.
* Writing from facade.Christian Mollekopf2015-01-15
|
* Made the domain adaptor actually work. We can read stuff now.Christian Mollekopf2015-01-07
|
* DomainTypeAdaptor factory, per type preprocessor pipeline configuration.Christian Mollekopf2015-01-02
|
* Moved entitybuffer construction code to EntityBufferChristian Mollekopf2014-12-31
|
* Buffers wrapped into entity buffer, async command progress tracking.Christian Mollekopf2014-12-28