summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27046] Maintenance before tagging the release: checking in files ↵hdf5-1_8_15Elena Pourmal2015-05-112-2/+2
| | | | updated when the release tar ball was created.
* [svn-r27005] Update documentation to match the web instructionsAllen Byrne2015-05-041-41/+58
|
* [svn-r26991] Maintenance before creating the final release tar ball:Elena Pourmal2015-05-016-42/+37
| | | | | | 1. Changed version number to 1.8.15; this version will run through all daily tests on UNIX and Windows before the tar ball will be created. 2. Cleaned README.txt and RELEASE.txt files to address the issues brougth during the 1.8.14 postmortem.
* [svn-r26982] Created pre7 release tar ball for internal and external testing ↵Elena Pourmal2015-04-302-2/+2
| | | | | | | after Allen discovered a problem with the packaged Windws binaries; checked in modified files. New source is in /mnt/scr1/pre-release/hdf5/v1815/pre7/source
* [svn-r26980] Windows needs different packaging option from linuxAllen Byrne2015-04-301-24/+36
|
* [svn-r26966] Updated with latest bug fix information.Albert Cheng2015-04-291-0/+7
|
* [svn-r26965] HDFFV-9298: make uninstall generated "test: argument expected" ↵Albert Cheng2015-04-298-0/+8
| | | | | | | | | lines The error is that $EXAMPLETOPDIR is used without setting a value first. Solution is to set them with the proper values. Tested: jam only to confirm the error no longer exists.
* [svn-r26957] Maintenance: Changed version to 1.8.15-pre7 after releasing ↵Elena Pourmal2015-04-286-17/+17
| | | | pre6 tar ball.
* [svn-r26956] Commited files after creating pre6 tar balls; see ↵Elena Pourmal2015-04-282-2/+2
| | | | /mnt/scr1/pre-release/hdf5/v1815/pre6/source
* [svn-r26948] Correct ext lib packing listAllen Byrne2015-04-281-3/+7
|
* [svn-r26947] Maintenance before the release:Elena Pourmal2015-04-288-15/+15
| | | | | | | | | | lt_vers.am file had an extra space after 10 in LT_VERS_INTERFACE that caused wrong version of the shared library being generated. Fixed. We discussed that 1 in LT_VERS_REVISION didn't make much sense for 1.8.15. Changed to 0. Regenerated configure files by running bin/reconfigure. Confirmed that changing the version doesn't affect numbers in lt_vers.am. Tested on jam.
* [svn-r26933] examples/READMELarry Knox2015-04-271-1/+1
| | | | Correct capitalization of Fortran and C++.
* [svn-r26931] Added support for shared lib and zlib.Albert Cheng2015-04-271-5/+17
| | | | Tested: linux (jam), Mac (osx1010dev)
* [svn-r26928] 2 updates from v18:Albert Cheng2015-04-271-4/+41
| | | | | | | | | | | | | 1) Bugs: The configure summary (libhdf5.settings) was missing from the configure output. Solution: Append the configure summary to the configure logfile if configure succeeds. 2) Added method to install the Mac OSX DMG file by line commands. Group all install method into a function call for easier maintenance. Tested: Linux (jam, platypus), Mac (osx1010dev)
* [svn-r26922] Remove old and invalid information:Albert Cheng2015-04-271-48/+2
| | | | | | Retired IBM SP system which was old. Removed --enable-parallel=mpich information. The option is invalid now (remove date unknown.)
* [svn-r26914] Maintenance: Bumped the version numner after creating tar ball ↵Elena Pourmal2015-04-236-18/+18
| | | | for testing.
* [svn-r26913] Created HDF5 1.8.15-pre5 tra balls for the next round of testing.Elena Pourmal2015-04-236-18/+18
|
* [svn-r26904] Correct USE_SHARED_LIBS to BUILD_SHARED_LIBSAllen Byrne2015-04-233-81/+140
| | | | Update CMake docs and reference new files on web.
* [svn-r26889] Revert configure behavior for building shared libraries on ↵Larry Knox2015-04-224-37/+35
| | | | | | | | CYGWIN to that of HDF5 v1.8.14. Building shared libraries on CYGWIN requires both --enable-shared and --enable-unsupported configure options. Otherwise only static libraries will be built. Configure prints a message in the case where only --enable-shared is supplied. Also removed entries to INSTALL_Cygwin.txt and RELEASE.txt Tested with h5 committest and configure options on win7-32-cygwin-bt.
* [svn-r26884] Updated my entries of added features and bug fix according toAlbert Cheng2015-04-221-25/+26
| | | | https://confluence.hdfgroup.uiuc.edu/display/TECHDOC/Writing+Notes+in+a+release.txt+File
* [svn-r26855] Correct component matchingAllen Byrne2015-04-201-11/+9
|
* [svn-r26850] Changed version to 1.8.15-pre4 for the round of testing in ↵Elena Pourmal2015-04-2015-103/+103
| | | | | | production mode; changed configure from development to production. Released source to the /mnt/scr1/pre-release/hdf5/v1815/pre4/source directory on jam.
* [svn-r26849] Maintenance: Updated INSTALL file and released pre3 to the ↵Elena Pourmal2015-04-203-51/+2
| | | | FTPserver for FORUM testing.
* [svn-r26839] configureLarry Knox2015-04-178-80/+175
| | | | | | | | | | | | | | | | | | configure.ac hl/src/H5LTparse.c hl/src/H5LTparse.h Address HDFFV-9010: configure issue with gcc 4.9.2 "-l ". Change default to disable_shared on CYGWIN. release_docs/INSTALL_Cygwin.txt release_docs/RELEASE.txt Update for changed default and no CYGWIN szip binary. c++/src/cpp_doc_config bin/h5vers AddressHDFFV-9010: Add cpp_doc_config to h5vers Tested with h5committest, on CYGWIN.
* [svn-r26835] Edited for readability and language.Mark Evans2015-04-171-156/+210
|
* [svn-r26821] Update instruction that changes in this releaes that " ↵Albert Cheng2015-04-161-5/+4
| | | | | | | --enable-parallel has to be used explicitly to build parallel HDF5 regardless of the compiler type being used. (MSC - 2015/02/19 HDFFV-9068)"
* [svn-r26810] Updated with current information and removed outdated information.Albert Cheng2015-04-151-50/+56
| | | | | | | | | | | | | | | | o Removed 4.1.2. Compressed tar archive (*.tar.Z) since we don't release them any more. o Add "some versions of tar can auto-uncompress". o Removed reference to INSTALL_MinGW which was removed in couple releases ago. o Removed "2.2. Red Storm (Cray XT3)" since its entry in INSTALL_parallel has been removed. o Added "3.1. Make" to list Gnu like make is required. o Updated the removal of the feature of auto-configure --enable-parallel when MPI compilers are used. o Updated "4.3.3. Configuring for 64 or 32 bit support" to show how to configure both 32 or 64-bit binary.
* [svn-r26806] Updated the Fortran install text.Scot Breitenfeld2015-04-141-37/+10
|
* [svn-r26802] Update 1.8.15 RELEASE.txt formatting for HDFFV-9173.Vailin Choi2015-04-141-5/+8
|
* [svn-r26801] Maintenance for the release testing: Changed version to 1.8.15-pre3Elena Pourmal2015-04-135-17/+17
|
* [svn-r26800] Maintenance: Created pre2 tar ball.Elena Pourmal2015-04-136-17/+17
|
* [svn-r26799] Added entries for tested and supported platform CentOS7, ↵Larry Knox2015-04-131-3/+11
| | | | | | Linux3.10.0 (moohan). Text entry.
* [svn-r26797] Updated the formatting of cmake entryAllen Byrne2015-04-131-9/+10
|
* [svn-r26796] update release.txt formatting.Mohamad Chaarawi2015-04-131-9/+35
|
* [svn-r26793] Update formatting in RELEASE.txt, and expand on note about ↵Neil Fortner2015-04-131-7/+12
| | | | | | H5Sextent_copy. Tested: kate
* [svn-r26792] Fixed HL Fortran API entry.Scot Breitenfeld2015-04-131-1/+7
|
* [svn-r26788] In libhdf5.settings.in, changed the C++ shared library setting ↵Dana Robinson2015-04-131-1/+1
| | | | | | | | variable from H5_CXX_SHARED (which no longer exists) to enable_shared. Tested on: jam (configure only - minor change)
* [svn-r26780] fix path to config and missing quote charAllen Byrne2015-04-101-3/+3
|
* [svn-r26768] Known problem HDFFV-8247 has been resolved in v1.8.13.Albert Cheng2015-04-081-8/+0
|
* [svn-r26765] Description:Binh-Minh Ribler2015-04-081-3/+0
| | | | | Removed a duplicated note in the Known Problems section about the C++ and Fortran binding not working on FreeBSD.
* [svn-r26764] Description:Binh-Minh Ribler2015-04-081-2/+58
| | | | Added notes about new functions and changes in the C++ API.
* [svn-r26763] Description:Binh-Minh Ribler2015-04-081-1/+1
| | | | Updated project number to 1.8.15.
* [svn-r26756] Maintenance: Changed LT_VERS_INTERFACE and REVISION numbers to ↵Elena Pourmal2015-04-078-15/+15
| | | | indicate interface change (in C++) and ran reconfigure.
* [svn-r26755] Maintenance: Changed version number in HDF5 1_8_15 branch to ↵Elena Pourmal2015-04-075-17/+17
| | | | 1.8.15-pre1.
* [svn-r26752] Merged r26750 and r26751 from trunk.Albert Cheng2015-04-078-25760/+14
| | | | | | | | | HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in compound type. Added the testing to h5repack where it belongs. Undo the tests added to h5dump. Tested: h5committested plus tested in jam by hand.
* [svn-r26749] update RELEASE.txt with parallel issues resolved for 1.8.15Mohamad Chaarawi2015-04-071-1/+15
|
* [svn-r26748] Added entry for Vailin's fix for HDFFV-9173Elena Pourmal2015-04-071-1/+9
|
* [svn-r26747] updates to install_parallel.Mohamad Chaarawi2015-04-071-118/+1
|
* [svn-r26745] Removed VMS installation file.Elena Pourmal2015-04-071-1/+0
|
* [svn-r26744] Updated the README.txt file to reflect VMS removal; deleted VMS ↵Elena Pourmal2015-04-073-101/+151
| | | | installation instructions.