swh:1:snp:ff2a11cd2e44dd19ec3814028ef2ce6605664e63

sort by:
Revision Author Date Message Commit Date
666565e Merge pull request #232 from mapbox/cplusplus Convert everything to C++ 27 April 2016, 22:52:05 UTC
7449150 Restore dependency on headers in subdirectories 27 April 2016, 22:41:40 UTC
2b393ad Move jsonpull into a subdirectory like other included libraries 27 April 2016, 22:33:30 UTC
48a8203 Oops, I didn't check main.cpp in. 27 April 2016, 22:14:09 UTC
24db559 Fix complaint about duplicate #define 27 April 2016, 22:12:03 UTC
c427430 Fix indentation 27 April 2016, 22:10:26 UTC
ee97e6c Whittle down tile.hpp to the things that actually related to tile.cpp 27 April 2016, 22:09:06 UTC
3662f1a Split main program functions apart from GeoJSON parsing 27 April 2016, 21:59:20 UTC
a52733e Use protozero functions for zigzag encoding and decoding 27 April 2016, 21:22:44 UTC
f3b9e15 Move serialization code to its own file 27 April 2016, 21:19:10 UTC
65253cb Drag header files into C++ 27 April 2016, 21:00:14 UTC
a57c247 Don't try to reindent Clipper and Protozero 27 April 2016, 20:55:28 UTC
7b0bb9a Drag the main function and GeoJSON parsing into C++ 27 April 2016, 20:54:00 UTC
3f3a341 Drag constant pool handling into C++ 27 April 2016, 19:44:46 UTC
3d56a56 Drag memory-mapped file handling into C++ 27 April 2016, 19:41:49 UTC
fb9f3b6 Drag tileset enumeration into C++ 27 April 2016, 19:40:19 UTC
575072b Drag projection math into C++ 27 April 2016, 19:39:21 UTC
94db232 Drag mbtiles handling into C++ 27 April 2016, 19:38:04 UTC
d32d4bb No need for line clipping to have its own source file 27 April 2016, 19:36:51 UTC
b12413e Rename everything from .cc to .cpp to match other projects 27 April 2016, 19:22:47 UTC
8c7ac58 Fix memory leaks and questionable arithmetic Fix memory leaks and questionable arithmetic 27 April 2016, 19:11:24 UTC
737ae44 Fix warnings about questionable numeric operations 27 April 2016, 18:57:46 UTC
d4504da Rationalize the highest allowed maxzoom in terms of detail 27 April 2016, 18:46:24 UTC
3182930 fix 'negation of 1 cannot be represented in type unsigned int' error - refs #227 27 April 2016, 18:46:16 UTC
d35ef72 fix 'runtime error: left shift of negative value -12' error - refs #227 27 April 2016, 18:46:05 UTC
87fea80 Make indent, and finish writing a comment that I started 27 April 2016, 17:51:54 UTC
5cfd7cf Don't leak layer names 27 April 2016, 17:46:01 UTC
1e16eb9 Don't leak whatever is left of one parse tree when starting another 27 April 2016, 17:45:55 UTC
39c180a Don't leak the non-GeoJSON objects in the JSON parse tree 27 April 2016, 17:45:41 UTC
60318e6 Fix leak of pools for -x and -y options 27 April 2016, 17:45:33 UTC
6a37ea4 Fix leaks of input source lists and bounding boxes 27 April 2016, 17:45:25 UTC
0205086 Fix memory leak of temporary filenames 27 April 2016, 17:45:17 UTC
235939e Merge pull request #226 from mapbox/c++-math use std::fabs instead of clib fabs 27 April 2016, 00:03:00 UTC
65964c9 more std:: usage in c++ files 26 April 2016, 23:56:24 UTC
d0b5ba3 use std::fabs instead of clib fabs 26 April 2016, 23:51:12 UTC
b206310 Merge pull request #222 from mapbox/debug-builds Explict Release/Debug modes to build 26 April 2016, 22:52:45 UTC
86e6cd7 Add OSX Debug build 26 April 2016, 22:46:58 UTC
ef3b9be Explict Release/Debug modes to build 26 April 2016, 22:39:42 UTC
ce64565 [build] use AR variable in Makefile 26 April 2016, 22:26:15 UTC
bd5dc4a Merge pull request #187 from mapbox/earcut-polygon Upgrade Clipper to 07b828b1 to fix self-intersecting polygons 26 April 2016, 21:26:10 UTC
77bc24d Bump version number 26 April 2016, 21:16:19 UTC
bebb0dd Add missing #include 26 April 2016, 21:01:59 UTC
49d29ad But no, I still left a few more dependencies 26 April 2016, 20:54:08 UTC
33f9d91 Remove protobuf prerequisites again 26 April 2016, 20:50:08 UTC
a9a14b3 Merge remote-tracking branch 'origin/master' into earcut-polygon 26 April 2016, 20:48:03 UTC
535b328 add libprotobuf back to packages (not sources) 26 April 2016, 19:51:48 UTC
3570d93 whoops, libprotobuf is still required a bit (for now) 26 April 2016, 19:48:32 UTC
c4a13fc fix clang++ build by upgrading to 3.5 26 April 2016, 19:41:27 UTC
8c82ee4 Merge branch 'master' into earcut-polygon Conflicts: tile.cc 26 April 2016, 19:09:56 UTC
d72639b Merge pull request #219 from mapbox/protozero Use protozero for reading and writing vector tile protocol buffers 26 April 2016, 00:00:32 UTC
aaec2c9 Clearer names 25 April 2016, 23:52:20 UTC
52f2804 Make lexical feature ordering work again, and add a test for it 25 April 2016, 23:47:30 UTC
e10a71e Use the mvt constant pool when tiling 25 April 2016, 23:19:52 UTC
7bb4c7d Add a helper method to manage the tile layer's key-value constant pool 25 April 2016, 21:20:21 UTC
2dea1d1 Fix hardwired layer version number 25 April 2016, 19:23:40 UTC
2393416 Methods instead of functions 25 April 2016, 19:13:52 UTC
2afd0bf Try with clang++ instead 25 April 2016, 17:22:14 UTC
4e71c40 Try backing off to older C++ standard for older g++ 25 April 2016, 16:58:36 UTC
03d5c89 These are version 2 tiles 25 April 2016, 16:24:36 UTC
9e9afb0 Fix signedness warnings, missing #includes, and code formatting. 23 April 2016, 06:32:02 UTC
b15956b Oops, was still linking to -lprotobuf-lite 23 April 2016, 02:30:37 UTC
4cee508 Add missing #include 23 April 2016, 00:51:35 UTC
135aea8 Use protozero for writing tiles 23 April 2016, 00:45:24 UTC
5ec41d7 Use protozero for tile decoding 23 April 2016, 00:10:33 UTC
f9c4fb8 Factor out tile reading and writing from tile-join 22 April 2016, 22:47:06 UTC
f837577 Rename pb_ prefixes to mvt_ 22 April 2016, 22:10:16 UTC
358f019 Factor out vector tile writing 22 April 2016, 22:06:26 UTC
f902721 Abstraction of tile decoding 22 April 2016, 20:27:03 UTC
b91e8f6 Start factoring out protocol buffer handling code 22 April 2016, 19:00:19 UTC
2607a76 Merge pull request #215 from mapbox/no-clipping Add an option not to clip features if they appear in the tile at all 21 April 2016, 17:36:51 UTC
ea63891 Add an option not to clip features and to include each exactly once per zoom 20 April 2016, 22:06:43 UTC
41099ed Don't add extra points at tile boundaries if not clipping The extra points kept the features from being exactly the same in each tile. 19 April 2016, 23:13:02 UTC
56d8178 Fix a mistake in the formatting of the Usage message 19 April 2016, 22:35:58 UTC
24f401d Add an option not to clip features if they appear in the tile at all 19 April 2016, 22:32:58 UTC
62a74af Remember to do floating point division in pnpoly 19 April 2016, 19:28:49 UTC
694fa8e Merge pull request #213 from mapbox/polygon-coalesce Clean up polygon geometry again after coalescing 18 April 2016, 23:15:13 UTC
45cddc5 Simplify coordinates to avoid cross-platform rounding errors 18 April 2016, 23:10:08 UTC
86b8567 Clean up polygon geometry again after coalescing 18 April 2016, 22:53:04 UTC
04c5632 Merge branch 'master' into earcut-polygon Conflicts: geometry.cc 14 April 2016, 23:21:56 UTC
2a6e411 Merge pull request #212 from mapbox/limitfiles Speculatively open files to avoid overrunning the system limits 14 April 2016, 17:32:19 UTC
81517a0 Fix tracking of number of available file descriptors 14 April 2016, 17:20:28 UTC
732a51d Fix the option for testing radix sort Add a check to make sure I don't make the same mistake again 14 April 2016, 17:06:01 UTC
2227350 Add a sanity check to make sure I remember to close all open files 14 April 2016, 03:33:01 UTC
137bb46 Clean up the maximum-files-open check a little 14 April 2016, 03:20:25 UTC
cae20bb Speculatively open files to avoid overrunning the system limits 14 April 2016, 01:05:24 UTC
7c9bd5d Merge pull request #210 from mapbox/block-input Don't let the input buffer for parallel streaming input get too big. 13 April 2016, 20:31:51 UTC
fbcb00f Add an option to set the tileset's attribution 13 April 2016, 19:49:41 UTC
4dba8b3 Update clipper to 381c817fd13e8 13 April 2016, 17:18:32 UTC
cb4a837 Fix log formatting 12 April 2016, 23:52:46 UTC
e5461b1 Additional debug output from polygon checking 12 April 2016, 23:40:03 UTC
3a46c05 Fix the progress indicator 12 April 2016, 17:59:06 UTC
968c94a Quiet warning about potentially uninitialized variable. 11 April 2016, 23:43:46 UTC
efe66dc Use stdio instead of mmap for geometry while tiling to reduce thrashing 11 April 2016, 22:59:02 UTC
c6d2988 Logic may be clearer this way 11 April 2016, 21:51:04 UTC
e846b11 Don't let the input buffer for parallel streaming input get too big. 11 April 2016, 20:51:28 UTC
9d48d6a Merge pull request #208 from mapbox/simplify-crash Fix a line simplification crash when a segment degenerates to a single point 07 April 2016, 23:50:01 UTC
acb9736 Fix a line simplification crash when a segment degenerates to a single point 07 April 2016, 23:45:45 UTC
64faa1d Upgrade Clipper to 68c49e9a9a 07 April 2016, 20:52:39 UTC
1e6332b Merge branch 'master' into earcut-polygon Conflicts: geojson.c tile.h 07 April 2016, 20:50:04 UTC
1792a13 Merge pull request #207 from mapbox/checkspace Keep an eye on free disk space and warn if tippecanoe is using it all 07 April 2016, 19:23:05 UTC
back to top