2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2020-01-16 11:44:26 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
snappy: updated to 1.1.8
Snappy v1.1.8:
* Small performance improvements.
* Removed snappy::string alias for std::string.
* Improved CMake configuration.
|
2019-01-10 10:38:19 by Tobias Nygren | Files touched by this commit (2) |
Log message:
snappy: fix linking of unit test
|
2017-08-27 11:13:16 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Build shared library fix
|
2017-08-25 10:32:19 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Snappy 1.1.7
Improved CMake build support for 64-bit Linux distributions.
MSVC builds now use MSVC-specific intrinsics that map to clzll.
ARM64 (AArch64) builds use the code paths optimized for 64-bit processors.
|
2017-07-14 19:27:41 by Adam Ciarcinski | Files touched by this commit (6) |
Log message:
Snappy v1.1.6:
This is a re-release of v1.1.5 with proper SONAME / SOVERSION values.
Snappy v1.1.5:
This release has broken SONAME / SOVERSION values. Users of snappy as a shared
library should avoid 1.1.5 and use 1.1.6 instead. SONAME / SOVERSION errors will
manifest as the dynamic library loader complaining that it cannot find snappy's
shared library file (libsnappy.so / libsnappy.dylib), or that the library it
found does not have the required version. 1.1.6 has the same code as 1.1.5, but
carries build configuration fixes for the issues above.
* Add CMake build support. The autoconf build support is now deprecated, and
will be removed in the next release.
* Add AppVeyor configuration, for Windows CI coverage.
* Small performance improvement on little-endian PowerPC.
* Small performance improvement on LLVM with position-independent executables.
* Fix a few issues with various build environments.
|
2017-06-24 20:57:28 by Alistair G. Crooks | Files touched by this commit (1) |
Log message:
snappy now requires googletest to build, so include the buildlink3.mk file
|
2017-05-31 10:52:41 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
Apply patch from upstream to fix SSE2 include.
|
2017-02-26 09:50:19 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Added PKGCONFIG_OVERRIDE
|
2017-02-26 09:41:17 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
Changes 1.1.4:
Fix a 1% performance regression when snappy is used in PIE executables.
Improve compression performance by 5%.
Improve decompression performance by 20%.
|