Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Support for storage upgrades | Christian Mollekopf | 2018-01-30 |
| | |||
* | Avoid non threadsafe initialization. | Christian Mollekopf | 2017-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 mode | Christian Mollekopf | 2017-05-20 |
| | |||
* | Separate config from data and define centrally | Christian Mollekopf | 2016-07-08 |
| | |||
* | A data location for resources | Christian Mollekopf | 2016-05-20 |
| | |||
* | Don't encode the resource type into the identifier | Christian Mollekopf | 2016-04-17 |
| | |||
* | Allow clients to request a temporary file for BLOB properties | Christian Mollekopf | 2016-04-10 |
| | |||
* | Fromatted the whole codebase with clang-format. | Christian Mollekopf | 2016-03-03 |
| | | | | clang-format -i */**{.cpp,.h} | ||
* | Use Sink instead of SinkCommon | Christian Mollekopf | 2016-02-09 |
| | |||
* | Insall sincommon_export.h | Christian Mollekopf | 2016-01-31 |
| | |||
* | Explicitly state visibility | Christian Mollekopf | 2016-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 Sink | Christian Mollekopf | 2016-01-20 |
| | | | | (except for documentation). | ||
* | Untangled the include dependencies a bit. | Christian Mollekopf | 2015-08-13 |
We no longer depend on clientapi.h from everywhere. |