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

Getting ready for release 2.10.4

61377baf0bde9f0409845bdd498a075ce9d64fc8 authored over 1 year ago
Remove duplicated tune inicialization since it is already done in blosc2_create_cctx

f4d00cc4dca9502b98550c5dc252b0d7b75e8e07 authored over 1 year ago
Re-add ninja again

bba56388fcfc3a6a1130d3488759654ea8a032cc authored over 1 year ago
Fix typo newly found by codespell

60e6679a3ae9ffe8bc13b8ed5b612c2fb9f3b3fb authored over 1 year ago
Post 2.10.3 release actions done

aefc9b5ccf18c6303161b517677b6ba403959de8 authored over 1 year ago
Getting ready for release 2.10.3

34b273ee60289aaddc1dfc77e790b01263ae3005 authored over 1 year ago
Globally register openhtj2k codec

ea1c222c86c591761ea307644ea0dd46f46c5159 authored over 1 year ago
Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](htt...

219f2d6db61528a509d21ce79d47c70631715e63 authored over 1 year ago
Fix typo found by codespell

6f872180860186847bb9c40f10b510fdd9c29a68 authored over 1 year ago
Provide a smoother increase of blocksize over clevels

eacc7b35e1d38c556cc88b62b5e1c275833b0070 authored over 1 year ago
Add a BLOSC_INFO macro for details on compression params

2329d42a8cd86099571ed71a1717c27a29e7e591 authored over 1 year ago
data_dest should be bytes, not float

20884590b49f5f5dcad54dd0dc8c0710c16fda69 authored over 1 year ago
Automatic blocksize also depends on splitmode

c5764564432754bbb9fd7ff7a8c89be3d254ca1a authored over 1 year ago
Add an example of guessing automatic blocksizes for arbitrary chunksizes

4c7f52f423d1a3d07100dff09e2a64214cfdec8a authored over 1 year ago
Suppress an use-after-free warning

In file included from blosc/frame.h:14,
from blosc/frame.c:11:
blos...

6bbade9e13bd166ea0189f8c3b6253c9bbe9bb54 authored over 1 year ago
Redo PR #551: Disable visibility attribute for mingw

96746c028e749125dbc3e061d3c350f2f9112bd6 authored over 1 year ago
Revert "First attempt at FetchContent for zlib-ng"

This reverts commit 02cc3d096485d552b525ac7d4498799ba3703034.

8ce0e96844d37588df76d48ac89b6549b01229f0 authored over 1 year ago
Revert "zlib-ng static: needs -fPIC"

This reverts commit 36d78effb975b2c8e1cfbbee8af5773abb8c8c31.

1c6b5906d711443d330f31369fc2e76db8a8f6cf authored over 1 year ago
Revert "Simplify ZLIB target"

This reverts commit c73b89418037886fa4e405adbfc94357a729523c.

8185e18f9078f2ea900ca30b00504d59bc2b2797 authored over 1 year ago
Revert "Superbuild: Export & Install Zlib-NG"

This reverts commit c6196c9c6d1f652d24d5e864ecb4d55c904a1abf.

481ca7ba336f9a4d7551873ba767a6fa8bb92926 authored over 1 year ago
Revert "Cleanup: internal-complibs/zlib-ng*"

This reverts commit 9cc30a4afc53b1ae8184767e2ecaa162092f6799.

3cece477627040f50d84270de3807d7324940701 authored over 1 year ago
Revert "Clone zlib-ng to build, not source directory"

This reverts commit 365424276c9978bcf53e306bc4de3402decb001d.

22770bf7d383103682b747a62c13ddec236b7a1a authored over 1 year ago
Revert latest PR #544

This reverts commits:
4f886c3f9688d727e0cf63ee253f2c59f449f411
365424276c9978bcf53e306bc4de3402d...

e5c7f826309fc7534e09f52b38cac9b190561bfe authored over 1 year ago
Disable visibility attribute for mingw

The same thing is done with BLOSC_EXPORT macro also.

This fixes the following compiler warning ...

4f886c3f9688d727e0cf63ee253f2c59f449f411 authored over 1 year ago
Superbuild: Export & Install Zlib-NG

We will need to export the Zlib-NG libs to the build
tree, because upstream does not do it yet (...

c6196c9c6d1f652d24d5e864ecb4d55c904a1abf authored over 1 year ago
zlib-ng static: needs -fPIC

Otherwise:
- we cannot use it in our shared lib
- downstream consumers will not be able to use i...

36d78effb975b2c8e1cfbbee8af5773abb8c8c31 authored over 1 year ago
Cleanup: internal-complibs/zlib-ng*

9cc30a4afc53b1ae8184767e2ecaa162092f6799 authored over 1 year ago
Clone zlib-ng to build, not source directory

365424276c9978bcf53e306bc4de3402decb001d authored over 1 year ago
First attempt at FetchContent for zlib-ng

02cc3d096485d552b525ac7d4498799ba3703034 authored over 1 year ago
Simplify ZLIB target

c73b89418037886fa4e405adbfc94357a729523c authored over 1 year ago
CMake: Cleanup Threads Search

Search Threads upfront, because we configure specific options
that are cached and reused by depe...

37e083e68e77c6a3a00cb0087a14a3d3d4babfd6 authored over 1 year ago
Fix unused parameter warning with dlopen function

This fixes the following warning with mingw gcc compiler

blosc-private.h:201:55: warning: unuse...

5f66aff625b2a008c8bd05cb611d04d106d27423 authored over 1 year ago
Post 2.10.2 release actions done

79a6e9614aa140c3c98db4db229b2864f9575bfd authored over 1 year ago
Getting ready for release 2.10.2

8fbdb431030afd20dbae18f3f5a3a4ed841d75b0 authored over 1 year ago
Fix redefinition of PATH_MAX macro with mingw

This fixes the following warning with mingw gcc

blosc-private.h:187: warning: "PATH_MAX" redefi...

1c5441f466c2706303b3988f14a3c63251f19f31 authored over 1 year ago
Fix CMake Install: Find*.cmake Modules

Install the CMake modules in `cmake/` into our install
prefix. If we build with external depende...

d1908567b5bc478df4d214a965486888cc833efb authored over 1 year ago
CMake: Update FindZLIB_NG For Target

Generate an import target to bring `FindZLIB_NG.cmake` up to
par with the CMake-default shipped ...

d0594f5ed3d2dae1a9c0797f18ccad26bc02bc3e authored over 1 year ago
CMake: Fix installing cmake files in mingw

mingw follows unix-like directories.

5a7adf4be5f4470e5387c36f7361ca68e751a731 authored over 1 year ago
Be more explicit on errors when loading dynamic plugin symbols

42ec0a71e30efcc2cd2b014564f7f5cad945e52f authored over 1 year ago
Post 2.10.1 release actions done

2bd8eddd14af4630abfcc5a95a15de7d0e1c5460 authored over 1 year ago
Fix some compiler warnings

3b4827b854d8c4845f1e6464ea62ebf302590c80 authored over 1 year ago
Getting ready for release 2.10.1

029b6404acc6fa3735fecd0551ab291cc3b110a5 authored over 1 year ago
Fix new typos found by codespell

d24f7e923aca6634717ddc2d8ccbdeea456b61f3 authored over 1 year ago
Inline Comments & Cleaning

d510951c492db9f09ab9171675c3dddbf8ffd4fa authored over 1 year ago
CMake: Install Blosc2Config.cmake

This adds a CMake installer to conserve targets and properties
on install, so CMake users do not...

2eec1cddea433dc05b6af3cf0ab7dea094b9397e authored over 1 year ago
Do not return error when file does not exist

002509336849e55e48f51922db44134ffc85d159 authored over 1 year ago
Post 2.10.0 release actions done

e11cb2d2168f71fb8f9c44de2c4f6666ac9a3cf3 authored over 1 year ago
Getting ready for release 2.10.0

7c0b97dd2fbfb82a2b05c4427ea6b3eff1041e94 authored over 1 year ago
Merge branch 'froody-bytedelta'

90975f887f76bf762a35cb41451cb3029c139c84 authored over 1 year ago
Fix test and buggy filter renamed to bytedelta_buggy

4966a176a81cd7480a82fc5d6acfd1b15d95e7dc authored over 1 year ago
Use another filter ID for fixed bytedelta

e5ff89ecc55caa00e4b2a8f6b459850031493ad9 authored over 1 year ago
Correctly cycle buffers

d62e35c2d26d62b0cfb7f4b7e7bf953ef7787aba authored over 1 year ago
blosc2.h: Avoid C++20 Designated Init

See #526.
Designated initializers are in C99 but only in C++20, too.

4b4097723dea1fd3c77558cf0d8e13c3b9463ec6 authored over 1 year ago
Test for filters

9dc3b01e48fa33b1206985a017b1aa9b6c6df730 authored over 1 year ago
CMake: Quote $ENV{CMAKE_OSX_ARCHITECTURES}

For some reason, we see build issues in cibuildwheel with this when
it is not quoted. Probably w...

bcc86104087e643e78cbcd55953fdc4ec0773a31 authored over 1 year ago
Fix: CMake External Zlib

I see downstream linkage issues with externally built, static
zlib library on Windows. This trie...

b34c1d276d57d2eb68a55d766c9a1591194601e9 authored over 1 year ago
Better check for zstd presence

f14aa157ed376b024ff32486aaa7b32664df4005 authored over 1 year ago
Fix some issues on win and scenarios where zstd is not there

88c46fd9019f4125b53b70ef1475605a6cde8302 authored over 1 year ago
Use srand and rand for Win compat

1a26298a132bedc9144b36b88e9f80fca0e316c7 authored over 1 year ago
Fix some warnings

49b5dbd94f8fead435da32543259e6e4646aa02a authored over 1 year ago
Better check for zstd presence

b62c8d09de19e633fa94f976ce48c9852cb8e143 authored over 1 year ago
Use srand and rand for Win compat

d4d99a26171fa552c96c17dd9687b0ce0d83565d authored over 1 year ago
Fix some issues on win and scenarios where zstd is not there

da9d9de463ea1763af5c4bc5bbe193c734e5055f authored over 1 year ago
Fix some warnings

f3ad130ba7f24a83383b0583334db6279d072f9f authored over 1 year ago
Correctly cycle buffers

9da341204c1c397cd8d18a380abf4f94dbe27e07 authored over 1 year ago
Test for filters

0e37517907245ef15ea6a32ff60a785025d176e1 authored over 1 year ago
Fix: CMake External Zlib

I see downstream linkage issues with externally built, static
zlib library on Windows. This trie...

7e59a45592d07a952ea459f4b6c34b5d4cd1071f authored over 1 year ago
blosc2.h: Avoid C++20 Designated Init

See #526.
Designated initializers are in C99 but only in C++20, too.

26cd3cbddf5217f2a571ea24b04a6f5283935161 authored over 1 year ago
CMake: Quote $ENV{CMAKE_OSX_ARCHITECTURES}

For some reason, we see build issues in cibuildwheel with this when
it is not quoted. Probably w...

09a3bccbfd1842013ac02e29a234fd13b2aae3fe authored over 1 year ago
Fix discrepancy between SIMD/Non-SIMD versions of bytedelta

7614d284ed88d97e7fb039f4d754a02dca7d0b32 authored over 1 year ago
Better test for bytedelta

d1aa36719f5349e4e51a692f25858afca0d1b141 authored over 1 year ago
Rename Btune Balance to Tradeoff

bcc3825d2203a5f07af9590a7bec178b06e05778 authored over 1 year ago
Assorted minor documentation fixes

0787e1b26027b582aaf8955dc18534689ef4f21b authored over 1 year ago
Post 2.9.3 release actions done

37ea3288e4a1d33cb61bb588d363aaf03f1ce686 authored over 1 year ago
Getting ready for release 2.9.3

48e7cdf4a901ee11461548474f5581671e3a72f5 authored over 1 year ago
Fix #522

d55bfcd6804699e1435dc3e233fd76c8a5d3f9e3 authored over 1 year ago
Fix for #519 #520 #521

425e8a9a59d49378d57e2116b6c9b0190a5986f5 authored over 1 year ago
Move images

144ed29aeca9fdd4b559f45983d714545b81c890 authored over 1 year ago
Add new images for blosc2 pipeline

c2d4995957d00fcceb3c34513afd54be42b88e68 authored over 1 year ago
Check chunksize <= MAX_BUFFERSIZE

86fc0f66aa6dd079dbf79d775dc9dc1462830ffd authored over 1 year ago
Replace the superseded cmake option COMPILE_FLAGS with COMPILE_OPTIONS

5486f5ca47e9db413a70eaad8ef986a5a3814f43 authored over 1 year ago
move load_lib to blosc-private

092e30d33aa76d921001aeedbcfbb9aa4a40043e authored over 1 year ago
Fix windows

08e4e1a4eb8e925d18fd5d394234b3371f13aa7d authored over 1 year ago
Improvements on README for plugins

fd6f6ef76bb1bd8d5f01c1e04a726f0a9a92296c authored over 1 year ago
Add a section on citing Blosc work

804640269efbbbb3258459af9cb5a2fcf072bedd authored over 1 year ago
Fix. Malloc array with variable size

2f52ee80714ad571a0e7f291600ec72c0de4d32e authored over 1 year ago
Declare strindes length acording to ndim

fd6df7577c81fc341ebc30a5a7fe50e818d67390 authored over 1 year ago
Make test_frame_get_offsets not fail when different comp params are used

876316bcf60636948570a4d9be76bc2970e782e7 authored over 1 year ago
Do not reduce maxout if intr_codec

190292cbcf07a325a2f6d9f669c40d4f6c5ddc05 authored over 1 year ago
Do not use dict when btune active

2fffef7233576db5f2bb23aa4f5079a445afd499 authored over 1 year ago
unnecessary whitespace before a quoted newline

7ee73133ae4304e33d2d9d87471df958ffed977a authored over 1 year ago
Macros with multiple statements should be enclosed in a do - while loop

b2fe10bad7c82e4495eda21328bca0448ee31762 authored over 1 year ago
Single statement macros should not use a do {} while (0) loop

257cc203a0ac98999c0203100060866e1ffa9231 authored over 1 year ago
`inline` keyword should sit between storage class and type

c12cd6ea1c37cc12412843f155465ec33c0007fa authored over 1 year ago
`calloc` uses number as first arg, sizeof is generally wrong

7b3da03738562a219bb7d85b2bae533c23752b63 authored over 1 year ago
Revert previous changes to vendored code

Mainly 3 macros from file src/bitshuffle_core.c from version 0.5.1 of:
https://github.com/kiyo-...

2eab185da8d1cd443e385c39e8fb3cb9f4ca25f2 authored over 1 year ago
Add CMAKE_DL_LIBS to CMakeLists.txt to make dlopen available on non-win platforms

1d4a50f6d83f143a31666574a3fac31bd14b8576 authored over 1 year ago
Complete tunes -> tuners transition

57f7d69379132ab6e9f800102fa2940704f28e4c authored over 1 year ago
Fix compiler warning

Typical message:
examples/frame_roundtrip.c:58:41: warning: format ‘%lld’ expects argument of t...

298e085890e46b1c27054e8db48b3b3a7091db50 authored over 1 year ago
Do not use BLOSC_EXPORT in source files

ae71d5e7273f66be4321ca67af9f3d487edbc9a7 authored over 1 year ago