Network

 
AuthorCommitMessageCommit Date
Binh-Minh RiblerBinh-Minh Ribler
79dca0ba251MMerge 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 (...
Binh-Minh RiblerBinh-Minh Ribler
78e597427c6Description: 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
68055cea638MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_CppAPI into develop
Binh-Minh RiblerBinh-Minh Ribler
f067d70823dMMerge 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 ...
Scot BreitenfeldScot Breitenfeld
36b58147850MMerge 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.
Scot BreitenfeldScot Breitenfeld
c7fc321a6d4 Removed unused H5T_NATIVE_INTEGER_# variables due to NAG fixes. HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler
Allen ByrneAllen Byrne
9d71583920eMMerge 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
Allen ByrneAllen Byrne
d817b630203Fix copyright to point to cmake
Allen ByrneAllen Byrne
7d6bea96abcFix cyclic depends due to typo
Allen ByrneAllen Byrne
aee8233f162Correct how include is used when located inside project
Allen ByrneAllen Byrne
c6bc6dbbfb8HDFFV-9961: Add GIT option to ext lib macros
Allen ByrneAllen Byrne
0d0c711e88aUpdate copyright to latest from kitware
Scot BreitenfeldScot Breitenfeld
c604bca0445MMerge 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 KI...
Scot BreitenfeldScot Breitenfeld
f9364c00804removed the use of C_SIZEOF for non BIND(C) derived type
Scot BreitenfeldScot Breitenfeld
e45ee9fa961Fixed test to use storage_size instead of c_sizeof when available.
Scot BreitenfeldScot Breitenfeld
cd702dd0515fixed missing closing bracket
Scot BreitenfeldScot Breitenfeld
678d116eebeRemoved unused variables.
Scot BreitenfeldScot Breitenfeld
9fbebbe6d7cFixed: Fortran_DOUBLE was being set to C_LONG_DOUBLE when C_LONG_DOUBLE is not available.
Scot BreitenfeldScot Breitenfeld
c28c6873fedRemoved duplicate FCFLAG
Scot BreitenfeldScot Breitenfeld
064073307a4Removed duplicate FCFLAG.
Scot BreitenfeldScot Breitenfeld
3befe647ee9Added number of integer KINDs found to the header files.
Scot BreitenfeldScot Breitenfeld
41b22417b7eAdded path to source include files when building buidiface.
Scot BreitenfeldScot Breitenfeld
7e5fcd3a4a4Added rule to build buildiface program, without a rule, build would add repeated compile options when using the NAG compiler.
Scot BreitenfeldScot Breitenfeld
c06993b5b78MMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit 'a7fb4ede8601e135433ef2d23bf4bbb466d9f58d': Fix bug in "nooptype" decode in fix for TALOS-0177. Change check for number of dimensions for old-style arrays in datatype decoding routine from an assertion to an if/HGOTO_ERROR check, since it is inappropriate to assert the contents of a file will be what we expect. Fix issues in H5Znbit.c where the decompression algorithm would not check the compressed data for validi...
Scot BreitenfeldScot Breitenfeld
3a89114ce59Misc. cleaning up of the program.
Scot BreitenfeldScot Breitenfeld
7b056aadff5Added SEQUENCE to derived types for NAG: Section 81 of the compiler manual, e.g. at http://www.nag.co.uk/nagware/np/r61_doc/np61_manual.pdf covers details about the compiler's internal representations, including " Fortran derived types are translated into C structs. If BIND(C) or SEQUENCE is used, the order of the items within the struct is the same as the order within the derived type definition. Otherwise, the order of items is permuted to put larger types at the front of the struct so ...
Scot BreitenfeldScot Breitenfeld
7cbf491e29cmisc. format code-cleanup
Scot BreitenfeldScot Breitenfeld
3c37126585bRemoved the use of hard-coded integer KINDs.
Scot BreitenfeldScot Breitenfeld
362233bd452Code clean-up.
Scot BreitenfeldScot Breitenfeld
8eb76e1f65dMMerge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
Scot BreitenfeldScot Breitenfeld
392b8ce3c98HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler Fixes issues with KIND = BYTE assumptions.
Allen ByrneAllen Byrne
783f01f478fMMerge 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
Allen ByrneAllen Byrne
8c49b6e05a7HDFFV-9991: Remove uneeded file
Allen ByrneAllen Byrne
ec991ed4b81Fix missing defines for standalone perf
Allen ByrneAllen Byrne
9fd74f83e65Remove hanging property set
Allen ByrneAllen Byrne
031633c4791Revert clear objects for testfile removal
Allen ByrneAllen Byrne
dd9caf37d2eMerge test output file clearing into runTest.cmake
Allen ByrneAllen Byrne
869ef118e91Move clear-objects inside runTest
Dana RobinsonDana Robinson
620bfd58ae4MMerge pull request #55 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop Checkpoint update * commit '4a2669d51f8f839a63c1257c184318cd8c0ce1ae': Correct typo: add ' ' Snapshot release: increment version.
Larry KnoxLarry Knox
4a2669d51f8Correct typo: add ' '
Larry KnoxLarry Knox
6cb0d90338cSnapshot release: increment version.
Dana RobinsonDana Robinson
75333d5a91eMMerge 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
Dana RobinsonDana Robinson
dd47e42313fChanged H5Dcreate to H5Dcreate2 in test/evict_on_close.c
Allen ByrneAllen Byrne
c4cc97bd31dMMerge pull request #53 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '2299ff06c3dd9d5dee5320999a282f1526c27be7': Correct variable name Fix error reporting
Allen ByrneAllen Byrne
2299ff06c3dCorrect variable name
Allen ByrneAllen Byrne
fe71ac8d0eeFix error reporting
Dana RobinsonDana Robinson
ce3997f0419MMerge 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....
Dana RobinsonDana Robinson
cbc260e636e- Removed BRANCH.txt and MANIFEST entry - Fixed a missing line in H5Dint.c
Dana RobinsonDana Robinson
5088217e425- 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.
Dana RobinsonDana Robinson
77e7c43bf02MMerge branch 'develop' into evict_on_close