summaryrefslogtreecommitdiffstats
path: root/client/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Moved client and dummyresource to examples/Christian Mollekopf2015-04-19
|
* CMake: fix Qt5 lookup, use KDE_INSTALL_TARGETS_DEFAULT_ARGSDan Vrátil2015-02-21
|
* Fixed build.Christian Mollekopf2014-12-18
|
* move client classes into akonadi2common and add the base class for resource ↵Aaron Seigo2014-12-16
| | | | | | | | | plugins we can divide up libakonadi2common later once we have a full collection of classes this makes writing code a bit simpler now as we don't have to figuer out which libraries to link against or how class dependencies should look. when we have more infrastructure in place this will mostly become self-evident
* shared libraries, install targetsAaron Seigo2014-12-15
|
* Threaded query processing.Christian Mollekopf2014-12-14
|
* Dummyresourcefacade test.Christian Mollekopf2014-12-11
| | | | Huzaa, we can read a value!
* standardize on calling it Akonadi2Aaron Seigo2014-12-06
|
* toynadi -> akonadinextAaron Seigo2014-12-02
|
* ClientAPI is starting to work and has a first test.Christian Mollekopf2014-12-01
|
* Added a custom target for generating flatbuffers to ensure they are always ↵Christian Mollekopf2014-11-30
| | | | | | built. That way we don't have to list the headers in the sources.
* add missing deps by handAaron Seigo2014-11-30
|
* create a common lib, autogen the buffer classes there dynamicallyAaron Seigo2014-11-30
| | | | | | | | | | simplifies the generate_buffers function a bit. only missing part now: get the binaries to rebuild when the buffer class is updated. apparently this doesn't cause the common library to rebuild and so the client and resource binaries don't know they need to rebuild automatically. but at least the _generated.h files are now dynamically created. huzzah for that.
* sketch in the client/resource modelAaron Seigo2014-11-20