Author Commit Message Commit Date Scot Breitenfeld 07b1fdd0b57 Removed unused H5T_NATIVE_INTEGER_# variables due to NAG fixes.
HDFFV-9973
Fortran library fails to compile and fails tests with NAG compiler 07 Oct 2016 Allen Byrne 5b14cbdeaae Fix copyright to point to cmake 06 Oct 2016 Allen Byrne bde59ae16b7 Fix cyclic depends due to typo 05 Oct 2016 Allen Byrne b8dbdc1a0f6 Correct how include is used when located inside project 05 Oct 2016 Dana Robinson 2efa1a5491b Added C++ wrappers (get/setCoreWriteTracking()) for new
H5Pset/get_core_write_tracking() API calls. 04 Oct 2016 Allen Byrne cdb582ab28d HDFFV-9961: Add GIT option to ext lib macros 04 Oct 2016 Allen Byrne ac69c8e91c6 Update copyright to latest from kitware 04 Oct 2016 Allen Byrne 7edf94e2d04 HDFFV-9991: Remove uneeded file 04 Oct 2016 Allen Byrne 9625058c107 Fix missing defines for standalone perf 03 Oct 2016 Allen Byrne 26d93c9c7a8 Remove hanging property set 03 Oct 2016 Allen Byrne ad9e879a916 Revert clear objects for testfile removal 03 Oct 2016 Allen Byrne 79593fef42f Merge test output file clearing into runTest.cmake 03 Oct 2016 Allen Byrne a160d8fa5b3 Move clear-objects inside runTest 03 Oct 2016 Scot Breitenfeld 70cea3f10fb removed the use of C_SIZEOF for non BIND(C) derived type 03 Oct 2016 Larry Knox 1ee50abdc45 Correct typo: add ' ' 01 Oct 2016 Larry Knox 7e0767e9c22 Snapshot release: increment version. 01 Oct 2016 Dana Robinson 2eefc77eed8 Changed H5Dcreate to H5Dcreate2 in test/evict_on_close.c 01 Oct 2016 Allen Byrne aec0a1cf2f8 Correct variable name 30 Sep 2016 Allen Byrne 9a80b5e1a19 Fix error reporting 30 Sep 2016 Quincey Koziol a491249bbb9 Clean up hardcoded constants and check return values better. (Comments from
group code review) 29 Sep 2016 Scot Breitenfeld 42aec2c15d5 Fixed test to use storage_size instead of c_sizeof when available. 29 Sep 2016 Scot Breitenfeld 0f0a3ca3cd6 fixed missing closing bracket 29 Sep 2016 Quincey Koziol 75bf5a60b07 Description:
Cleanups from Dana's review.
Tested on:
MacOSX/64 10.11.5 (amazon) w/C++ & FORTRAN
(h5committest forthcoming) 29 Sep 2016 Scot Breitenfeld 5214b3dc8fe Removed unused variables. 29 Sep 2016 Scot Breitenfeld a5e1b1cc46e Fixed: Fortran_DOUBLE was being set to C_LONG_DOUBLE when C_LONG_DOUBLE is not available. 29 Sep 2016 Scot Breitenfeld 6b447c13ec7 Removed duplicate FCFLAG 29 Sep 2016 Scot Breitenfeld 28c1f0c9db3 Removed duplicate FCFLAG. 29 Sep 2016 Quincey Koziol 6f8f0a8f7c0 Description:
Further warning cleanups: from 667 warnings to 503. 27 Sep 2016 Binh-Minh Ribler 96cbb3b5cfb 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) 26 Sep 2016 Scot Breitenfeld 1acb72461ca Added number of integer KINDs found to the header files. 26 Sep 2016 Scot Breitenfeld d4b046f6ac2 Added path to source include files when building buidiface. 26 Sep 2016 Scot Breitenfeld fcdc768fc66 Added rule to build buildiface program, without a rule, build would add repeated compile options when using the NAG compiler. 26 Sep 2016 Scot Breitenfeld a8f51bd19af Misc. cleaning up of the program. 23 Sep 2016 Scot Breitenfeld f5e5cce2cb4 Added 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 ... 23 Sep 2016 Scot Breitenfeld 139c335f28a misc. format code-cleanup 22 Sep 2016 Scot Breitenfeld 1f1670bcd86 Removed the use of hard-coded integer KINDs. 22 Sep 2016 Scot Breitenfeld 18b48f27dfb Code clean-up. 22 Sep 2016 Scot Breitenfeld cc8ad1570b3 HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler
Fixes issues with KIND = BYTE assumptions. 22 Sep 2016 Binh-Minh Ribler 4d1d1538d26 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) 21 Sep 2016 Allen Byrne 3c8b85fb659 Add missing target depends command 21 Sep 2016 Allen Byrne e63cff23be8 Correct clear objects working dir 21 Sep 2016 Allen Byrne 668ee3fead4 Fix typo 21 Sep 2016 Allen Byrne 1a6c1f588a7 Add missing SH to target name 21 Sep 2016 Allen Byrne 7ccc7538f0a Add gen file technique to HL and test fortran libraries 21 Sep 2016 Allen Byrne c8e0293df18 Add WORKING_DIR to command 20 Sep 2016 Allen Byrne d2ee4f9fa1c Add target depends require separate folders 20 Sep 2016 Allen Byrne f1c55287744 Add another source property 20 Sep 2016 Allen Byrne eea30251eaf Update generated files commands and properties 20 Sep 2016 Allen Byrne c61c087637b Chage command proces to generate file before use. 20 Sep 2016 Allen Byrne 4e5bd3addb5 Eliminate unreferenced local variable warning 19 Sep 2016 ← Prev Next → require('plugin/commitgraph/network').applyCommits([{id: '07b1fdd0b578a3a44ceda1e2e42c376b12e5cc88', href: '/users/frank.willmore/repos/hdf5_der/commits/07b1fdd0b578a3a44ceda1e2e42c376b12e5cc88',parents: [{ id: '5b14cbdeaae21b754467c5cd09ac4f49473f1a18' }]},{id: '5b14cbdeaae21b754467c5cd09ac4f49473f1a18', href: '/users/frank.willmore/repos/hdf5_der/commits/5b14cbdeaae21b754467c5cd09ac4f49473f1a18',parents: [{ id: 'bde59ae16b7ce389ad09196673caf7922d502b13' }]},{id: 'bde59ae16b7ce389ad09196673caf7922d502b13', href: '/users/frank.willmore/repos/hdf5_der/commits/bde59ae16b7ce389ad09196673caf7922d502b13',parents: [{ id: 'b8dbdc1a0f6215d48c84ed5c21ab1d0cc641a165' }]},{id: 'b8dbdc1a0f6215d48c84ed5c21ab1d0cc641a165', href: '/users/frank.willmore/repos/hdf5_der/commits/b8dbdc1a0f6215d48c84ed5c21ab1d0cc641a165',parents: [{ id: '2efa1a5491b93f88d40b1a176a88c285b6a52525' }]},{id: '2efa1a5491b93f88d40b1a176a88c285b6a52525', href: '/users/frank.willmore/repos/hdf5_der/commits/2efa1a5491b93f88d40b1a176a88c285b6a52525',parents: [{ id: 'cdb582ab28d64407d6ead894107c0fdd2d1ea2d1' }]},{id: 'cdb582ab28d64407d6ead894107c0fdd2d1ea2d1', href: '/users/frank.willmore/repos/hdf5_der/commits/cdb582ab28d64407d6ead894107c0fdd2d1ea2d1',parents: [{ id: 'ac69c8e91c62b9fdc9d8d16204ad21b810873244' }]},{id: 'ac69c8e91c62b9fdc9d8d16204ad21b810873244', href: '/users/frank.willmore/repos/hdf5_der/commits/ac69c8e91c62b9fdc9d8d16204ad21b810873244',parents: [{ id: '7edf94e2d04f2f93f966eef6e32152dc2afac519' }]},{id: '7edf94e2d04f2f93f966eef6e32152dc2afac519', href: '/users/frank.willmore/repos/hdf5_der/commits/7edf94e2d04f2f93f966eef6e32152dc2afac519',parents: [{ id: '9625058c10729e58e0a98909e053aedbbeb38120' }]},{id: '9625058c10729e58e0a98909e053aedbbeb38120', href: '/users/frank.willmore/repos/hdf5_der/commits/9625058c10729e58e0a98909e053aedbbeb38120',parents: [{ id: '26d93c9c7a829b3045505a2993f0a26de9d3ec45' }]},{id: '26d93c9c7a829b3045505a2993f0a26de9d3ec45', href: '/users/frank.willmore/repos/hdf5_der/commits/26d93c9c7a829b3045505a2993f0a26de9d3ec45',parents: [{ id: 'ad9e879a916bdeaa79567c563456aecaa526848e' }]},{id: 'ad9e879a916bdeaa79567c563456aecaa526848e', href: '/users/frank.willmore/repos/hdf5_der/commits/ad9e879a916bdeaa79567c563456aecaa526848e',parents: [{ id: '79593fef42fa8915bbedd3ea2757bb11d2d70b1f' }]},{id: '79593fef42fa8915bbedd3ea2757bb11d2d70b1f', href: '/users/frank.willmore/repos/hdf5_der/commits/79593fef42fa8915bbedd3ea2757bb11d2d70b1f',parents: [{ id: 'a160d8fa5b3e3e026b3cec7d06fb1998b6e7b285' }]},{id: 'a160d8fa5b3e3e026b3cec7d06fb1998b6e7b285', href: '/users/frank.willmore/repos/hdf5_der/commits/a160d8fa5b3e3e026b3cec7d06fb1998b6e7b285',parents: [{ id: '70cea3f10fba2ede2e1617e8ab2ab118aaec175a' }]},{id: '70cea3f10fba2ede2e1617e8ab2ab118aaec175a', href: '/users/frank.willmore/repos/hdf5_der/commits/70cea3f10fba2ede2e1617e8ab2ab118aaec175a',parents: [{ id: '1ee50abdc4565cc6e2354162491a27a4ad972cbd' }]},{id: '1ee50abdc4565cc6e2354162491a27a4ad972cbd', href: '/users/frank.willmore/repos/hdf5_der/commits/1ee50abdc4565cc6e2354162491a27a4ad972cbd',parents: [{ id: '7e0767e9c22860009694d97a34db8bc31db4fd6f' }]},{id: '7e0767e9c22860009694d97a34db8bc31db4fd6f', href: '/users/frank.willmore/repos/hdf5_der/commits/7e0767e9c22860009694d97a34db8bc31db4fd6f',parents: [{ id: '2eefc77eed8077ad272b0de30bce2d307c76138e' }]},{id: '2eefc77eed8077ad272b0de30bce2d307c76138e', href: '/users/frank.willmore/repos/hdf5_der/commits/2eefc77eed8077ad272b0de30bce2d307c76138e',parents: [{ id: 'aec0a1cf2f8bcd761285cc48480b57c4ab8a7892' }]},{id: 'aec0a1cf2f8bcd761285cc48480b57c4ab8a7892', href: '/users/frank.willmore/repos/hdf5_der/commits/aec0a1cf2f8bcd761285cc48480b57c4ab8a7892',parents: [{ id: '9a80b5e1a19568b57af1ee18f7ba870b64ded8cd' }]},{id: '9a80b5e1a19568b57af1ee18f7ba870b64ded8cd', href: '/users/frank.willmore/repos/hdf5_der/commits/9a80b5e1a19568b57af1ee18f7ba870b64ded8cd',parents: [{ id: 'a491249bbb9f7d0c9002383d399964fe1067112a' }]},{id: 'a491249bbb9f7d0c9002383d399964fe1067112a', href: '/users/frank.willmore/repos/hdf5_der/commits/a491249bbb9f7d0c9002383d399964fe1067112a',parents: [{ id: '42aec2c15d5693ac4f62c0279666821596536fa8' }]},{id: '42aec2c15d5693ac4f62c0279666821596536fa8', href: '/users/frank.willmore/repos/hdf5_der/commits/42aec2c15d5693ac4f62c0279666821596536fa8',parents: [{ id: '0f0a3ca3cd618fdc25cf53cc39124f861c191cd0' }]},{id: '0f0a3ca3cd618fdc25cf53cc39124f861c191cd0', href: '/users/frank.willmore/repos/hdf5_der/commits/0f0a3ca3cd618fdc25cf53cc39124f861c191cd0',parents: [{ id: '75bf5a60b07d36088d0f3d5de7021d7a1088c7d2' }]},{id: '75bf5a60b07d36088d0f3d5de7021d7a1088c7d2', href: '/users/frank.willmore/repos/hdf5_der/commits/75bf5a60b07d36088d0f3d5de7021d7a1088c7d2',parents: [{ id: '5214b3dc8fed2c92009e414ee1ee69fe62d4d277' }]},{id: '5214b3dc8fed2c92009e414ee1ee69fe62d4d277', href: '/users/frank.willmore/repos/hdf5_der/commits/5214b3dc8fed2c92009e414ee1ee69fe62d4d277',parents: [{ id: 'a5e1b1cc46eb735b42ba4bd7326f185f8427be5d' }]},{id: 'a5e1b1cc46eb735b42ba4bd7326f185f8427be5d', href: '/users/frank.willmore/repos/hdf5_der/commits/a5e1b1cc46eb735b42ba4bd7326f185f8427be5d',parents: [{ id: '6b447c13ec74ed05709e2d76ed8239d3c63ac879' }]},{id: '6b447c13ec74ed05709e2d76ed8239d3c63ac879', href: '/users/frank.willmore/repos/hdf5_der/commits/6b447c13ec74ed05709e2d76ed8239d3c63ac879',parents: [{ id: '28c1f0c9db3c32970f176e785a2f844f89674126' }]},{id: '28c1f0c9db3c32970f176e785a2f844f89674126', href: '/users/frank.willmore/repos/hdf5_der/commits/28c1f0c9db3c32970f176e785a2f844f89674126',parents: [{ id: '6f8f0a8f7c0f7970101f32013ac21202c7ecfab7' }]},{id: '6f8f0a8f7c0f7970101f32013ac21202c7ecfab7', href: '/users/frank.willmore/repos/hdf5_der/commits/6f8f0a8f7c0f7970101f32013ac21202c7ecfab7',parents: [{ id: '96cbb3b5cfbae5bfd8d8addbd99f152b7239753b' }]},{id: '96cbb3b5cfbae5bfd8d8addbd99f152b7239753b', href: '/users/frank.willmore/repos/hdf5_der/commits/96cbb3b5cfbae5bfd8d8addbd99f152b7239753b',parents: [{ id: '1acb72461ca07735b48c25523f79b5d3206be095' }]},{id: '1acb72461ca07735b48c25523f79b5d3206be095', href: '/users/frank.willmore/repos/hdf5_der/commits/1acb72461ca07735b48c25523f79b5d3206be095',parents: [{ id: 'd4b046f6ac22c95bb95344c7defc39f8648f9731' }]},{id: 'd4b046f6ac22c95bb95344c7defc39f8648f9731', href: '/users/frank.willmore/repos/hdf5_der/commits/d4b046f6ac22c95bb95344c7defc39f8648f9731',parents: [{ id: 'fcdc768fc667f05a56b1bb1bcab40db78c7c1ffa' }]},{id: 'fcdc768fc667f05a56b1bb1bcab40db78c7c1ffa', href: '/users/frank.willmore/repos/hdf5_der/commits/fcdc768fc667f05a56b1bb1bcab40db78c7c1ffa',parents: [{ id: 'a8f51bd19af66990490dbf1623eec747802fc66b' }]},{id: 'a8f51bd19af66990490dbf1623eec747802fc66b', href: '/users/frank.willmore/repos/hdf5_der/commits/a8f51bd19af66990490dbf1623eec747802fc66b',parents: [{ id: 'f5e5cce2cb47530c2b91bf58ddfb634c47592c8f' }]},{id: 'f5e5cce2cb47530c2b91bf58ddfb634c47592c8f', href: '/users/frank.willmore/repos/hdf5_der/commits/f5e5cce2cb47530c2b91bf58ddfb634c47592c8f',parents: [{ id: '139c335f28ab08a983cd4fffc89fd4db73744ee0' }]},{id: '139c335f28ab08a983cd4fffc89fd4db73744ee0', href: '/users/frank.willmore/repos/hdf5_der/commits/139c335f28ab08a983cd4fffc89fd4db73744ee0',parents: [{ id: '1f1670bcd863e984a4469d60bec2c403ee04c7ff' }]},{id: '1f1670bcd863e984a4469d60bec2c403ee04c7ff', href: '/users/frank.willmore/repos/hdf5_der/commits/1f1670bcd863e984a4469d60bec2c403ee04c7ff',parents: [{ id: '18b48f27dfb5ebb264889d33daee2ecd871a6a40' }]},{id: '18b48f27dfb5ebb264889d33daee2ecd871a6a40', href: '/users/frank.willmore/repos/hdf5_der/commits/18b48f27dfb5ebb264889d33daee2ecd871a6a40',parents: [{ id: 'cc8ad1570b3a863bfd48e89db32b04cd59b369a4' }]},{id: 'cc8ad1570b3a863bfd48e89db32b04cd59b369a4', href: '/users/frank.willmore/repos/hdf5_der/commits/cc8ad1570b3a863bfd48e89db32b04cd59b369a4',parents: [{ id: '4d1d1538d265b9a4b42ff6d85da3b24128c6fcfa' }]},{id: '4d1d1538d265b9a4b42ff6d85da3b24128c6fcfa', href: '/users/frank.willmore/repos/hdf5_der/commits/4d1d1538d265b9a4b42ff6d85da3b24128c6fcfa',parents: [{ id: '3c8b85fb65958c5bb708c71c282fc5a18f4b8683' }]},{id: '3c8b85fb65958c5bb708c71c282fc5a18f4b8683', href: '/users/frank.willmore/repos/hdf5_der/commits/3c8b85fb65958c5bb708c71c282fc5a18f4b8683',parents: [{ id: 'e63cff23be8ad20d1c0b04c2adabc7b537995b1f' }]},{id: 'e63cff23be8ad20d1c0b04c2adabc7b537995b1f', href: '/users/frank.willmore/repos/hdf5_der/commits/e63cff23be8ad20d1c0b04c2adabc7b537995b1f',parents: [{ id: '668ee3fead46237b989a7c152689faceae4c1a20' }]},{id: '668ee3fead46237b989a7c152689faceae4c1a20', href: '/users/frank.willmore/repos/hdf5_der/commits/668ee3fead46237b989a7c152689faceae4c1a20',parents: [{ id: '1a6c1f588a709fc343883539346c8baacabeee5a' }]},{id: '1a6c1f588a709fc343883539346c8baacabeee5a', href: '/users/frank.willmore/repos/hdf5_der/commits/1a6c1f588a709fc343883539346c8baacabeee5a',parents: [{ id: '7ccc7538f0a011e2294a2b38e3e5a826e4b26e68' }]},{id: '7ccc7538f0a011e2294a2b38e3e5a826e4b26e68', href: '/users/frank.willmore/repos/hdf5_der/commits/7ccc7538f0a011e2294a2b38e3e5a826e4b26e68',parents: [{ id: 'c8e0293df185e7efc411650b8a5f169e100bbf4f' }]},{id: 'c8e0293df185e7efc411650b8a5f169e100bbf4f', href: '/users/frank.willmore/repos/hdf5_der/commits/c8e0293df185e7efc411650b8a5f169e100bbf4f',parents: [{ id: 'd2ee4f9fa1cdfb62269c5d752d24350aa09e7feb' }]},{id: 'd2ee4f9fa1cdfb62269c5d752d24350aa09e7feb', href: '/users/frank.willmore/repos/hdf5_der/commits/d2ee4f9fa1cdfb62269c5d752d24350aa09e7feb',parents: [{ id: 'f1c5528774448bdd5b8d62601c9c136bd9a23747' }]},{id: 'f1c5528774448bdd5b8d62601c9c136bd9a23747', href: '/users/frank.willmore/repos/hdf5_der/commits/f1c5528774448bdd5b8d62601c9c136bd9a23747',parents: [{ id: 'eea30251eafd8314e8c7b32d9369a0b302e6dbea' }]},{id: 'eea30251eafd8314e8c7b32d9369a0b302e6dbea', href: '/users/frank.willmore/repos/hdf5_der/commits/eea30251eafd8314e8c7b32d9369a0b302e6dbea',parents: [{ id: 'c61c087637b73a8131821fcb4359f5d6784d8dba' }]},{id: 'c61c087637b73a8131821fcb4359f5d6784d8dba', href: '/users/frank.willmore/repos/hdf5_der/commits/c61c087637b73a8131821fcb4359f5d6784d8dba',parents: [{ id: '4e5bd3addb51c08e0d3e7f2459d2b95c3474926f' }]},{id: '4e5bd3addb51c08e0d3e7f2459d2b95c3474926f', href: '/users/frank.willmore/repos/hdf5_der/commits/4e5bd3addb51c08e0d3e7f2459d2b95c3474926f',parents: [{ id: '8c18c7cfeabb718961eeda2f2c46de40a9f734a9' }]}]);