Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed the assertion failure for HDFFV-10873. | Vailin Choi | 2019-08-23 | 1 | -1/+1 |
| | |||||
* | Fix major error codes | Quincey Koziol | 2019-08-22 | 1 | -4/+4 |
| | |||||
* | Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match | Quincey Koziol | 2019-08-22 | 20 | -111/+111 |
| | | | | naming convention for shared structs in rest of library data structures. | ||||
* | Merge branch 'develop' into shared_file_ptr | Quincey Koziol | 2019-08-21 | 5 | -517/+65 |
|\ | |||||
| * | Untangle #ifdef mess in ROS3 code. | Dana Robinson | 2019-08-20 | 5 | -517/+65 |
| | | |||||
* | | Small tidy up. | Quincey Koziol | 2019-08-21 | 1 | -10/+8 |
| | | |||||
* | | Progress toward movig H5MF* API to use shared file pointers instead of top | Quincey Koziol | 2019-08-21 | 1 | -37/+34 |
| | | | | | | | | file pointers. | ||||
* | | Progress on moving the H5MF* interface to using shared file pointers instead of | Quincey Koziol | 2019-08-21 | 1 | -39/+38 |
| | | | | | | | | top file pointers. | ||||
* | | Begin converting the H5MF interface to use shared file pointers instead | Quincey Koziol | 2019-08-21 | 5 | -62/+64 |
| | | | | | | | | of top file pointers. | ||||
* | | Progress toward moving the dataset routines to using the 'shared' file pointer | Quincey Koziol | 2019-08-21 | 3 | -15/+18 |
| | | | | | | | | instead of the 'top' file pointer. | ||||
* | | Begin converting dataset code to use shared file pointer instead of top file | Quincey Koziol | 2019-08-20 | 5 | -30/+126 |
| | | | | | | | | pointer. | ||||
* | | Finish converting H5PB_* routines to use shared file pointer, instead of top | Quincey Koziol | 2019-08-20 | 6 | -51/+54 |
| | | | | | | | | file pointer. | ||||
* | | First pass of converting H5PB_* routines to use shared file pointers. | Quincey Koziol | 2019-08-19 | 7 | -49/+150 |
| | | |||||
* | | Rest of changes for 'top' file pointer to 'shared' file pointer for H5F__accum | Quincey Koziol | 2019-08-19 | 4 | -16/+15 |
| | | | | | | | | routines. | ||||
* | | Partial H5F__accum_* routines. | Quincey Koziol | 2019-08-19 | 6 | -36/+34 |
|/ | |||||
* | Changes based on PR feedback. | Vailin Choi | 2019-08-15 | 1 | -2/+4 |
| | |||||
* | Merge pull request #17 in ~VCHOI/my_third_fork from develop to ↵ | Vailin Choi | 2019-08-15 | 21 | -1202/+1690 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/HDFFV-10813-swmr-test-fails-on-jelly-with * commit '3a504899eef1a66031c6f52623c24bb4e51ca51e': Correct name of folder Mostly whitespace in testpar, addl changes for tmp dir Whitespace cleanup Added public H5Sselect_adjust_u and H5Shyper_adjust_s calls. Some refactoring prior to implementing new H5P MPI functions. * 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. Fix compiler warnings with diabled ROS3 and HDFS VFDs. Fix misuse of [HD]strncpy and [HD]snprintf. Minor formatting changes. Fix test cleanup issue with java groups example. Changed the directory name left out from the previous commit. Changed the name of the temporary directory from 'tmp' to a special name to avoid possible conflicts. Fix H5F_get_file_id and H5F__get_file_id to take app_ref parameter HDFFV-10879 fix test varname | ||||
| * | Merge pull request #1873 in HDFFV/hdf5 from ↵ | Dana Robinson | 2019-08-15 | 9 | -484/+566 |
| |\ | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:H5Pset_fapl_mpi to develop * commit 'bd8da502cf5b763433e3c628a4043a4264529cec': Some refactoring prior to implementing new H5P MPI functions. * 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. | ||||
| | * | Some refactoring prior to implementing new H5P MPI functions. | Dana Robinson | 2019-08-14 | 9 | -484/+566 |
| | | | | | | | | | | | | | | | | | | * 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. | ||||
| * | | Merge pull request #1874 in HDFFV/hdf5 from ↵ | Dana Robinson | 2019-08-15 | 3 | -0/+82 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5s_api_for_daos to develop * commit 'c490fefbc3199d45fa4d3af09dd567671a244e8d': Added public H5Sselect_adjust_u and H5Shyper_adjust_s calls. | ||||
| | * | | Added public H5Sselect_adjust_u and H5Shyper_adjust_s calls. | Dana Robinson | 2019-08-15 | 3 | -0/+82 |
| | | | | |||||
| * | | | Merge pull request #1869 in HDFFV/hdf5 from ↵ | Jerome Soumagne | 2019-08-15 | 5 | -9/+10 |
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | ~JSOUMAGNE/hdf5:topic_file_get_id to develop * commit '7f5a5020c8ec882e6b7eceab878470003e2a8b63': Fix H5F_get_file_id and H5F__get_file_id to take app_ref parameter | ||||
| | * | | Fix H5F_get_file_id and H5F__get_file_id to take app_ref parameter | Jerome Soumagne | 2019-08-14 | 5 | -9/+10 |
| | |/ | | | | | | | | | | Fix app_ref_count from being incremented when private routines are used | ||||
| * | | Fix compiler warnings with diabled ROS3 and HDFS VFDs. | Jacob Smith | 2019-08-14 | 4 | -709/+1032 |
| |/ | | | | | | | | | | | Fix misuse of [HD]strncpy and [HD]snprintf. Minor formatting changes. Fix test cleanup issue with java groups example. | ||||
* | | Fix for HDFFV-10813 H5Fset_metadata_read_retry_info() test fails on jelly ↵ | Vailin Choi | 2019-08-14 | 1 | -1/+1 |
|/ | | | | with PGI/19. | ||||
* | Added map API build status to libhdf5.settings. | Dana Robinson | 2019-08-14 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1860 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:map_api_merge ↵ | Dana Robinson | 2019-08-13 | 35 | -12/+1900 |
|\ | | | | | | | | | | | | | | | | | | | to develop * commit 'd95745235a468b17f697843adb3d0e54bd919893': Updated h5trav.c to emit output that doesn't require ddl changes for map support. Fixed Map API CMake option Renamed H5Mdelete_key to H5Mdelete and H5Mset to H5Mput. Added the map (H5M) API | ||||
| * | Renamed H5Mdelete_key to H5Mdelete and H5Mset to H5Mput. | Dana Robinson | 2019-08-13 | 2 | -17/+17 |
| | | |||||
| * | Added the map (H5M) API | Dana Robinson | 2019-08-13 | 35 | -12/+1900 |
| | | |||||
* | | Added ifdef for intel compilers, __GNUC__ has to be defined for header files ↵ | M. Scot Breitenfeld | 2019-08-13 | 1 | -1/+1 |
|/ | | | | which use it to work with intel compilers. This gives a warning for intel compiler about fallthrough, so added a check not to include fallthrough if using intel compilers. | ||||
* | Added gcc conditional for __attribute__((fallthrough)), removes 34 warnings ↵ | M. Scot Breitenfeld | 2019-08-08 | 1 | -0/+4 |
| | | | | on theta (10% of warnings). | ||||
* | Fix return type for H5Sselect_intersect_block(). | Quincey Koziol | 2019-07-31 | 1 | -1/+1 |
| | |||||
* | Updated H5TRACE macro. | Quincey Koziol | 2019-07-30 | 1 | -0/+1 |
| | |||||
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~koziol/hdf5 ↵ | Quincey Koziol | 2019-07-30 | 10 | -12/+8575 |
|\ | | | | | | | into develop | ||||
| * | Update comment and check for strtoumax. | Larry Knox | 2019-07-26 | 1 | -3/+2 |
| | | |||||
| * | Add HD to string functions. | Larry Knox | 2019-07-26 | 4 | -53/+58 |
| | | | | | | | | | | | | Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers. | ||||
| * | Squashed commit of the following: | Larry Knox | 2019-07-25 | 10 | -12/+8571 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along | Quincey Koziol | 2019-07-30 | 13 | -152/+399 |
|/ | | | | with tests and minor cleanups and refactorings. | ||||
* | HDFFV-10845 update mingw cmake changes | Allen Byrne | 2019-07-17 | 1 | -7/+5 |
| | |||||
* | HDFFV-10845 add_custom_command requires emulator | Allen Byrne | 2019-07-17 | 1 | -2/+2 |
| | |||||
* | HDFFV-8631, HDFFV-10595, HDFFV-10845 | Allen Byrne | 2019-07-17 | 1 | -1/+5 |
| | |||||
* | 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 |
| | |||||
* | H5P: Fix wrong value comparison in assert | Jerome Soumagne | 2019-07-16 | 1 | -3/+5 |
| | | | | Move compile assert of H5P_plist_type to H5P__init_package() | ||||
* | Reverted snprintf to sprintf in the multi VFD since | Dana Robinson | 2019-07-11 | 1 | -12/+12 |
| | | | | the former causes problems on Windows. | ||||
* | Revert path processing to fix daily test errors. | Dana Robinson | 2019-07-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' into feature/update_gcc_flags | Quincey Koziol | 2019-07-10 | 1 | -1/+1 |
|\ | |||||
| * | HDFFV-10581 fix locations for static pdb files | Allen Byrne | 2019-07-08 | 1 | -1/+1 |
| | | |||||
* | | Updates to warnhist script, along with a few cleanups, and add some comments | Quincey Koziol | 2019-07-10 | 6 | -7/+25 |
| | | | | | | | | to warning cleanups that are a bit obscure. | ||||
* | | Merge branch 'develop' into feature/update_gcc_flags | Quincey Koziol | 2019-07-03 | 1 | -1/+1 |
|\ \ | |/ |