summaryrefslogtreecommitdiffstats
path: root/src/H5Gint.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29282] Merge of r29081 from trunk (phdf5_metadata_opt branch merge)Dana Robinson2016-03-061-7/+7
| | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Fortran & C++ autotools parallel (MPICH 3.1.4) w/ Fortran
* [svn-r29210] Merge of r28950 and 28957 from trunk Dana Robinson2016-02-251-6/+6
| | | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ Fortran & C++ autotools parallel (MPICH 3.1.4) w/ Fortran
* [svn-r28362] Merge of r28234 to r28346 from the trunk.Dana Robinson2015-11-161-0/+94
| | | | | | | | 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-r28093] Merge of r27768 and r27774 from trunkDana Robinson2015-10-161-38/+7
| | | | | | | | | | | | | | | | | | | | | 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-r27335] Bring revisions #24679, #24736 from revise_chksum_retry branch ↵Vailin Choi2015-07-041-1/+10
| | | | | | to revise_chunks. Tested on jam, koala, ostrich, platypus.
* [svn-r27257] Bring revisions #27084 - #27142 from trunk to revise_chunks. ↵Vailin Choi2015-06-201-1/+1
| | | | Tested on jam, koala, ostrich.
* [svn-r24337] Bring revisions #24200 - #24333 from trunk.Vailin Choi2013-10-211-1/+1
|
* [svn-r23600] Bring revisions #23085 - #23341 from trunk to revise_chunks.Vailin Choi2013-04-191-2/+2
| | | | h5committested.
* [svn-r22105] Description:Quincey Koziol2012-03-211-65/+1051
| | | | | | | | | | Bring r20557:22085 from trunk to this branch, also fixing some other issues/failures in the branch simultaneously. The h5repack tests are still failing, but Neil will be checking into those, so the branch can be fully functional again. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug
* [svn-r17270] Description:Quincey Koziol2009-07-301-2/+9
| | | | | | | | Bring r17265:17269 from trunk to revise_chunks branch Tested on FreeBSD/32 6.3 (duty) (h5committest not required on this branch)
* [svn-r13636] Description:Quincey Koziol2007-04-111-0/+200
Change H5[D|G|T]<foo>_expand() "temporary" API routines to H5[D|G|T]<foo>2() "versioned" routines. Also added H5[D|G|T](create|commit)_anon() routines to continue to allow "anonymous" objects to be created in a file. Tested on: Mac OS X/32 10.4.9 (amazon) FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)