summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/torderattr2.ddl
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r14201] attribute ordering: added objects that do not have creation ↵Pedro Vicente Nunes2007-10-111-1/+45
| | | | | | | | | | order tracked current behavior is if DCPL has creation order tracked for attributes then sort the attributes by creation order otherwise by name regarding sort order (ascending or descending) it is done in whatever is requested tested: linux
* [svn-r14190] Pedro Vicente Nunes2007-10-061-0/+12
| | | | | | | Bug fixes Avoid passing iteration flags on the dump_group function parameters but instead inspect the groups's property list just before calling H5Literate and H5Aiterate, in this later case checking the creation order flags with H5Pget_attr_creation_order Tested: windows, linux
* [svn-r14188] added a named datatype with attributes to the h5 file that ↵Pedro Vicente Nunes2007-10-051-0/+14
| | | | | | shows attributes with several iteration orders tested: windows, linux
* [svn-r14186] Added support for displaying several iteration orders on group ↵Pedro Vicente Nunes2007-10-041-0/+14
| | | | | | and named datatype attributes tested: windows, linux
* [svn-r14182] Pedro Vicente Nunes2007-10-041-0/+23
Added support for displaying several iteration orders on dataset attributes, 4 new tests in test script (name ascending, name descending, creation_order ascending, creation_order descending) New h5 file is made on the generator program Tested: windows, linux