| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
specifier for size_t.
|
|\
| |
| |
| |
| | |
* commit 'b24259ed8cdb273273f82c2b3f3a2dcac60b32ba':
Add files and changes to cross compile with CrayLinuxEnvironment and run ctest tests with a batch job on knl compute nodes.
|
|/
|
|
| |
ctest tests with a batch job on knl compute nodes.
|
|\
| |
| |
| |
| |
| |
| | |
to develop
* commit '62b92ddf4096d9b8f6235587ec16f34f6c6fa119':
Makes the installed header files the same between the autotools and CMake.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
and CMake.
* CMake will no longer install private generated headers and tools
library headers.
* Several empty public header files (which represent internal packages)
were removed. These were only installed by CMake.
* Autotools installs will install H5FDwindows.h.
Fixes HDFFV-10614.
|
|\ \
| |/
|/|
| |
| |
| |
| |
| | |
develop
* commit '096279caf76a542306b840fb90e1e753e8bbf748':
HDFFV-10608 Move toolchain files into a subfolder
TRILAB-36 add option for test script batch command
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
develop
* commit 'b33a2e7dfe76a2947c12462adb40c88af9c92e75':
Fixed warnings in the VOL example and run it from the script.
Split H5VLnative.h into public and private files and updated
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
develop
* commit '494d39f1c2f6225c732cb857c860d6b475d03226':
Move options to root cmake file
EED-258 Add modules uses toolchain files
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
develop
* commit '2d6d5cad0cc426cd53b9d4fda15e53d8021e4c7b':
Updates to the VOL ID and object API calls.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This brings the H5VL code in line with the H5I code regarding
naming, parameter order, etc.
Several public API calls were affected by this change.
These changed names to reflect their use with VOL drivers:
H5VLregister() --> H5VLregister_driver()
H5VLregister_by_name() --> H5VLregister_driver_by_name()
H5VLunregister() --> H5VLunregister_driver()
H5VLis_registered() --> H5VLis_driver_registered()
This call was renamed to match H5Iregister(). The order of the first
two parameters also reversed and the object pointer is now const.
H5VLobject_register() --> H5VLregister()
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
develop
* commit '2e28fad2d007841c08cdb3f06a3bd177d12ce30e':
TRILAB-34 remove extra arg
TRILAB-34 Add batch script config command
TRILAB-36 Revert to target_file and correct property
Add generated propoerty to H5lib_settings
HDFFV-10603 patch 6
TRILAB-34 batch command options
Correct quote char
Add more descriptive option name
HDFFV-10603 fixup cmake usage
TRILABS-34 add batch option. Also fix cmakedefine01 usage
|
| | |
|
| |\
| |/
|/|
| |
| |
| | |
* commit '1e8ef703cdc057211b3587be776a6e9f62e8f76f':
Fixed a C++ style commenting issue and removed an unused field from H5F_trav_obj_ids_t.
Fixed a memory issue in H5Drefresh() where the dataset's H5VL_object_t gets closed but we try to use it to find the driver.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
develop
* commit 'b0b9eda809282f362eb0e49bebd2956ba5a11bbc':
Fixed a C++ style commenting issue and removed an unused field from H5F_trav_obj_ids_t.
|
|/ /
| |
| |
| | |
from H5F_trav_obj_ids_t.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
develop
* commit 'c3a813a37fb700d2d1039d6fdc54d8e377412b76':
Fixed a memory issue in H5Drefresh() where the dataset's H5VL_object_t gets closed but we try to use it to find the driver.
|
|/ /
| |
| |
| | |
gets closed but we try to use it to find the driver.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
develop
* commit 'e962df1591bc6eaee5b9e318de83b9c6698bc7b6':
VOL FEATURE
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
develop
* commit '75b84b09bd249b36a063fd51ecd3383801b0118b':
Updated the H5I debug dump to not segfault when types are not initialized or contain zero IDs in the skip list.
The H5I debug ID dump function is now always available instead of hidden behind an H5_DEBUG_OUTPUT ifdef.
|
| |
| |
| |
| | |
or contain zero IDs in the skip list.
|
|/
|
|
| |
of hidden behind an H5_DEBUG_OUTPUT ifdef.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* commit '299852b6b565c906938ffaad5bb8e841b82118ab':
Update examples version
Fix typo
Reconciled docs with 1.10 branch
TRILABS-34 improve cross compile with emulator
TRILABS-34 Cleanup try_run
TRILABS-34 avoid try-run output capture
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
* commit '2a95ab5acbe032f58891b653f56b9db8a4938d95':
TRILABS-21 add toolchain related info and files
TRILABS-21 Add intel compiler support
Fix undef for Xl compilers
TRILAB-21 Intel flags
|
| | |
|
| | |
|
| | |
|