| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
from -noshlib to -shlib when hdf5 is built without static libraries (--disable-static).
Tested with h5committest on jam, koala, ostrich and platypus.
|
| | | |
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
developers.
Tested: local linux
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Tested: local linux
|
| | | |
|
| | |
| | |
| | |
| | | |
Tested:" local linux
|
| | | |
|
| | |
| | |
| | |
| | | |
rerun reconfigure. All the other changes must be due to different autotools versions used before.
|
|\ \ \
| |/ / |
|
| |\ \
| | |/
| | |
| | | |
Fixed several conflicts, mostly because calling API routines internally was removed from several places in the trunk.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
This adds the UserMacros.cmake support needed.
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | |/ |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
no static libraries were built.
No test - text only revision of compile scripts.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- complete overhaul to use FS proc macros
- remove dead code
Rename FS routines to HG and update configure magic and makefiles
Many bug fixes
|
|\ \ \
| |/ /
| | |
| | |
| | | |
- resolved conflicts with the VOL callbacks changes to support better async I/O
- the IOD plugin still does not leverage those changes yet
|
| |\ \
| | | |
| | | |
| | | | |
fix to Ph5diff
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
A "return" was missing from a non-void function. Fixed.
Platforms Tested:
Linux/32 2.6 (jam)
Linux/ppc64 (ostrich)
Asked Allen check Windows.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
add HAVE_EFF build flag to indicate whether the IOD plugin should be compiled or not
add an AM conditional to indicate whether the EFF test exampels should be compiled or not
tested on jam
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | |/ / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Description:
Added wrappers for H5Aexists.
Platforms Tested:
Linux/32 2.6 (jam)
Linux/64 2.6 (koala)
Linux/ppc64 (ostrich)
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | | |
Compile scripts will add paths for external libraries linked to executable files that they create.
Eliminates need for LD_LIBRARY_PATH for szip in locations not known to ld.
Teted on platypus and emu (64bit) in addition to h5committest.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Changes default value for USE_SHARED_LIB in compile scripts to yes when static is disabled.
Comments in scripts about the order of flag variables containing library paths was also corrected.
Tested with h5committest on duck, jam, koala, and ostrich in addition to specific testing for the
compile script change.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fixed bug HDFFV-4272. Just typos in documentation.
Platform tested:
Jam
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Description:
+ The C++ test failed with the new PGI compilers versions 12.4 and 12.5
+ An exception thrown by an internal function, which was called by
a constructor, was not propagating to the test program during the stack
unwinding, so it couldn't be caught by the test and the program terminated.
+ Various trials and errors indicated that the problem is where an STD string
converted to a char* being passed to the internal function, but confirmation
has not been found yet. It could be a compiler bug.
Solution:
+ Added a try/catch in the constructor around the internal function and
re-throw the exception when it is caught. This is a workaround.
+ Unrelated minor fixes: removed unused variables and MESSAGE's; commented
out tvlstr.cpp/test_read_vl_string_attribute because it may be redundant,
and commented out H5Tpkg.h inclusion because TEST_ALIGNMENT is not added
yet and probably not necessary in the C++ API.
Platforms tested:
Linux/32 2.6 (jam) with PGI compilers
Linux/32 2.6 (jam) with GNU compilers
Linux/64 2.6 (koala)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
from the
library. The intended functionality for them was never fully implemented
and they are fundamentally broken.
The functions were removed from the C and C++ interfaces. They were not
exported in the Fortran interface.
Tested on: jam(c++/fortran/hl)
I tested using check-vfd to ensure the multi VFD still works properly.
There is no reason to test this on other machines or on parallel.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Change configure to test the result of the CHECK HEADERS call before checking for the library.
Tested: local linux, h5committest
|