summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #321 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-03-0255-756/+762
|\ | | | | | | | | | | | | | | * commit 'f4dd30f41ccee7bcd97fba065573c5201cbcc743': Update CMake formatting Update CMake files and formatting HDFFV-10120 verify nozlib checking with tools tests cmake non-code typo
| * Update CMake formattingAllen Byrne2017-03-011-95/+95
| |
| * Update CMake files and formattingAllen Byrne2017-03-0154-619/+612
| |
| * HDFFV-10120 verify nozlib checking with tools testsAllen Byrne2017-03-011-41/+54
| |
| * cmake non-code typoAllen Byrne2017-03-011-1/+1
| |
* | Merge pull request #319 in HDFFV/hdf5 from merge_page_buffering_07 to developQuincey Koziol2017-03-0214-191/+58
|\ \ | | | | | | | | | | | | * commit '5df52404bc6f6323ebf064b3d82b8e683de96eba': Misc. small cleanups to sync against incoming page buffering changes.
| * | Misc. small cleanups to sync against incoming page buffering changes.Quincey Koziol2017-03-0214-191/+58
| | |
* | | Merge pull request #320 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-03-021-2/+2
|\ \ \ | |/ / |/| | | | | | | | * commit 'acdd8463bf97f84f9d50e10b16bfd3e3945207c1': Added "flush" and "refresh" to testflushrefresh.sh error output so it's easier to see where errors in the script occur.
| * | Added "flush" and "refresh" to testflushrefresh.sh error output soDana Robinson2017-03-021-2/+2
|/ / | | | | | | it's easier to see where errors in the script occur.
* | Merge pull request #318 in HDFFV/hdf5 from merge_page_buffering_06 to developQuincey Koziol2017-03-017-757/+749
|\ \ | |/ |/| | | | | * commit '90a0d07f099831f5b6070fa647dab86dacc0aaad': Normalize against incoming page buffering changes.
| * Normalize against incoming page buffering changes.Quincey Koziol2017-03-017-757/+749
|/
* Merge pull request #316 in HDFFV/hdf5 from merge_page_buffering_05 to developQuincey Koziol2017-02-289-148/+148
|\ | | | | | | | | | | | | * commit 'cf932610999de00867c0a0bb3a08ee3bbf39a158': Correct issues from pull request reviews. Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0: Fix some more signed -> unsigned value issues with cache data structures, also misc. style cleanups. All to align w/incoming page_buffering changes. Revert "Fix some more signed -> unsigned value issues with cache data structures, also"
| * Correct issues from pull request reviews.Quincey Koziol2017-02-282-3/+2
| |
| * Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0:Quincey Koziol2017-02-2812-315/+229
| | | | | | | | | | Fix some more signed -> unsigned value issues with cache data structures, also misc. style cleanups. All to align w/incoming page_buffering changes.
| * Revert "Fix some more signed -> unsigned value issues with cache data ↵Quincey Koziol2017-02-2811-126/+213
| | | | | | | | | | | | structures, also" This reverts commit 4b5e05c084f93c35dae946c2c9e814d565a613b0.
* | Merge pull request #315 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-02-284-3/+12
|\ \ | |/ |/| | | | | | | * commit '8d909320bf752baa32c13c0d4e2a29985a0e923b': Added virtual to list mpich module file is in env var
| * Added virtual to listAllen Byrne2017-02-272-2/+8
| |
| * mpich module file is in env varAllen Byrne2017-02-242-1/+4
| |
* | Merge pull request #313 in HDFFV/hdf5 from merge_page_buffering_04 to developQuincey Koziol2017-02-259-182/+121
|\ \ | |/ |/| | | | | * commit '321adc3a6f35e3e8f3b3c7be8680fcdff6660db6': Align w/incoming page buffering changes.
| * Align w/incoming page buffering changes.Quincey Koziol2017-02-259-182/+121
|/
* Merge pull request #312 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-02-249-113/+167
|\ | | | | | | | | | | | | * commit 'ca8aeefeba8d6285423b701c3a6a36a2ad42fbb5': MS keeps changing names Update docs and scripts for release Smale changes from CMake repo
| * MS keeps changing namesAllen Byrne2017-02-241-1/+1
| |
| * Update docs and scripts for releaseAllen Byrne2017-02-248-112/+162
| |
| * Smale changes from CMake repoAllen Byrne2017-02-231-0/+4
| |
* | Merge pull request #310 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp:develop to ↵Binh-Minh Ribler2017-02-246-31/+174
|\ \ | |/ |/| | | | | | | | | | | | | develop Added H5File::getFileInfo; IdComponent::getNumMembers and typeExists * commit '4fc97f28531bd89640c10389dd36270335e5a971': Purpose: Add new C++ wrappers Description: Added wrappers for H5Fget_info2, H5Inmembers, and H5Itype_exists
| * Merge branch 'develop' of ↵Binh-Minh Ribler2017-02-2315-236/+363
| |\ | |/ |/| | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp into develop
* | Merge pull request #309 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-02-231-2/+1
|\ \ | | | | | | | | | | | | * commit 'd2692f782a1ce660a855b2459e187e3e9425002d': Minor fix for duplicated H5Pclose() call in C++ tests.
| * \ Merge branch 'develop' of ↵Dana Robinson2017-02-230-0/+0
| |\ \ | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop
| * | | Minor fix for duplicated H5Pclose() call in C++ tests.Dana Robinson2017-02-231-2/+1
| | | |
* | | | Merge pull request #308 in HDFFV/hdf5 from merge_page_buffering_03 to developQuincey Koziol2017-02-2311-213/+126
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | * commit 'c3321cba03450d8d70934505f40676c3a530a2cb': Fix some more signed -> unsigned value issues with cache data structures, also misc. style cleanups. All to align w/incoming page_buffering changes.
| * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2017-02-234-21/+237
| |\ \ \ | |/ / / |/| | | | | | | merge_page_buffering_03
* | | | Merge pull request #307 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-02-231-2/+2
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * commit 'a247e3367847567de1b605bfb63e19e06ee582e9': Changed C++ comments to C comments in H5win32defs.h.
| * | | Changed C++ comments to C comments in H5win32defs.h.Dana Robinson2017-02-221-2/+2
|/ / /
* | | Merge pull request #304 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develophdftest2017-02-222-19/+234
|\ \ \ | | | | | | | | | | | | | | | | | | | | * commit 'be6e9282f6ed824c367d364b4edd79d00b23f9f1': Make release script fail and return failing exit code when any of the steps for creating the docs.tar file fails. h5vers: Added code to update version strings in config/cmake/scripts/HDF5config.cmake.
| * | | Make release script fail and return failing exit code when any of the steps ↵lrknox2017-02-211-5/+5
| | | | | | | | | | | | | | | | for creating the docs.tar file fails.
| * | | h5vers:lrknox2017-02-212-14/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added code to update version strings in config/cmake/scripts/HDF5config.cmake. release: Added options to create CMake tar.gz and zip files containing the HDF5 source and scripts to build and test HDF5 with cmake and ctest by running a single command. These were previously assembled manually. Added a call to h5vers to set the version being released where it occurs in files. In particular, the sub-release version string "currently under development" was not being removed from cpp_doc_config or HDF5config.cmake.
| | * | Fix some more signed -> unsigned value issues with cache data structures, alsoQuincey Koziol2017-02-2311-213/+126
| | | | | | | | | | | | | | | | misc. style cleanups. All to align w/incoming page_buffering changes.
| | | * Purpose: Add new C++ wrappersBinh-Minh Ribler2017-02-236-31/+174
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Added wrappers for H5Fget_info2, H5Inmembers, and H5Itype_exists // Gets general information about this file. void getFileInfo(H5F_info2_t& file_info) const; // Returns the number of members in a type. static hsize_t getNumMembers(H5I_type_t type); // Determines if an element type exists. static bool typeExists(H5I_type_t type); Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
* | | Merge pull request #305 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-02-221-1/+1
|\ \ \ | |/ / |/| | | | | | | | * commit 'e545f474a507e68e6fdbe295b54e82343f020ca4': Correct filename typo
| * | Correct filename typoAllen Byrne2017-02-221-1/+1
|/ /
* | Merge pull request #303 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-02-201-1/+2
|\ \ | |/ |/| | | | | * commit '71cea2112f2445cd03ec6704e42671913aff11f9': Add new cmake options file
| * Add new cmake options fileAllen Byrne2017-02-201-1/+2
|/
* Merge pull request #302 in HDFFV/hdf5 from merge_page_buffering_02 to developQuincey Koziol2017-02-2020-822/+592
|\ | | | | | | | | | | | | * commit '101fa7af8ebe26ad015b64d3b881df8a9124ccc2': Cleanups and normalizations against incoming page_buffering changes. Switch major error code from H5E_FSPACE [back] to H5E_RESOURCE Misc. style cleanups from the page_buffering branch.
| * Cleanups and normalizations against incoming page_buffering changes.Quincey Koziol2017-02-2013-183/+190
| |
| * Switch major error code from H5E_FSPACE [back] to H5E_RESOURCEQuincey Koziol2017-02-182-102/+102
| |
| * Misc. style cleanups from the page_buffering branch.Quincey Koziol2017-02-187-673/+436
|/
* Merge pull request #298 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp:develop to ↵Binh-Minh Ribler2017-02-173-4/+160
|\ | | | | | | | | | | | | | | | | | | | | develop New C++ wrappers for H5P[s/g]et_file_space. * commit '5f759d6d9f804d99572f605f9d9933c897ef3671': Description: Fixed and added function comments. Platform tested: Jam (very minor) Description: Fixed small typos Platform tested: Jam (very minor) Purpose: Add new C++ wrappers Description: Added wrappers for H5Pset_file_space and H5Pget_file_space
| * Description:Binh-Minh Ribler2017-02-161-2/+10
| | | | | | | | | | | | Fixed and added function comments. Platform tested: Jam (very minor)
| * Description:Binh-Minh Ribler2017-02-151-1/+1
| | | | | | | | | | | | Fixed small typos Platform tested: Jam (very minor)
| * Purpose: Add new C++ wrappersBinh-Minh Ribler2017-02-153-4/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Added wrappers for H5Pset_file_space and H5Pget_file_space // Sets the strategy and the threshold value that the library will // will employ in managing file space. void setFileSpace(H5F_file_space_type_t strategy, hsize_t threshold) const; // Returns the strategy that the library uses in managing file space. H5F_file_space_type_t getFileSpaceStrategy() const; // Returns the threshold value that the library uses in tracking free // space sections. hsize_t getFileSpaceThreshold() const; Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)