Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
6cd6daf8f90mpich module file is in env var
Quincey KoziolQuincey Koziol
fd268dca96eMMerge pull request #313 in HDFFV/hdf5 from merge_page_buffering_04 to develop * commit '321adc3a6f35e3e8f3b3c7be8680fcdff6660db6': Align w/incoming page buffering changes.
Quincey KoziolQuincey Koziol
321adc3a6f3Align w/incoming page buffering changes.
Allen ByrneAllen Byrne
1b8c195eb7bMMerge pull request #312 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'ca8aeefeba8d6285423b701c3a6a36a2ad42fbb5': MS keeps changing names Update docs and scripts for release Smale changes from CMake repo
Allen ByrneAllen Byrne
ca8aeefeba8MS keeps changing names
Allen ByrneAllen Byrne
ccee75d3e90Update docs and scripts for release
Allen ByrneAllen Byrne
64e1513f438Smale changes from CMake repo
Binh-Minh RiblerBinh-Minh Ribler
8578cb84992MMerge pull request #310 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp:develop to 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
Binh-Minh RiblerBinh-Minh Ribler
4fc97f28531MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp into develop
Dana RobinsonDana Robinson
ed4fa57298eMMerge pull request #309 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop * commit 'd2692f782a1ce660a855b2459e187e3e9425002d': Minor fix for duplicated H5Pclose() call in C++ tests.
Dana RobinsonDana Robinson
d2692f782a1MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop
Dana RobinsonDana Robinson
dca632bd960Minor fix for duplicated H5Pclose() call in C++ tests.
Quincey KoziolQuincey Koziol
42bbd8b6b05MMerge pull request #308 in HDFFV/hdf5 from merge_page_buffering_03 to develop * 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.
Quincey KoziolQuincey Koziol
c3321cba034MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_page_buffering_03
Dana RobinsonDana Robinson
054cc1af293MMerge pull request #307 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop * commit 'a247e3367847567de1b605bfb63e19e06ee582e9': Changed C++ comments to C comments in H5win32defs.h.
Dana RobinsonDana Robinson
a247e336784Changed C++ comments to C comments in H5win32defs.h.
Private HDFPrivate HDF
1fe01afe29cMMerge pull request #304 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop * 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.
Larry KnoxLarry Knox
be6e9282f6eMake release script fail and return failing exit code when any of the steps for creating the docs.tar file fails.
Larry KnoxLarry Knox
6924e1f9f8ch5vers: 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 developmen...
Quincey KoziolQuincey Koziol
4b5e05c084fFix some more signed -> unsigned value issues with cache data structures, also misc. style cleanups. All to align w/incoming page_buffering changes.
Binh-Minh RiblerBinh-Minh Ribler
d7c6fa00da4Purpose: Add new C++ wrappers 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) D...
Allen ByrneAllen Byrne
b55626e0715MMerge pull request #305 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'e545f474a507e68e6fdbe295b54e82343f020ca4': Correct filename typo
Allen ByrneAllen Byrne
e545f474a50Correct filename typo
Allen ByrneAllen Byrne
7238751d5abMMerge pull request #303 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '71cea2112f2445cd03ec6704e42671913aff11f9': Add new cmake options file
Allen ByrneAllen Byrne
71cea2112f2Add new cmake options file
Quincey KoziolQuincey Koziol
2c2fb928daaMMerge pull request #302 in HDFFV/hdf5 from merge_page_buffering_02 to develop * 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.
Quincey KoziolQuincey Koziol
101fa7af8ebCleanups and normalizations against incoming page_buffering changes.
Quincey KoziolQuincey Koziol
4a42b04e592Switch major error code from H5E_FSPACE [back] to H5E_RESOURCE
Quincey KoziolQuincey Koziol
b26b6843398Misc. style cleanups from the page_buffering branch.
Binh-Minh RiblerBinh-Minh Ribler
7e4b64bd834MMerge pull request #298 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp:develop to 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
Binh-Minh RiblerBinh-Minh Ribler
5f759d6d9f8Description: Fixed and added function comments. Platform tested: Jam (very minor)
Binh-Minh RiblerBinh-Minh Ribler
f51f05ec20fDescription: Fixed small typos Platform tested: Jam (very minor)
Binh-Minh RiblerBinh-Minh Ribler
40b13c74457Purpose: Add new C++ wrappers 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 ...
Larry KnoxLarry Knox
9fba21485d2MMerge pull request #295 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop * commit '92f4153a86a6a77f8d10507f3f922677da19a4b9': Resolve missed conflicts. Remove references to SVN. Check in changes to snapshot script from hdfdts repository to copy in HDF5 develop branch. Most of the changes are for the switch from subversion to it repositories. This copy is not used for THG daily tests, but is available for testing on remote machines.
Larry KnoxLarry Knox
92f4153a86aResolve missed conflicts.
Larry KnoxLarry Knox
4b0de5860f4MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
Larry KnoxLarry Knox
f37f35245d1Check in changes to snapshot script from hdfdts repository to copy in HDF5 develop branch. Most of the changes are for the switch from subversion to it repositories. This copy is not used for THG daily tests, but is available for testing on remote machines.
Larry KnoxLarry Knox
a22a9fe7337Remove references to SVN.
Allen ByrneAllen Byrne
adfe442b6beMMerge pull request #301 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'c37ecd5bba292e2b594547e0eeb6a385d20194b0': Add MPI_Fortran variables
Allen ByrneAllen Byrne
c37ecd5bba2Add MPI_Fortran variables
Allen ByrneAllen Byrne
c4a208819dbMMerge pull request #300 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '46bd5d0d95b83e4cd703907b0d950ef1ab6b309e': Correct name of file Update cmake build scripts, split out options to seprate file
Allen ByrneAllen Byrne
46bd5d0d95bCorrect name of file
Allen ByrneAllen Byrne
229033fea6cUpdate cmake build scripts, split out options to seprate file
Allen ByrneAllen Byrne
792a75afe16MMerge pull request #296 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '08b5edca0b6df7c50696ecf777ae5f108b19a953': Fix parallel h5diff test comapare Set depends test dependency for parallel h5diff Convert string APPEND to set commands Revert whitespace Close file before trying to remove it
Allen ByrneAllen Byrne
08b5edca0b6Fix parallel h5diff test comapare
Allen ByrneAllen Byrne
5e87ada6749Set depends test dependency for parallel h5diff
Allen ByrneAllen Byrne
00cd884aedbConvert string APPEND to set commands
Allen ByrneAllen Byrne
220cf7d3263Revert whitespace
Allen ByrneAllen Byrne
960f6941979Close file before trying to remove it
Dana RobinsonDana Robinson
fc8866d41e0MMerge pull request #294 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop * commit 'd875f7f3e65754f5618246cec47a75690a58e80c': Minor warning fixes.