Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/Blosc/c-blosc

A blocking, shuffling and loss-less compression library that can be faster than `memcpy()`.
https://github.com/Blosc/c-blosc

Post 1.3.1 release actions done

a4169d5b3f149c50ec76bfca910a7226534f1353 authored about 11 years ago
Getting ready for 1.3.1

8aa4a7360d55ac2ff657668a7b14b6d9851aedea authored about 11 years ago
The required cmake is 2.8 now

9a085ed5cdbb4af114aa6b0924088fc85c4d0324 authored about 11 years ago
Merge branch 'hdf5_fix' of github.com:avalentino/blosc into avalentino-hdf5_fix

3039dac569da047f5ba199ac0ba68f25c4d637a9 authored about 11 years ago
Post 1.3.0 release actions done

a537cf2b578d253e8c0300581578fe12032b933c authored about 11 years ago
The package sname for HDF% is libhdf5-serial-dev

3a9dd9e047bbb153b337e8f930ded43efcd5be51 authored about 11 years ago
Actually run tests on the hdf5 filter

70f1ec814371c544047a904a5f0ef9ff9d75c51d authored about 11 years ago
Updated hdf5 example

8caf7a1ae25db8b721e409fb984f315c141d9ffe authored about 11 years ago
Better computation of the output buffer size for decompression

309c9218b2a963bd6f1e17dde7e52b4a415b190b authored about 11 years ago
Set include directories (for blosc.h) in hdf5/CMakeLists.txt

39e684c5a36015f03a66677cfd269a63bdcb6cbc authored about 11 years ago
Version bumped to 1.3.0 (final)

3d910f9653cdbccab7fc96248f3aa3dfc021335d authored about 11 years ago
Final enhancements for README

52a8601d195cf16a59dc4d5d06acc6c5c47a1494 authored about 11 years ago
Version bumped to 1.3.0-rc3

b9978d9695cd5edd38e1937f7f1423e0fba2f3cd authored about 11 years ago
Updated docs a bit

7d4155bdbd562ede5ca49554c728bda4d0a3afb5 authored about 11 years ago
Printing Blosc version in bench with no params

12e6bbfa9c35dcb1228e1bba0a0f399bbda40112 authored about 11 years ago
Updated filter for HDF5 for supporting new compressors

d6c06b5f9f980e31ec1c58dd37626a70e0b8c8da authored about 11 years ago
More API refinements for compcode <-> compname conversions

8263776e162695d0ed4096d8e0981f7f1a95d362 authored about 11 years ago
Added possibility to disable support for LZ4, Snappy and Zlib

9cc6f1382ef853018ca2719a94d3cc1576cbc475 authored about 11 years ago
Adding the blosc_ prefix to compcode_to_compname() and compname_to_compcode() because they are public

020ff1474d6ebf82d2086e6390b2095ce0ac6a08 authored about 11 years ago
Some refactoring and new compcode_to_compname() and compname_to_compcode() made public

f5e4b7660df4550c874251ae14ad517b1083f2d9 authored about 11 years ago
Added symbols for compressor names.

f559af3bce0445d244a00a376ac85c67ca29f5f4 authored about 11 years ago
Declared symbols for complib names. blosc_get_complib_info() does not leak anymore.

178cf861e655ca539db238069a765cd0dd615ffa authored about 11 years ago
Remove unnecessary calls and initializations

542f208e722a686665250279dc20f31ac06a5011 authored about 11 years ago
Instead of MSVC 2008, suggest to use MSVC 2010 because Snappy requires stdint.h and this does not come with 2008.

a5957c805a7386d8eecebad927ee74f8897d4857 authored about 11 years ago
Updated stdint-windows.h to latest version

109bb1bada50b6f7385b02c169e6c2671c4fdfb3 authored about 11 years ago
Using strdup instead of strcopy because is simpler and less error prone

a64e94c5a3672d8f4e3d4dc80e5852c3149f0bee authored about 11 years ago
Buming to rc2.dev

141703a7f15662d4c20fd17a2d677fee824b924c authored about 11 years ago
Fixed an error uncovered only by MinGW (only by that? amazing)

1d0d677aae65c9a31f867ff9535ea1262e3cd564 authored about 11 years ago
Releasing 1.3.0-rc2

394e95c431b7ea7ec3e3a78e13c16fc38eb9b8a4 authored about 11 years ago
Removed all // comment style from Blosc itself (but LZ4 sources are full of them)

086d63848c03d4f27b602886a66b29f95cbe7a2f authored about 11 years ago
Simplified the logic for the 'inline' function qualifier

a8412002202e94ae13338d6dfd728ef78d85103a authored about 11 years ago
Added a PREFER_EXTERNAL_COMPLIBS cmake option for allowing using internal sources for compressors if desired (disabled by default).

4452b9a8a7564d46971a48da832f9484054f8b67 authored about 11 years ago
Updated the license for the similated pthread API for Win. Closes #40

