summaryrefslogtreecommitdiff
path: root/include/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* update mapbox::variantKonstantin Käfer2015-03-062-83/+145
* fixes #476 & #853: pixel/meter/latlng conversion routines in core & iOSJustin R. Miller2015-02-163-0/+96
* Fix #include <uv.h> mixing between C and C++ modesLeith Bade2015-02-111-2/+2
* use standard DEBUG macro rather than NDEBUGKonstantin Käfer2015-02-041-2/+4
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-044-21/+173
* Use std::chronoLeith Bade2015-02-041-28/+0
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-101-0/+30
|\
| * report version number in user agent stringKonstantin Käfer2014-12-081-2/+0
| * add user agent headerKonstantin Käfer2014-12-081-0/+32
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-0527-1305/+20
|\ \ | |/
| * remove usage of relative pathsKonstantin Käfer2014-12-042-2/+2
| * make most headers privateKonstantin Käfer2014-12-0424-1303/+0
| * remove use of std::to_string in favor of boost::lexical_castKonstantin Käfer2014-12-041-0/+18
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-042-68/+0
|\ \ | |/
| * Prefer stdlib to libuv (fixes #688)John Firebaugh2014-12-032-49/+0
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-041-8/+12
|\ \ | |/
| * libuv handles must be deallocated asynchronouslyJohn Firebaugh2014-12-031-8/+12
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-031-6/+21
|\ \ | |/
| * add array overloads to make_unique and move it to mbgl::util from stdKonstantin Käfer2014-12-031-6/+21
* | Remove accidental friendLeith Bade2014-12-031-1/+0
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-033-5/+21
|\ \ | |/
| * Texturepool ⇢ TexturePool (fixes #655)John Firebaugh2014-12-022-4/+4
| * More complete uv::threadJohn Firebaugh2014-12-021-1/+17
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-11-283-32/+57
|\ \ | |/
| * Introduce uv::asyncJohn Firebaugh2014-11-262-0/+39
| * Use noncopyableJohn Firebaugh2014-11-261-11/+11
| * Remove unusedJohn Firebaugh2014-11-261-11/+0
| * Remove unusedJohn Firebaugh2014-11-261-5/+0
| * Eliminate remaining uses of Map in TileDataJohn Firebaugh2014-11-261-2/+2
| * Eliminate Map::getTexturepool()John Firebaugh2014-11-261-2/+2
| * Fix member shadowing warningsVincent Schüßler2014-11-251-2/+2
* | Fix member shadowing warningsVincent Schüßler2014-11-281-2/+2
* | image-readers: move concrete implementations headers into platform/defaultartemp2014-11-283-173/+0
* | move std.hpp include into image_reader.hpp (g++)artemp2014-11-281-1/+2
* | return unique_ptr from get_image_readerartemp2014-11-281-1/+1
* | simplify image_readers creation implementationartemp2014-11-285-188/+131
* | simplify factory class to not rely on singleton + cleanupsartemp2014-11-282-13/+16
* | add image_reader abstraction layer to hanfle multiple image formatsartemp2014-11-283-0/+226
* | Add Map::pause/resumeLeith Bade2014-11-092-0/+20
|/
* replace strftime_l with our custom formatterKonstantin Käfer2014-11-041-0/+6
* make util::utf8_to_utf32::convert() staticartemp2014-11-031-2/+1
* cleanup after 195560090/#309/#530Dane Springmeyer2014-11-031-28/+0
* Merge branch 'master' into platform-imageKonstantin Käfer2014-10-312-6/+11
|\
| * allow providing a callback to uv_messenger_stop to prevent mismatched new/freeKonstantin Käfer2014-10-301-1/+2
| * use boost::unicode_iterator on all platform (experimental)artemp2014-10-301-5/+9
* | also allow underscores in token namesKonstantin Käfer2014-10-301-1/+1
* | use CoreImage for decoding/encoding images on osx/iosKonstantin Käfer2014-10-301-2/+2
* | do not crash for missing imagesKonstantin Käfer2014-10-301-1/+1
* | use unique_ptr for automatic deallocationKonstantin Käfer2014-10-301-5/+3
|/
* remove regex/boost regex usageKonstantin Käfer2014-10-301-21/+19