summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix for passthrough VOL not passing tools tests due to incorrectDana Robinson2020-04-086-44/+61
| | | | optional callback queries.
* Merge pull request #2489 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-04-0748-1362/+1154
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f362e14add76bc137c8f9bb8542a697e48900b91': Hide Frortran directive warnings Remove flag from gfort-general in gfort-5, add /EHsc to Win C++ Update printf pointer syntax and revert fortran to f2003 Reduce window fortran standard to f90 Minor updates and fix settings for fortran flags Update intel flags Fix missing endif Correct improper file move Move intel warnings to subfolder, update autotools files Corrected note Remove overzealous additions Correct whitespace in flags, force list mode Flag construction must be after compiler detection TRILAB-192 add c++ and fortran warnings build systems one file Update release note for CMake warnings Add missing header include
| * Hide Frortran directive warningsAllen Byrne2020-04-071-7/+2
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-04-073-10/+563
| |\ | |/ |/| | | | | | | | | * commit 'f6514c35ea3786206a8db73e1cad8fce8fe6a715': Updated test ddl files so CMake passes after h5dump failures. Modifications based on PR review feedback. Add two routines gen_ref_files() and gen_sel_files() to generate test files related to references and selections. These test files will be copied to 1.12, 1.10 and 1.8 for compatibility testing.
* | Merge pull request #2495 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵Dana Robinson2020-04-062-10/+10
|\ \ | | | | | | | | | | | | | | | | | | to develop * commit '8e948aa7b717cd7a8dcb12877a4ad61df2a46ebd': Updated test ddl files so CMake passes after h5dump failures.
| * | Updated test ddl files so CMake passes after h5dump failures.Dana Robinson2020-04-062-10/+10
| | |
* | | Merge pull request #2472 in HDFFV/hdf5 from ↵Vailin Choi2020-04-061-0/+553
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/bounds_compat to develop * commit '3f081c99376ad562dcb6bbf7d6c11216f682aca7': Modifications based on PR review feedback. Add two routines gen_ref_files() and gen_sel_files() to generate test files related to references and selections. These test files will be copied to 1.12, 1.10 and 1.8 for compatibility testing.
| * | Modifications based on PR review feedback.vchoi2020-04-011-71/+51
| | |
| * | Add two routines gen_ref_files() and gen_sel_files() to generate test files ↵vchoi2020-03-261-0/+573
| | | | | | | | | | | | | | | | | | | | | related to references and selections. These test files will be copied to 1.12, 1.10 and 1.8 for compatibility testing.
| * | Merge pull request #28 in ~VCHOI/my_third_fork from develop to ↵Vailin Choi2020-03-261-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | bugfix/bounds_compat * commit '181c6110251d7a9e9cc23e14dfd8f52cdb14422b': Correct macro check
| | | * Remove flag from gfort-general in gfort-5, add /EHsc to Win C++Allen Byrne2020-04-062-1/+2
| | | |
| | | * Update printf pointer syntax and revert fortran to f2003Allen Byrne2020-04-062-107/+107
| | | |
| | | * Reduce window fortran standard to f90Allen Byrne2020-04-061-1/+1
| | | |
| | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-04-069-82/+138
| | | |\ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | * commit '4830a1796441abbb5a4fbd2cff9a651f2a0d066e': Updated tools dump output when dataset offset is undefined. Added checks for native optional call support in some of the tools. Misc changes for h5dump VOL changes.
* | | | Merge pull request #2486 in HDFFV/hdf5 from ↵Dana Robinson2020-04-069-82/+138
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:tools_vol_update to develop * commit '110cafb9c7b5b9f9170340432062295d630f3ee6': Updated tools dump output when dataset offset is undefined. Added checks for native optional call support in some of the tools. Misc changes for h5dump VOL changes.
| * \ \ \ Merge branch 'develop' into tools_vol_updateDana Robinson2020-04-0622-67/+184
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Updated tools dump output when dataset offset is undefined.Dana Robinson2020-04-022-2/+2
| | | | |
| * | | | Added checks for native optional call support in some of the tools.Dana Robinson2020-04-024-49/+95
| | | | |
| * | | | Merge branch 'develop' into tools_vol_updateDana Robinson2020-04-0210-494/+587
| |\ \ \ \
| * \ \ \ \ Merge branch 'develop' into tools_vol_updateDana Robinson2020-03-312-55/+35
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'tools_vol_update' of ↵Dana Robinson2020-03-303-46/+53
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into tools_vol_update
| * | | | | | | Misc changes for h5dump VOL changes.Dana Robinson2020-03-307-44/+54
| | | | | | | |
| | | | | | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-04-069-40/+34
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | * commit 'a09f810e8d372d1e85661c52a7ef735a164904ad': Narrowed the scope of ISO_C_BINDING with ONLY additions
* | | | | | | | Merge pull request #2494 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:FortranWarn to ↵Scot Breitenfeld2020-04-069-40/+34
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '83d29f04c28e150fde5776fba64fbe4fa04f0f25': Narrowed the scope of ISO_C_BINDING with ONLY additions
| * | | | | | | | Narrowed the scope of ISO_C_BINDING with ONLY additionsScot Breitenfeld2020-04-069-40/+34
| | |_|/ / / / / | |/| | | | | |
| | | | | | | * Minor updates and fix settings for fortran flagsAllen Byrne2020-04-064-6/+3
| | | | | | | |
| | | | | | | * Update intel flagsAllen Byrne2020-04-063-2/+4
| | | | | | | |
| | | | | | | * Fix missing endifAllen Byrne2020-04-061-0/+1
| | | | | | | |
| | | | | | | * Correct improper file moveAllen Byrne2020-04-061-0/+0
| | | | | | | |
| | | | | | | * Move intel warnings to subfolder, update autotools filesAllen Byrne2020-04-069-100/+118
| | | | | | | |
| | | | | | | * Corrected noteAllen Byrne2020-04-061-3/+3
| | | | | | | |
| | | | | | | * Remove overzealous additionsAllen Byrne2020-04-052-3/+1
| | | | | | | |
| | | | | | | * Correct whitespace in flags, force list modeAllen Byrne2020-04-054-15/+15
| | | | | | | |
| | | | | | | * Flag construction must be after compiler detectionAllen Byrne2020-04-0512-386/+507
| | | | | | | |
| | | | | | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-04-052-2/+2
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5d1590079ea0061a7b86d7210cb796b6d58a17c7': Skip testing of passthrough VOL connector in a Family File tools test Restore previous tools library driver name behavior with passthrough VOL connector
* | | | | | | | Merge pull request #2490 in HDFFV/hdf5 from tools_vol_update to developJordan Henderson2020-04-032-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a5a2fb44296327787476407a249d9470b3c80427': Skip testing of passthrough VOL connector in a Family File tools test Restore previous tools library driver name behavior with passthrough VOL connector
| * | | | | | | | Skip testing of passthrough VOL connector in a Family File tools testJordan Henderson2020-04-031-1/+1
| | | | | | | | |
| * | | | | | | | Restore previous tools library driver name behavior with passthrough VOL ↵Jordan Henderson2020-04-031-1/+1
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | connector
| | | | | | | * TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-04-0539-925/+581
| | | | | | | |
| | | | | | | * Update release note for CMake warningsAllen Byrne2020-04-031-0/+2
| | | | | | | |
| | | | | | | * Add missing header includeAllen Byrne2020-04-031-0/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #2474 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-04-039-7/+130
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '36b8060323f24341c8f4610108e8ccb955dbe192': Correct extra flags TRILAB-192 remove comment TRILAB-192 add comparable clang flags
| * \ \ \ \ \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-04-023-18/+18
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | * commit 'ac099b0b6391fd149af4f4fcf8f79189dcc615bb': Fixed unnecessary H5R casts in the tools that were raising warnings.
* | | | | | | | Merge pull request #2485 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵Dana Robinson2020-04-023-18/+18
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '1c854737665f3f853a324c34292390ab57431fec': Fixed unnecessary H5R casts in the tools that were raising warnings.
| * | | | | | | Fixed unnecessary H5R casts in the tools that were raising warnings.Dana Robinson2020-04-023-18/+18
|/ / / / / / /
| * | | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-04-023-389/+480
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bae05235a2d87acb0d6b3a2e1c32f3b6f48cf203': Changed default dataset shared struct to initialize hid_t IDs to H5I_INVALID_HID. A fix in the cleaning up code for datatype when datatype initialization via H5D__init_type() fails. This is triggered by the tests for revised references when the libver bounds setting does not allow version 4 datatype message to be created. The test failure is abort core dumped. This is due to the datatype initialization fails before the datatype ID is registered. The datatype cleanup code should provide for the above situation. The code to fix the problem is the same as what is done in H5D__open_oid(). Remove tongue-in-cheek credit for Rusty Shackleford and Dale Alvin Gribble. Follow HDF5 conventions.
* | | | | | | Merge pull request #2461 in HDFFV/hdf5 from ↵Vailin Choi2020-04-022-350/+400
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/dtype_close_on_error to develop * commit 'afdcac28b85d690eebc80ab568fa5266081baaaa': A fix in the cleaning up code for datatype when datatype initialization via H5D__init_type() fails. This is triggered by the tests for revised references when the libver bounds setting does not allow version 4 datatype message to be created. The test failure is abort core dumped. This is due to the datatype initialization fails before the datatype ID is registered. The datatype cleanup code should provide for the above situation. The code to fix the problem is the same as what is done in H5D__open_oid().
| * | | | | | | A fix in the cleaning up code for datatype when datatype initialization via ↵vchoi2020-03-232-350/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | H5D__init_type() fails. This is triggered by the tests for revised references when the libver bounds setting does not allow version 4 datatype message to be created. The test failure is abort core dumped. This is due to the datatype initialization fails before the datatype ID is registered. The datatype cleanup code should provide for the above situation. The code to fix the problem is the same as what is done in H5D__open_oid().
* | | | | | | | Merge pull request #2484 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵Dana Robinson2020-04-021-0/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit 'a267c4e5d37f00bf6cff942b57b5a13affaa8bd5': Changed default dataset shared struct to initialize hid_t IDs to H5I_INVALID_HID.
| * | | | | | | | Changed default dataset shared struct to initialize hid_t IDs toDana Robinson2020-04-021-0/+3
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | H5I_INVALID_HID.