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

only run snappy benchmark if lib was compiled with snappy support

251a6b9aa9cb0a63d50bcd82f3b72dedf0ef2a29 authored about 11 years ago
bail out if no such codec

a47c59b39ca5a338cd59bc1e7f9d0244c917f5b8 authored about 11 years ago
fix prefixing in the tests

2f3633071597b5cec539bc6dad237a3a91858399 authored about 11 years ago
fix various typos

76e5450edc255044b2dc7f365a4b0fd6c6ea34c0 authored about 11 years ago
fix segfault when missing codec

6bc79ec8c5d4f5bffcc41609384d0501737c41db authored about 11 years ago
Documentation for the headers

8166c49110e8c680eaa1acf4a584458e3fe87eda authored about 11 years ago
add all compressors to the single and suite tests

378c7b899d400c8e4a83359f1b350d4c06ccd756 authored about 11 years ago
allow to use snappy

5ca3111730f48e761bc8d5b147708a5f225848a2 authored about 11 years ago
fix including lz4 sources

4ccc8de4ceaa3e344f0fca9632380adfb73dbe10 authored about 11 years ago
conditional compile support for snappy

This adds CMake support for conditionally compiling snappy support for blosc.
Should still be ab...

f07a914937e1152cbd4e3af4996cc4f883d2edce authored about 11 years ago
Implemented support for lz4 and future snappy

2be319f4e8fb7b4a56ebae3db42ec79a6263e55e authored about 11 years ago
Print the Blosc version while compiling with cmake

f8083f42e3737f8f64db882b9ccea225da8700ed authored about 11 years ago
The versions are patched now from blosc.h. Fixes #29.

4728c187ab329d82e64506cbb58799c5bf3c54e3 authored about 11 years ago
Merge pull request #30 from nemequ/master

Unlock the global mutex when returning after a failure.

1be6ee5f3a96a879186e3bd1cecc3674068c707b authored about 11 years ago
Unlock the global mutex when returning after a failure.

fe62866111b5e5f95360a08ed5195fb196d7f069 authored about 11 years ago
Merge pull request #28 from esc/add_mailmap

adding a mailmap for shortlog

9345df2d088e2ff3332d52982bd3a2552fbd2608 authored over 11 years ago
adding a mailmap for shortlog

73c75cede92681e8b55d455ede264ed4d8dfd096 authored over 11 years ago
Merge pull request #26 from juliantaylor/align-fix

fix wrong alignment calculation used in #25

bb16f7815b71d40f197d43df9385b776a9d6d997 authored over 11 years ago
fix wrong alignment calculation used in #25

it needs to be (% alignment) or (& alignment) -1 not (& alignment) ...

f947d1b38deee52e7e45479dd13a87fa50f07627 authored over 11 years ago
Removed the unused hslot variable

9f56d03f3b81b8c3daeeda0bf6c4e0a33b48bf2d authored over 11 years ago
Merge pull request #25 from juliantaylor/small-blocksize

Align small blocks to the vectorization size (typesize * 16)

f3916b52bc9de67025cc54cae28b4aa383c02f3c authored over 11 years ago
Align small blocks to the vectorization size (typesize * 16)

Allows usage of vectorized shuffles for small compressions which are not
aligned to a power of t...

66003cceca3ca2d7305f4b6f409944107602e7ec authored over 11 years ago
Merge pull request #24 from juliantaylor/use-calloc

use calloc to get a zero memory block instead of a memset loop

72e783cf2e411d031c332fa530fb96b6bc62a8e6 authored over 11 years ago
use calloc to get a zero memory block instead of a memset loop

improves performance of small compressions by up to 40% with compilers
that can't optimize the l...

db14e9693ce30589f398af072823a187c9808455 authored over 11 years ago
Post 1.2.3 release actions done

4327c61008f2dfd8c2de6cf6415aac4cdd5b341d authored over 11 years ago
Getting ready for 1.2.3 (final)

4729e26a6bef9a73609f07e9efc4acf8eb2efcf8 authored over 11 years ago
Acknowledge Oscar for the init/destroy suggestion,

673ba045655b883a966f2956fc467429a9539b62 authored over 11 years ago
Forgot second argument for mutex initialization

e3473a5368956630eaffb5eb5f33b77f27aaf3af authored over 11 years ago
Releasing 1.2.3 RC1

4ed7ec2010283f53abc11d94e25b26ff298aa42d authored over 11 years ago
Initialize from blosc_set_nthreads for keeping the pre1.2.3 behaviour

99224b78e33e492211688b760a1acc0b18a44cd9 authored over 11 years ago
Added blosc_init and blosc_destroy new APIs

24f89e8c35d56bce529a8b9e5b0387514df241b8 authored over 11 years ago
Post 1.2.2 release actions done

b26e69f9bbf4cf222774da0888404edc18fe6961 authored over 11 years ago
Small changes for next releases.

