TESTING
  1. TESTING

hdf5_plugins

Public

Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
6d2e59d7771Fix some macro calls
Allen ByrneAllen Byrne
8d3adecb436Allow ext libs to be built different
Allen ByrneAllen Byrne
3de493522c3correct depends
Allen ByrneAllen Byrne
8b001f30a68correct depends
Allen ByrneAllen Byrne
03cb96d7e9eUpdate example and fix test reference file
Allen ByrneAllen Byrne
68e6057a78dcorrect cmake command case
Allen ByrneAllen Byrne
30ad482d012Correct test to handle errors. Removed call to H5Zfilter_avail to check that filter is not loaded, this library call was changed in 1.8.13 to attempt to load dynamic filters. Tested: local linux
Elena PourmalElena Pourmal
1478d670031Maintenance: modified configure.ac to check for blosc library and reran bin/reconfigure Tested on jam with the CPPIB file that uses blosc compression
Allen ByrneAllen Byrne
7b8d2973945Need the link libs for the filter
Allen ByrneAllen Byrne
c545d899a10Correct HDF5 include setting
Allen ByrneAllen Byrne
b38f5c9e49badd lib depends
Allen ByrneAllen Byrne
b7f647754d4Remove unneeded comments
Allen ByrneAllen Byrne
578bed5c22eFix CMake case of statements
Allen ByrneAllen Byrne
c462bf1c1b6Correct typos
Allen ByrneAllen Byrne
b128bca6311Correct header name
Allen ByrneAllen Byrne
36a903f0837Initial commit. CMake build works with external lib source tarball. Tested: local linux
Allen ByrneAllen Byrne
377dacf2187Enable examples for WDTP
Allen ByrneAllen Byrne
55fdfd102ccCorrect copy command
Allen ByrneAllen Byrne
a62157c578bComment link_libs
Allen ByrneAllen Byrne
d3c16f672a8Enable testing for WDTP
Allen ByrneAllen Byrne
36d9165d632header file is in src not generated
Allen ByrneAllen Byrne
057ab8358afCorrect typo
Allen ByrneAllen Byrne
dca9ff3ca66Correct case of cmake commands
Allen ByrneAllen Byrne
96fa74635e6Updated to allow building a self-contained bzip2 library. Tested: local linux
Allen ByrneAllen Byrne
f4072e762e3Only plugin must be shared - hdf5 can be static. Tested: Windows
Allen ByrneAllen Byrne
c9cc7d09344correct svn eol-style
Allen ByrneAllen Byrne
a4ddfe00696Correct the install folder logic.
Allen ByrneAllen Byrne
d2f4d4adac6Add Windows VS version for README.txt
Allen ByrneAllen Byrne
53e3ee0b887Update cmake_minimum to current standard 2.8.10
Allen ByrneAllen Byrne
3e6276a973fAdd Binary README.txt file generation Tested: local linux cmake
Allen ByrneAllen Byrne
6fcff2dae64Add m4 folder
Allen ByrneAllen Byrne
eed63f936fdFirst step, added packaging process, still needs work on install location.
Allen ByrneAllen Byrne
5304a0a4b98Remove unused file
Allen ByrneAllen Byrne
935f817e25cHDFFV-8640: Remove XLATE_UTILITY
Allen ByrneAllen Byrne
087d1b18e2eChange Internal CDash site.
Allen ByrneAllen Byrne
7eeae55ff62HDFFV-8345: Add repack and dump tests Tested: local linux cmake and autotools
Allen ByrneAllen Byrne
c4eb99cfda8HDFFV-8345: add User Defined filters to h5repack. This is the external test for h5repack. Tested: local linux
Elena PourmalElena Pourmal
0c2467d5f8fFixed typoes in the comments.
Allen ByrneAllen Byrne
9a0cc66805aUpdate hdf5 include file to H5PLextern.h Tested: local linux
Allen ByrneAllen Byrne
e42ee28b6bdAdd cmake options reference to non-cmake hdf5 or bzip2 libraries.
Allen ByrneAllen Byrne
d7a818f290fAdd basic configuration info.
Allen ByrneAllen Byrne
1b9ffa9eb9a"const" removed from functions. Plugin comment changed. Tested: local linux
Elena PourmalElena Pourmal
56709e4ed1dMaintenance: Added Copyright to acknowledge PyTables. I will contact Francesc to confrm that we are OK and can point users to this code.
Allen ByrneAllen Byrne
9456f9b08dfCorrect clean commands Tested: local linux
Allen ByrneAllen Byrne
ac281f5273bAdd back the install commands
Allen ByrneAllen Byrne
3e3351e2f0aChange local paths to hdf system paths
Allen ByrneAllen Byrne
f13e962cb6aAdded with-bzip2 and -hdf5 options. Used CC for plugin library and H5CC for example/test. Tested: local linux
Allen ByrneAllen Byrne
a5434c027c5Working test.
Allen ByrneAllen Byrne
fb6be605fd4Plugin library now links in bz2 library
Allen ByrneAllen Byrne
39e525aad0cInitial commit of working Autotools files. Library needs bzip2 library correction.