summaryrefslogtreecommitdiffstats
path: root/c++
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r8621] Snapshot version 1.6 release 2 (post5)HDF Admin2004-06-072-10/+10
|
* [svn-r8591] This commit was manufactured by cvs2svn to create branch 'hdf5_1_6'.cvs2svn2004-05-274-0/+358
|
* [svn-r8530] Snapshot version 1.6 release 2 (post4)HDF Admin2004-05-162-10/+10
|
* [svn-r8419] Snapshot version 1.6 release 2 (post3)HDF Admin2004-04-262-10/+10
|
* [svn-r8290] Purpose:Albert Cheng2004-03-311-12/+12
| | | | | | | | | | | | | Feature Description: Added to AddTest() a generic parameters pointer argument to allow some extra parameters for some tests. E.g., test file names can be customized during runtime and passed into the test routines. Platforms tested: "h5committested".
* [svn-r8267] Purpose:Binh-Minh Ribler2004-03-207-57/+40
| | | | | | | | | | | | | | | | | | | | | Cleaning up warnings Description: Many exception constructors have warnings about reference to temporary location because of the parameter initialization, for example, "const string& var = 0." Solution: Changed "string&" parameters to pass by value for these constructors. Consequently, passing string by value also takes care of char pointers so the overloaded constructors for char pointers are then removed. Also, instead of setting Exception::detailMessage to null string, I set it to DEFAULT_MSG ("No detailed information provided") by default. Platforms: SunOS 5.7 (arabica) Linux 2.4 (eirene) IA-64 (titan)
* [svn-r8237] Snapshot version 1.6 release 2 (post2)HDF Admin2004-03-082-10/+10
|
* [svn-r8217] Snapshot version 1.6 release 2 (post1)HDF Admin2004-02-232-10/+10
|
* [svn-r8213] Purpose:Quincey Koziol2004-02-211-0/+20
| | | | | | | | | | | Bug fix Description: Update threadsafe flags for FreeBSD and allow C++ to be built with threadsafe enabled. Platforms tested: FreeBSD 4.9 (sleipnir) w/C++ & thread-safe
* [svn-r8205] Snapshot version 1.6 release 2 (post0)HDF Admin2004-02-162-10/+10
|
* [svn-r8195] Purpose: Maintenance after hdf5-1.6.2 releaseElena Pourmal2004-02-122-10/+10
| | | | | | | | | | | Description: I updated HISTORY.txt and RELEASE.txt files, and ran bin/h5vers to change version number to 1.6.2-post0 Solution: Platforms tested: Misc. update:
* [svn-r8193] Purpose: Maintenance for hdf5-1.6.2 releaseElena Pourmal2004-02-122-10/+10
| | | | | | | | | | | | Description: Changed version to be 1.6.2 and ran bin/release. Since several files are changed, I am checking them in before tagging the release Solution: Platforms tested: eirene Misc. update:
* [svn-r8147] Purpose: MiantenanceElena Pourmal2004-02-022-10/+10
| | | | | | | | | | | Description: Changed version to 1.6.2-pre2 after creating a tar ball for testing. Tar ball is on the FTP site, testing announcement will follow. Solution: Used bin/h5vers on eirene Platforms tested: N/A Misc. update:
* [svn-r8146] Purpose: Maintenance for hdf5-1.6.2-pre1 testingElena Pourmal2004-02-022-10/+10
| | | | | | | | | | | Description: Changed version number to 1.6.2-pre1 before creating a tar ball for testing. Solution: Used bin/h5vers script on eirene Platforms tested: N/A Misc. update:
* [svn-r8081] Purpose:Quincey Koziol2004-01-192-10/+10
| | | | Bump version number after creating snapshot for user.
* [svn-r8078] Snapshot version 1.6 release 1 (post18)HDF Admin2004-01-192-10/+10
|
* [svn-r8069] Elena Pourmal2004-01-151-1/+1
| | | | | | | | | | | | | | | | | | Purpose: Maintenance Description: Compilation of C++ APIs failed when ecc compiler was used. Solution: Quincey and Raymond found out that one needs -D__GNUC__ flag with ecc v7.1 to build on titan. I added compilation flags from the config/ia64-linux-gnu file to the c++/config/ia64-linux-gnu Platforms tested: hal (Altix), titan On titan C++ tests passed, but build failed in the tools/misc directory with the misterious message: .depend:28: *** multiple target patterns. Stop. Misc. update:
* [svn-r8065] Elena Pourmal2004-01-151-1/+1
| | | | | | | | | | | | Purpose: Bug fix Description: I made a type in the production flags. Solution: Fixed. Platforms tested: titan Misc. update:
* [svn-r8064] Elena Pourmal2004-01-141-0/+29
| | | | | | | | | | | | | | | Purpose: Maintenance Description: I added new configuration file ia64-linux-gnu to the c++/config directory and made ecc a default C++ compiler for ia64-linux-gnu systems Solution: N/A Platforms tested: Altix (SGI Linux64 IA64 machine) - all tests passed titan - configuration passed; it is still building Misc. update:
* [svn-r8059] Purpose:Quincey Koziol2004-01-132-10/+10
| | | | Bump version # after creating another snapshot for a user.
* [svn-r8055] Purpose:Quincey Koziol2004-01-132-10/+10
| | | | Bump revision number after creating snapshot for user testing.
* [svn-r8052] Snapshot version 1.6 release 1 (post15)HDF Admin2004-01-122-10/+10
|
* [svn-r8049] Purpose:Quincey Koziol2004-01-103-262/+36
| | | | | | | | | | | | | Code cleanup & reorganization Description: Move further in the testing framework cleanup, eliminating all the global variables (moving them into testframe.c as static variables) from the testing framework code and moving it into the libh5test.a. Platforms tested: FreeBSD 4.9 (sleipnir) w & w/o thread-safety, c++ & parallel h5committested
* [svn-r8042] Purpose:Albert Cheng2004-01-081-0/+16
| | | | | | | | | | | | | Feature Description: Added option -showconfig which Shows the HDF5 library configuration summary Platforms tested: No h5committest test which does not test these tools. Tested in eirene by hand. Misc. update:
* [svn-r8034] Purpose: MaintenanceElena Pourmal2004-01-072-10/+10
| | | | | | | | | | | Description: Bump up the version number before giving a tar ball to the MAC HDF5 Fortran user. Solution: run bin/h5vers on eirene Platforms tested: N/A Misc. update:
* [svn-r8029] Purpose:Quincey Koziol2004-01-062-10/+10
| | | | Bump version number after making a snapshot for a user.
* [svn-r8024] Purpose:Quincey Koziol2004-01-061-4/+0
| | | | | | | | | | | | | Code cleanup Description: Refactor library testing framework (used for the testhdf5 & ttsafe tests) to remove almost all of the duplicated code, moving the common code into a new 'testframe.c' source file. Platforms tested: FreeBSD 4.9 (sleipnir) w & w/o thread-safety h5committest
* [svn-r8016] Snapshot version 1.6 release 1 (post12)HDF Admin2004-01-052-10/+10
|
* [svn-r8002] Purpose:Quincey Koziol2003-12-312-10/+10
| | | | Bump snapshot version after creating bugfix snapshot for user.
* [svn-r7983] Snapshot version 1.6 release 1 (post9)HDF Admin2003-12-292-10/+10
|
* [svn-r7975] Snapshot version 1.6 release 1 (post8)HDF Admin2003-12-222-10/+10
|
* [svn-r7956] Snapshot version 1.6 release 1 (post7)HDF Admin2003-12-152-10/+10
|
* [svn-r7952] Purpose:Quincey Koziol2003-12-132-10/+10
| | | | Bug snapshot version after creating tar file for user to test bugfix.
* [svn-r7945] Purpose:Quincey Koziol2003-12-132-10/+10
| | | | Bump snapshot version number after giving a snapshot w/bugfix to a user.
* [svn-r7919] Snapshot version 1.6 release 1 (post4)HDF Admin2003-12-082-10/+10
|
* [svn-r7902] Snapshot version 1.6 release 1 (post3)HDF Admin2003-12-012-10/+10
|
* [svn-r7874] Snapshot version 1.6 release 1 (post2)HDF Admin2003-11-242-10/+10
|
* [svn-r7856] Bill Wendling2003-11-191-4/+14
| | | | | | | | | | | | | | | | | | | | Purpose: Bug fix Description: If using g++ on HP-UX, the flags for aCC would be placed on the command line. This was causing g++ to fail the configuration test. Solution: CHanged the test so that it's a case statement. If it's the aCC compiler, then use those flags. Otherwise, don't specify flags. This case statement can be modified to provide compiler-specific flags in a similar way to other config/* files. Platforms tested: Hp-UX (Hp-UX specific change.) Misc. update:
* [svn-r7855] Snapshot version 1.6 release 1 (post1)HDF Admin2003-11-172-10/+10
|
* [svn-r7852] Purpose:Bill Wendling2003-11-143-5/+5
| | | | | | | | | | | | | | | | | | | Bug Fix Description: CXXFLAGS and CPPFLAGS wasn't including user-set values. Solution: Changed CXXFLAGS="..." to CXXFLAGS="$CXXFLAGS ..." and CPPFLAGS="..." to CPPFLAGS="$CPPFLAGS ..." Platforms tested: Kelgia, Modi4 Arabica (the machines affected) Misc. update:
* [svn-r7808] Snapshot version 1.6 release 1 (post0)HDF Admin2003-11-032-10/+10
|
* [svn-r7738] Purpose:Binh-Minh Ribler2003-10-261-0/+6
| | | | | | | | | | | | | | | | Fix example Description: On Solaris 64 (Sol), the output has garbage for a dataset when fill value is not set. Solution: Added setting fill value to the dataset first. Platforms: SunOS 5.7 (arabica) Linux 2.4 (eirene) SunOS sol 5.8 (sol)
* [svn-r7722] Purpose:Binh-Minh Ribler2003-10-242-4/+4
| | | | | | | | | | | | | Minor bug fix Description: Added missing "const" to the first parameter in two functions: DSetCreatPropList::set/getFillValue Platforms: Only effected C++ API SunOS 5.7 (arabica) Linux 2.4 (eirene)
* [svn-r7661] Purpose: Maintenance after 1.6.1 releaseElena Pourmal2003-10-172-10/+10
| | | | | | | | | | | Description: Changes version to 1.6.1-post0 and updated RELEASE.txt and HISTORY.txt filese fro the new version. Solution: N/A Platforms tested: N/A Misc. update:
* [svn-r7659] Purpose: MaintenanceElena Pourmal2003-10-172-10/+10
| | | | | | | | | | | | Description: I run bin/release to create an hdf5-1.6.1 release tar ball. Now I am checking in modified files before tagging the release. Solution: N/A Platforms tested: N/A Misc. update:
* [svn-r7633] Purpose: MaintenanceElena Pourmal2003-10-152-10/+10
| | | | | | | | | | Description: Bumped the version number to 1.6.1-pre2 after creating a tar ball for the third round of testing Platforms tested: bin/h5vers -s 1.6.1-pre2 on eirene Misc. update:
* [svn-r7632] Purpose:Albert Cheng2003-10-142-10/+10
| | | | | | | Changed version to 1.6.1-pre1 to prepare for release. Platforms tested: "h5committested"
* [svn-r7625] Purpose: MaintenanceElena Pourmal2003-10-142-10/+10
| | | | | | | | | | | Description: Bumped up the version number after creating a tar ball for the second round of testing Solution: N/A Platforms tested: done with bin/h5vers on eirene Misc. update:
* [svn-r7563] Purpose: MaintenanceElena Pourmal2003-10-072-10/+10
| | | | | | | | | | Description: Increased version number to 1.6.0-post11 after creating a tar ball for testing Platforms tested: eirene Misc. update:
* [svn-r7535] Elena Pourmal2003-10-031-0/+29
| | | | | | | | | | | | Purpose: Maintenance Description: I added dec-osf5.x configuration file. By default DEC cxx compiler is used to build HDF5 C++ Library Platforms tested: True64 (PSC) Misc. update: