Eric Fischer
|
1e8c030b03
|
Make indent
|
2016-04-01 15:31:59 -07:00 |
|
Eric Fischer
|
560add2ccd
|
More calculation about how many fds are available
|
2016-04-01 15:31:34 -07:00 |
|
Eric Fischer
|
24deae5a43
|
Reunify the string pool and metadata earlier to free up file descriptors
|
2016-04-01 12:38:32 -07:00 |
|
Eric Fischer
|
9acecdf93e
|
OS-specific code to determine memory size
|
2016-03-31 15:29:43 -07:00 |
|
Eric Fischer
|
8cc844c9dd
|
Merge pull request #201 from mapbox/llong_max
Fix where I used the wrong names for the max/min long long constants
|
2016-03-31 14:33:11 -07:00 |
|
Eric Fischer
|
389cdf2aa4
|
Bump version number
|
2016-03-31 11:44:04 -07:00 |
|
Eric Fischer
|
e5157ec66b
|
Fix where I used the wrong names for the max/min long long constants
|
2016-03-31 11:39:12 -07:00 |
|
Eric Fischer
|
4da5a1996b
|
Merge branch 'master' into earcut-polygon
Conflicts:
Makefile
|
2016-03-29 15:18:01 -07:00 |
|
Eric Fischer
|
5d701913ab
|
Merge pull request #199 from mapbox/named-layers
Add an option to give specific layer names to specific input files
|
2016-03-29 15:08:06 -07:00 |
|
Eric Fischer
|
62fac4d6f4
|
Add a test for layer names
|
2016-03-29 15:01:03 -07:00 |
|
Eric Fischer
|
bd3b9a5136
|
Add an option to give specific layer names to specific input files
|
2016-03-29 13:13:39 -07:00 |
|
Eric Fischer
|
10cd9c8875
|
Check the ring order manually and reorder them if they don't nest right
|
2016-03-29 11:05:39 -07:00 |
|
Eric Fischer
|
c404082421
|
Factor out copied-and-pasted polygon area calculations
|
2016-03-28 17:01:17 -07:00 |
|
Eric Fischer
|
6f5199adc7
|
Check whether polygon inner rings are inside the outer ring
|
2016-03-28 16:52:33 -07:00 |
|
Eric Fischer
|
c6051d876f
|
Merge branch 'master' into earcut-polygon
Conflicts:
geometry.cc
|
2016-03-28 15:45:16 -07:00 |
|
Eric Fischer
|
72b7dc977a
|
Merge pull request #196 from mapbox/stray-geom
Remove temporary files that were accidentally left in place
|
2016-03-28 15:31:31 -07:00 |
|
Eric Fischer
|
448d1a124e
|
Handle case of options that aren't processed individually
|
2016-03-28 15:10:04 -07:00 |
|
Eric Fischer
|
edce0f088d
|
Add GNU-style long options
|
2016-03-28 15:03:28 -07:00 |
|
Eric Fischer
|
b47653e2e6
|
Remove temporary files that were accidentally left in place
|
2016-03-28 14:00:01 -07:00 |
|
Eric Fischer
|
9f2e221338
|
Merge pull request #193 from mapbox/malloc
Check return values after allocating memory
|
2016-03-28 13:46:45 -07:00 |
|
Eric Fischer
|
5a2a1b793a
|
Exit cleanly if there was no valid input instead of giving an mmap error
|
2016-03-28 13:22:03 -07:00 |
|
Eric Fischer
|
cf2abf67d2
|
Oops: need to check array size in bytes, not number of objects
|
2016-03-28 13:08:54 -07:00 |
|
Eric Fischer
|
356575d0e0
|
Check for JSON array and hash overflows
|
2016-03-28 12:25:33 -07:00 |
|
Eric Fischer
|
7d602987e7
|
Merge pull request #194 from stevage/patch-2
Warn of spurious errors (as per #191)
|
2016-03-28 12:07:41 -07:00 |
|
Eric Fischer
|
21a635fb7a
|
Check for string length overflow
|
2016-03-28 12:00:55 -07:00 |
|
Eric Fischer
|
a92bdce12e
|
Upgrade clipper to f9c1344a09
|
2016-03-28 10:31:17 -07:00 |
|
Steve Bennett
|
8c9aa53bb5
|
Warn of spurious errors (as per #191)
|
2016-03-26 12:28:23 +11:00 |
|
Eric Fischer
|
1e5d420b66
|
Fix warnings about unused arguments
|
2016-03-25 13:45:28 -07:00 |
|
Eric Fischer
|
12be3e5a32
|
This one really is an int upstream
|
2016-03-25 13:21:32 -07:00 |
|
Eric Fischer
|
52dbed8132
|
Fix a few warnings about globals
|
2016-03-25 13:03:57 -07:00 |
|
Eric Fischer
|
c2231318bd
|
Many places where I used unsigned array indices but meant size_t
|
2016-03-25 12:20:32 -07:00 |
|
Eric Fischer
|
eee596d5f5
|
Check return values from memory allocation
|
2016-03-25 11:57:33 -07:00 |
|
Eric Fischer
|
bc5a7b251f
|
Check return values after allocating memory
|
2016-03-25 11:20:56 -07:00 |
|
Eric Fischer
|
91ffb084a7
|
Install libc++-dev in another attempt to fix the build
|
2016-03-24 17:26:29 -07:00 |
|
Eric Fischer
|
052c0a55df
|
Try forcing libc++ on Linux to fix the build
|
2016-03-24 17:17:11 -07:00 |
|
Eric Fischer
|
76ab63c1d0
|
Another attempt at fixing Travis on Linux
|
2016-03-24 15:31:44 -07:00 |
|
Eric Fischer
|
a03b461aa5
|
Try to fix Travis on Linux
|
2016-03-24 15:18:51 -07:00 |
|
Eric Fischer
|
64c98b38b4
|
Add Clipper header dependency
|
2016-03-24 14:39:38 -07:00 |
|
Eric Fischer
|
05ff656aba
|
Upgrade to Clipper 9dfe779ed7a
|
2016-03-24 14:36:36 -07:00 |
|
Eric Fischer
|
f37eccafe6
|
Merge branch 'master' into earcut-polygon
|
2016-03-24 14:32:49 -07:00 |
|
Eric Fischer
|
d4776c8bfb
|
Warn when splitting up a 700-sided polygon for the first time
|
2016-03-23 17:35:19 -07:00 |
|
Eric Fischer
|
705a58d255
|
Reverse polygon rings if they come out of Clipper with the wrong polarity
|
2016-03-23 17:10:10 -07:00 |
|
Eric Fischer
|
54c7cfff4c
|
Upgrade to Clipper 296c37e3206bfa
|
2016-03-23 16:46:55 -07:00 |
|
Eric Fischer
|
eebba7b75b
|
Merge pull request #189 from mapbox/decode-pbf
Add the ability to tippecanoe-decode a standalone .pbf tile
|
2016-03-22 17:35:42 -07:00 |
|
Eric Fischer
|
962f82d44e
|
Add a test for decoding standalone PBFs
|
2016-03-22 17:12:09 -07:00 |
|
Eric Fischer
|
d960963623
|
Add the ability to tippecanoe-decode a standalone .pbf tile
|
2016-03-22 16:51:29 -07:00 |
|
Eric Fischer
|
4fc6ca3c3b
|
Keep from getting stuck in an infinite loop
|
2016-03-21 17:23:34 -07:00 |
|
Eric Fischer
|
a989611515
|
Upgrade to Clipper 3eb6a85910aff
|
2016-03-21 16:13:47 -07:00 |
|
Eric Fischer
|
707036fe79
|
Upgrade Clipper to 07b828b1 to fix self-intersecting polygons
|
2016-03-18 16:35:29 -07:00 |
|
Eric Fischer
|
7140a3dd91
|
Merge pull request #186 from mapbox/resolution-doc
Clarify maximum resolution in README and warning
|
2016-03-17 11:54:24 -07:00 |
|