Commit Graph

15764 Commits

Author SHA1 Message Date
Allen Byrne
fabfa3c1f4 Fix typo 2016-10-14 13:10:18 -05:00
Allen Byrne
789c1d081a Correct typo in variable format 2016-10-14 12:46:38 -05:00
Allen Byrne
1414a0b03f Merge remote-tracking branch 'origin/develop' into bugfix/HDFFV-10003-examples-project-fails-to-build 2016-10-14 12:36:40 -05:00
Binh-Minh Ribler
14b1e13e80 Description:
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
2016-10-14 12:02:02 -05:00
Binh-Minh Ribler
202cb53058 Description:
Added test file titerate.cpp.
Platform tested:
    Verified with bin/chkmanifest
2016-10-14 12:02:02 -05:00
Binh-Minh Ribler
ef52b96a9a Description:
Removed commented out lines.
Platform tested
    Jam (only comments)
2016-10-14 12:02:02 -05:00
Binh-Minh Ribler
d26c3bef4d Purpose: Fix bug HDFFR-9920 cont.
Description:
    Added new test file titerate.cpp.
2016-10-14 12:02:02 -05:00
M. Scot Breitenfeld
21b5e3132e Fix: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.
2016-10-14 12:02:02 -05:00
M. Scot Breitenfeld
fe5c359ce9 Removed unused H5T_NATIVE_INTEGER_# variables due to NAG fixes.
HDFFV-9973
    Fortran library fails to compile and fails tests with NAG compiler
2016-10-14 12:02:02 -05:00
Binh-Minh Ribler
43dd56f0a0 Purpose: 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)
2016-10-14 12:02:01 -05:00
Binh-Minh Ribler
4fc6f27a5e Purpose: 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)
2016-10-14 12:02:01 -05:00
Allen Byrne
bb94c5efde Merge pull request #67 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '052ca6a74199005efe7f324f2a3ac508b18cdc27':
  Correct name and usage of cmake variable
  Add STGZ to mac cpack list
  Merge from master cmake_conf project
2016-10-14 11:46:02 -05:00
Allen Byrne
3ee36553b9 Add support for namespace and add tools to binaries config 2016-10-14 11:22:22 -05:00
Scot Breitenfeld
baecf9c5e6 Merge pull request #73 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdffv-9987 to develop
* commit 'de07b2d22435741fa7dc68faa80df3c0207c89fa':
  Fix:HDFFV-9987  With HDF5-1.10 you cannot specify default dataspace for Fortran (H5S_ALL_F)
2016-10-14 09:13:25 -05:00
Binh-Minh Ribler
79dca0ba25 Merge pull request #71 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cppapi:develop to develop
Merged in
- added titerate.cpp to MANIFEST
- moved H5Location::throwException to outside of an H5_NO_DEPRECATED_SYMBOLS block to fix daily test failure.

* commit '78e597427c6ffc32ed7cf515234c4cf18d05004f':
  Description:     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
  Description:     Added test file titerate.cpp. Platform tested:     Verified with bin/chkmanifest
2016-10-12 15:26:12 -05:00
Binh-Minh Ribler
78e597427c Description:
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
2016-10-12 14:21:57 -05:00
Binh-Minh Ribler
68055cea63 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_CppAPI into develop 2016-10-12 08:08:34 -05:00
Binh-Minh Ribler
fdb1202f50 Description:
Added test file titerate.cpp.
Platform tested:
    Verified with bin/chkmanifest
2016-10-12 08:06:59 -05:00
Binh-Minh Ribler
f067d70823 Merge pull request #45 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cppapi:develop to develop
This should be the final change for HDFFV-9920.

* commit 'c38f4af65bf9f8e3811eeb1fcf2ff2f44457bf3d':
  Description:     Removed commented out lines. Platform tested     Jam (only comments)
  Purpose: Fix bug HDFFR-9920 cont. Description:     Added new test file titerate.cpp.
  Purpose: 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)
  Purpose: 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.
