summaryrefslogtreecommitdiffstats
path: root/common/definitions.cpp
Commit message (Collapse)AuthorAge
* Avoid non threadsafe initialization.Christian Mollekopf2017-08-31
| | | | | | local static initialization is only threadsafe if initialized on construction. The other codepath is not threadsafe, but is only used in testcode.
* Reread the location if we enable the test modeChristian Mollekopf2017-05-20
|
* Avoid redoing stuff over and over that we can easily avoid.Christian Mollekopf2017-05-12
|
* Calling mkpath once is enoughChristian Mollekopf2017-05-11
|
* Separate config from data and define centrallyChristian Mollekopf2016-07-08
|
* A data location for resourcesChristian Mollekopf2016-05-20
|
* Don't encode the resource type into the identifierChristian Mollekopf2016-04-17
|
* Allow clients to request a temporary file for BLOB propertiesChristian Mollekopf2016-04-10
|
* Renamed Akonadi2 to SinkChristian Mollekopf2016-01-20
| | | | (except for documentation).
* Untangled the include dependencies a bit.Christian Mollekopf2015-08-13
We no longer depend on clientapi.h from everywhere.