Young Hahn
b6fd89e6a1
Remove alias, source it
2015-10-16 11:32:00 -04:00
Young Hahn
85d5d61561
wat
2015-10-16 11:16:19 -04:00
Young Hahn
7860b992fc
Debugtime
2015-10-16 11:07:53 -04:00
Young Hahn
62b412a8e5
More nvm wranglin
2015-10-16 11:02:55 -04:00
Young Hahn
b8915e26cc
Source nvm outside of the isntall script
2015-10-16 10:57:13 -04:00
Young Hahn
55d0298ccc
Nukify nvm [publish binary]
2015-10-16 10:38:57 -04:00
Young Hahn
34147e930f
0.3.3-debug-dev1 [publish binary]
2015-10-16 10:14:57 -04:00
Young Hahn
b889c0d5f8
pin to nvm@0.28.0
2015-10-15 23:52:57 -04:00
Young Hahn
881106ca21
Only grab mason and attempt to build if binary installation fails.
2015-10-15 23:24:50 -04:00
Mike Morris
af7891e280
v0.3.3 [publish binary]
2015-10-15 17:30:42 -04:00
Mike Morris
1d6654d641
update changelog
2015-10-15 17:30:23 -04:00
Lauren Budorick
e095815f8c
Merge pull request #98 from mapbox/binTests
...
Fix bin/build-glyphs and bin/font-inspect scripts; add bin/ tests
2015-10-08 11:08:42 -07:00
Lauren Budorick
f39f5ac2f3
Fix bin/build-glyphs and bin/font-inspect scripts; add bin/ tests
2015-10-07 15:33:29 -07:00
Mike Morris
dab3282d55
Merge pull request #96 from mapbox/undef-b0
...
drop #undef B0
2015-07-10 14:14:05 -04:00
Mike Morris
a8aad572dc
drop #undef B0
2015-07-09 16:09:42 -04:00
Mike Morris
33e0e77303
Merge pull request #94 from mapbox/tape
...
convert tests from mocha to tape
2015-07-09 15:42:19 -04:00
Mike Morris
a76a660ae8
convert tests from mocha to tape
2015-07-09 14:42:25 -04:00
Mike Morris
725492634b
Merge pull request #93 from mapbox/mason
...
Port dependencies to mason
2015-07-09 13:52:56 -04:00
Mike Morris
a11332e419
use mason to handle dependencies
2015-07-09 13:43:38 -04:00
Mike Morris
6b7b9abf96
Merge pull request #91 from mattdesl/fix-ranges
...
fixing bounds for short ranges
2015-07-06 17:22:52 -04:00
Mike Morris
ca10214f09
drop .npmignore
2015-06-22 17:45:25 -04:00
Lauren Budorick
c77d6d1fc0
Merge branch 'vicapow-patch-1'
2015-06-08 16:49:00 -07:00
Lauren Budorick
5f6f411026
Update API.md
2015-06-08 16:48:47 -07:00
Victor
1fd7b894f4
Update API.md
2015-06-06 01:00:02 -07:00
mattdesl
56136c5976
fixing bounds for short ranges
2015-05-07 15:06:37 -04:00
Lauren Budorick
b058c5d0a8
Update API.md
2015-05-06 11:10:15 -04:00
Lauren Budorick
3ad52bd5d0
v0.3.2 [publish binary]
v0.3.2
2015-04-08 18:16:58 -07:00
Lauren Budorick
f23de38553
0.3.1 [publish binary]
v0.3.1
2015-04-08 15:37:36 -07:00
Lauren Budorick
184dd2e94e
Update coveralls badge [skip ci]
2015-04-08 13:41:22 -07:00
Lauren Budorick
13ebc734e7
0.3.0 [publish binary]
2015-04-08 13:33:36 -07:00
Mike Morris
d055a99a51
Merge pull request #87 from mapbox/dev-publish
...
update binary publishing instructions
2015-04-08 16:30:26 -04:00
Mike Morris
cd5a803ce3
describe node-pre-gyp and npm publishing
2015-04-08 16:29:23 -04:00
Mike Morris
35687ce79e
update binary publishing instructions
2015-04-08 16:04:01 -04:00
Lauren Budorick
ec23b3445e
Merge pull request #80 from mapbox/overhaul
...
Overhaul
2015-04-08 11:45:20 -07:00
Dane Springmeyer
feb4a46acc
shuffle includes: unordered_map is unused, cmath is
2015-03-23 17:35:55 -07:00
Dane Springmeyer
a92a35b04b
silence boost warnings + fix header
2015-03-23 17:33:00 -07:00
Dane Springmeyer
064085f3aa
keep things simple: no need for glyphs.hpp to be in nested dir
2015-03-23 17:30:52 -07:00
Dane Springmeyer
d66850d23e
goodbye boost libs
2015-03-23 17:29:03 -07:00
Lauren Budorick
7cda0ddcfc
Merge pull request #83 from mapbox/overhaul-memleaks
...
[overhaul] Fix memory leaks
2015-03-23 17:22:25 -07:00
Lauren Budorick
c493204b16
Fix leaks
2015-03-23 17:21:38 -07:00
Lauren Budorick
1b408bdd8f
Memory leak fixes (wip)
2015-03-23 15:59:19 -07:00
Lauren Budorick
d6035c4cc5
Merge pull request #81 from mapbox/overhaul-memory
...
Load faces from memory rather than disk
2015-03-23 13:01:26 -07:00
Dane Springmeyer
7d39a04311
minor optimizations and refactoring
...
- avoid allocating std::string and instead keep alive the node.Buffer
containing the in-memory font data and use a pointer to its memory
- use RAII principles in baton structs for setting up and destroying persistent handles
2015-03-23 02:37:01 -07:00
Dane Springmeyer
60593bd704
fix bench scripts
2015-03-20 18:50:23 -07:00
Lauren Budorick
87fbd848ca
Loading faces from memory: super slow?
2015-03-20 16:49:42 -07:00
Dane Springmeyer
d67e56bfdc
fix range usage in benchmark scripts
2015-03-20 15:39:21 -07:00
Dane Springmeyer
8f742e1a42
use uname -s instead of undercased platform (for simplicity)
2015-03-20 14:47:30 -07:00
Lauren Budorick
8c3b3b101b
Merge branch 'overhaul' of github.com:mapbox/node-fontnik into overhaul
2015-03-20 13:42:08 -07:00
Lauren Budorick
43b30370e7
Add empty filepath test
2015-03-20 13:41:43 -07:00
Dane Springmeyer
09d4ba14db
[wip] add benchmark scripts
...
- results differ currently between the two
- todo: test microtime instead of process.hrtime
2015-03-20 12:09:26 -07:00