Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Scope the Tile worker thread to an Environment | Thiago Marcos P. Santos | 2015-03-18 | 1 | -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 cancelation | Konstantin Käfer | 2015-03-06 | 1 | -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 robust | Konstantin Käfer | 2015-02-04 | 1 | -2/+4 |
| | |||||
* | update clang-format | Konstantin Käfer | 2014-04-10 | 1 | -4/+1 |
| | |||||
* | add clang-format file | Konstantin Käfer | 2014-03-26 | 1 | -0/+19 |