19f0ac206ce1ccd187d621db5d63498d240f9b59 authored over 11 years ago
blosc.pydata.org -> www.blosc.org, and email contact change

7778d8e10e3d02041c6d52c81fd1e41e550565aa authored over 11 years ago
local var 'rc2' introduced so as to avoid a collision with global 'rc'

e6fb8b43a77af03bc3a12eca02eb3b4c633d8371 authored over 11 years ago
Move the rc variable where it really belongs

5f4eb923f77e170021354e0417f9cb2660de9d7c authored over 11 years ago
Forgot to mention that bench.c can be compiled on Win again.

3738ee9fc9c87528ac02545354d18f4549e7fb42 authored over 11 years ago
Updated announcement.

80970292633fd665b81ab9f5fb8eda7c1d7714b4 authored over 11 years ago
Getting ready for 1.2.2 release.

da574771e1b01bffa00d050001dc9ad04525a326 authored over 11 years ago
Changed blosc.org -> blosc.pydata.org in most of the cases

66f30858a709e72972deeecc95a2ec1234922349 authored over 11 years ago
Re-adding the rc variable as a global one

69109d5ae74dc2c0273aa909743964a0b2da09cf authored over 11 years ago
Getting rid of the parallel benchmarks in bench.c (makes Windows very difficult to compile)

a126ff504a5713c7e75bfed06efb4f210fa4e96a authored over 11 years ago
Getting rid of unused variables warnings

909861a81a8eb4ab39a7b447ad979bc9f4b4a42d authored over 11 years ago
Post 1.2.1 release actions done

e8a7513bbf02d51593cb89c5bf00065a0ac3eb8a authored over 11 years ago
Preparing for releasing 2.1 (final)

d6978416a755c245b12f0ddb25ba376640ce9a1d authored over 11 years ago
More updates on e-mail address to [email protected]

13ad1b6bad31a94853e6dea8e3848a0f3d84940d authored over 11 years ago
Updated e-mail address to [email protected]

42c8519342990fd48fe87b8a69d700db2f42c91b authored over 11 years ago
Fixed a couple of undeclared rc variables.

06e76951b8b59a3eb9545bd36748075f0afe8c40 authored over 11 years ago
Getting ready for 2.1-rc1

5b3ae4ac2415403f0f83256f30c5165204df5fb0 authored over 11 years ago
Trying to improve MSVC compatibility (entering paranoid mode, I'm afraid).

517168886b3b6e03d40f578299b1c7e5daae3abf authored over 11 years ago
Removed unused variables.

67a94efd5c85978a68f596dcdd9998cb9190306e authored over 11 years ago
Updated docs for 1.2.1

8ac7e00b4c7e553e6aa65bfef3b41041063e6bb2 authored over 11 years ago
Fixing a problem with initializing the global lock. Thanks to Christoph Gohlke for finding the cure.

168e8a10c552dc7efdd940f0ac3e2eb5a01ee581 authored over 11 years ago
Bumping version to 1.2.1.dev

6fa63132302a11cd4e470fc0642ed2047633f34a authored over 11 years ago
Docs more consistent with the new shape of Blosc for the next future.

285d77a375579ba86663c3dee02f6622b1ac8005 authored almost 12 years ago
Announcement updated for 1.2

809aed39954e4d5b039546a26137d0e2104d6b69 authored almost 12 years ago
Still struggling with unused variables warning

baedd1129a6b819953f5abb9c1004254c5c00623 authored almost 12 years ago
Yet another fix for MSVC

965aa1c9ab06d3408bc321ad54dd7d77eb5f927d authored almost 12 years ago
Ready for 1.2.0 tag

3498399d801a49a88dc95d987fa4e63c91c40e8b authored almost 12 years ago
Fixes for MSVC on Windows

822f567bf4603ccaf51b55d7314d8833b81cc8ec authored almost 12 years ago
Heating engines for releasing 1.2. Notice the new URL for accessing blosc :)

4c5cfeb0db800a2e5709692a251dda19fb188282 authored almost 12 years ago
Fixed several compiler warnings that revealed potential bugs. The API has changed slightly, so the version has bumped to 1.2.0.dev

72f0e0132e53155779e94bc705e116b16bf5669f authored almost 12 years ago
Shutting up unused variables warnings

e7676f80db6211c8cd7c82f6f7c40eb0ada7d844 authored almost 12 years ago
Using unit32_t in blosc was a bad idea. Converted into int32_t. Fixes #15.

04dcf67e388a81bd9b994ff19f2afdcacc98b4ff authored almost 12 years ago
Merged Lars fixes.

e9bd503b0c02ffd5ff4c0a4c231cdf145ef1ea54 authored almost 12 years ago
exit() replaced by return(). Fixes #11.

aab9c6db23d6540902aac789e9bc5e36a8b4e101 authored almost 12 years ago
Merge pull request #20 from esc/more_detail_header_readme

