summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r11864] Purpose:James Laird2006-01-052-3/+5
| | | | | | | | | | | | | | | | Cleaned up reconfigure output Description: Added two lines to separate output from trace script from autotools output in reconfigure. Solution: Running reconfigure updated src/Makefile.in as a side effect, since I changed config/lt_vers.am in my last checkin but forgot to run reconfigure then. Platforms tested: mir (cosmetic change to reconfigure script only)
* [svn-r11863] Purpose:Fang Guo2006-01-041-5/+0
| | | | | | | | | | | Windows Maintenance Description: C++ .dsp files failed to be converted into .vcproj. Fix problem Solution: Platforms tested: Misc. update:
* [svn-r11861] Purpose:Albert Cheng2006-01-041-17/+28
| | | | | | | | | | | | | | | | Bug fix. Description: release created temporary files in .. directory. If the -d directory is the same as the parent directory, it would fail when it tried to copy the temporary files to the destination directory. Solution: Changed release to create a temporary directory and create all temporary files in that temporary directory. Platforms tested: Handtested in heping.
* [svn-r11859] Purpose:Fang Guo2006-01-031-0/+15
| | | | | | | | | | | windows maintenance Description: Add in H5Pacpl.c Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11858] Purpose:Fang Guo2006-01-031-0/+15
| | | | | | | | | | | Windows maintenance Description: Add in H5Pacpl.c Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11857] Purpose:Fang Guo2006-01-031-1861/+1862
| | | | | | | | | | | Maintenance on Windows Description: Update solution file Solution: Platforms tested: Misc. update:
* [svn-r11856] Purpose:James Laird2006-01-031-0/+1
| | | | | | | MANIFEST fix Description: Added src/H5Pacpl.c to manifest.
* [svn-r11854] Purpose:James Laird2006-01-021-0/+100
| | | | | | | Bug fix Description: Forgot to 'cvs add' H5Pacpl.c!
* [svn-r11852] Purpose:Quincey Koziol2006-01-023-38/+79
| | | | | | | | | | | Code cleanup/update Description: Update compiler flags for gcc 4.1.x & start cleaning up some of the C++ compatibility Platforms tested: FreeBSD 4.11 (sleipnir) w/gcc 4.1 and/or g++
* [svn-r11851] Purpose:James Laird2006-01-022-3/+5
| | | | | | | | Updated documentation. Description: Updated libtool library version and release notes for attribute character encoding change.
* [svn-r11850] Purpose:James Laird2006-01-0211-46/+339
| | | | | | | | | | | | | | Feature Description: Added character encoding and attribute creation property lists. Solution: Attributes' character encoding is set via the ACPL. The default is ASCII, with UTF-8 being the other option currently. Platforms tested: heping, mir, sleipnir, copper
* [svn-r11848] Snapshot version 1.7 release 55HDF Admin2006-01-017-17/+17
|
* [svn-r11845] Purpose: Adding another wrapper/Fixing typosBinh-Minh Ribler2005-12-293-3/+25
| | | | | | | | | | | Description: Added missing member function H5File::flush Fixed parameters passed to H5Awrite Other typos Platforms tested: Linux 2.4 (heping) SunOS 5.8 64-bit (sol)
* [svn-r11844] Purpose:Fang Guo2005-12-281-1892/+1861
| | | | | | | | | | | Windows Maintenance Description: Update solution file Solution: Platforms tested: Misc. update:
* [svn-r11843] Purpose:Fang Guo2005-12-281-161/+161
| | | | | | | | | | | Windows Maintenance Description: Update workspace Solution: Platforms tested: Misc. update:
* [svn-r11842] Purpose:Fang Guo2005-12-281-4/+4
| | | | | | | | | | | Maintenance on Windows Description: Update project file because the source file names have benn changed Solution: Platforms tested: WIndows XP Misc. update:
* [svn-r11841] Purpose:Fang Guo2005-12-281-4/+4
| | | | | | | | | | | Maintenance on Windows Description: Update project file because the source file names changed Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11838] Purpose:Quincey Koziol2005-12-2627-1615/+1164
| | | | | | | | | | | | | | | | Bug fix Description: Retrieving an object's name could fail (in various ways) under certain circumstances (mostly having to do with mounted files). Solution: Re-write & simplify "get object name" code to fix error in a better way than adding yet another hack to the previous pile of hacks... :-) Platforms tested: FreeBSD 4.11 (sleipnir) h5committest
* [svn-r11836] Snapshot version 1.7 release 54HDF Admin2005-12-257-17/+17
|
* [svn-r11834] Purpose:Quincey Koziol2005-12-241-1/+1
| | | | | | | | | | | | Bug fix Description: Tone down the optimization flags for gcc 4.2.x in the same way as we do for all the other gcc 3/4 builds, to avoid datatype conversion issues. Platforms tested: FreeBSD 4.11 (sleipnir) w/gcc 4.2 Not tested by h5committest
* [svn-r11832] Purpose: Rename files and change grammar rule.Raymond Lu2005-12-2210-689/+619
| | | | | | | | | | | Description: Renamed lex.yy.c to H5LTanalyze.c, y.tab.c to H5LTparse.c, and y.tab.h to H5LTparse.h in hl/src. Changed definition of opaque type to ommit the tag. Changed the test for opaque type in hl/test, too. Platforms tested: h5committest, fuss, and sleipnir. Misc. update: MANIFEST
* [svn-r11831] Purpose: Bug fix and warning fix.Raymond Lu2005-12-221-15/+18
| | | | | | | | | Description: The g++ compiler on sleipnir doesn't like variable name "class". There're also some other warnings. Solution: Changed "class" to another name and fixed the warnings. Platforms tested: sleipnir - simple changes.
* [svn-r11830] Purpose: A new function and its test.Raymond Lu2005-12-213-14/+764
| | | | | | | | | | Description: This is the second step of conversion between data type and text, H5LTdtype_to_text(). Solution: Similar to h5dump, this function print the DDL description of a data type into a string. Platforms tested: h5committest and fuss.
* [svn-r11829] Purpose:Fang Guo2005-12-211-3/+6
| | | | | | | | | | | Maintenance on Windows Description: Fix an error Solution: Platforms tested: Misc. update:
* [svn-r11828] Purpose:Fang Guo2005-12-211-1/+1
| | | | | | | | | | | Maintenance on Windows Description: Changes due to location change of hl c examples Solution: Platforms tested: Misc. update:
* [svn-r11827] Purpose:Fang Guo2005-12-211-1/+2
| | | | | | | | | | | Maintenance on Windows Description: Changes due to hl c examples' location changed Solution: Platforms tested: Misc. update:
* [svn-r11825] Purpose:Fang Guo2005-12-211-0/+6
| | | | | | | | | | | Maintenance on Windows Description: Update workspace due to project h52gif.dsp and h52gifdll.dsp setting changes Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11824] Purpose:Fang Guo2005-12-201-0/+1
| | | | | | | | | | | maintenance on Windows Description: Move hl c examples to windows/hl/examples Solution: Platforms tested: Misc. update:
* [svn-r11823] Purpose:Fang Guo2005-12-205-0/+528
| | | | | | | | | | | | move hl c examples to windows/hl/examples Description: Solution: Platforms tested: Misc. update:
* [svn-r11822] Purpose:Fang Guo2005-12-201-0/+107
| | | | | | | | | | | move hl c examples to windows/hl/examples Description: Solution: Platforms tested: Misc. update:
* [svn-r11821] Purpose:Fang Guo2005-12-201-15/+20
| | | | | | | | | | | add hl fortran examples and move hl c examples Description: Solution: Platforms tested: Misc. update:
* [svn-r11820] Purpose:Fang Guo2005-12-201-0/+37
| | | | | | | | | | | Add batch file to install hl fortran examples Description: Solution: Platforms tested: Misc. update:
* [svn-r11819] Purpose:Fang Guo2005-12-203-243/+0
| | | | | | | | | | | Move hl c examples to windows/hl/examples Description: Solution: Platforms tested: Misc. update:
* [svn-r11818] Purpose:Fang Guo2005-12-202-211/+0
| | | | | | | | | | | Maintenance on Windows Description: move hl c examples to windows/hl/examples Solution: Platforms tested: Misc. update:
* [svn-r11817] Purpose:Fang Guo2005-12-201-105/+0
| | | | | | | | | | | Maintenance on Windows Description: Move hl c examples to hl/examples Solution: Platforms tested: Misc. update:
* [svn-r11816] Purpose:Fang Guo2005-12-201-107/+0
| | | | | | | | | | | maintenance on windows Description: move hl c examples to windows/hl/examples Solution: Platforms tested: Misc. update:
* [svn-r11815] Purpose:Fang Guo2005-12-201-105/+0
| | | | | | | | | | | Maintenance on Windows Description: Move hl c examples to windows/hl/examples Solution: Platforms tested: Misc. update:
* [svn-r11814] Purpose:Fang Guo2005-12-201-107/+0
| | | | | | | | | | | Windows Maintenance Description: move hl c examples to windows/hl/examples Solution: Platforms tested: Misc. update:
* [svn-r11813] Purpose:Fang Guo2005-12-203-273/+0
| | | | | | | | | | | Windows maintanence Description: move hl c examples to windows/hl/examples directory Solution: Platforms tested: Misc. update:
* [svn-r11812] Purpose:Fang Guo2005-12-201-0/+61
| | | | | | | | | | | Maintenance on windows Description: moving hl c examples to windows/hl/examples Solution: Platforms tested: Misc. update:
* [svn-r11811] Purpose:Fang Guo2005-12-202-18/+18
| | | | | | | | | | | maintenance on windows Description: move hl c examples to windows/hl/examples Solution: Platforms tested: Misc. update:
* [svn-r11810] Purpose:Fang Guo2005-12-201-9/+9
| | | | | | | | | | | Maintenace on Windows Description: move hl c examples to windows/hl/examples Solution: Platforms tested: Misc. update:
* [svn-r11809] Purpose:Fang Guo2005-12-202-18/+19
| | | | | | | | | | | Maintenance on Windows Description: Move hl c examples to windows/hl/examples Solution: Platforms tested: Misc. update:
* [svn-r11808] Purpose:Fang Guo2005-12-201-9/+9
| | | | | | | | | | | Maintenance on Windows Description: move hl c examples to windows/hl/examples Solution: Platforms tested: Misc. update:
* [svn-r11807] Purpose:Fang Guo2005-12-202-0/+182
| | | | | | | | | | | Maintenance on Windows Description: Move hl c examples to windows/hl/examples directory Solution: Platforms tested: Misc. update:
* [svn-r11806] Purpose:Fang Guo2005-12-203-0/+273
| | | | | | | | | | | Maintenance on Windows Description: Move hl c examples to the directory hl/examples Solution: Platforms tested: Misc. update:
* [svn-r11805] Purpose:Fang Guo2005-12-201-0/+60
| | | | | | | | | | | Maintenance on Windows Description: Add batch file to test hl fortran examples Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11804] Purpose:Fang Guo2005-12-202-0/+202
| | | | | | | | | | | Maintenance on Windows Description: Add hl fortran examples Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11803] Purpose:Fang Guo2005-12-203-0/+234
| | | | | | | | | | | Maintenance on Windows Description: Add in hl fortran examples Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11802] Purpose:Fang Guo2005-12-201-13/+84
| | | | | | | | | | | Maintenance on Windows Description: Add in instruction for building hl fortran examples Solution: Platforms tested: Misc. update: