summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r7304] Purpose:Quincey Koziol2003-08-081-6/+2
| | | | | | | | | | Code cleanup Description: Remove some unused code and correct some error strings Platforms tested: h5committested
* [svn-r7303] Purpose:Quincey Koziol2003-08-081-2/+4
| | | | | | | | | | | | | | Code cleanup Description: Chase new error API usage Protect against the current ID getting deleted during iteration over an ID group. Platforms tested: h5committested
* [svn-r7302] Purpose:Quincey Koziol2003-08-082-2/+0
| | | | | | | | | | Code cleanup Description: Removed unused H5I_TEMPBUF group of IDs Platforms tested: h5committested
* [svn-r7301] Purpose:Quincey Koziol2003-08-082-4/+0
| | | | | | | | | | Code cleanup Description: Remove comments and redundant code. Platforms tested: h5committested
* [svn-r7300] Purpose:Quincey Koziol2003-08-081-4/+2
| | | | | | | | | | Code cleanup Description: Use HDONE_ERROR instead of HCOMMON_ERROR Platforms tested: h5committested
* [svn-r7299] Purpose:Quincey Koziol2003-08-082-60/+60
| | | | | | | | | | Code refactoring Description: Chase new error API usage by adding error class to calls to H5Epush(). Platforms tested: h5committested
* [svn-r7298] Purpose:Quincey Koziol2003-08-083-532/+839
| | | | | | | | | | | | | Code cleanup & bug fix Description: Refactor code to clean up Corrected several bugs, including problems with library termination and thread-safete, etc. Platforms tested: h5committested
* [svn-r7297] Purpose:Quincey Koziol2003-08-0811-33/+33
| | | | | | | | | | | | | | | | Code cleanup Description: Changed lines like: H5E_clear(H5E_get_my_stack()); to: H5E_clear(NULL); which performs the same operation. Platforms tested: h5committested
* [svn-r7296] Purpose:Quincey Koziol2003-08-081-90/+43
| | | | | | | | | | | | | | | | | Code cleanup/bug fix Description: Re-enabled calling the H5E termination routine, now that the bugs are fixed. Removed tracing support for H5E_major_t and H5E_minor_t, now that they have been removed from the library. Cleaned up printing of IDs in tracing routine. Platforms tested: h5committested
* [svn-r7295] Purpose:Quincey Koziol2003-08-084-96/+3
| | | | | | | | | | Code cleanup Description: Removed unused and out of date H5E flags Platforms tested: h5committested
* [svn-r7294] Purpose:MuQun Yang2003-08-081-0/+0
| | | | | | | | | | | | | | update project files Description: Several source .c files are added to /src, that needs to be reflected on windows. Solution: Platforms tested: win2000 Misc. update:
* [svn-r7293] Purpose:Quincey Koziol2003-08-084-12/+8
| | | | | | | | | | Code cleanup Description: Remove some redundant libtool definitions, etc. Platforms tested: h5committested
* [svn-r7292] Purpose:Quincey Koziol2003-08-081-2/+0
| | | | | | | | | | | | Code cleanup Description: Removed superfluous comment. Platforms tested: h5committested Misc. update:
* [svn-r7291] Purpose:Quincey Koziol2003-08-081-2/+0
| | | | | | | | | | | | | Code cleanup Description: Removed H5E_major_t and H5E_minor_t since they aren't used in the library any longer. Platforms tested: h5committested Misc. update:
* [svn-r7290] Purpose:Quincey Koziol2003-08-082-17/+15
| | | | | | | | | | | | | | Code cleanup/minor bug fixes Description: Corrected a few typos and changed the order that the printf() format strings are tested for 'long long's to move 'll' ahead of 'q', since 'll' is the form for the ANSI C99 standard. Platforms tested: h5committested Misc. update:
* [svn-r7289] Purpose:Quincey Koziol2003-08-081-12/+3
| | | | | | | | | | | | Code cleanup Description: Simplify installation for examples. Platforms tested: h5committestted Misc. update:
* [svn-r7287] Purpose:MuQun Yang2003-08-081-16/+46
| | | | | | | | | | | | | | Add more contents related to szip Fix other bugs Description: Describe where to find szip, how to turn off szip compression. Solution: Platforms tested: Misc. update:
* [svn-r7286] Purpose:MuQun Yang2003-08-081-4/+1
| | | | | | | | | | | | | | | | | | | | bug fix Description: 1. function rindex is not recognized by windows. Using strrchr instead. Thereafer strings.h is not necessary. 2. Variable p_type is defined as "hid_t" type at one function; but it is never used. At the end of that function, H5Tclose(p_type) is assigned. It may cause problems. So erase two lines. Solution: See above Platforms tested: windows 2000, linux 2.4, sol 2.7, AIX 5.1. Misc. update:
* [svn-r7285] Purpose:Robert E. McGrath2003-08-041-0/+1
| | | | | | | | | | | | Tweak the 'errors.c' test to print 'PASSED'. Description: Solution: Platforms tested: Misc. update:
* [svn-r7284] Elena Pourmal2003-08-041-0/+5
| | | | | | | | | | | | | | Purpose: Bug fix (by Bill Wendling) Description: When efc compiler was used, FFLAGS were not set up to deal with !DEC amd !MS dirctive and to use -Vaxlib flag for exit call. Solution: Modify the file to set up the flag. Platforms tested: titan Misc. update:
* [svn-r7283] Elena Pourmal2003-08-041-0/+2
| | | | | | | | | | | | | | Purpose: Enhancement Description: This example writes extendible dataset and doesn't use fill value. On some systems (verebena, titan) unwritten data will be displayed as garbage by h5_chunk_read. Solution: Use H5Pset_fill_value to set 0 fill value. Platforms tested: arabica, verbena, titan Misc. update:
* [svn-r7282] Purpose:Bill Wendling2003-08-043-2/+3
| | | | | | | | | | | | | | | | | Bug Fix Description: On "user02", the Fortran compiler is "efc". We weren't testing for this compiler (and I don't know how it was succeeding before...). Solution: Added efc to the list of Fortran compilers we check for. Platforms tested: Couldn't test as I don't have access to user02. But this doesn't affect other platforms. Misc. update:
* [svn-r7280] Purpose:Bill Wendling2003-07-311-2/+2
| | | | | | | | | | | | | | | | | | | | Bug Fix Description: In a fit of what can only be described as brain-damagedness, on blue, frost, etc. (AIX, really), when you include the zlib.h header file and are specifying that the compiler accept ANSI C, zlib.h undefines the "const" keyword if you don't have the variable STDC defined...*boggle*. Solution: Included a -DSTDC as a commandline flag for the compiler. Platforms tested: Snow (AIX 5.0) Only affects AIX machines, so no h5committest needed. Misc. update:
* [svn-r7279] Purpose:Robert E. McGrath2003-07-302-0/+0
| | | | | | | | | | | | | Description: Checking in Version 2 of this specification, which was done in July 2002. It should have been in the doc tree a long time ago. Solution: Platforms tested: Misc. update:
* [svn-r7278] Purpose:Bill Wendling2003-07-301-0/+3
| | | | | | | | | | | | | | | | Bug Fix Description: pmake failed during make of h5dump because of some undefined variables. Solution: Defined the variables. Platforms tested: Modi4 (small change and only Irix specific) Misc. update:
* [svn-r7277] Purpose:Bill Wendling2003-07-303-69/+18
| | | | | | | | | | | | | | | | | | Bug Fix Description: C++ on Irix 6.5 needs some special libraries (libCio or some such thing). These were defined using the DEFAULT_LIBS macro. However, they weren't being placed into the Makefiles since it wasn't AC_SUBST'ed in configure.in and wasn't declared in commence.in. Solution: Added to configure.in and also added and commence.in Platforms tested: Modi4 (C++, small change and only Irix specific) Misc. update:
* [svn-r7276] Purpose:Robert E. McGrath2003-07-2959-5088/+8458
| | | | | | | | | | | | | | | | | | | This is an omibus update to the h5dump program. 1. Fixes bug 888 2. updates XML output to 1.6 Description: Solution: Platforms tested: verbena, arabica, copper (64) Misc. update: MANIFEST updated Need to do release notes.
* [svn-r7275] Purpose:Bill Wendling2003-07-292-3760/+3878
| | | | | | | Update Description: Regenerated Dependencies file.
* [svn-r7274] *** empty log message ***Bill Wendling2003-07-292-90/+146
|
* [svn-r7273] Purpose:Bill Wendling2003-07-295-1867/+1487
| | | | | | | | | | | | | | | | | Update/Fix Description: The Dependencies files weren't begin generated properly for C++. Solution: Modified the "dependencies" script to use "top_srcdir" only instead of "srcdir", which tended to confuse matters. Regenerated the Dependencies files. Platforms tested: Arabica (Small changes) Misc. update:
* [svn-r7270] Purpose:Bill Wendling2003-07-281-12/+0
| | | | | | | | | | Update Description: Removed the re-autoconf of the fortran and c++ configures since they don't exist anymore. Misc. update:
* [svn-r7269] Purpose:Bill Wendling2003-07-28109-36178/+5309
| | | | | | | | | | | | | | | | | | | | | | | | | | Update Description: Revamped the configuration system. The configurations for the Fortran and C++ libraries are no longer separate from the "main" configuration system. This involved removing the "configure*" and "aclocal.m4" files from the fortran/ and c++/ subdirectories. Also merging settings in the config/ subdirectories into the main config/ subdirectory. Fortran header files had to be modified a little for Linux. It was checking if it was a Linux machine by some #defines, however with the -std=c99 switch, these defines weren't there. I added a check for some other ones which should be there whether the -std=c99 switch is used or not. Platforms tested: Verbena (Fortran & C++) Sol (Fortran & C++) Copper (Fortran & C++) Modi4 (Parallel, Fortran, & C++) Misc. update:
* [svn-r7268] Purpose:Bill Wendling2003-07-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Description: Revamped the configuration system. The configurations for the Fortran and C++ libraries are no longer separate from the "main" configuration system. This involved removing the "configure*" and "aclocal.m4" files from the fortran/ and c++/ subdirectories. Also merging settings in the config/ subdirectories into the main config/ subdirectory. Fortran header files had to be modified a little for Linux. It was checking if it was a Linux machine by some #defines, however with the -std=c99 switch, these defines weren't there. I added a check for some other ones which should be there whether the -std=c99 switch is used or not. Had to add C++ information to this script. Platforms tested: Verbena (Fortran & C++) Sol (Fortran & C++) Copper (Fortran & C++) Modi4 (Parallel, Fortran, & C++) Misc. update:
* [svn-r7266] Snapshot version 1.7 release 0HDF Admin2003-07-2710-369/+182
|
* [svn-r7265] *** empty log message ***Raymond Lu2003-07-2644-1803/+873
|
* [svn-r7264] Purpose: Error API gradual checkinRaymond Lu2003-07-262-12/+18
| | | | Platforms tested: h5committested
* [svn-r7263] Purpose: bug fix for C++ caused by new error apiRaymond Lu2003-07-252-24/+1
| | | | | | | Description: one variable was left out from checkin yesterday Platforms tested: RH 8 with C++
* [svn-r7262] Purpose: Bug fix for C++ caused by new error API.Raymond Lu2003-07-253-238/+495
| | | | Platforms tested: h5committested
* [svn-r7260] Purpose:Quincey Koziol2003-07-231-599/+837
| | | | Checkpoint file format revisions.
* [svn-r7259] Purpose:Quincey Koziol2003-07-235-398/+591
| | | | | | | | | | | | | | | Bug fix Description: I/O on chunked datasets with point selections was not working correctly. Solution: Re-wrote some parts of raw data I/O routines that build the selections for each chunk to correctly handle point selections. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r7257] Purpose:Pedro Vicente Nunes2003-07-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | bug fix Description: if the user incorrectly put the option -n20 (instead of -n 20) as the last argument h5diff tried to parse the 20 as an extra argument, causing a failure if ('-' !=argv[i+1][0] ) Solution: add an extra test for the case that option is the last argument if ( i<argc-1 && '-' !=argv[i+1][0] ) Platforms tested: linux . this is too trivial for all platforms test Misc. update:
* [svn-r7256] Purpose: gradual checkin for error apiRaymond Lu2003-07-237-276/+512
| | | | Platforms tested: RH 8(simple checkin)
* [svn-r7252] Description:Albert Cheng2003-07-231-0/+1
| | | | | updated for the newly added command chkcopyright. the files.
* [svn-r7251] Purpose:Albert Cheng2003-07-231-0/+224
| | | | | | | | | | | | | | | New Feature Description: A command script to check if the Copyright notice is included in the files. Platforms tested: no h5committest since it does not apply. Tested by hand. Misc. update: Updated MANIFEST
* [svn-r7249] Purpose:Albert Cheng2003-07-221-29/+32
| | | | | | | | | | | | updated. Description: Solution: Platforms tested: Misc. update:
* [svn-r7247] Purpose:Albert Cheng2003-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | Bug fix Description: The "prefix?=..." is not recognized by all make commands. Even some older gmake do not recognize it. The result is that "make install" failed for many platforms (AIX, Solaris 2.7, HPUX 11, ...) because when they tried to install at $(prefix)/lib, it becomes /lib since $(prefix) is not defined. Solution: Restore it back to the previous prefix=... Platforms tested: h5committested. Also ran in-place build using vendor make in kelgia, arabica and copper. Misc. update:
* [svn-r7245] *** empty log message ***Raymond Lu2003-07-221-106/+87
|
* [svn-r7244] Purpose: gradual checkin for error APIRaymond Lu2003-07-223-47/+219
| | | | Platforms tested: h5committest
* [svn-r7243] Purpose:Quincey Koziol2003-07-214-35/+182
| | | | | | | | | | | | Bug fix Description: Fix bug with combination of fill-values, chunked datasets and variable-length strings. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r7241] Purpose: Gradual checkin for error APIRaymond Lu2003-07-184-49/+713
| | | | | | Platforms tested: h5committest, RH 8 Misc. update: