Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
6c042b3e331MMerge pull request #121 in HDFFV/hdf5 from ~BYRN/hdf5_adb:revise_chunks to revise_chunks * commit '3cb2d2d4402fdcd958f64f7c5df8c7083085dea2': Update reference file to correct dims
Allen ByrneAllen Byrne
3cb2d2d4402Update reference file to correct dims
Quincey KoziolQuincey Koziol
ec6238a95e6Fixed mis-merged (or maybe just code drift?) in C++ to align with trunk.
Quincey KoziolQuincey Koziol
f7af5363a15Remove printf() from cache_tagging.c and switch EOC test to use new tag info struct
Quincey KoziolQuincey Koziol
360b7cb5580Fix typo
Quincey KoziolQuincey Koziol
7e247beb962Clean up typos
Allen ByrneAllen Byrne
d91f3adf4bcAdd error log for dlopen
Binh-Minh RiblerBinh-Minh Ribler
894b09feec4Description: - In the test for HDFFV-9758, a pragma pack(1) caused failure on Emu because Sparc cannot access misaligned data. Changed it to pack() to do the default alignment. - Added DOXYGEN_SHOULD_SKIP_THIS blocks to private elements to prevent warnings from doxygen. Platforms tested: SunOS 5.11 (emu) Linux/32 2.6 (jam)
Larry KnoxLarry Knox
8e22b8ad404Translate SVN commands and references to GIT.
Larry KnoxLarry Knox
a6c7c845262Translate svn commands and references to git.
Binh-Minh RiblerBinh-Minh Ribler
e3629b7f15cDescription: User's sample code used "not" instead of "!" and Windows does not like that. Fixed. Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test)
Binh-Minh RiblerBinh-Minh Ribler
7dcf5716071Purpose: Fix Packet Table issues cont. Description: Misc cleanups and comments in tests. Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test) Linux/64 (jelly)
Allen ByrneAllen Byrne
b039bfd2cd3Change return statement format.
Allen ByrneAllen Byrne
7e305914686Add defines missing on OSX
Allen ByrneAllen Byrne
58a57badd76remove unneeded defines
Binh-Minh RiblerBinh-Minh Ribler
de0456b45d1Miscellaneous code cleanup. Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test)
Binh-Minh RiblerBinh-Minh Ribler
1e447db66f2Description: - Removed calls to H5Tget_native_type in the PT code. The application would need to do that if desired. - Added Abhi's program to tests to verify the fix. - This fix might have fixed HDFFV-9927, HDFFV-9042, and the issue reported by Barbara Jones from Ametek as well. Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
Allen ByrneAllen Byrne
5e02ad64794Merge includes from sio file
Binh-Minh RiblerBinh-Minh Ribler
75b8d2b0772Description: Removed obsolet macros from C++ API: H5_NO_NAMESPACE, H5_NO_STD, __cplusplus Leave OLD_HEADER_FILENAME because iostream.h might still be in use, until further checking is done. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test) Jelly
Allen ByrneAllen Byrne
287c788576cAdd new testlib to copy
Allen ByrneAllen Byrne
f0172e23d10Correct multiple lib setting
Allen ByrneAllen Byrne
8c92c503849HDFFV-9996: Test file to verify that that multiple params are parsed
Allen ByrneAllen Byrne
09ab538f587Add missing EXPORT tag in INSTALL command
Dana RobinsonDana Robinson
7eff231207cFixed Windows dsets.c test failure. A 'static' keyword was removed from an array that needs it on Windows during a warning removal overhaul. Replacing it fixes the error. Tested on: 64-bit Windows 7 w/ VS 2015
Dana RobinsonDana Robinson
241b80bcf79Revert "Added C++ wrappers (get/setCoreWriteTracking()) for new" This reverts commit d93cb9ca25b5a5e987c6b9023f6868d47dd93a9a.
Dana RobinsonDana Robinson
aebbdc3a8e0Revert "Fixed Windows test failures." This reverts commit f1dcda5c8e23d4897b5fe49049b8d939313b39c6.
derobinsderobins
3be005bf6ccFixed Windows test failures. Replaced a static keyword that was deleted during a warnings overhaul. Tested on 64-bit Visual Studio 2015
Allen ByrneAllen Byrne
3f5bc30d2bdCorrect text - missing GIT option
Allen ByrneAllen Byrne
816da59521aCorrect text - missing GIT option
Allen ByrneAllen Byrne
09edbf990e1Remove test only tools from exports
Allen ByrneAllen Byrne
3399594e8f8Fix typo
Allen ByrneAllen Byrne
2883721102cCorrect typo in variable format
Allen ByrneAllen Byrne
083d6ba495cCorrect typo of variable format
Binh-Minh RiblerBinh-Minh Ribler
33b15160ed4Description: Fixed typo that caused daily test failed when --enable-deprecated-symbols is used. Also, removed a commented-out function. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) with --enable-deprecated-symbols
Binh-Minh RiblerBinh-Minh Ribler
4ef6308e675Description: Added test file titerate.cpp. Platform tested: Verified with bin/chkmanifest
Binh-Minh RiblerBinh-Minh Ribler
551b6503b82Description: Removed commented out lines. Platform tested Jam (only comments)
Binh-Minh RiblerBinh-Minh Ribler
164697a300ePurpose: Fix bug HDFFR-9920 cont. Description: Added new test file titerate.cpp.
Scot BreitenfeldScot Breitenfeld
fe23ab8b143Fix:HDFFV-9987 With HDF5-1.10 you cannot specify default dataspace for Fortran (H5S_ALL_F) Resolution: Made H5S_ALL_F INTEGER(HID_T) to match C.
Scot BreitenfeldScot Breitenfeld
9a3d5167fef Removed unused H5T_NATIVE_INTEGER_# variables due to NAG fixes. HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler
Binh-Minh RiblerBinh-Minh Ribler
f02eddb28c8Purpose: Updated documentation Description: Revised class brief description and other comments for up-to-date info. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Binh-Minh RiblerBinh-Minh Ribler
e74e6287c67Purpose: Fix bug HDFFR-9920 cont. Description: Adding user's test revealed a flaw in the fix. Moved CommonFG's functions in Group to H5Location, so that they could be called by objects that can be used to specify a location Also, rearranged many "#include" header files to resolve conflicts. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Allen ByrneAllen Byrne
729e4aa73dbAdd support for namespace and add tools to binaries config
Binh-Minh RiblerBinh-Minh Ribler
6b5bfa40625Description: Fixed typo that caused daily test failed when --enable-deprecated-symbols is used. Also, removed a commented-out function. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) with --enable-deprecated-symbols
Binh-Minh RiblerBinh-Minh Ribler
ae490336833Description: Added test file titerate.cpp. Platform tested: Verified with bin/chkmanifest
Binh-Minh RiblerBinh-Minh Ribler
7a54c62f4deDescription: Removed commented out lines. Platform tested Jam (only comments)
Binh-Minh RiblerBinh-Minh Ribler
4d92209dd76Purpose: Fix bug HDFFR-9920 cont. Description: Added new test file titerate.cpp.
Allen ByrneAllen Byrne
3a80b636aecCorrect name and usage of cmake variable
Scot BreitenfeldScot Breitenfeld
d12ea257f7aFix:HDFFV-9987 With HDF5-1.10 you cannot specify default dataspace for Fortran (H5S_ALL_F) Resolution: Made H5S_ALL_F INTEGER(HID_T) to match C.
Allen ByrneAllen Byrne
94bc3460eaeAdd STGZ to mac cpack list
Allen ByrneAllen Byrne
a310e37f4b3Merge from master cmake_conf project