summaryrefslogtreecommitdiffstats
path: root/common/definitions.h
Commit message (Collapse)AuthorAge
* Support for storage upgradesChristian Mollekopf2018-01-30
|
* 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
|
* 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
|
* Fromatted the whole codebase with clang-format.Christian Mollekopf2016-03-03
| | | | clang-format -i */**{.cpp,.h}
* Use Sink instead of SinkCommonChristian Mollekopf2016-02-09
|
* Insall sincommon_export.hChristian Mollekopf2016-01-31
|
* Explicitly state visibilityChristian Mollekopf2016-01-31
| | | | | | | | | This cuts the exportet symbols from 12k to 2k and the library size from 16Mb to 14Mb, which isn't great but still an improvement. About 30% of the symbols are coming from the Store:: interface. nm -C -D /work/install/lib64/libsinkcommon.so.0.1
* 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.