summaryrefslogtreecommitdiffstats
path: root/c++
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29016] Merge of r28936, 28949, 28960-29009 from trunk.Dana Robinson2016-01-291-2/+2
| | | | | | | 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-r28931] Merge of r28905, 28906 from trunk (C++ array bugfix).Dana Robinson2016-01-2010-57/+408
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial, C++ only
* [svn-r28386] Maintenance: Bumped version number by setting suffix to swmr3 ↵Elena Pourmal2015-11-181-1/+1
| | | | after creating a tar ball for DLS.
* [svn-r28330] Implementation for version 3 superblock and latest version support.Vailin Choi2015-11-131-1/+1
| | | | Tested on quail, kite, osx1010test, platypus, ostrich, moohan, emu, jam.
* [svn-r28309] Changed prefix to swmr2 after creating a snapshot for DLS.Elena Pourmal2015-11-091-1/+1
| | | | | Tested on platypus. There were several issues with the bin/release and bin/h5vers scripts, but tar ball and versions look OK after manual inspections.
* [svn-r28218] Merge of r28138, 28196, and 28204 from trunk.Dana Robinson2015-10-262-2/+2
| | | | | | | | hbool_t changes 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-r28093] Merge of r27768 and r27774 from trunkDana Robinson2015-10-163-3/+4
| | | | | | | | | | | | | | | | | | | | | 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-r28049] Merge of r27997-28047 from the trunk.Dana Robinson2015-10-1320-164/+170
| | | | | | 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-r28035] Description:Quincey Koziol2015-10-121-1/+1
| | | | | | | | Bring r27767 & r27968 from trunk to branch. Tested on: MacOSX/64 10.10.5 (amazon) w/serial (h5committest not required on this branch)
* [svn-r28028] Description:Quincey Koziol2015-10-111-1/+1
| | | | | | | | | Merge r27339, 27372, 27412, 27432, 27511, 27551, 27622, 27690 from trunk to branch (snapshots) Tested on: MacOSX/64 10.10.5 (amazon) w/serial (h5committest not required on this branch)
* [svn-r27979] Merge of r27961, 27962, and 27966 from trunk.Dana Robinson2015-10-0726-32/+599
| | | | | | | C++ changes to address HDFFV-9169 and HDFFV-9167. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2 (serial only)
* [svn-r27960] Autogen merges from trunk.Dana Robinson2015-10-064-5649/+0
| | | | | | | r27794, 27795, 27802, 27812, 27819, 27826, 27828, 27829, 27878 27880, 27898, 27902 Tested on: local Linux
* [svn-r27955] Merge of r27943 and 27945 from the trunk:Dana Robinson2015-10-0522-434/+1900
| | | | | | | C++ changes Tested on: Ubuntu 15.04 (Linux 3.19 x86_64), gcc 4.9.2 serial C++
* [svn-r27859] Merged revisionsDana Robinson2015-09-224-0/+4
| | | | | | | | | | | 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-r27855] Merged revisions:Dana Robinson2015-09-224-4/+0
| | | | | | | | | | | 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-224-18/+94
| | | | | | | Fortran 2003 changes Tested on: jam serial (w/ gcc/gfortran 4.9.3) jam parallel (fortran tests, parallel tests have known failure)
* [svn-r27786] Bring revisions #27237 - 27262 from trunk to revise_chunks.Vailin Choi2015-09-142-2/+2
| | | | Tested on jam, moohan, kite, platypus.
* [svn-r27765] Merges from trunk:Dana Robinson2015-09-123-76/+3
| | | | | | | | | | | | | | | | - VMS code removal: 27572 - Dataspace memory error: 27605 - Extraneous dataset flush: 27615 - Warning quieting: 27623 - Hyperslab error clarity: 27631 - Duplicate attribute macros: 27753 Tested on: koala w/ C++ and Fortran
* [svn-r27763] Merges from trunk:Dana Robinson2015-09-122-3/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | - tools: 27238, 27252, 27267, 27656 - inline markup: 27278 - bin/bbrelease: 27280, 27283, 27624 - h5vers: 27475 - C++ Doxygen: 27494-6 - FUNC_ENTER macro bug: 27581 - H5is_library_threadsafe: 27587, 27601 - release_docs: 27597 - Autotools freshening: 27641, 27653, 27675, 27686, 27692, 27699, 27722 27731, 27734, 27752 - MANIFEST comments: 27642 Tested on: ostrich & koala various combinations of --enable-threadsafe
* [svn-r27522] CMake files match those of the trunk but still need to be ↵Dana Robinson2015-08-194-29/+30
| | | | | | updated with changes in this branch. Tested on: NONE (CMake is still broken in this branch)
* [svn-r27409] Post release maintenance: increase version number to 1.9.222-swmr1.Albert Cheng2015-07-181-1/+1
| | | | Tested: platypus and moohan (CentOS 6 & 7)
* [svn-r27356] Fixes for revise_chunks daily test failures:Vailin Choi2015-07-091-0/+0
| | | | | | (1) Clear status flag for th5s.h5 (2) Close dataset/file in test_file_image.c Tested on jam, koala, ostrich, moohan, quail.
* [svn-r27258] Bring revisions #27142 - #27198 from trunk to revise_chunks. ↵Vailin Choi2015-06-202-2/+2
| | | | h5committested.
* [svn-r27257] Bring revisions #27084 - #27142 from trunk to revise_chunks. ↵Vailin Choi2015-06-204-9/+9
| | | | Tested on jam, koala, ostrich.
* [svn-r27016] Bring revisions #26986 - #27003 from trunk to revise_chunks. ↵Vailin Choi2015-05-052-2/+2
| | | | h5committested.
* [svn-r27007] Bring revisions #26843:26986 from trunk to revise_chunks. ↵Vailin Choi2015-05-043-21/+20
| | | | h5committested.
* [svn-r27001] Bring revisions #26837 - #26843 from trunk to revise_chunks.Vailin Choi2015-05-041-1/+1
| | | | h5committested.
* [svn-r26894] Bring revisions #26459 - #26785 from trunk to revise_chunks.Vailin Choi2015-04-2244-157/+611
| | | | h5committested.
* [svn-r26861] Bring revisions #26401 - #26459 from trunk to revise_chunks.Vailin Choi2015-04-2124-164/+255
| | | | h5committested.
* [svn-r26859] Bring revisions #26324 - #26843 from trunk to revise_chunks.Vailin Choi2015-04-214-20/+0
| | | | h5committested.
* [svn-r26378] Bring revisions #26220 - #26324 from trunk to revise_chunks. ↵Vailin Choi2015-03-064-9/+9
| | | | h5committested.
* [svn-r26372] Bring revisions #26195:#26219 from trunk to revise_chunks.Vailin Choi2015-03-054-4/+4
| | | | h5committested.
* [svn-r26362] Bring revisions #26109 - 26188 from trunk to revise_chunks.Vailin Choi2015-03-044-9/+9
| | | | h5committested.
* [svn-r26356] Bring revisions #25971 - 26109 from trunk to revise_chunks.Vailin Choi2015-03-042-2/+2
| | | | | | Also move check for swmr_read in each driver on reading beyond file eoa to H5FD_read()-- in sync with changes for revision #26002 in trunk. h5committested.
* [svn-r26345] Bring revisions #25902 - #25971 from trunk to revise_chunks.Vailin Choi2015-03-031-1/+1
| | | | h5committested.
* [svn-r26344] Bring revisions #25870 - #25902 from trunk to revise_chunks.Vailin Choi2015-03-021-1/+1
| | | | h5committested.
* [svn-r26334] Bring revision #25818 - #25870 from trunk to revise_chunks.Vailin Choi2015-03-021-1/+1
| | | | h5committested.
* [svn-r25825] Bring revisions #25509 - #25762 from trunk to revise_chunks.Vailin Choi2014-11-1920-63/+127
| | | | h5committested.
* [svn-r25823] Bring revisions #25484 - 25508 from trunk to revise_chunks.Vailin Choi2014-11-181-1/+1
| | | | h5committested.
* [svn-r25819] Bring revisions #25440 - #25484 from trunk to revise_chunks.Vailin Choi2014-11-172-5/+11
| | | | | h5committested. (Revision #25439 is skipped because it was backed out later on 11/3/2104.)
* [svn-r25814] Bring revisions #25284 - #25434 from trunk to revise_chunks.Vailin Choi2014-11-136-23/+23
| | | | | (Revision #25283 is skipped since it was backed out later on 11/3/2015.) h5committested.
* [svn-r25342] Bring revisions #25120 - #25266 from trunk to revise_chunks.Vailin Choi2014-06-236-8/+8
| | | | Tested on jam, koala, ostrich, platypus.
* [svn-r25333] Bring revisions #24948 - #25120 from trunk to revise_chunks.Vailin Choi2014-06-1950-261/+3326
| | | | Tested on jam, ostrich, koala, platypus.
* [svn-r25328] Bring revisions #24851 - 24948 from trunk to revise_chunks.Vailin Choi2014-06-1937-428/+2565
| | | | Tested on jam, koala, ostrich, platypus.
* [svn-r25309] Bring revisions #24783 - #24851 from trunk to revise_chunks.Vailin Choi2014-06-178-33/+33
| | | | Tested on jam, koala, ostrich, platypus.
* [svn-r25307] Bring revisions #24698 - #24783 from trunk to revise_chunks.Vailin Choi2014-06-177-98/+98
| | | | Tested on jam, koala, ostrich, platypus.
* [svn-r25250] Bring revisions #24670 - $24698 from trunk to revise_chunks.Vailin Choi2014-06-102-3/+4
| | | | Tested on jam, koala, ostrich, platypus.
* [svn-r24608] Bring revisions #24432 - #24480 from trunk.Vailin Choi2014-01-031-1/+1
| | | | h5committested.
* [svn-r24457] Bring revisions #24333 - #24432 from trunk to revise_chunks.Vailin Choi2013-11-195-30/+61
| | | | h5committested.
* [svn-r24337] Bring revisions #24200 - #24333 from trunk.Vailin Choi2013-10-2148-230/+312
|