summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29253] Merge of r29057 from trunk (dxpl checks in debug builds)Dana Robinson2016-03-031-6/+14
| | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Fortran and C++ autotools parallel (MPICH 3.1.4) w/ Fortran bin/cmakehdf5 (CMake 3.3.2)
* [svn-r29016] Merge of r28936, 28949, 28960-29009 from trunk.Dana Robinson2016-01-291-1/+1
| | | | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ Fortran and C++ autotools parallel (MPICH 3.1.4) w/ Fortran CMake serial (3.3.2, via cmakehdf5)
* [svn-r28436] Cleaned up warnings generated by gcc 5.2 in flex/bison code.Dana Robinson2015-11-224-227/+241
| | | | | Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
* [svn-r28433] Misc warning and cleanup fixes.Dana Robinson2015-11-211-1/+1
| | | | | Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
* [svn-r28365] Fixed trivial warnings in h5watch code.Dana Robinson2015-11-163-9/+26
| | | | | Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
* [svn-r28362] Merge of r28234 to r28346 from the trunk.Dana Robinson2015-11-166-82/+5005
| | | | | | | | This includes the flex/bison changes to both the autotools and CMake. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial and parallel (MPICH 3.1.4)
* [svn-r28344] Description:Quincey Koziol2015-11-151-176/+190
| | | | | | | | Clean up H5LD test code. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r28327] Description:Quincey Koziol2015-11-123-115/+114
| | | | | | | | More progress on revise_chunks review/normalization Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r28324] Description:Quincey Koziol2015-11-107-314/+284
| | | | | | | | Code cleanups during review/normalization pass. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r28212] Add code from r28179 back to the branch. This allows h5watchDana Robinson2015-10-252-9/+15
| | | | | | | | to open VDS files, though it won't pick up changes to source files until they are closed. This is a library problem and will be fixed later. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
* [svn-r28206] 1) Implementation for Single Chunk indexing type.Vailin Choi2015-10-231-0/+0
| | | | 2) Fix for changing h5format_convert testfiles for in-place build.
* [svn-r28197] Revert of 28179, which causes problems in the h5watch test.Dana Robinson2015-10-231-14/+8
|
* [svn-r28179] h5watch can now open VDS files, though it will not detect changesDana Robinson2015-10-221-8/+14
| | | | | | | until the source files are closed. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2 serial only
* [svn-r28093] Merge of r27768 and r27774 from trunkDana Robinson2015-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | Description: Complete revamp of package initialization/shutdown mechanism in the library. Each package now has a single init/term routine. This new way should avoid packages being re-initialized during library shutdown and is also be _much_ more proactive about giving feedback for resource leaks internal to the library. Introduces a new "module" header file for packages in the library (e.g src/H5Fmodule.h) which sets up some necessary package configuration macros for the FUNC_ENTER/LEAVE macros. (The VFL drivers have their own slightly modified version of this header, src/H5FDdrvr_module.h) Also cleaned up a bunch of resources leaks all across the library and tests, along with addressing many warnings, as I encountered them. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2 serial and parallel (MPICH 3.1.4)
* [svn-r28092] Description:Quincey Koziol2015-10-161-0/+0
| | | | | | | | Merge the storage message back into the layout message. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r28074] Merge from trunk CMake code.Allen Byrne2015-10-141-5/+0
| | | | Also two fortran source files were changed.
* [svn-r28049] Merge of r27997-28047 from the trunk.Dana Robinson2015-10-132-2/+12
| | | | | | Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2 serial w/ Fortran and C++ parallel (MPICH 3.1.4) w/ Fortran
* [svn-r28043] Description:Quincey Koziol2015-10-121-2/+2
| | | | | | | | Merge r27818 from trunk to branch. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r27994] Merge of r27799 from trunk.Dana Robinson2015-10-076-20/+24
| | | | | | High-level library warnings. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
* [svn-r27963] Removed a few straggler Makefile.in, etc. from the repository.Dana Robinson2015-10-062-2969/+0
| | | | Tested on: bin/chkmanifest
* [svn-r27960] Autogen merges from trunk.Dana Robinson2015-10-0619-23265/+15
| | | | | | | r27794, 27795, 27802, 27812, 27819, 27826, 27828, 27829, 27878 27880, 27898, 27902 Tested on: local Linux
* [svn-r27954] Merge of smaller changes from the trunk:Dana Robinson2015-10-051-0/+0
| | | | | | | | r27807, 27810, 27834, 27847, 27854, 27892, 27938 Tested on: Ubuntu 15.04 (Linux 3.19 x86_64), gcc 4.9.2, MPICH 3.1.4 parallel w/ fortran serial w/ fortran and C++
* [svn-r27953] Merge of CMake files from the trunk.Dana Robinson2015-10-051-0/+77
| | | | | | | r27796, 27803, 27808, 27817, 27823, 27831, 27836, 27846, 27858-27874, 27894-27897, 27901, 27903-27933 Not tested. CMake still basically broken in this branch.
* [svn-r27859] Merged revisionsDana Robinson2015-09-2219-584/+932
| | | | | | | | | | | 27625, 27627, 27647, 27648, 27661, 27668, 27670, 27671, 27674, 27676, 27703, 27716, 27720, 27747, 27754, 27755 from the trunk. Mostly CMake and Fortran changes. Tested on: jam (w/ gcc/gfortran 4.9.3)
* [svn-r27856] Fix the bug from revise_chunks daily test failure hl/test/ld.c: ↵Vailin Choi2015-09-221-21/+9
| | | | unable to open/lock the test file.
* [svn-r27855] Merged revisions:Dana Robinson2015-09-2220-56/+63
| | | | | | | | | | | 27509, 27515, 27517, 27521, 27524, 27525, 27537, 27555, 27570, 27575, 27585, 27586, 27590, 27591, 27592 from the trunk. Minor CMake and Fortran changes Tested on: jam (w/ gcc/gfortran 4.9.3)
* [svn-r27853] Merged r27488-27500 from the trunk.Dana Robinson2015-09-2235-12395/+5172
| | | | | | | Fortran 2003 changes Tested on: jam serial (w/ gcc/gfortran 4.9.3) jam parallel (fortran tests, parallel tests have known failure)
* [svn-r27841] Merged r27346, r27407, r27459, r27460, r27467, r27468, r27485 ↵Dana Robinson2015-09-211-1/+1
| | | | | | | | from trunk. These are all CMake-only or comment/whitespace changes. Tested on: N/A CMake still fails in this branch.
* [svn-r27840] Merged r27313, r27332, r27364, r27428, r27465, r27466 from trunk.Dana Robinson2015-09-212-30/+50
| | | | | | These are all CMake-only changes. Tested on: N/A CMake still fails in this branch.
* [svn-r27786] Bring revisions #27237 - 27262 from trunk to revise_chunks.Vailin Choi2015-09-143-3/+3
| | | | Tested on jam, moohan, kite, platypus.
* [svn-r27571] - h5watch tests are now skipped when the test VFD does not ↵Dana Robinson2015-08-244-22/+99
| | | | | | | | support SWMR. - General improvements to the h5watch Makefile.am. Tested on: jam w/ HDF5_DRIVER=stdio and sec2
* [svn-r27523] Updated the autotools to clean up a few test files underDana Robinson2015-08-192-2/+2
| | | | | | 'make clean' Tested on: jam
* [svn-r27522] CMake files match those of the trunk but still need to be ↵Dana Robinson2015-08-1912-102/+313
| | | | | | updated with changes in this branch. Tested on: NONE (CMake is still broken in this branch)
* [svn-r27356] Fixes for revise_chunks daily test failures:Vailin Choi2015-07-091-2/+4
| | | | | | (1) Clear status flag for th5s.h5 (2) Close dataset/file in test_file_image.c Tested on jam, koala, ostrich, moohan, quail.
* [svn-r27335] Bring revisions #24679, #24736 from revise_chksum_retry branch ↵Vailin Choi2015-07-047-598/+16
| | | | | | to revise_chunks. Tested on jam, koala, ostrich, platypus.
* [svn-r27329] Fixes for daily test failures for revise_chunks:Vailin Choi2015-07-021-5/+5
| | | | | | 1) Clear status_flags for h5repack_szip.h5 2) Use H5Dopen2() in test/dsets.c, test/test_swmr.c, hl/test/test_dset_append.c Tested on jam, koala, platypus.
* [svn-r27288] Bring revision #24622 from revise_chksum_retry branch to ↵Vailin Choi2015-06-2619-495/+1894
| | | | | | revise_chunks. h5committested. #test-p fails but will be fixed with merges later: #26569 (revise_chksum_retry) + v3 metadata cache #27237 (trunk).
* [svn-r27281] Bring revision #24478 from revise_chksum_retry branch to ↵Vailin Choi2015-06-241-0/+91
| | | | revise_chunks. h5committested.
* [svn-r27272] Bring revision #24263 from revise_chksum_retry branch to ↵Vailin Choi2015-06-231-0/+1
| | | | revise_chunks. h5committested.
* [svn-r27263] Bring revisions #27198 - #27216 from trunk to revise_chunks. ↵Vailin Choi2015-06-223-23/+23
| | | | h5committested.
* [svn-r27258] Bring revisions #27142 - #27198 from trunk to revise_chunks. ↵Vailin Choi2015-06-203-3/+3
| | | | h5committested.
* [svn-r27257] Bring revisions #27084 - #27142 from trunk to revise_chunks. ↵Vailin Choi2015-06-205-8/+8
| | | | Tested on jam, koala, ostrich.
* [svn-r27016] Bring revisions #26986 - #27003 from trunk to revise_chunks. ↵Vailin Choi2015-05-055-77/+77
| | | | h5committested.
* [svn-r27007] Bring revisions #26843:26986 from trunk to revise_chunks. ↵Vailin Choi2015-05-044-0/+4
| | | | h5committested.
* [svn-r27001] Bring revisions #26837 - #26843 from trunk to revise_chunks.Vailin Choi2015-05-042-74/+74
| | | | h5committested.
* [svn-r26894] Bring revisions #26459 - #26785 from trunk to revise_chunks.Vailin Choi2015-04-2242-225/+194
| | | | h5committested.
* [svn-r26861] Bring revisions #26401 - #26459 from trunk to revise_chunks.Vailin Choi2015-04-2144-1282/+1160
| | | | h5committested.
* [svn-r26859] Bring revisions #26324 - #26843 from trunk to revise_chunks.Vailin Choi2015-04-2122-111/+77
| | | | h5committested.
* [svn-r26378] Bring revisions #26220 - #26324 from trunk to revise_chunks. ↵Vailin Choi2015-03-0625-185/+308
| | | | h5committested.
* [svn-r26372] Bring revisions #26195:#26219 from trunk to revise_chunks.Vailin Choi2015-03-0513-13/+13
| | | | h5committested.