Network

 
AuthorCommitMessageCommit Date
Binh-Minh RiblerBinh-Minh Ribler
b6cb20d608aDescription: Removed "#ifndef H5_NO_DEPRECATED_SYMBOLS" in file space tests, because the wrappers only use the latest functions now. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Binh-Minh RiblerBinh-Minh Ribler
34731511da3Purpose: Add new C++ wrappers Description: Because H5Pset_file_space and H5Pget_file_space are deprecated, changed to make wrappers for the new functions instead: H5Ps/get_file_space_strategy H5Ps/get_file_space_page_size New wrappers in FileCreatPropList: // Sets the strategy and the threshold value that the library will // will employ in managing file space. void setFileSpaceStrategy(H5F_fspace_strategy_t strategy, hbool_t persist, hsize...
Binh-Minh RiblerBinh-Minh Ribler
c89e53431bfMMerge pull request #344 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp2:develop to develop * commit '5acc8b9e169e6416e353433791321bc9c4e7b725': Description: Fixed typos. Platforms tested: Linux/64 (jelly) Description: Deprecating versions of PropList::setProperty that have arguments that miss "const" Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
Binh-Minh RiblerBinh-Minh Ribler
5acc8b9e169Description: Fixed typos. Platforms tested: Linux/64 (jelly)
Binh-Minh RiblerBinh-Minh Ribler
f63b32c1942MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp2 into develop
Binh-Minh RiblerBinh-Minh Ribler
983658973b5MMerge pull request #342 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp2:develop to develop * commit '50ac3cd6ecc37bb2196bcebe8a202711e315759d': Description: Miscellaneous clean-up: format and comments Platforms tested: Linux/64 (jelly) Darwin (osx1010test)
Allen ByrneAllen Byrne
2d22e8af0b2MMerge pull request #340 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '4c6f538770f92a09c6be46e44de056ad7ec68426': Add toolset option to cmake configure Update cmake pubconf to match autotools and add strtoll checks
Allen ByrneAllen Byrne
4c6f538770fAdd toolset option to cmake configure
Allen ByrneAllen Byrne
24b11709affUpdate cmake pubconf to match autotools and add strtoll checks
Binh-Minh RiblerBinh-Minh Ribler
c2f3ce287faDescription: Deprecating versions of PropList::setProperty that have arguments that miss "const" Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
Binh-Minh RiblerBinh-Minh Ribler
50ac3cd6eccDescription: Miscellaneous clean-up: format and comments Platforms tested: Linux/64 (jelly) Darwin (osx1010test)
Binh-Minh RiblerBinh-Minh Ribler
f7711df680fMMerge pull request #334 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp2:develop to develop * commit '98090fe3b08a0ff85ae9bc93218a14017a6f37fe': Purpose: Add new C++ wrappers Description: Added wrappers for H5Iis_valid, H5Ps/get_nlinks, H5Tget_create_plist, H5Oopen, H5Oclose and H5Pset_virtual
Binh-Minh RiblerBinh-Minh Ribler
98090fe3b08MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp2 into develop
Binh-Minh RiblerBinh-Minh Ribler
a48c9c4024ePurpose: Add new C++ wrappers Description: Added wrappers for H5Iis_valid, H5Ps/get_nlinks, H5Tget_create_plist, H5Oopen, H5Oclose and H5Pset_virtual // Checks if the given ID is valid. static bool isValid(hid_t an_id); // Sets the number of soft or user-defined links that can be // traversed before a failure occurs. void setNumLinks(size_t nlinks) const; // Gets the number of soft or user-defined link traversals allowed size_...
Allen ByrneAllen Byrne
368089572a0MMerge pull request #336 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'f21374c455b713df8e866d0ebfddece7874b0f47': HDFFV-10138 Merge app framework to examples
Allen ByrneAllen Byrne
f21374c455bMMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit '887783eb0e9a1787c77092ed53a7737ad4aaac3a': Switch from HDatoll to HDstrtoll, for Windows compatibility.
Quincey KoziolQuincey Koziol
887783eb0e9MMerge pull request #339 in HDFFV/hdf5 from merge_page_buffering_10 to develop * commit 'a16d142f80630b11ac45c0bcf00ee2ea5b88f08e': Switch from HDatoll to HDstrtoll, for Windows compatibility.
Quincey KoziolQuincey Koziol
a16d142f806Switch from HDatoll to HDstrtoll, for Windows compatibility.
Allen ByrneAllen Byrne
b2bd7883c3eMMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit 'cee9624b0febcb60a7b2699262104e9eaf20313d': output_filter.sh: Comment added to address HDFFV-8270. The sample ontput in the file's comments are not up-to-date with the scripts in the file that remove output unique to certain systems when running test scripts. This output doesn't match expected output files for the tests, causing them to fail. Ther output_filter.sh file ...
Larry KnoxLarry Knox
cee9624b0feMMerge pull request #338 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop * commit '98567db19290dc07cc86efae720b0dc457ae9f65': output_filter.sh: Comment added to address HDFFV-8270. The sample ontput in the file's comments are not up-to-date with the scripts in the file that remove output unique to certain systems when running test scripts. This output doesn't match expected output files for the tests, causing them to fail. Ther output_filter...
Larry KnoxLarry Knox
98567db1929output_filter.sh: Comment added to address HDFFV-8270. The sample ontput in the file's comments are not up-to-date with the scripts in the file that remove output unique to certain systems when running test scripts. This output doesn't match expected output files for the tests, causing them to fail. Ther output_filter.sh file removes such output. Currently we don't have access to these systems to update the comments. testflushrefres...
Quincey KoziolQuincey Koziol
bf69edf565eMMerge pull request #337 in HDFFV/hdf5 from merge_page_buffering_09 to develop * commit 'ecfdadfb1eff5ae8f18269e33dce3856e22f4bd7': Correct double sourcedir name on copied datafiles.
Quincey KoziolQuincey Koziol
ecfdadfb1efCorrect double sourcedir name on copied datafiles.
Allen ByrneAllen Byrne
3fcfb367484MMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit 'd0aeefd6455d6877afd934e238362636a86e4b42': Final merge of page buffering branch to develop
Quincey KoziolQuincey Koziol
d0aeefd6455MMerge pull request #335 in HDFFV/hdf5 from merge_page_buffering_08 to develop * commit '0313cbb91d974b153dbe8747d193ac3c619eea3b': Final merge of page buffering branch to develop
Quincey KoziolQuincey Koziol
0313cbb91d9Final merge of page buffering branch to develop
Allen ByrneAllen Byrne
2687321987fHDFFV-10138 Merge app framework to examples
Quincey KoziolQuincey Koziol
847d675f274MMerge pull request #333 in HDFFV/hdf5 from merge_page_buffering_07 to develop * commit '4fad103187db9095afc8eab90b5f5544feb1d19b': Bring changes to I/O parameters from page_buffering branch. Merge in reentrency changes to "make space in cache" from page_buffering branch. Minor cleanups and bring over "prefetched dirty" fixes for entries loaded from a cache image. Remove some usage of "prefetched_dirty" flag (which hasn't been merged from the page_buffering branch yet. Also, bring ov...
Quincey KoziolQuincey Koziol
4fad103187dBring changes to I/O parameters from page_buffering branch.
Quincey KoziolQuincey Koziol
0b78740ff47Merge in reentrency changes to "make space in cache" from page_buffering branch.
Quincey KoziolQuincey Koziol
c4a36e0bb3bMinor cleanups and bring over "prefetched dirty" fixes for entries loaded from a cache image.
Quincey KoziolQuincey Koziol
36f06cab798Remove some usage of "prefetched_dirty" flag (which hasn't been merged from the page_buffering branch yet. Also, bring over improvements to flush candidate entries for parallel code.
Quincey KoziolQuincey Koziol
d0226dffb24MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_page_buffering_07
Scot BreitenfeldScot Breitenfeld
56e5b4ed05fMMerge pull request #330 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop * commit 'd297ee6e82adbbbbca168997953cdf0c5a3922eb': updated AM_SILENT_RULES syntax Added a check for AM_SILENT_RULES before enabling it.
Scot BreitenfeldScot Breitenfeld
d297ee6e82aupdated AM_SILENT_RULES syntax
Scot BreitenfeldScot Breitenfeld
ed37cbfd2e3Added a check for AM_SILENT_RULES before enabling it.
Allen ByrneAllen Byrne
2a0cacb015bMMerge pull request #328 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '71fa3dc480d9d6b1ea00c4f10e9ee0ec10c2c8d9': Fix alignment Fix vds tests
Allen ByrneAllen Byrne
71fa3dc480dFix alignment
Allen ByrneAllen Byrne
527d1a185eeMMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit '7942414b24288d497d4878754319dffa24bbec11': Description: Only format changes: mostly tabs vs. spaces Platforms tested: Linux/64 (jelly) - very minor
Allen ByrneAllen Byrne
12b87f0f847Fix vds tests java wrong call vds test - missing checks and if content
Quincey KoziolQuincey Koziol
0afab7474baMMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_page_buffering_07
Binh-Minh RiblerBinh-Minh Ribler
7942414b242MMerge pull request #323 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp:develop to develop Replaces tabs with spaces. * commit '8f5a1f43d0cf527488be2b2805bac2b6c86b8c66': Description: Only format changes: mostly tabs vs. spaces Platforms tested: Linux/64 (jelly) - very minor
Binh-Minh RiblerBinh-Minh Ribler
8f5a1f43d0cMMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp into develop
Binh-Minh RiblerBinh-Minh Ribler
861a849530dDescription: Only format changes: mostly tabs vs. spaces Platforms tested: Linux/64 (jelly) - very minor
Quincey KoziolQuincey Koziol
7f95d847e69MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_page_buffering_07
Quincey KoziolQuincey Koziol
cc75f67514cAlign with incoming page buffering changes: minor cleanups, centralize removing entries from collective metadata read list
Quincey KoziolQuincey Koziol
de2cb3289daCleanup changes during final merge of page buffering to develop
Allen ByrneAllen Byrne
c657f645c7eMMerge pull request #332 in HDFFV/hdf5 from ~BYRN/hdf5_adb:page_buffering to page_buffering * commit 'd33e0e478fde9957714ed8c8f7caf63c615c4408': Update number of tests Reduce chance of race condition
Allen ByrneAllen Byrne
d33e0e478fdUpdate number of tests
Allen ByrneAllen Byrne
31dada95b39Reduce chance of race condition