f1780852a375fcdb85947fd74a178876eab5589e authored about 11 years ago
Merge pull request #41 from avalentino/travis-ci

Travis ci

2d336c04bcb3475b83ebc870a2d609add92a66ec authored about 11 years ago
Merge pull request #42 from esc/fix_readme_to_include_lz4hc

update the README_HEADER to have the correct enumeration of codecs

ed45268d314800433f0c6c627465a2be1109b3f4 authored about 11 years ago
Removed the references for the obsolote HAVE_LZ4HC symbol

3a5f4a00dd162d5a4d6734b3ac8f19d4c2b9c701 authored about 11 years ago
Changed blosc_get_complibs_info() -> blosc_get_complib_info() because it is easier to use.

c5071da53cb217d4675e0386c279e98ebe2dacd4 authored about 11 years ago
update the README_HEADER to have the correct enumeration of codecs

8707b4c15b9ee2d553937c17a3c4e78c7fd87738 authored about 11 years ago
liblz4-dev is not available on Ubuntu 12.04LTS

05c9a1c6fb96fc374bee09cdb08a6ee61dc773d7 authored about 11 years ago
Build the code before running tests

9bd8d4c84de27f0b713a6527ba0d96fafaafe00d authored about 11 years ago
Added .travis.yml file

b4636520082ae6e0224b1e8e50cf7f7a0ab2c053 authored about 11 years ago
Added a new blosc_get_complibs_info() function to the API

d8ffe9b0d8fe5247f28bbeb9a18fb8fef36dacfc authored about 11 years ago
complib -> compressor

10b4b2ac0037fbbc19b1b88cf13edb38d9bbd897 authored about 11 years ago
Made distinction between LZ4 the library and LZ4 and LZ4HC the compressors

f07b1bfbcb917d85883c2e2ba788f6f813cec26d authored about 11 years ago
Updated the release notes for 1.3.0

c32be05dda6f62b6d043349527eb20dac8d0f682 authored about 11 years ago
Releasing 1.3.0-rc1

f7e5187a25da21fb90187d391a0c15e2ac76fd2e authored about 11 years ago
Added forgotten lz4-r110 sources

557cc76d7d213cae1db7d7e99d920b8eff483250 authored about 11 years ago
Merge pull request #39 from FrancescAlted/snappy-internal-sources

Snappy internal sources

a6209f18e7731fc77dff84b830a91b23492c8f77 authored about 11 years ago
LZ4 updated to r110

204a7f8f9ad90447bf2ba68c9b741546162a1766 authored about 11 years ago
Updated the announcement to include the new compressors recently added.

a0472a2c2af77843ca9aa2c466b20803df197dba authored about 11 years ago
Updated instructions for compiling external compression libs

c390ce7ed79d5e1edb4bbe81c44f46613d66f425 authored about 11 years ago
Added a new Makefile for compiling the benchmark with MinGW

4b3384990351ab998900557aa6fd831d2daa5d64 authored about 11 years ago
Fixed a couple of warnings uncovered by the mingw compiler

55d39b7a003917a04466ddf1d735845f5e01b2a3 authored about 11 years ago
Added support for the amazing LZ4HC compressor for much improved compression ratios, while keeping awesome decompression speed

efe063b762ad0703ab8175d542a9dcaa0cba2133 authored about 11 years ago
Added the sources of Zlib 1.2.8 internally for consistency

73b47f5c76dc15a30526f66cf1dc1ff9ec7a3909 authored about 11 years ago
Better fix for snappy on MinGW platforms

2055dba6e9d253a7f9d1b4cb2b416d491778184e authored about 11 years ago
Adding the patch for Snappy for future versions

3d0a2782eac3e1654e9b1228001dcf1b049d600f authored about 11 years ago
Adding a patch for allowing compilation of Snappy on Windows

f67d4f78faa2fd4cd4a11b153be5a8b499b01ebd authored about 11 years ago
Fixed some warnings and errors when using clang++

8ae871c7dec959bc5cf48a1ec3ef1e8d09b914de authored about 11 years ago
Define symbols for LZ4, exactly the same way that Snappy or Zlib

49cf61c5325e405034f411eb77916f24069df809 authored about 11 years ago
Fixed bad string concatenation in cmake

ac787a5be915a24daef92710ffbe3b61b26437b5 authored about 11 years ago
Updated new path for internal complib sources

a1105051109d32ca360b4d65fa486ad5ee6b8dcd authored about 11 years ago
Updated bench Makefile for improved support of external complibs

83fa361ab2e83a18d5d2c95a48ef5200a9395b62 authored about 11 years ago
Adding support for Snappy in bench Makefile too

9857f6dd69dd729c28b519971e5d32236b4c4342 authored about 11 years ago
Updated documentation for LZ4 and Snappy sources being included

