summaryrefslogtreecommitdiff
path: root/.clang-format
Commit message (Collapse)AuthorAgeFilesLines
* Scope the Tile worker thread to an EnvironmentThiago Marcos P. Santos2015-03-181-2/+2
| | | | | | | | | | | We are also removing the code that is passing the Environment around and instead, we get now the Environment in the TileData using Environment::Get(). When processing the job, the work will be temporally registered to the Environment as "TileWorker_0/0/0" which can be used for logging in the future. At the end of the job, it gets unregistered automatically from the Environment.
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-061-1/+1
| | | | | | | | | we are now scoping all file requests to an environment object. The FileSource implementation treats this as an opaque pointer, but allows canceling all Requests that are associated with that pointer. This is necessary to abort all file requests that originated from a particular Map object. Aborting a file request is different from canceling a file request: A canceled request doesn't have its callback called, while an aborted request will have its callback called with an error, indicating that the environment is going to be shut down.
* rearrange tests and make more robustKonstantin Käfer2015-02-041-2/+4
|
* update clang-formatKonstantin Käfer2014-04-101-4/+1
|
* add clang-format fileKonstantin Käfer2014-03-261-0/+19