|
|
|
@303
|
18 months |
faltet |
Post 1.1.3 release actions done.
|
|
|
|
@302
|
18 months |
faltet |
Tagging 1.1.3 release.
|
|
|
|
@301
|
18 months |
faltet |
Some rephrasing in announcement.
|
|
|
|
@300
|
18 months |
faltet |
Some rephrasing in announcement.
|
|
|
|
@299
|
18 months |
faltet |
Added a reference for HDF5 filter in announcement.
|
|
|
|
@298
|
18 months |
faltet |
Updated announcement for 1.1.3.
|
|
|
|
@297
|
18 months |
faltet |
Fixed a warning on signed/unsigned comparison.
|
|
|
|
@296
|
18 months |
faltet |
Releasing 1.1.3.
|
|
|
|
@295
|
18 months |
faltet |
Fine tuned the blocksize for large sizes and small typesizes.
This allows …
|
|
|
|
@294
|
19 months |
faltet |
Post 1.1.2 release actions done.
|
|
|
|
@293
|
19 months |
faltet |
Updated announcement.
|
|
|
|
@292
|
19 months |
faltet |
Version bumped to 1.1.2.
|
|
|
|
@291
|
19 months |
faltet |
Fix for #1 of python-blosc project.
|
|
|
|
@290
|
20 months |
faltet |
Fix for small buffers whose length is less that typesize. Closes #6
|
|
|
|
@289
|
20 months |
faltet |
Post-release 1.1.1 actions done.
|
|
|
|
@288
|
20 months |
faltet |
Tagging 1.1.1 release.
|
|
|
|
@287
|
20 months |
faltet |
Updated docs for 1.1.1.
|
|
|
|
@286
|
20 months |
faltet |
Updated version info in HDF5 example.
|
|
|
|
@285
|
20 months |
faltet |
Avoid calling blosc_set_nthreads more than necessary. Version bumped to …
|
|
|
|
@284
|
20 months |
faltet |
Added what's new section in ANNOUNCE.txt.
|
|
|
|
@283
|
20 months |
faltet |
More protection for avoiding unnecessary thread re-initialization.
|
|
|
|
@282
|
20 months |
faltet |
Backported a patch for a problem discovered by python-blosc doctests.
|
|
|
|
@281
|
20 months |
faltet |
Removing the python wrapper after creating a new repo for it in Github.
|
|
|
|
@280
|
20 months |
faltet |
Removing the python wrapper after creating a new repo for it in Github.
|
|
|
|
@279
|
20 months |
faltet |
Small modifications in readme files.
|
|
|
|
@278
|
20 months |
faltet |
Updating date.
|
|
|
|
@277
|
20 months |
faltet |
Fixed a bug generating dead-locks during process forks.
|
|
|
|
@276
|
20 months |
faltet |
Added authorship in readme file.
|
|
|
|
@275
|
20 months |
faltet |
More tests on updating SVN date for blosc.h
|
|
|
|
@274
|
20 months |
faltet |
Version bumped to 1.1.
|
|
|
|
@273
|
20 months |
faltet |
Fixed a problem with Python 3.1 and Win32.
|
|
|
|
@272
|
20 months |
faltet |
Uniformize headers for source files.
|
|
|
|
@271
|
20 months |
faltet |
Added a reference to the new Blosc wrapper in main readme file.
|
|
|
|
@270
|
20 months |
faltet |
Added Python 3.1 compatibility.
|
|
|
|
@269
|
20 months |
faltet |
Added a wrapper for blosc_free_resources.
|
|
|
|
@268
|
20 months |
faltet |
Added the new python wrapper to release notes.
|
|
|
|
@267
|
20 months |
faltet |
Added README.txt.
|
|
|
|
@266
|
20 months |
faltet |
Added doctests (they can be run with python blosc/toplevel.py)
|
|
|
|
@265
|
20 months |
faltet |
Added detect_number_of_cores and set_nthreads top-level functions.
|
|
|
|
@264
|
20 months |
faltet |
Used convenience macros for exposing Blosc symbols.
|
|
|
|
@263
|
20 months |
faltet |
Initial version for a Python wrapper.
|
|
|
|
@262
|
20 months |
faltet |
Yet another test with Date.
|
|
|
|
@261
|
20 months |
faltet |
More tests with SVN Date
|
|
|
|
@260
|
20 months |
faltet |
Added a property to blosc.h
|
|
|
|
@259
|
20 months |
faltet |
INT32_MAX -> INT_MAX for better Windows compatibility.
|
|
|
|
@258
|
20 months |
faltet |
More warnings for Win64 removed.
|
|
|
|
@257
|
20 months |
faltet |
Better check for posix_memalign.
|
|
|
|
@256
|
20 months |
faltet |
win32/pthread.c is included automatically now.
|
|
|
|
@255
|
20 months |
faltet |
Added BLOSC_MIN_HEADER_LENGTH symbol in blosc.h.
|
|
|
|
@254
|
20 months |
faltet |
Forgot to add the BLOSC_ prefix to new symbols in blosc.h.
Updated HDF5 …
|
|
|
|
@253
|
20 months |
faltet |
Added a note on the expected degraded performance on Windows machines.
|
|
|
|
@252
|
20 months |
faltet |
Updated release notes.
|
|
|
|
@251
|
20 months |
faltet |
Replaced barrier's code by WAIT_INIT and WAIT_FINISH macros.
|
|
|
|
@250
|
20 months |
faltet |
New date in version.
|
|
|
|
@249
|
20 months |
faltet |
Removed some compiler warnings for bench.c
|
|
|
|
@248
|
20 months |
faltet |
Fixed MSVC 64-bit warnings for Windows.
|
|
|
|
@247
|
20 months |
faltet |
Forgot to remove some symbols in blosc.c.
More fixes to readme file.
|
|
|
|
@246
|
20 months |
faltet |
Shut up somewhat stupid MinGW warning.
|
|
|
|
@245
|
20 months |
faltet |
Symbols moved from blosc.c to blosc.h for better parameter validation.
|
|
|
|
@244
|
20 months |
faltet |
Moved stdint-windows.h to win32 directory.
|
|
|
|
@243
|
20 months |
faltet |
Merged in r243 from trunk (more fixes for compiling with Win32).
|
|
|
|
@242
|
20 months |
faltet |
More fixes for compiling with Win32 cleanly.
|
|
|
|
@241
|
20 months |
faltet |
Not releasing 1.1 yet.
|
|
|
|
@240
|
20 months |
faltet |
Getting ready for releasing 1.1.
blosc_getitem() tested for the carray …
|
|
|
|
@239
|
21 months |
faltet |
Adding forgotten win32 directory.
|
|
|
|
@238
|
21 months |
faltet |
Adding forgotten win32 directory.
|
|
|
|
@237
|
21 months |
faltet |
Updated date in headers.
|
|
|
|
@236
|
21 months |
faltet |
Merged in r235 from trunk (No need to explicitly link with pthreads lib on …
|
|
|
|
@235
|
21 months |
faltet |
No need to explicitly link with pthreads lib on Windows anymore.
|
|
|
|
@234
|
21 months |
faltet |
More updates to release notes.
|
|
|
|
@233
|
21 months |
faltet |
Updated release notes.
|
|
|
|
@232
|
21 months |
faltet |
Updated release notes.
|
|
|
|
@231
|
21 months |
faltet |
Put in sync with blosc in carray project.
Basically, a new …
|
|
|
|
@230
|
21 months |
faltet |
Merged in r229 from trunk (Fixed a problem with the computation of the …
|
|
|
|
@229
|
21 months |
faltet |
Fixed a problem with the computation of the blocksize in the Blosc filter.
|
|
|
|
@228
|
22 months |
faltet |
Better tuning of MAX_BLOCKSIZE.
|
|
|
|
@227
|
22 months |
faltet |
Better tuning of MAX_BLOCKSIZE.
|
|
|
|
@226
|
22 months |
faltet |
Merged in r244:225 from 1.0 branch (fixed a problem with large datatypes).
|
|
|
|
@225
|
22 months |
faltet |
Added info about past changeset in the release notes.
|
|
|
|
@224
|
22 months |
faltet |
Fixed a problem with large datatypes. See …
|
|
|
|
@223
|
23 months |
faltet |
Post release actions for 1.0 branch.
|
|
|
|
@222
|
23 months |
faltet |
Post release actions for trunk.
|
|
|
|
@221
|
23 months |
faltet |
Version in trunk will become 1.1a1.dev. I'll reserve trunk for more …
|
|
|
|
@220
|
23 months |
faltet |
Creating a branch for 1.0.x releases.
|
|
|
|
@219
|
23 months |
faltet |
Bumping to 1.0.1.dev version.
|
|
|
|
@218
|
23 months |
faltet |
Tagging 1.0 version.
|
|
|
|
@217
|
23 months |
faltet |
Updated the readme for threaded code.
|
|
|
|
@216
|
23 months |
faltet |
Removed obsolete TODO file.
|
|
|
|
@215
|
23 months |
faltet |
Removed obsolete binary files and bench-sm.c benchmark in bench/ …
|
|
|
|
@214
|
23 months |
faltet |
Updated announcement.
|
|
|
|
@213
|
23 months |
faltet |
Blosc declared stable. Bumping to 1.0 version.
|
|
|
|
@212
|
23 months |
faltet |
Put in sync with Blosc home page.
|
|
|
|
@211
|
23 months |
faltet |
Added compression level 0 to the advantages.
|
|
|
|
@210
|
23 months |
faltet |
Clearify the license statement.
|
|
|
|
@209
|
23 months |
faltet |
More work on readme blurb.
|
|
|
|
@208
|
23 months |
faltet |
More work on readme blurb.
|
|
|
|
@207
|
23 months |
faltet |
Added a comment on how to use the benchmark.
|
|
|
|
@206
|
23 months |
faltet |
Corrected small typo in docstrings of bench.c.
|
|
|
|
@205
|
23 months |
faltet |
Fixed a problem with bench/ Makefile.
|
|
|
|
@204
|
23 months |
faltet |
Bumping version to 1.0.dev.
|
|
|
|