summaryrefslogtreecommitdiff
path: root/src/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* fix clipping lines for labelingAnsis Brammanis2015-05-281-8/+8
* Reparse tiles when zoom level > source maxzoomAnsis Brammanis2015-05-282-3/+3
* Merge branch 'master' into new-labellingAnsis Brammanis2015-05-1916-176/+334
|\
| * make sure bit shifts happen with unsigned integersKonstantin Käfer2015-05-151-2/+2
| * add BinPack testKonstantin Käfer2015-05-121-1/+6
| * don't implicitly cast to bool since this will make comparisons failsKonstantin Käfer2015-05-121-1/+1
| * make WorkRequests cancelableKonstantin Käfer2015-05-086-59/+91
| * Reference safety for Worker after callbacksJohn Firebaugh2015-05-064-10/+25
| * Join worker tasks before destroying TileDataJohn Firebaugh2015-05-046-23/+92
| * Build with gcc 4.9John Firebaugh2015-05-041-2/+2
| * lower thread priority of worker threadsKonstantin Käfer2015-05-042-3/+14
| * add upload API to gl objectsKonstantin Käfer2015-05-042-25/+9
| * RunLoop must outlive ObjectJohn Firebaugh2015-05-021-3/+3
| * Merge branch 'uv_leak'John Firebaugh2015-05-013-24/+18
| |\
| | * Eliminate uv::async leak (fixes #1393)John Firebaugh2015-05-013-24/+18
| * | More bandaids to avoid #1309John Firebaugh2015-05-014-14/+14
| |/
| * Replace unsafe use of future with packaged_taskJohn Firebaugh2015-05-011-8/+8
| * Fix intended identity comparisonsJohn Firebaugh2015-05-011-2/+2
| * uv::handle base classJohn Firebaugh2015-04-301-54/+36
| * Introduce and use uv::timerJohn Firebaugh2015-04-301-0/+54
| * Restructure *Request and ContextJohn Firebaugh2015-04-281-0/+4
| * Rewrite Worker in terms of Thread<>John Firebaugh2015-04-284-78/+36
| * Remove Map::start/stopJohn Firebaugh2015-04-281-13/+1
| * Encapsulate access to Thread's uv_loop_tJohn Firebaugh2015-04-281-2/+0
| * WIP: Use Thread<MapContext>John Firebaugh2015-04-284-51/+49
| * Provide Thread objects with access to loopJohn Firebaugh2015-04-281-3/+3
| * move uv version check to uv.cppKonstantin Käfer2015-04-281-0/+21
| * move most private Map code to MapContextKonstantin Käfer2015-04-282-0/+45
* | Merge master @ 353e5661deJason Wray2015-04-2721-560/+620
|\ \ | |/
| * don't throw an exception in the map thread for bad stylesKonstantin Käfer2015-04-171-20/+0
| * use std::unique_ptr<> as a movable-only container directly instead of wrappin...Konstantin Käfer2015-04-162-30/+19
| * Stricter Thread<> interfaceJohn Firebaugh2015-04-155-95/+210
| * make implementation files private headersKonstantin Käfer2015-04-132-0/+143
| * convert DefaultFileSource to use util::Thread<>Konstantin Käfer2015-04-101-2/+2
| * add Thread<T> and RunLoopKonstantin Käfer2015-04-102-1/+73
| * Replace uv_messenger with AsyncQueue; rewrite remaining uv_* in C++John Firebaugh2015-04-0910-538/+156
| * Move ClipID to clip_id.hpp/cppJohn Firebaugh2015-04-092-1/+16
| * guard against invalid database filesKonstantin Käfer2015-04-082-1/+18
| * Move tileCover to its own fileJohn Firebaugh2015-04-062-0/+108
| * Tile::ID ⇢ TileIDJohn Firebaugh2015-04-062-5/+8
* | Merge branch 'master' into new-labellingAnsis Brammanis2015-04-038-69/+47
|\ \ | |/
| * Remove unusedJohn Firebaugh2015-04-022-24/+0
| * Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-026-23/+23
| * use hashes instead of string keysKonstantin Käfer2015-04-011-22/+24
| * replace iterator variable types with autoKonstantin Käfer2015-04-012-4/+4
* | port clipLines from -jsAnsis Brammanis2015-04-022-0/+85
|/
* fixes #892: support mapbox:// style URLsJustin R. Miller2015-03-302-4/+15
* support wrapped bilinear scalingAnsis Brammanis2015-03-262-14/+15
* Merge branch 'master' into 1022-annotations-thread-safetyJustin R. Miller2015-03-231-11/+4
|\
| * coalesce buffer deletions and run them in bulk during renderingKonstantin Käfer2015-03-201-11/+4