7225533e93cdfedbc5029b5e273f09f071abc04b authored about 11 years ago
LZ4 support moved to its own directory (just like snappy)

49184448bdcc1ca218c7685e364d909cb547f880 authored about 11 years ago
Added license for Snappy

eebe5cc93a5937de1d34bb7d4b0db20632f6f233 authored about 11 years ago
Added support for compiling local sources for snappy if library not found

56c89f44fc4dfad68678595a06ffff85828430d9 authored about 11 years ago
Added the sources for snappy 1.1.1

cc6013c546026e0b237069fe3b1f35d17a1e1c4c authored about 11 years ago
Removed quotes for consistency

d31e9f36459049cd6c9ce9d5962a28f83039f27b authored about 11 years ago
Removing unused FindZlib.cmake

222ef89b05b3ed6d05acdd17c8713b85698518aa authored about 11 years ago
echo out variable values when snappy was found

4f03b386554466bd3ad5ea4fa687b169f812d6e8 authored about 11 years ago
Updated the README for finding Zlib, specially on Win.

ded2d3f8a2940a7d7923b12702a102704007b415 authored about 11 years ago
Much improved support for discovery of Zlib and also Snappy

363b7a9bf7e1b6cd63fc287174dd1f7f46f82dfe authored about 11 years ago
Fixing an error for MSVC

16eff29fbf4fe93dcccf84d0f46e19f0cc763fc5 authored about 11 years ago
Added support for Zlib compressor

09567ddcfff9b911fb0374812e6bb5d62d44663a authored about 11 years ago
Added a new blosc_list_complibs for listing the supported compression libs

a1f00f9f980e26b6c5770f5f81710c26c115e8ce authored about 11 years ago
Better specification of compressor used in benchmarks

a0e9c8a1dd9c1c28c44f59732e8d0913cf41b36b authored about 11 years ago
Be consistent with line spacing

abce40ff8da1ea30b2934c5c1c9872699711b36c authored about 11 years ago
Improved README for explaining Snappy and Zlib support

a2cb429f1e627e883f019a3cc3484edc0b53bf7e authored about 11 years ago
Updated README for better install directions

7e056b1e1cd51c6072959515df7564d67104d3e4 authored about 11 years ago
Properly declare the USING_CMAKE symbol

e83fc715584942d005ce07b5c7bffb43acecd840 authored about 11 years ago
Allow to compile Blosc in non-cmake environments

7a61eee074f929a57360891d311ce64d4ffe9eef authored about 11 years ago
Find the snappy-c.h instead of snappy.h because we are using the pure C API

4c61a18808b352183d530c49282fe8ca030ca729 authored about 11 years ago
Follow the conventions for the brackets

86a2b8019a07ddc782148b4aa7e123c0421920cc authored about 11 years ago
Adding the license for LZ4

f5b21bea4b766d490247dae89593352313e089e3 authored about 11 years ago
Uniformization of the compression interface for LZ4

e0184706927ee02ef197d169e37f7c0d73d2c303 authored about 11 years ago
Selectively run tests on optinal compressors

f9959c93dd117364a849a6b574eb7347aacc9a70 authored about 11 years ago
The limitation for blocksizes < 64 KB only applies to BloscLZ

df46d96adf7ad9fb0667a179ee2083ae616e9a37 authored about 11 years ago
Fixed (hopefully) a problem with buffer sizes with snappy

5a79330f2a8a6131367df1ed435b808e2d28d206 authored about 11 years ago
Added the zlib compression to the test (using 'single', not 'suite' which is too heavy)

daf98b39672d1a65c85e6542d1bf4a53717ad04d authored about 11 years ago
Add a hint for linking with snappy

17f1657170990fbbe56f61857cf737e22d329b8a authored about 11 years ago
Uniformization of the decompression interface

0b195e64299aa9af150d6861be8ad04ffc3bdbe7 authored about 11 years ago
complib is a global variable, so don't use it inside functions

b0189f1e4b931847e29218cab969f0b9b4a03e8a authored about 11 years ago
Added a message error when the decompressor is not available

3e24ef7cf5c623f3fc408b21a993d20a200af525 authored about 11 years ago
Added tests for 1 thread as well as multiple threads

99295fb73e2eaa6a5ead0ab786c5c442181b61d0 authored about 11 years ago
Added a note about command line developer tools in Mac OSX

3d7856cac4a246c0c19ff0f3ec97b8a9cb114a65 authored about 11 years ago
Snappy and Zlib are not required

ab53a81662d6a69c2db9f4384424ec7b20d0f067 authored about 11 years ago
Fine tuned Zlib comp levels for bench single

8152811d46a048cdedb56faddfec99ad8067ffa3 authored about 11 years ago
Updated to the latest version of LZ4

4e2b92b93ec2cff3c229d8f1caedc8adfc57c2a0 authored about 11 years ago