Lovell Fuller
b40e3fa1f1
Docs: Alpine vips-dev package requires fftw-dev also
2017-07-15 14:47:25 +01:00
Lovell Fuller
53ff061efa
Document SHARP_DIST_BASE_URL #841
2017-07-01 09:44:02 +01:00
Lovell Fuller
df97ef23d9
Document/changelog for Solus Linux support #857
2017-06-25 17:42:03 +01:00
Lovell Fuller
ec617f2489
Document minimum Node dependency of v4.5.0 #847
2017-06-20 22:05:05 +01:00
Lovell Fuller
29354badd8
Docs: add Alpine Linux install details
2017-06-19 08:13:49 +01:00
gmaliar
d15fb1ab1b
Docs: add link to TailorBrands-maintained libvips Dockerfiles ( #813 )
2017-05-21 20:37:57 +01:00
Lovell Fuller
46aec7eabc
Upgrade libvips dependency and packaging to v8.5.1
2017-04-26 21:37:43 +01:00
Sagiv Frankel
f64c18ef15
Docs: Add download info to Heroku section ( #748 )
2017-03-30 12:55:33 +01:00
Lovell Fuller
5e015cc3ca
Docs: use NODE_MODULES_CACHE=false for Heroku+yarn #722
2017-03-27 20:31:50 +01:00
Lovell Fuller
679ce08998
Small doc updates
2017-03-04 18:37:23 +00:00
Mark van Seventer
04f5c884a4
Add CLI tools section to installation guide ( #691 )
2017-01-25 21:34:23 +00:00
Lovell Fuller
61721bb086
Remove preinstall ref from docs ahead of script removal
2016-12-11 15:21:30 +00:00
Lovell Fuller
c6f12fe033
Small doc update and dep bumps ahead of v0.17.0
2016-11-08 12:03:55 +00:00
Lovell Fuller
8717ecc429
Modularise JS source in 'lib' subdirectory.
...
Generate public API documention via jsdoc comments.
2016-11-02 09:25:20 +00:00
Lovell Fuller
07d66da57b
Auto-detect C++11 ABI version, remove --sharp-cxx11 flag
2016-09-28 21:40:30 +01:00
Lovell Fuller
475f0bf120
Refactor packaging scripts, add ARMv7/v8 binaries
2016-08-12 13:40:44 +01:00
Lovell Fuller
36bfbdee0d
Add support for using pre-compiled binaries with OSX
2016-07-25 16:32:42 +01:00
Lovell Fuller
61038888c4
Document --sharp-cxx11 install flag #456
2016-06-11 08:28:27 +01:00
Lovell Fuller
4f3262c328
List licence details for all library dependencies
2016-05-27 23:17:06 +01:00
Lovell Fuller
e3cbcb98c0
Add hints about compiling with _GLIBCXX_USE_CXX11_ABI #432
...
Increase deprecatedness of preinstall script
Additional valgrind suppressions for libwebp
2016-05-21 09:03:09 +01:00
Lovell Fuller
051d022fc2
Upgrade to libvips v8.3.1
...
Remove packaging tests and therefore support for Centos 6
2016-05-08 22:15:08 +01:00
Lovell Fuller
1de0038516
Upgrade to libvips 8.3.x
...
Add support for libvips' new native loaders, including GIF and SVG
Pre-built binaries now include giflib and librsvg, exclude *magick
2016-05-07 20:04:17 +01:00
Lovell Fuller
c9b3847a69
Docs: basic security considerations for installation #424
2016-05-07 19:48:06 +01:00
Felix Bünemann
dce3840537
Update Lambda instructions for Node.js 4.3 ( #419 )
...
Amazon introduced Node.js 4.3 support for Lambda, which is now the
recommended runtime instead of the old Node.js 0.10. This commit revises
the Lambda docs to build Node.js 4.3 compatible binaries using the
latest stable Node.js 4.x packages from Nodesource.
2016-04-27 19:39:30 +01:00
Lovell Fuller
531a0402f7
Changelog updates ahead of v0.14.1
...
Note effect of C++11 ABI changes on upgrades
2016-04-16 21:16:37 +01:00
Felix Bünemann
e97909f776
[ci skip] Improved Linux docs, Lambda instructions
...
* Add a more detailed explanation of how sharp discovers libvips
* Add a section on packaging sharp for running on AWS Lambda
2016-02-27 20:25:32 +01:00
Lovell Fuller
2d05804fc3
Add cache recommendations for use with Alpine/musl #354
...
Prevent Windows EBUSY errors during tests
2016-02-11 20:33:33 +00:00
Lovell Fuller
d46ac3a478
Check for glibc before downloading pre-compiled binaries #354
2016-02-08 20:06:01 +00:00
Lovell Fuller
5c1067c63f
Remove the no-longer-maintained gulp-sharp #353
2016-02-07 15:35:41 +00:00
Lovell Fuller
cf7664a854
Improve SVG support by allowing control of density/DPI
...
Switch pre-built libs from Imagemagick to Graphicsmagick
2016-02-03 17:48:22 +00:00
Lovell Fuller
2656c69d99
Upgrade to libvips v8.2.2
2016-02-03 17:48:22 +00:00
Lovell Fuller
a0e034a9e9
Add support for pre-compiled libvips on ARM CPUs
...
Uses a HypriotOS-managed docker container for this
2016-01-06 15:50:36 +00:00
Lovell Fuller
3c7cbf8685
Update libvips to v8.2.0
...
Plus version bumps of other dependencies
2016-01-02 14:19:46 +00:00
Lovell Fuller
7541dfcab2
Document support for FreeBSD/gmake #326
2016-01-01 16:34:18 +00:00
Lovell Fuller
37e4b9b5ba
Update changelog ahead of v0.12.0
...
Highlight features in readme+docs
Add link to Docker-based Linux CI build status
2015-11-22 09:17:51 +00:00
Lovell Fuller
3dbedf1fb6
Match g_malloc/g_free for make benefit glorious nation of Windows
...
Remove C++ standard lib from Windows packaging
2015-11-21 22:51:32 +00:00
Lovell Fuller
c9ecc7a517
Document Debian 7 support
...
Add liborc to fix openSUSE support
Switch recommended *magick to ImageMagick for OS X
Increase test timeouts (for Circle CI)
2015-11-19 22:47:34 +00:00
Lovell Fuller
ede2ee9ce3
Use Persistent wrapper to prevent GC of input Buffer #152
...
Avoids memcpy of input and output Buffer objects
Improves Buffer and Stream performance by ~3%
2015-11-14 11:24:15 +00:00
Lovell Fuller
bf6b894480
Improve dependency-less documentation
...
Start to comment ever-growing GYP config
Add Circle CI config to run packaging tests
2015-11-10 21:49:45 +00:00
Lovell Fuller
ee8fcb6109
Update docs to reflect ease-of-installation
2015-11-10 00:04:06 +00:00
Lovell Fuller
9f59a2aebf
Version bumps and changelog for v0.11.4
2015-11-05 21:36:44 +00:00
Lovell Fuller
e07356c11c
Update list of preinstall OS support
...
Upgrade to libvips 8.1.0
2015-10-07 20:49:47 +01:00
Lovell Fuller
b7e0a6f277
Upgrade to nan v2 #246
...
Provides support for io.js v3 and Node v4
2015-08-23 21:36:48 +01:00
Lovell Fuller
de333eb02d
Add PPA details for Ubuntu LTS
...
Remove Mac OS from preinstall script - please use homebrew
2015-07-16 09:28:54 +01:00
Lovell Fuller
d26f6b3b89
Big documentation clean-up
...
Add structure via mkdocs (replaces ever-growing README)
Inline usage examples with the method they demonstrate
Add changelog
2015-07-15 10:17:55 +01:00