summaryrefslogtreecommitdiffstats
path: root/c++
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r7118] Elena Pourmal2003-06-283-0/+378
| | | | | | | | | | | | | | | | | | | | | | | | | | Purpose: Maintenance Description: I added three new configuration files in c++/config directory for Cray SV1, T3E and T90IEEE Solution: Platforms tested: I used BlankForm in c++/config directory to create new configuration files for Crays. Only test on T3E is finally completed successfully. Two other Crays are still running, and running, and running. I am checking files in since they will not affect any other platforms. Binh-Minh and Bill, could you please take a look since I made minimum changes just to make it to work. I am not sure that everything is correct even if it works. Thanks! Misc. update:
* [svn-r7104] Purpose:Binh-Minh Ribler2003-06-257-134/+240
| | | | | | | | | | | | | | | | | Bug fix Description: Missing returning error for failures occur in C++ examples. Solution: Added "return -1;" when an exception is caught. Also, turned off automatic error printing so that the C++ API will catch and handle the failures. Platforms: SunOS 5.7 (arabica) Linux 2.4 (eirene) IRIX 6.5.11 (modi4)
* [svn-r7099] Elena Pourmal2003-06-242-757/+1332
| | | | | | | | | | | | | Purpose: Maintenance Description: Bumped the version number to 1.5.62 after creating a tar ball for the fourth round of testing. Solution: run bin/h5vers -s scipt on arabica Platforms tested: N/A Misc. update:
* [svn-r7075] Purpose:Bill Wendling2003-06-201-1/+15
| | | | | | | | | | | | | | | | | Bug Fix Description: Quincey discovered that the new compiler on SOL needs the -features=tmplife flag. However, this flag is only available for version 5.3 of the compiler (and up, we're assuming). Solution: Add this flag only if the version of the compiler is 5.3 or greater. Platforms tested: Sol and Arabica (only affects solaris machines) Misc. update:
* [svn-r7074] Purpose:Quincey Koziol2003-06-202-10/+10
| | | | Bump version # after another private snapshot for SAF team.
* [svn-r7061] Purpose:Quincey Koziol2003-06-182-1332/+757
| | | | Bump version # after creating private snapshot.
* [svn-r7047] Purpose:Albert Cheng2003-06-183-4/+14
| | | | | | | | | | | | | | | | | Improvement Description: If $CXX is not defined, configure will try a list of possible C++ compiler name. That is not always desireable. Solution: Change configure to combine all powerpc-ibm-aix* to one version. Add xlC as the default $CXX value. Platforms tested: Tested in Copper only since the change affect AIX machine only. Misc. update:
* [svn-r7039] Bill Wendling2003-06-131-7/+7
| | | | | | | | | | | | | | | | | Purpose: Bug Fix Description: There was another GNU-make-ism in the C++ examples Makefile.in that I didn't clean up. Solution: Changed the "$<" to the name of the file to compile. Platforms tested: Copper (Small fix...problem was on Copper). Misc. update:
* [svn-r7025] Purpose:Bill Wendling2003-06-112-0/+4
| | | | | | | | | | | | | | | | | Bug Fix Description: On Kelgia, the h5c++ script file needs to be explicitly chmod'ed to executable. Solution: Placed this at the end of the configure script (just like in the other configure scripts). Platforms tested: Kelgia (Very small fix...only needed to test it on one platform). Misc. update:
* [svn-r7023] Elena Pourmal2003-06-112-757/+1332
| | | | | | | | | | | | | Purpose: Maintenance for the third round of testing Description: Increased the version number to 1.5.59 after creating a tar ball for testing. Solution: Platforms tested: Misc. update:
* [svn-r7020] Purpose:Quincey Koziol2003-06-102-10/+10
| | | | Bump version number after making snapshot
* [svn-r7013] Purpose:Albert Cheng2003-06-101-2/+4
| | | | | | | | | | | | Bug fix Description: Corrected an omission of a module needed by the testhdf5 program. Platforms tested: Only in modi4 as the change is small. Misc. update:
* [svn-r7012] Purpose:Binh-Minh Ribler2003-06-104-30/+17
| | | | | | | | | | | | Text cleanup Description: Re-worded some informative and error messages. Remove/Updated outdated comments. Platforms: Linux 2.4 (eirene) IRIX 6.5.11 (modi4)
* [svn-r6997] Binh-Minh Ribler2003-06-094-57/+116
| | | | | | | | | | | | | | | | Purpose: Code cleanup Description: Moved a utility function out so other tests can use the same function and avoid code duplication. Future utility functions can also benefit from this move. Platforms tested: SunOS 5.7 (arabica) Linux 2.4 (eirene) IRIX 6.5.11 (modi4) HPUX 11.00 (kelgia)
* [svn-r6993] Purpose:Albert Cheng2003-06-081-0/+3
| | | | | | | | | | | | | | Cleanup Description: Remove h5c++ when distclean is called. Solution: Platforms tested: Tested only in copper since the change is trivial. Misc. update:
* [svn-r6990] Purpose:Binh-Minh Ribler2003-06-0712-25/+83
| | | | | | | | | | | | | | | | | | | | | | | | Bug fix and minor code enhancement Description: Missing methods to read/write C++ String for an attribute and a dataset. Solution: Added overloaded functions read and write to H5::Attribute and H5::DataSet. Also, added another constructor StrType so the need to separately set the length of the string type can be eliminated. It's minor but convenient. Made some minor changes to make error messages more readable. Platforms: SunOS 5.7 (arabica) Linux 2.4 (eirene) IRIX 6.5.11 (modi4) HPUX 11.00 (kelgia)
* [svn-r6986] Snapshot version 1.5 release 56HDF Admin2003-06-062-10/+10
|
* [svn-r6985] Purpose:Bill Wendling2003-06-051-1/+1
| | | | | | | | | | | | Update Description: Changed help message to say "C++" instead of "C" compiler. Platforms tested: Eyeballed. Misc. update:
* [svn-r6982] Purpose:Bill Wendling2003-06-055-19/+1918
| | | | | | | | | | | | | | Utility Addition Description: Added h5c++ script file to compile HDF5 C++ applications. Platforms tested: Verbena (Fortran & C++) Arabica (Fortran & C++) Modi4 (Fortran & Parallel) Misc. update:
* [svn-r6981] Purpose:Bill Wendling2003-06-051-21/+19
| | | | | | | | | | | | | | | | | Utility Addition Description: Added h5c++ script file to compile HDF5 C++ applications. Modified so that these are compiled only during a make check-install action and then only with the h5c++ script. Platforms tested: Verbena (Fortran & C++) Arabica (Fortran & C++) Modi4 (Fortran & Parallel) Misc. update:
* [svn-r6974] Purpose:Quincey Koziol2003-06-052-1053/+626
| | | | | | | | Bump version # Description: Bump the version # of the library after creating snapshot for SAF developers to test with.
* [svn-r6950] Purpose:Quincey Koziol2003-06-042-2/+2
| | | | | | | | | | | | | | | | | | | | | | API tweak. Description: The H5Sget_select_bounds() API call was using hsize_t arrays for retrieving the 'start' and 'end' coordinates, which is counter to the rest of the dataspace API. Solution: Change the arrays to be hssize_t instead. Platforms tested: FreeBSD 4.8 (sleipnir) w/C++ FreeBSD 4.8 (sleipnir) w/parallel h5committested Misc. update: Updated all docs for this change. Added 1.4 compatibility #ifdef's
* [svn-r6905] Elena Pourmal2003-05-202-10/+10
| | | | | | | | | | | | Purpose: Maintenance for the second round of testing Description: Used bin/h5vers to change version number to 1.5.55 Solution: Platforms tested: arabica Misc. update:
* [svn-r6842] Purpose:Bill Wendling2003-05-082-3/+1
| | | | | | | | | | | | | | | | | | | Code Cleanup Description: Warning messages were being produced by the "make" program because the "docdir" was being specified twice as a target in the generated Makefiles. This is because the "EXAMPLESDIR" was also defined as "docdir". Solution: Made "EXAMPLESDIR" unique for C, Fortran, and C++ in the commence.in file and removed EXAMPLESDIR from the Makefile.ins Platforms tested: Dangermouse (only affects make system, not code). Misc. update:
* [svn-r6835] Elena Pourmal2003-05-082-626/+1053
| | | | | | | | | | | | | Purpose: Maintenance Description: I changed release version to 1.5.54. Email about tetsing of 1.5.53 will be send after this checkins. Solution: used bin/h5vers -s to change the version number Platforms tested: Done on arabica Misc. update:
* [svn-r6793] Snapshot version 1.5 release 52HDF Admin2003-05-032-10/+10
|
* [svn-r6779] Purpose: Backward compatibility changeRaymond Lu2003-04-291-1/+5
| | | | | | | | Description: 1.4 compatibility for H5G_obj_t type and H5Zregister test. Solution: use macro H5_WANT_H5_V1_4_COMPAT Platforms tested: h5committest
* [svn-r6761] Snapshot version 1.5 release 51HDF Admin2003-04-262-10/+10
|
* [svn-r6732] Purpose:Albert Cheng2003-04-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Bug fix and feature Description: The patch to Makefile.in failed if an empty directory of fortran/examples was left behind by a previous build. Solution: Attempted to put it in config/conclude.in just became a mess since it is hard to predict when we will include examples in the subdirs or not. Borrow the structure of install-examples and do some handcode per interface. The Makefile.in of each interface (C, Fortran, C++) controls everything. Not very systematic but pretty clean for this case. Platforms tested: h5committested. Also tested in modi4 with various combinations of fortran, c++ enabled. Misc. update:
* [svn-r6643] Snapshot version 1.5 release 50HDF Admin2003-04-122-10/+10
|
* [svn-r6616] Purpose:Quincey Koziol2003-04-091-4/+17
| | | | | | | | | | | | | | Code cleanup Description: Chase H5Zfilter API changes. Solution: Platforms tested: FreeBSD 4.8 (sleipnir) w/C++ Misc. update:
* [svn-r6510] Purpose:Binh-Minh Ribler2003-03-207-21/+0
| | | | | | | | | | | | | | | | | Cleanup Description: Removed "using namespace std" since it's in namespace H5 already. Platforms tested: HPUX 11.00 (kelgia) Linux 2.2x (eirene) IRIX 6.5.11 (modi4) SunOS 5.7 (arabica) - by Elena Misc. update:
* [svn-r6509] Purpose:Binh-Minh Ribler2003-03-208-13/+42
| | | | | | | | | | | | | | | | | | | | | Adding new platform support Description: Added support for the C++ API on hpux11.00 with the compiler aCC. Because aCC doesn't use "std," a new macro H5_NO_STD is provided and used where "std" is presented in the library. In addition, changed several cout's when reporting errors to cerr's. Platforms tested: HPUX 11.00 (kelgia) Linux 2.2x (eirene) IRIX 6.5.11 (modi4) SunOS 5.7 (arabica) - by Elena Misc. update:
* [svn-r6508] Purpose:Binh-Minh Ribler2003-03-201-0/+24
| | | | | | | | | | | | | | | | | | Adding new platform support Description: Added the config file to support the C++ API on hpux11.00 with the compiler aCC. Platforms tested: HPUX 11.00 (kelgia) Linux 2.2x (eirene) IRIX 6.5.11 (modi4) SunOS 5.7 (arabica) - by Elena Misc. update: Will update MANIFEST and release_docs/RELEASE for new features.
* [svn-r6485] Purpose:Bill Wendling2003-03-179-8/+12
| | | | | | | | | | | | Bug Fix Description: "using namespace std" isn't supported on HP-UX. We ahve the H5_NO_STD flag begin set, but it wasn't being used. Solution: Added the check to the #ifdef line to see if H5_NO_STD is defined before trying to use it in the program. Platforms tested: Kelgia
* [svn-r6484] Purpose:Bill Wendling2003-03-174-0/+21
| | | | | | | | | | | Bug Fix Description: Kelgia needs the old header file format for #includes. Solution: Conditionally include the old header file format if OLD_HEADER_FILENAME is defined. Platforms tested: Kelgia
* [svn-r6483] Snapshot version 1.5 release 49HDF Admin2003-03-152-10/+10
|
* [svn-r6471] Purpose:Bill Wendling2003-03-092-68/+131
| | | | | | | | Update Description: Removed useless #includes and added a test for the std environment. Platforms tested: Linux
* [svn-r6446] Snapshot version 1.5 release 48HDF Admin2003-03-012-10/+10
|
* [svn-r6437] Description:Albert Cheng2003-02-251-1/+1
| | | | | | | | | so_locations was not removed during distclean. Added it to the distclean targets. Platforms tested: Tested h5committest {arabica (fortran), eirene (fortran, C++) modi4 (parallel, fortran)}? No [If no, why not?] Tested in modi4 and eirene with C++ enabled..
* [svn-r6407] Snapshot version 1.5 release 47HDF Admin2003-02-152-10/+10
|
* [svn-r6358] Snapshot version 1.5 release 46HDF Admin2003-02-012-10/+10
|
* [svn-r6353] Purpose:Bill Wendling2003-01-302-94/+51
| | | | | | | | | | | Update Description: Updated the configure scripts. Fortran and C++ didn't have proper checks for Linux LFS support. Also needed to remove the "-g" flag from the compile line if --enable-production is set. For that, I took how it's being done in HDF5 Lite... Platforms tested: Linux
* [svn-r6303] Purpose:Binh-Minh Ribler2003-01-212-0/+68
| | | | | | | | | | | | | | | | | | | | | | | | | new functions Description: Added these member functions to class Group per the new C functions H5Gget_num_objs, H5Gget_objname_by_idx and H5Gget_objtype_by_idx: // Returns the number of objects in the group. hsize_t getNumObjs() const; // Retrieves the name of an object in a given group by giving index ssize_t getObjnameByIdx(hsize_t idx, string& name, size_t size) const; // Returns the type of an object in a given group by giving index; // the overloaded function also provided the object type in text as // "group" for H5G_GROUP // "dataset" for H5G_DATASET // "datatype" for H5G_TYPE int getObjTypeByIdx(hsize_t idx) const; int getObjTypeByIdx(hsize_t idx, string& type_name) const; Platforms: SunOS 5.7 (arabica) Linux 6.2 (eirene) IRIX 6.5.11 (modi4)
* [svn-r6267] Snapshot version 1.5 release 45HDF Admin2003-01-112-10/+10
|
* [svn-r6236] Purpose: CopyrightBinh-Minh Ribler2003-01-0769-58/+1004
| | | | | | | | | Description: Added copyright notice to C++ API files, including *.h, *.cpp, and Makefile.in Platforms: Linux 6.2 (eirene)
* [svn-r6235] Purpose: CopyrightBinh-Minh Ribler2003-01-071-3/+13
| | | | | | | | Description: Added copyright notice to C++ API files, including *.h, *.cpp, and Makefile.in Platforms: Linux 6.2 (eirene)
* [svn-r6221] Snapshot version 1.5 release 44HDF Admin2002-12-212-10/+10
|
* [svn-r6193] Snapshot version 1.5 release 43HDF Admin2002-12-072-10/+10
|
* [svn-r6133] Snapshot version 1.5 release 42HDF Admin2002-11-232-10/+10
|