Ecosyste.ms: OpenCollective

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

github.com/Blosc/c-blosc2

A fast, compressed, persistent binary data store library for C.
https://github.com/Blosc/c-blosc2

local var 'rc2' introduced so as to avoid a collision with global 'rc'

e6fb8b43a77af03bc3a12eca02eb3b4c633d8371 authored almost 12 years ago
Move the rc variable where it really belongs

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

3738ee9fc9c87528ac02545354d18f4549e7fb42 authored almost 12 years ago
Updated announcement.

80970292633fd665b81ab9f5fb8eda7c1d7714b4 authored almost 12 years ago
Getting ready for 1.2.2 release.

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

66f30858a709e72972deeecc95a2ec1234922349 authored almost 12 years ago
Re-adding the rc variable as a global one

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

a126ff504a5713c7e75bfed06efb4f210fa4e96a authored almost 12 years ago
Getting rid of unused variables warnings

909861a81a8eb4ab39a7b447ad979bc9f4b4a42d authored almost 12 years ago
Post 1.2.1 release actions done

e8a7513bbf02d51593cb89c5bf00065a0ac3eb8a authored almost 12 years ago
Preparing for releasing 2.1 (final)

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

13ad1b6bad31a94853e6dea8e3848a0f3d84940d authored almost 12 years ago
Updated e-mail address to [email protected]

42c8519342990fd48fe87b8a69d700db2f42c91b authored almost 12 years ago
Fixed a couple of undeclared rc variables.

06e76951b8b59a3eb9545bd36748075f0afe8c40 authored almost 12 years ago
Getting ready for 2.1-rc1

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

517168886b3b6e03d40f578299b1c7e5daae3abf authored almost 12 years ago
Removed unused variables.

67a94efd5c85978a68f596dcdd9998cb9190306e authored almost 12 years ago
Updated docs for 1.2.1

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

168e8a10c552dc7efdd940f0ac3e2eb5a01ee581 authored almost 12 years ago
Bumping version to 1.2.1.dev

6fa63132302a11cd4e470fc0642ed2047633f34a authored almost 12 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
Merge pull request #12 from esc/feature/readme-fixes

Feature/readme fixes (thanks to Valentin Haenel)

129a84a6d4b9cb90e91294655c38cab121186521 authored over 12 years ago
fix list syntax

e1af8ecf8e691a053d32c25f4b0c6efa83e7cec7 authored over 12 years ago
correct syntax for lists

a9cf7d9319bea05a084b25c317728b5f9d75adfb authored over 12 years ago
fix the fixed width fonts syntax

a53bc59d31733d4b68897db337673316df800138 authored over 12 years ago
Merge branch 'master' of github.com:FrancescAlted/blosc

9e760f1dbcac97402a725d8e9f4cce1eb35ab4a9 authored over 12 years ago
Backported fixes from python-blosc.

205f1efa12114ce30f5aa1c073a2a14efabce133 authored over 12 years ago
Merge pull request #8 from esc/feature/document_header

add documentation for the blosc header (thanks to Valentin)

96cdbb83682ec14e80eb24775aa6053028df6b3e authored over 12 years ago
correction, header is frozen since 1.0.0

ff172f88e67346df3928879064f32699f6152b50 authored over 12 years ago
Merge pull request #9 from esc/devel

Good eyes! Thanks!

4d9bc352c20352b0a690d2cca63950e597068ad1 authored over 12 years ago
add documentation for the blosc header

fa966e4864d9be00fe932e78c8692d172402b315 authored over 12 years ago
fix trailing whitespace

bf7b95e51b3be2f6f20c2a9d8fe396482cc65828 authored over 12 years ago
fix mixing tabs and spaces

034e1d5a66874a2899d6e42de2accec76e94749f authored over 12 years ago
Merge pull request #7 from esc/refactor_speed_plotter

Refactor speed plotter (Thanks Valentin!)

cf9ef13bc414bcadde8ae81bd2e3fdef0896a28a authored almost 13 years ago
typo in blosc.h docstring

235cc4f405c8dc2ef4fe20edaf2435cb7fdccbbb authored almost 13 years ago
add basic gitignore

230aac5c13d70d6a1803315ab258e28ffc57d618 authored almost 13 years ago
option to change x-axis limits

Sometimes one needs to extend the x-axis to have a higher limit, so that the
legend box does not...

4261c8fdea3a0d5266dc406538775b975ec9083b authored almost 13 years ago
refactor to use optparse

Replace use of 'getopt' with 'optparse' to do slightly neater command-line
parsing. Chose 'optpa...

d76bbb438c2f05ae17edabe28744fbdaaf8330dc authored almost 13 years ago
add the 'limit' switch

This allows the user to pass an arbitrary expression to limit the number of
threads being displa...

9b7fd58d363dba60913670ea22217b9f35a249cb authored almost 13 years ago
New version of H5Z_class_t definition by Antonio Valentino.

8df338a2d7e7b5a7a625db505243d06b75a352df authored almost 13 years ago
Adapted HDF5 filter to use HDF5 1.8 by default.

a9ad9191dad821af874d49adbf03271331aecc94 authored almost 13 years ago
Merge pull request #5 from esc/esc/devel

Esc/devel

8c705420bcd66f04ded37f239ddc7bd6f9fb84d2 authored almost 13 years ago
Merge pull request #4 from esc/txt-to-rst

Txt to rst

daa3e00a11417c9f5a117ea5e59388af42a82c06 authored almost 13 years ago
Workaround for barriers in specific platforms. Fixes #6.

c1633d09e52214a1e67a8f984620b0b3bf5108ab authored almost 13 years ago
Fix: bug in handling more than 10 threads in bench

b3199ff18e0c8253e811fbc1647518797a569452 authored almost 13 years ago
Fix: mixing tabs and spaces

5f2377945cf08f0bce2ec61ae7fe862fb05640df authored almost 13 years ago
Fix: two minor typos in source code documentation

9dd251fa9c0dccbe328a51a08bd87ea41be8bd1b authored almost 13 years ago
Reformat: mixing tabs and spaces

e52b5bd1c119bc3f75e79f01578537e3ceacd18f authored almost 13 years ago
Refactor: additional txt file hiding in hdf5

201cb64ad50ef5e414823536bcc904154639a3e3 authored almost 13 years ago
Refactor: rename txt to rst

Technically all the README files are restructured text. Using the file suffix
'rst' instead of '...

98349af16c5acd3d3e6739eb04288520c4aaa3bd authored almost 13 years ago
Forced a cast in malloc for picky compilers.

2e98d5d6b1935051e4b04f009da8b68c378bc19c authored over 13 years ago
Post 1.1.3 release actions done.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@303 5b11b6af-1e7b-4319-8082-0aacbd7ffead

fc2c0a06df1d78f2b4ee05026cc6692d490d392a authored about 14 years ago
Some rephrasing in announcement.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@301 5b11b6af-1e7b-4319-8082-0aacbd7ffead

8dd21899379e1690fe52519723f9bf4266ac46a4 authored about 14 years ago
Some rephrasing in announcement.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@300 5b11b6af-1e7b-4319-8082-0aacbd7ffead

0f761a1eb71b9bae2fc22a722608d7329e56daec authored about 14 years ago
Added a reference for HDF5 filter in announcement.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@299 5b11b6af-1e7b-4319-8082-0aacbd7ffead

6764b708696fce4524389c8bc87070d292a56ba8 authored about 14 years ago