add more detailed information about the header entries

3858e96badf063df05a64ac3eff7271a966dc3a3 authored almost 12 years ago
Merge pull request #19 from esc/readme_syntax

fix syntax highlighting and shell prompt char

5780c13b1876448adbc2b74ae6fb7a54a344a80b authored almost 12 years ago
add more detailed information about the header entries

Apparently this was missed when I initially created this file.

de12414c9bb1e49c68d4ad174a55c28a395110fa authored almost 12 years ago
fix syntax highlighting and shell prompt char

9420396cf41032f1a76ab1c8a0cb17d4742a762d authored almost 12 years ago
Release is the default type now. ss2 build flag for clang too (thanks avalentino)

f8c691c2783986880235b9a39d809856cc2af3a8 authored almost 12 years ago
Add optional library suffix for 64 bits systems

da7b954aad8e9e00f2974633f736d4532e288134 authored almost 12 years ago
Add shared library version and soname

Conflicts:

blosc/CMakeLists.txt

f147ba4400ec03c3970d7242b7b62b71194593c0 authored almost 12 years ago
Merge pull request #18 from avalentino/cmake

CMake build system for Blosc

f09a4aa55148f928d785dde0d7f5cc8c356237a8 authored almost 12 years ago
Add some documentation for cmake options

17652d3aded2f5dde4b4eebf5d476c82b9ade429 authored almost 12 years ago
Minor refinements

d99aab5f7e41e498f769a077972fbadcfef31302 authored almost 12 years ago
Cleanups for win32 support

f161c6432fd9e18f7b2a98280deed6df88fc2ff8 authored almost 12 years ago
New CMake section in the README file

05ceb49c114756e034685d9fb5df0349f8d3e159 authored almost 12 years ago
Do not build the HDF5 extension by default

e2115093f5a42f71e0ae7debdafdc33c366307c2 authored almost 12 years ago
Set the build flags

cd04e09f53bd7168ebb290b4188f9c8f1517dbc0 authored almost 12 years ago
Fix CPACK_SOURCE_IGNORE_FILES

dd0cca86ff3f1a5406985862ad959f4be36debe2 authored almost 12 years ago
Actually fix blosc version specification for CPsck

08f3eab9bac0cbf667c766a3bdf3b348cccef8e2 authored almost 12 years ago
Now blosc_shared is the default version

The shared version of the library is considered the default one.
The static version is only buil...

ec0ce180f8197dea0dc36d3a6f69f768af89cf8b authored almost 12 years ago
Fix blosc version specification

3827ba767cd2eaa6b23309916619eb1105079395 authored almost 12 years ago
Basic cmake setup

b3cce52cb16da45e77934867d2afe71ae50087b5 authored almost 12 years ago
Some systems prefer pthread library to go at the end, after sources.

9acd65945202b0ff4ef7ca6ecf2257b78659d64d authored almost 12 years ago
Merge pull request #16 from tnorth/master

Thread-safe blosc, lock mechanism

128cac8f6fff5f3057415e950f17bed2fe51efc7 authored almost 12 years ago
Fix for the undeclared function blosc_set_nthreads_()

4a68f2508d67d041edc9c18f74fc74ec0428aa79 authored almost 12 years ago
Add suite_parallel benchmark

91ee6f60d1a98ff3e73733ac1fb08d5e33e3f2a4 authored almost 12 years ago
Merge pull request #13 from esc/feature/speed_plotter_trivia

a typo and a missing instruction (thanks Valentin!)

ec2982c1e374998bd13de54d28f328cca7f5fa48 authored almost 12 years ago
Thread-safe using locks

de6ac51892689f66840320f13a8c18d971a61ab7 authored almost 12 years ago
Post 1.1.5 release actions

4a62f78ee53f7df9ba833b20d5414ba137c6a214 authored over 12 years ago
Preparing release 1.1.5

b45584431a6e6e095ad040b06bbe7f94d5670f19 authored over 12 years ago
Fix compile error with msvc compilers

19507a8f335c3feb891222f74320eddc584936a2 authored over 12 years ago
a typo and a missing instruction

6aa7f3de6e150b9a87f647f23c9582279cf390fd authored over 12 years ago
Post 1.1.4 release actions done

7511a7fe95dc669ea74c3cfc2851d77873d2da05 authored over 12 years ago
Final updates after 1.1.4 release

b2da0a58917cefc3d26cac23fcc423cf7fd23017 authored over 12 years ago
Updated notes for tarball creation

898907679726801a9785813423b802e807c5a9ee authored over 12 years ago
Added new instructions for releasing.

a9ff23c6895689d4ccd0e2c59203a40f65bdb403 authored over 12 years ago
Getting ready for release 1.1.4

0ec4b908e804f8b19f81fafe31e395312fa0d095 authored over 12 years ago