summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Throw when style is not loadedThiago Marcos P. Santos2015-06-222-0/+13
* Better error messagesThiago Marcos P. Santos2015-06-191-3/+12
* Fix invalid NodeRequest referenceThiago Marcos P. Santos2015-06-152-10/+6
* Implement request coalescing and synchronous request cancellationThiago Marcos P. Santos2015-06-154-45/+104
* Removed unused method on NodeFileSourceThiago Marcos P. Santos2015-06-082-10/+0
* drop extraneous NodeFileSource v8::PersistentMike Morris2015-05-281-4/+1
* expose map.release() methodMike Morris2015-05-282-20/+60
* #include <memory> in node_file_source.hppMike Morris2015-05-271-0/+1
* drop SetAccessToken from NodeMapMike Morris2015-05-272-25/+1
* std::make_uniqueMike Morris2015-05-272-2/+2
* return an error if map.renderStill returns a std::exception_ptrMike Morris2015-05-222-5/+20
* drop CompressPNGMike Morris2015-05-153-122/+0
* upgrade node modules, switch from tap-spec to faucetMike Morris2015-05-141-6/+2
* if/else on NODE_MODULE_VERSION instead of UV_VERSIONMike Morris2015-05-142-17/+18
* add node v0.12 and io.js compatibilityMike Morris2015-05-148-33/+63
* ignore GCC diagnostics for node.hMike Morris2015-05-138-23/+47
* update travis script for https://github.com/mapbox/mapbox-gl-native/pull/1339Mike Morris2015-05-137-126/+103
* map.resize, close server after tests, not insideMike Morris2015-05-051-1/+1
* adapt to changes fromMike Morris2015-05-051-5/+1
* bump mbglMike Morris2015-04-293-17/+11
* add xcode project targetKonstantin Käfer2015-04-172-2/+2
* adapt to still image render mode changesMike Morris2015-04-171-13/+5
* add LogMessage constructors for default valuesMike Morris2015-04-171-3/+17
* log environment ID and threadName if in scopeMike Morris2015-04-171-2/+18
* move node log from backend to observer patternMike Morris2015-04-173-39/+18
* NanAssignPersistent source in NodeMap constructor, fixes #109Mike Morris2015-04-031-1/+2
* init display connection on module loadMike Morris2015-04-021-9/+18
* adapt NodeFileSource around mbgl::Environment additionsMike Morris2015-03-192-6/+10
* move back to node-mapbox-gl-nativeMike Morris2015-02-242-7/+3
* oops, fix lat, lng orderMike Morris2015-02-181-1/+1
* fix setLatLngZooomMike Morris2015-02-181-1/+1
* do not .release() in function call; execution order is undefinedKonstantin Käfer2015-02-131-1/+2
* make sure the log notifications don't keep the threadloop aliveKonstantin Käfer2015-02-121-0/+3
* no need to use a pointer to a unique_ptr when we can just use the pointerKonstantin Käfer2015-02-121-2/+2
* expose log messages to node.jsKonstantin Käfer2015-02-123-0/+102
* adapt to static-render branch changes [skip ci]Konstantin Käfer2015-02-117-124/+271
* get tests passing on travisMike Morris2015-02-101-1/+0
* this has been implementedKonstantin Käfer2015-02-061-2/+0
* allow more arguments, but require at least oneKonstantin Käfer2015-02-061-1/+1
* add first render testKonstantin Käfer2015-02-041-5/+3
* initial version with updated build systemKonstantin Käfer2015-02-0411-0/+865