summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | move std.hpp include into image_reader.hpp (g++)artemp2014-11-191-1/+2
* | return unique_ptr from get_image_readerartemp2014-11-191-1/+1
* | simplify image_readers creation implementationartemp2014-11-195-188/+131
* | simplify factory class to not rely on singleton + cleanupsartemp2014-11-142-13/+16
* | Merge branch 'master' into image-readersartemp2014-11-134-39/+31
|\ \ | |/
| * repair undef None GLX wrapper, pass 0 instead of None to GLX functionsMike Morris2014-11-101-1/+1
| * add glx supportKonstantin Käfer2014-11-071-0/+1
| * load VAO extensionKonstantin Käfer2014-11-074-39/+30
* | add image_reader abstraction layer to hanfle multiple image formatsartemp2014-11-073-0/+226
|/
* use linear<16,4> splitting algorithm (faster running tests)artemp2014-11-051-1/+1
* Support compound text-anchor valuesJohn Firebaugh2014-11-041-1/+9
* Single text positioning propertyJohn Firebaugh2014-11-042-21/+10
* Render ⇢ layout, style ⇢ paintJohn Firebaugh2014-11-041-3/+3
* Implement v6 filtersJohn Firebaugh2014-11-048-207/+232
* line-offset -> line-gap-widthLauren Budorick2014-11-042-2/+2
* 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-313-7/+11
|\
| * use binary mesa on travis to speed up build timesKonstantin Käfer2014-10-311-1/+0
| * 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-302-3/+3
* | 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
* remove unused and unimplemented methodartemp2014-10-301-2/+0
* pass Tile::ID by const refartemp2014-10-303-3/+3
* merge with mbgl-configDane Springmeyer2014-10-299-62/+49
|\
| * store uv::loop as unique_ptrartemp2014-10-291-2/+1
| * simplify - remove before/afterParse and create Parser on stack in worker threadartemp2014-10-292-8/+0
| * store spriteAtlas by value + make TileParser noncopyableartemp2014-10-292-7/+8
| * store glyphAtlas by value in Map object, pass by refartemp2014-10-295-10/+8
| * Fix variable shadowingJohn Firebaugh2014-10-291-1/+1
| * Replace uv::rwlock with std::recursive_mutexJohn Firebaugh2014-10-291-4/+2
| * Render map with a copy of TransformStateJohn Firebaugh2014-10-293-12/+19
| * Hold internal reference to Sprite in SpriteAtlasJohn Firebaugh2014-10-291-18/+11
| * Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeJustin R. Miller2014-10-2739-140/+547
| |\
| * | refs #509: tickets good, inline TODO badJustin R. Miller2014-10-271-1/+0
* | | gyp fixesKonstantin Käfer2014-10-282-40/+40
| |/ |/|
* | make addGlyphsToAtlas static method of SymbolBucket + add addGlyphs method to...artemp2014-10-272-2/+6
* | fix build with libuv 0.11Konstantin Käfer2014-10-272-7/+1
* | make tests workKonstantin Käfer2014-10-242-0/+27
* | Merge remote-tracking branch 'origin/headless-display' into gyp-restructuringKonstantin Käfer2014-10-2431-143/+223
|\ \
| * | gcc fixesKonstantin Käfer2014-10-233-9/+9
| * | fix variable shadowingKonstantin Käfer2014-10-2224-96/+97
| * | replace boost optional with mapbox optionalKonstantin Käfer2014-10-223-19/+77
| * | Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeKonstantin Käfer2014-10-226-10/+19
| |\ \ | | |/
| * | Merge branch 'libuv-0.10-headless-display' into masonKonstantin Käfer2014-10-224-9/+17
| |\ \