Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Moved test implementations to central location. | Christian Mollekopf | 2015-10-13 |
| | |||
* | Work with revisions in store + pipelinetest | Christian Mollekopf | 2015-09-24 |
| | | | | Cleanup of revisions, and revision for removed entity is yet missing. | ||
* | GenericFacadeBenchmark | Christian Mollekopf | 2015-09-07 |
| | | | | genericfacadebenchmark | ||
* | GenericResourceBenchmark | Christian Mollekopf | 2015-08-19 |
| | | | | Will eventually replace most parts of DummyResourceBenchmark | ||
* | ResourceCommunicationTest | Christian Mollekopf | 2015-07-30 |
| | |||
* | Abstracted the storage so the facade can be tested. | Christian Mollekopf | 2015-07-27 |
| | |||
* | Test generic stuff separately from the dummyresource | Christian Mollekopf | 2015-07-27 |
| | |||
* | Fix flatbuffers generator for tests | Dan Vrátil | 2015-05-18 |
| | |||
* | Moved client and dummyresource to examples/ | Christian Mollekopf | 2015-04-19 |
| | |||
* | Moved clientapitest to tests | Christian Mollekopf | 2015-04-15 |
| | |||
* | Automatic tests. | Christian Mollekopf | 2015-04-09 |
| | |||
* | Use memcpy to copy tables into vectors. | Christian Mollekopf | 2015-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. | ||
* | DummyResourceBenchmark | Christian Mollekopf | 2015-01-27 |
| | |||
* | An index implementation. | Christian Mollekopf | 2015-01-21 |
| | |||
* | A messagequeue. | Christian Mollekopf | 2015-01-11 |
| | |||
* | Made the domain adaptor actually work. We can read stuff now. | Christian Mollekopf | 2015-01-07 |
| | |||
* | Removed dummyresourcefacadetest | Christian Mollekopf | 2014-12-29 |
| | | | | dummyresourcetest tests the facade as well and writes the proper storage format. | ||
* | Write-Read loop from clientside. | Christian Mollekopf | 2014-12-21 |
| | | | | | | | | | It's a huge hack but starts to show results. Most urgently we need: * reliable command results * the 3 buffers instead of the 1 * A way to implement storage as preprocessor (or a place to impelement it after the preprocessors). | ||
* | set a good trend for akonadi2 library name: akonadi2_resource_<name> | Aaron Seigo | 2014-12-15 |
| | | | | also, correct Qt library usage | ||
* | make libhawd a shared lib | Aaron Seigo | 2014-12-15 |
| | |||
* | store benchmark results for buffer tests | Aaron Seigo | 2014-12-11 |
| | |||
* | How Are We Doing (hawd) framework | Aaron Seigo | 2014-12-11 |
| | |||
* | Dummyresourcefacade test. | Christian Mollekopf | 2014-12-11 |
| | | | | Huzaa, we can read a value! | ||
* | standardize on calling it Akonadi2 | Aaron Seigo | 2014-12-06 |
| | |||
* | A storagetest including concurrency read test. | Christian Mollekopf | 2014-12-05 |
| | | | | | Conflicts: tests/CMakeLists.txt | ||
* | major reorg that puts Storage (previously Database) into common | Aaron Seigo | 2014-12-05 |
there is now a top-level tests dir, and a compile time switch for lmdb vs kyotocabinet |