2016-10-11 13:09:08 -05:00
Binh-Minh Ribler
c38f4af65b Description:
Removed commented out lines.
Platform tested
    Jam (only comments)
2016-10-11 09:42:00 -05:00
Binh-Minh Ribler
3c0afffb9d Purpose: Fix bug HDFFR-9920 cont.
Description:
    Added new test file titerate.cpp.
2016-10-11 00:14:25 -05:00
Allen Byrne
052ca6a741 Correct name and usage of cmake variable 2016-10-10 12:32:06 -05:00
M. Scot Breitenfeld
de07b2d224 Fix: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.
2016-10-10 10:25:09 -05:00
Allen Byrne
517bccdbfb Add STGZ to mac cpack list 2016-10-07 12:32:48 -05:00
Scot Breitenfeld
36b5814785 Merge pull request #65 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit 'c7fc321a6d4448c59cb621c46968a5245b080fa1':
  Removed unused H5T_NATIVE_INTEGER_# variables due to NAG fixes.
2016-10-07 10:40:06 -05:00
Allen Byrne
4cb4a78179 Merge from master cmake_conf project 2016-10-07 10:22:02 -05:00
M. Scot Breitenfeld
c7fc321a6d Removed unused H5T_NATIVE_INTEGER_# variables due to NAG fixes.
HDFFV-9973
    Fortran library fails to compile and fails tests with NAG compiler
2016-10-07 09:58:40 -05:00
Allen Byrne
9d71583920 Merge pull request #61 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-9961-add-git-to-ext-filter to develop
* commit 'd817b63020310b6f275a569529075551dd2b756e':
  Fix copyright to point to cmake
  Fix cyclic depends due to typo
  Correct how include is used when located inside project
  HDFFV-9961: Add GIT option to ext lib macros
  Update copyright to latest from kitware
2016-10-06 17:12:46 -05:00
Scot Breitenfeld
c604bca044 Merge pull request #47 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit 'f9364c0080405bb36d704eb3f9505029d3da41f4':
  removed the use of C_SIZEOF for non BIND(C) derived type
  Fixed test to use storage_size instead of c_sizeof when available.
  fixed missing closing bracket
  Removed unused variables.
  Fixed: Fortran_DOUBLE was being set to  C_LONG_DOUBLE when C_LONG_DOUBLE is not available.
  Removed duplicate FCFLAG
  Removed duplicate FCFLAG.
  Added number of integer KINDs found to the header files.
  Added path to source include files when building buidiface.
  Added rule to build buildiface program, without a rule, build would add repeated compile options when using the NAG compiler.
  Misc. cleaning up of the program.
  Added SEQUENCE to derived types for NAG:
  misc. format code-cleanup
  Removed the use of hard-coded integer KINDs.
  Code clean-up.
  HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler
2016-10-06 15:34:39 -05:00
Allen Byrne
d817b63020 Fix copyright to point to cmake 2016-10-06 13:52:55 -05:00
Allen Byrne
7d6bea96ab Fix cyclic depends due to typo 2016-10-05 16:17:39 -05:00
Allen Byrne
aee8233f16 Correct how include is used when located inside project 2016-10-05 15:49:26 -05:00
Allen Byrne
783f01f478 Merge pull request #57 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
All changes tested in Buildbot and locally.

* commit '8c49b6e05a7d40218b8129b29bd74bbd2b39758d':
  HDFFV-9991: Remove uneeded file
  Fix missing defines for standalone perf
  Remove hanging property set
  Revert clear objects for testfile removal
  Merge test output file clearing into runTest.cmake
  Move clear-objects inside runTest
2016-10-05 12:11:28 -05:00
Allen Byrne
c6bc6dbbfb HDFFV-9961: Add GIT option to ext lib macros 2016-10-04 16:46:13 -05:00
Allen Byrne
0d0c711e88 Update copyright to latest from kitware 2016-10-04 14:53:21 -05:00
Allen Byrne
8c49b6e05a HDFFV-9991: Remove uneeded file 2016-10-04 09:36:01 -05:00
Allen Byrne
ec991ed4b8 Fix missing defines for standalone perf 2016-10-03 17:07:21 -05:00
Allen Byrne
9fd74f83e6 Remove hanging property set 2016-10-03 15:45:31 -05:00
Allen Byrne
031633c479 Revert clear objects for testfile removal 2016-10-03 15:42:31 -05:00
Allen Byrne
dd9caf37d2 Merge test output file clearing into runTest.cmake 2016-10-03 15:34:11 -05:00
Allen Byrne
869ef118e9 Move clear-objects inside runTest 2016-10-03 14:50:41 -05:00
M. Scot Breitenfeld
f9364c0080 removed the use of C_SIZEOF for non BIND(C) derived type 2016-10-03 13:26:39 -05:00
Dana Robinson
620bfd58ae Merge pull request #55 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
Checkpoint update

* commit '4a2669d51f8f839a63c1257c184318cd8c0ce1ae':
  Correct typo:  add ' '
  Snapshot release:  increment version.
2016-10-01 09:55:57 -05:00
lrknox
4a2669d51f Correct typo: add ' ' 2016-10-01 09:47:31 -05:00
lrknox
6cb0d90338 Snapshot release: increment version. 2016-10-01 09:41:26 -05:00
Dana Robinson
75333d5a91 Merge pull request #54 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
Fixes the v16 API failures in the evict-on-close test.

* commit 'dd47e42313fd4d76da95b7e48013bcd0d8879434':
  Changed H5Dcreate to H5Dcreate2 in test/evict_on_close.c
2016-10-01 08:00:51 -05:00
Dana Robinson
dd47e42313 Changed H5Dcreate to H5Dcreate2 in test/evict_on_close.c 2016-10-01 07:23:57 -04:00
Allen Byrne
c4cc97bd31 Merge pull request #53 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '2299ff06c3dd9d5dee5320999a282f1526c27be7':
  Correct variable name
  Fix error reporting
2016-09-30 13:23:30 -05:00
Dana Robinson
ce3997f041 Merge pull request #52 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
Merged evict-on-close feature from branch (via develop in cloned repo).

* commit 'cbc260e636e258cc55d9fb8fdafd3bff0877ac23': (21 commits)
  - Removed BRANCH.txt and MANIFEST entry - Fixed a missing line in H5Dint.c
  - Removed non-implemented code from H5Gint.c - Removed commented-out debug code from H5Dint.c - Added blank lines to eliminate delta in a fortran file.
  Added full implementation of EoC cache test.
  Added code to create the test file for all chunk index and layout types.
  Fleshed out evict on close test that inspects cache.
  Added the beginnings of a file generator to the test.
  Fixed typo
  Added "Purpose:" information to the API call comments for the new functions.
  Cleaned up feature for dissemination to LLNL:     - Removed support for datatypes.     - Commented out support for groups     - General change clean-up     - Added a list of improvements to BRANCH.txt
  Removed blank line in Fortran file (leftover from last commit)
  Reverted H5T code since datatypes will not be supported at this time.
  Fixed format_convert and fortran files (bad merge?).
  Updated manifest. Was missing BRANCH.txt.
  Added missing evict on close test file line to test/CMakeLists.txt.
  [svn-r30110] Added missing evict_on_close.c file to test/.
  [svn-r30108] Moved group flush and evict code to H5G_close from H5Gclose.
  [svn-r30107] Moved dataset flush and evict code to H5D_close from H5Dclose.
  [svn-r30106] Moved datatype close code to new internal function. H5Oclose() now supports evict-on-close for datatypes.
  [svn-r30105] Datatypes and Groups now support evict-on-close.
  [svn-r30084] First pass at the evict-on-close feature.
  ...
2016-09-30 13:17:08 -05:00
Dana Robinson
cbc260e636 - Removed BRANCH.txt and MANIFEST entry
- Fixed a missing line in H5Dint.c
2016-09-30 13:06:12 -04:00