Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 'blob' callbacks to VOL, along with a native implementation to store them | Quincey Koziol | 2019-10-08 | 1 | -0/+1 |
| | | | | | | | in the global heap, and changed the VL datatype conversion code to use blobs. Move encode/decode of sequence lengths into VL datatype callbacks, from native VOL blob routines. | ||||
* | Revert "Moved NDEBUG guards to H5EA_DEBUG in H5EA package." | Dana Robinson | 2019-09-24 | 1 | -4/+4 |
| | | | | This reverts commit 431123503d387bce30b1f6db7dc4ad3a33bc51bb. | ||||
* | Moved NDEBUG guards to H5EA_DEBUG in H5EA package. | Dana Robinson | 2019-09-17 | 1 | -4/+4 |
| | |||||
* | HDFFV-10901 add missing config options | Allen Byrne | 2019-09-13 | 1 | -2/+0 |
| | |||||
* | Fix EXISTS test syntax | Allen Byrne | 2019-08-29 | 1 | -1/+1 |
| | |||||
* | Some refactoring prior to implementing new H5P MPI functions. | Dana Robinson | 2019-08-14 | 1 | -0/+1 |
| | | | | | | * Macro cleanup and obvious warning fixes in parallel code. * Moved H5FD comm and info dup/free wrapper code to a new H5mpi.c file and separated it to deal with each MPI type separately. | ||||
* | Added the map (H5M) API | Dana Robinson | 2019-08-13 | 1 | -0/+16 |
| | |||||
* | Squashed commit of the following: | Larry Knox | 2019-07-25 | 1 | -0/+7 |
| | | | | | | | | | | | Merge changes from update_merged_S3_HDFS branch into develop. commit d5034315aea88629929ac0c9c59ebfafd5f21a31 Merge: 9c48823 d3fdcd8 Author: Larry Knox <lrknox@hdfgroup.org> Date: Thu Jul 25 08:24:53 2019 -0500 Merge branch 'develop' into update_merged_S3_HDFS | ||||
* | HDFFV-10845 add_custom_command requires emulator | Allen Byrne | 2019-07-17 | 1 | -2/+2 |
| | |||||
* | HDFFV-8631 mingw is different platform | Allen Byrne | 2019-07-17 | 1 | -2/+2 |
| | |||||
* | HDFFV-10845 add support for mingw toolchain | Allen Byrne | 2019-07-17 | 1 | -2/+2 |
| | |||||
* | HDFFV-10581 fix locations for static pdb files | Allen Byrne | 2019-07-08 | 1 | -1/+1 |
| | |||||
* | HDFFV-10805 Add option to only build shared targets | Allen Byrne | 2019-06-18 | 1 | -35/+41 |
| | | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules | ||||
* | Split VOL connector routines into separate headers: | Dana Robinson | 2019-05-24 | 1 | -0/+2 |
| | | | | | | | | | * H5VLconnector.h for terminal connector things * H5VLconnector_passthru.h for passthrough connector things Note that these headers are arranged such that they are included in hdf5.h so VOL connectors only need to include that. The separation into multiple headers is mainly for readability. | ||||
* | Modifications based on PR feedback: | Vailin Choi | 2019-04-08 | 1 | -0/+1 |
| | | | | | (1) Add H5Sdeprec.c to src/CMakeLists.txt (2) Add test for H5Sencode1. | ||||
* | CMake: fix pthread linking to only be private | Jerome Soumagne | 2019-03-13 | 1 | -3/+3 |
| | |||||
* | Fix CMake H5_HAVE_THREADSAFE to set value in H5pubconf.h | Jerome Soumagne | 2019-02-21 | 1 | -0/+5 |
| | | | | | | Add REQUIRED to find_package(Threads) Link against thread library if static and not WIN32 platform | ||||
* | Use STREQUAL | Allen Byrne | 2019-02-14 | 1 | -1/+1 |
| | |||||
* | CMake if statement correction | Allen Byrne | 2019-02-14 | 1 | -1/+1 |
| | |||||
* | TRILAB-111 fixes for parallel testing | Allen Byrne | 2019-02-13 | 1 | -1/+1 |
| | |||||
* | Add more specific batch scripts. | Larry Knox | 2019-01-31 | 1 | -0/+6 |
| | | | | | | Add script raybsub to handle submitting .lsf files on ray with bsub < script.lsf syntax that we couldn't handle with CMake. Add hpc-cmake-tgz option for bin/release. | ||||
* | Configure build directory in batch scripts. | Larry Knox | 2019-01-05 | 1 | -2/+2 |
| | |||||
* | Add libhdf5_hl_fortran symlinks for libhdf5hl_fortran files. | Larry Knox | 2018-12-31 | 1 | -10/+12 |
| | | | | | Set ctest*.lsf.in.cmake scripts for sierra. Correct src/CMakelists.txt syntax error. | ||||
* | Correct syntax error in CMakeLists.txt. | Larry Knox | 2018-12-31 | 1 | -3/+3 |
| | |||||
* | Add .lsf batch scripts and insert the build directory into the scripts | Larry Knox | 2018-12-28 | 1 | -0/+13 |
| | | | | during configuration. | ||||
* | Squash merge of MDC logging changes. | Dana Robinson | 2018-12-21 | 1 | -1/+3 |
| | |||||
* | Moved private native VOL connector functions to H5VLnative_private.h. | Dana Robinson | 2018-12-20 | 1 | -0/+1 |
| | |||||
* | Split the native VOL connector code into multiple files and | Dana Robinson | 2018-12-20 | 1 | -0/+7 |
| | | | | moved the attribute code over. | ||||
* | Still need the stamp1 files if PREGEN | Allen Byrne | 2018-12-13 | 1 | -0/+20 |
| | |||||
* | HDFFV-10660 Add new files to OUTPUT section of custom commands | Allen Byrne | 2018-12-13 | 1 | -0/+6 |
| | |||||
* | Add stamp files for generated files | Allen Byrne | 2018-12-07 | 1 | -2/+17 |
| | |||||
* | Refactor infrastructure for setting FAPL information from environment | Quincey Koziol | 2018-11-28 | 1 | -1/+0 |
| | | | | | | variables during testing, including connecting native, pass-through, and dynamically loaded VOL connectors. Also bring native and pass-through VOL connectors into alignment, removing the "H5VLnative_private.h" header. | ||||
* | Add pass-through VOL connector | Quincey Koziol | 2018-11-28 | 1 | -0/+2 |
| | |||||
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-11-22 | 1 | -19/+26 |
|\ | | | | | | | stackable_vol | ||||
| * | Move wait_H5init.cmake up to config/cmake. | Larry Knox | 2018-11-20 | 1 | -1/+1 |
| | | |||||
| * | Changes to CMake code to pause cmake/ctest, waiting for batch jobs to | Larry Knox | 2018-11-20 | 1 | -16/+18 |
| | | | | | | | | run and finish. | ||||
| * | Add script and changes to wait for H5Tinit.c | Larry Knox | 2018-11-14 | 1 | -10/+15 |
| | | | | | | | | | | | | | | Add more sample batch scripts, specifically for sbatch, not for knl cross compile. Don't run parallel tests when no parallel test script is configured in HDF5options.cmake. | ||||
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-11-12 | 1 | -5/+11 |
|\ \ | |/ | | | | | stackable_vol | ||||
| * | Fix generate file commands | Allen Byrne | 2018-11-12 | 1 | -10/+9 |
| | | |||||
| * | Fix target depends | Allen Byrne | 2018-11-12 | 1 | -2/+9 |
| | | |||||
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-11-10 | 1 | -35/+12 |
|\ \ | |/ | | | | | stackable_vol | ||||
| * | TRILAB-36 only copy shared generated | Allen Byrne | 2018-11-09 | 1 | -35/+12 |
| | | |||||
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-11-07 | 1 | -0/+4 |
|\ \ | |/ | | | | | stackable_vol | ||||
| * | TRILAB-36 add custom target on generated files | Allen Byrne | 2018-11-06 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-11-04 | 1 | -51/+94 |
|\ \ | |/ | | | | | stackable_vol | ||||
| * | Add files and changes to cross compile with CrayLinuxEnvironment and run | Larry Knox | 2018-10-29 | 1 | -3/+3 |
| | | | | | | | | ctest tests with a batch job on knl compute nodes. | ||||
| * | Makes the installed header files the same between the autotools | Dana Robinson | 2018-10-27 | 1 | -48/+91 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-10-25 | 1 | -19/+44 |
|\ \ | |/ | | | | | stackable_vol | ||||
| * | Split H5VLnative.h into public and private files and updated | Dana Robinson | 2018-10-20 | 1 | -0/+1 |
| | | |||||
| * | Move options to root cmake file | Allen Byrne | 2018-10-19 | 1 | -1/+0 |
| | |