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

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 over 12 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 about 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
Updated announcement for 1.1.3.

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

933b2a495f74f3fe35b0edbf696d548858288270 authored about 14 years ago
Fixed a warning on signed/unsigned comparison.

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

db3ee1c9b1706da4504bca98f9a0cc9859f5c438 authored about 14 years ago
Releasing 1.1.3.

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

a345ddf944231feca528a495f48009fba2215108 authored about 14 years ago
Fine tuned the blocksize for large sizes and small typesizes.

This allows BloscLZ to achieve better compression ratios in some
scenarios (the ultimate reason ...

86a9cbf37b20ec6ce1305ea808c6e9cddd01992c authored about 14 years ago
Post 1.1.2 release actions done.

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

65e2c85c3c1c2559f15bdb861e7240cfe145defc authored about 14 years ago
Updated announcement.

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

c6e02aae2a659b3fed8b18fb6f8fe61c50f2cf7c authored about 14 years ago
Version bumped to 1.1.2.

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

e06379dd266dfcc6cf324b279c2a8f3206119b91 authored about 14 years ago
Fix for #1 of python-blosc project.

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

2b81987fdf3bdb241a0b633fce44965451fd70f6 authored about 14 years ago
Fix for small buffers whose length is less that typesize. Closes #6

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

fa2ec83951af6d2431a5d469650f3ee8a16d8b68 authored over 14 years ago
Post-release 1.1.1 actions done.

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

cea1f30c48c73a264cc083ef41778f809d06c7ad authored over 14 years ago
Updated docs for 1.1.1.

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

f546b307642846f3e5ec59bc5000c0cd0ea2f07f authored over 14 years ago
Updated version info in HDF5 example.

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

b8fceb70088ccc6ac0ff6fa13d3a520e87024aba authored over 14 years ago
Avoid calling blosc_set_nthreads more than necessary. Version bumped to 1.1.1.

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

1c5420704b361e9f096cfa6db7083b1f40f1621f authored over 14 years ago
Added what's new section in ANNOUNCE.txt.

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

7ab6945d7715caa70bd6bbe6eecedcdc318d9219 authored over 14 years ago
More protection for avoiding unnecessary thread re-initialization.

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

0840a482f10551b31b713e68644f5a91c9c1415d authored over 14 years ago
Backported a patch for a problem discovered by python-blosc doctests.

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

6cc9f2aef55f62d21376e00e32e741472995d476 authored over 14 years ago
Removing the python wrapper after creating a new repo for it in Github.

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

d8e07caf8f7e9ba3b38545ff0b4e008a43c6d5cf authored over 14 years ago
Removing the python wrapper after creating a new repo for it in Github.

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

7262d6992e2a669dd62032b72c6e1ddaf8feaba0 authored over 14 years ago
Small modifications in readme files.

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

016b93f7826654d0637612099aa2927e597f6c3d authored over 14 years ago
Updating date.

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

b39148448f742ab733eaecca7c495545ab1e47b5 authored over 14 years ago
Fixed a bug generating dead-locks during process forks.

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

02b3b970d924ad23083a169f86e5077608ea0462 authored over 14 years ago
Added authorship in readme file.

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

f008946f7ae290902fa91cbf128c071d7f95f2f6 authored over 14 years ago
More tests on updating SVN date for blosc.h

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

68627a50d9202fcec4ae474bf7a570492abbffa7 authored over 14 years ago
Version bumped to 1.1.

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

38d95c0ec84ef5ab53b4608098f8407e858b2603 authored over 14 years ago
Fixed a problem with Python 3.1 and Win32.

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

26274361830244ea2a4e531b88c10018a7b17d5f authored over 14 years ago
Uniformize headers for source files.

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

90896eaf7ecf36054f12caabb7d2239c6a86c597 authored over 14 years ago
Added a reference to the new Blosc wrapper in main readme file.

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

d52ea93b19d3d196abebfda2538bbfe8f24911b9 authored over 14 years ago
Added Python 3.1 compatibility.

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

075563b3cd5a726a99f4f9e885b72822a999494a authored over 14 years ago
Added a wrapper for blosc_free_resources.

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

b0e43320c434df1caed58005f44289d706893f0a authored over 14 years ago
Added the new python wrapper to release notes.

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

6b168b080a18efa1dc717517e9efa7491a5fa9bd authored over 14 years ago
Added README.txt.

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

0e0818460f1886a9f1ed951131d2fa52a205cf00 authored over 14 years ago
Added doctests (they can be run with python blosc/toplevel.py)

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

5000426ecae64af615c100f9b969d3fa79916012 authored over 14 years ago
Added detect_number_of_cores and set_nthreads top-level functions.

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

13d53ae11f7c6ca436e48ff7ad92470775e6c1b2 authored over 14 years ago
Used convenience macros for exposing Blosc symbols.

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

6e57320454b8eaead456bd46c824665bdf86babb authored over 14 years ago
Initial version for a Python wrapper.

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

26d039a8368a35e891d0d05c4d03e61bdf03431f authored over 14 years ago
Yet another test with Date.

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

e280f737eb3cf7c0b2e06b43b4fe48be63a3a028 authored over 14 years ago
More tests with SVN Date

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

b1a3182e73fcc02cdac39687bbecd7d2c89d3ef4 authored over 14 years ago
Added a property to blosc.h

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

d4978671e6e30b91c48c71a534cba2959d1b094a authored over 14 years ago
INT32_MAX -> INT_MAX for better Windows compatibility.

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

5f1555340685d458652bb6f4a7c70b3eb84f5904 authored over 14 years ago
More warnings for Win64 removed.

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

f2246554f1c787bbaaf7e5d6bb0e68a506eaa004 authored over 14 years ago
Better check for posix_memalign.

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

d5c3687ec94c9fcabe499f7ebbd0a966aad7163e authored over 14 years ago
win32/pthread.c is included automatically now.

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

565f72d6e2fd92392bc6aff7910f6717a99662d0 authored over 14 years ago
Added BLOSC_MIN_HEADER_LENGTH symbol in blosc.h.

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

02159bd6d7b8fb70e4230ada49d151160412d18b authored over 14 years ago
Forgot to add the BLOSC_ prefix to new symbols in blosc.h.

Updated HDF5 filter to work with 1.1.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@2...

beb4144736d26287b783f13e3c88709a227f4fa8 authored over 14 years ago
Added a note on the expected degraded performance on Windows machines.

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

074c3bd7d9692e80e15d0887c9ab1aeaed1b047a authored over 14 years ago
Updated release notes.

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

fdbcce9b140baa97879feee949e063873b1caefa authored over 14 years ago
Replaced barrier's code by WAIT_INIT and WAIT_FINISH macros.

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

d540c83e381419b23dae338f146b00672617b1d4 authored over 14 years ago
New date in version.

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

e98df8d75df0ac4f3c57318e32eff280702338ee authored over 14 years ago
Removed some compiler warnings for bench.c

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

0667658b3189e4d8e88fd948dcd02beb9d112c4e authored over 14 years ago
Fixed MSVC 64-bit warnings for Windows.

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

7e698dbe62d65be0184744a8f183ad46b7d8b6b7 authored over 14 years ago
Forgot to remove some symbols in blosc.c.

More fixes to readme file.

git-svn-id: http://blosc.pytables.org/svn/blosc/trunk@247 5b11b6af...

04cc1100a0c9b04d162949d23f470a42124030e2 authored over 14 years ago
Shut up somewhat stupid MinGW warning.

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

c1a5a35944dd890af567b2d745c6d87dc5229522 authored over 14 years ago
Symbols moved from blosc.c to blosc.h for better parameter validation.

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

5fcfb70543e0214ed907b1d8a25836d083ab4fe7 authored over 14 years ago
More fixes for compiling with Win32 cleanly.

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

1aff20641e56588337b4b141df3ff262ac264f91 authored over 14 years ago
Not releasing 1.1 yet.

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

03e86e4a091fe4ca10941c93956f670f50d74de9 authored over 14 years ago
Getting ready for releasing 1.1.

blosc_getitem() tested for the carray project. Added a safety check for boundaries.

git-svn-...

72affc2771a0c5105edf87251b9bde9510fa504d authored over 14 years ago
Adding forgotten win32 directory.

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

1f938b484dbd15ceda650a7248f53791007a605f authored over 14 years ago
No need to explicitly link with pthreads lib on Windows anymore.

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

53f9a28957c85a336814c095c3fb37bf6a81d66f authored over 14 years ago
More updates to release notes.

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

dca3d30c11def9ec370f6da53f56b769782f9207 authored over 14 years ago
Updated release notes.

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

fcc23c5788c61175210f4fdfc05d9f06c4482559 authored over 14 years ago
Put in sync with blosc in carray project.

Basically, a new `blosc_getitem` API added.

git-svn-id: http://blosc.pytables.org/svn/blosc/t...

75ec9d2b073968d1e656cbf82bdb2089ad0e24d2 authored over 14 years ago
Fixed a problem with the computation of the blocksize in the Blosc filter.

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

ec09a7d894c9bb15e4a9fe06df29d133a592b291 authored over 14 years ago
Better tuning of MAX_BLOCKSIZE.

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

7a6af50b93b826d0e3a959554d2764f62a33eb27 authored over 14 years ago
Merged in r244:225 from 1.0 branch (fixed a problem with large datatypes).

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

328f77796d0a11dfe1b0b2a816ba13ba001d7088 authored over 14 years ago
Post release actions for trunk.

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

ef1f8d380d296ec36866f0f745d9f111f8804285 authored over 14 years ago
Version in trunk will become 1.1a1.dev. I'll reserve trunk for more expereminetal changes. Bug fixes in 1.0 will go to the new 1.0 branch.

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

408733059c7c1fa3e2207707aa824c7fc8389d99 authored over 14 years ago