| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
CMake also uses ";" as a separator - escape it
Tested: windows
|
| |
|
|
|
|
|
|
|
| |
Correct API version mistake w/H5Acreate -> H5Acreate2
Tested on:
Mac OSX/64 10.8.3 (amazon) w/parallel
|
|
|
|
|
|
|
|
|
| |
Bring r23542 from desy_1_8 branch to trunk:
Further revisions to dynamic library loading code, to clean it up.
Tested on:
Mac OSX/64 10.8.3 (amazon) w/parallel
|
|
|
|
|
|
| |
H5PL_get_plugin_info functions.
Tested on jam - simple change.
|
| |
|
|
|
|
|
|
| |
H5Pocpl.c.
Tested on jam - no code change.
|
|
|
|
|
|
|
|
| |
and sqrt to simpler multiplication and division
to avoid potential rounding problem in math operations.
Tested on jam - simple change.
|
|
|
|
| |
Tested: local linux
|
|
|
|
|
|
|
|
| |
Stop aliasing property to indicate internal collective metadata operations
with property to perform collective raw data operations from the application.
Tested on:
Mac OSX/64 10.8.3 (amazon) w/paralllel
|
|
|
|
|
|
| |
no static libraries were built.
No test - text only revision of compile scripts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
libxyz.dylib. Changed test_plugin.in
to copy library file names in the form of libdynlib{123].*.
Another problem: Even when copy failed in copying the libray files (was in the form of *.so*),
the test still passed. That was because .libs was included in $HDF5_PLUGIN_PATH and the needed
plug in libraries were generated there.
Fixed by copying the plug in library files to separate directories and seetup HDF5_PLUGIN_PATH
to include them but NOT .libs.
Tested: used desycommittest (duck, emu, jam, koala, ostrich) plus cmakehdf5 in jam.
The cmakehdf5 in jam reported a failure in
Test #594: H5REPART-h5repart_test ....................................***Failed
Since this failure could not be caused by my change in test_plugin.sh, I reported it to Allen
and proceed to check this in.
|
| |
|
|
|
|
| |
Tested: local linux, windows
|
|
|
|
|
|
| |
corrected it and added some real operation in the dummy filter library dynlib3.c.
Tested on jam and koala.
|
|
|
|
|
|
|
|
|
| |
and check
for result.
h5committested. (Cmake in Duck has errors but the error are not related to
this change.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
groups and created a dummy filter library for this test case.
Tested on jam and koala.
|
|
|
|
|
|
| |
test/Makefile.am.
tested with h5committest
|
|
|
|
|
|
|
|
|
| |
delete the removed multi dxpl function names from the class.
Tested on: jam w/ fortran & C++
I did not test on other platforms (h5committest) since there is nothing
even remotely platform-specific here.
|
|
|
|
|
|
|
|
|
|
|
| |
functions that
were removed in HDF5 1.8.11.
Tested on: jam w/ fortran & C++, tested with check-vfd
I did not test on other platforms (h5committest) since there is nothing
even remotely platform-specific here.
|
|
|
|
| |
Tested: jam (intel)
|
|
|
|
|
|
|
|
| |
Change h5redeploy to change all 4 lines, prefix=..., exec_prefix=...,
libdir=..., and includedir=... This way, it reset all 4 lines. Should work
for both version of h5cc created by configure or by rpm.
Tested: hand tested in jam.
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
The test script moves the libdynlib2.so to /tmp then runs
plugin.c.
Tested on jam and koala.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Test was not checking error result. It basically return succeess to make check
all the time.
Fixed it so that it does check the return code of the test (plugin) and set
nerror accordingly. It then exit 1 if there is any error detected.
Test: use the desy committest to pass on jam, koala, ostrich, duck and emu.
Also hand test by "rm test/.lib/libdynlib1* to verify the test script can
indeed response to errors properly.
|
| | |
|
| |
| |
| |
| |
| |
| | |
when configure enables shared. libtool will install the shared plugin library. I put a remove command in test/Makefile.am to delete the unnecessary plugin library.
Tested on jam, koala, and emu.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
/usr/local/hdf5/lib/plugin for Unix and
"%ALLUSERSPROFILE%/hdf5/lib/plugin" for Windows.
Tested with Albert's committest on 6 systesm.
|
| |
| |
| |
| | |
Tested: local linux
|
| |
| |
| |
| |
| |
| |
| |
| | |
Makefile.am in test/. I added the condition to skip
plugin.c test when the library is built for static.
Tested on jam, koala, and emu.
|
| |
| |
| |
| | |
Tested: jam
|
| | |
|
| |
| |
| |
| | |
Tested on koala.
|
| |
| |
| |
| | |
Tested: jam
|
| |
| |
| |
| | |
daily tests)
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
during data reading.
Tested on koala and jam.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
windows uses ';' as path separator
windows default path is different
windows find files needs '*.*'
|
| | |
| | |
| | |
| | | |
Tested: windows
|
| | |
| | |
| | |
| | | |
Tested on koala.
|
| | |
| | |
| | |
| | | |
Tested on MacGoblin and koala.
|
| | | |
|