Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r16908] v1.6.9 released.hdf5-1_6_9 | Albert Cheng | 2009-05-01 | 1 | -1/+1 |
| | | | | Commit all changes made by bin/release. | ||||
* | [svn-r16907] One cosmetic edit to remove parentheses from the initials so ↵ | Albert Cheng | 2009-05-01 | 1 | -2/+2 |
| | | | | | | that they are consistent. | ||||
* | [svn-r16899] Update platforms tested and Supported Features Summary tables. | Larry Knox | 2009-04-30 | 1 | -43/+51 |
| | |||||
* | [svn-r16895] Description: | Frank Baker | 2009-04-29 | 1 | -32/+21 |
| | | | | Formatting pass. | ||||
* | [svn-r16886] Update to include modification to the parallel tests. | Christian Chilan | 2009-04-29 | 1 | -1/+11 |
| | |||||
* | [svn-r16868] Description: | Binh-Minh Ribler | 2009-04-28 | 1 | -1/+3 |
| | | | | Noted that bugzilla 1045 is fixed. | ||||
* | [svn-r16867] Maintenance: Updated file in preparationfor the HDF5 1.6.9 release. | Elena Pourmal | 2009-04-28 | 1 | -17/+19 |
| | | | | Updated system information for Mac Intel. | ||||
* | [svn-r16854] Maintenance: Changed version to hdf5-1.6.9-pre2 for further ↵ | Elena Pourmal | 2009-04-24 | 1 | -1/+1 |
| | | | | check-ins. | ||||
* | [svn-r16852] Maintenance: Changed version number to 1.6.9-pre1 and created a ↵ | Elena Pourmal | 2009-04-24 | 1 | -1/+1 |
| | | | | | | tar ball for remote testing. | ||||
* | [svn-r16809] Purpose: Add version macro | Neil Fortner | 2009-04-20 | 1 | -0/+5 |
| | | | | | | | | Description: Versioning was just added to H5Z_class_t in 1.8. Therefore, I am adding a H5Z_class1_t macro to 1.6 to enable backwards compatibility using H5Z_class1_t. Tested: jam (simple change) | ||||
* | [svn-r16762] New feature (Bug ID: 1345): | Albert Cheng | 2009-04-15 | 1 | -1/+3 |
| | | | | | | | | | | | Added a Make target of check-all-install to test the correctness of installing via the prefix= or $DESTDIR options. Platforms tested: jam by hand. The test failed because installing by $DESTDIR is actually not working! I go on with the commit because I am sure the tests are correct. Will fix DESTDIR problem. | ||||
* | [svn-r16739] Snapshot version 1.6 release 8 (post13) | Larry Knox | 2009-04-12 | 1 | -1/+1 |
| | |||||
* | [svn-r16737] | Pedro Vicente Nunes | 2009-04-10 | 1 | -0/+3 |
| | | | | | | - h5diff new flag, -c, --compare, list objects that are not comparable. PVN - 2009/4/10 - 1368 - h5diff new flag, -N, --nan, avoids NaNs detection. PVN - 2009/4/10 | ||||
* | [svn-r16715] Snapshot version 1.6 release 8 (post12) | Larry Knox | 2009-04-09 | 1 | -1/+1 |
| | |||||
* | [svn-r16667] Corrected the urls for h5dump xml dtd and schema | Allen Byrne | 2009-04-03 | 1 | -0/+1 |
| | | | | Tested: Fedora 10 gcc | ||||
* | [svn-r16651] Snapshot version 1.6 release 8 (post11) | Larry Knox | 2009-04-01 | 1 | -1/+1 |
| | |||||
* | [svn-r16648] fix typo | Pedro Vicente Nunes | 2009-04-01 | 1 | -1/+1 |
| | |||||
* | [svn-r16645] add a mention to #1501 | Pedro Vicente Nunes | 2009-04-01 | 1 | -2/+6 |
| | |||||
* | [svn-r16591] Snapshot version 1.6 release 8 (post10) | Larry Knox | 2009-03-22 | 1 | -1/+1 |
| | |||||
* | [svn-r16581] Snapshot version 1.6 release 8 (post9) | Larry Knox | 2009-03-15 | 1 | -1/+1 |
| | |||||
* | [svn-r16573] #1462 By selecting a compression type, a big endian byte order ↵ | Pedro Vicente Nunes | 2009-03-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | was being selected. When reading the compression parameter keyword, the compression type read flag was incorrectly set to read, removed this line of code in->configOptionVector[COMPRESS] = 1; Modified one configuration file to have the COMPRESSION-TYPE GZIP Keyword. Entered a bug description fix of - h5import: By selecting a compression type, a big endian byte order was being selected (PVN - 2009/11/3) tested: linux | ||||
* | [svn-r16556] Purpose: | Mike McGreevy | 2009-03-09 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | Doc Update Description: Updated RELEASE.txt to document known issue about '-g' getting stripped from CFLAGS in production mode, without ability to be overridden. This was fixed in 1.8 and the trunk, but will not be fixed in 1.6 as the config/ files would need to be slightly overhauled in order to work as intended. Tested: doc only, none needed. | ||||
* | [svn-r16507] Snapshot version 1.6 release 8 (post8) | HDF Tester | 2009-02-22 | 1 | -1/+1 |
| | |||||
* | [svn-r16485] Snapshot version 1.6 release 8 (post7) | HDF Tester | 2009-02-15 | 1 | -1/+1 |
| | |||||
* | [svn-r16482] Purpose: Improve chunk cache | Neil Fortner | 2009-02-12 | 1 | -0/+2 |
| | | | | | | | | | | | Description: The meaning of the "nbytes" field in H5D_rdcc_t was not clear, and some places assumed it was the maximum size of the chunk cache, while some assumed it was the current size of the chunk cache. The end result was that only 1 chunk could be held in cache at a time. This field has been replaced by "nbytes_max" and "nbytes_used". Performance of cached I/O should improve greatly. Tested: jam, smirom (h5committest) | ||||
* | [svn-r16454] Snapshot version 1.6 release 8 (post6) | HDF Tester | 2009-02-08 | 1 | -1/+1 |
| | |||||
* | [svn-r16345] Snapshot version 1.6 release 8 (post5) | HDF Tester | 2009-01-25 | 1 | -1/+1 |
| | |||||
* | [svn-r16330] Snapshot version 1.6 release 8 (post4) | HDF Tester | 2009-01-18 | 1 | -1/+1 |
| | |||||
* | [svn-r16298] Snapshot version 1.6 release 8 (post3) | HDF Tester | 2009-01-11 | 1 | -1/+1 |
| | |||||
* | [svn-r16286] - h5repack: When user doesn't specify a chunk size, h5repack ↵ | Pedro Vicente Nunes | 2009-01-08 | 1 | -2/+8 |
| | | | | | | | | | | | | | now defines a default chunk size as the same size of the size of the hyperslab used to read the chunks. The size of the hyperslabs are defined as the size of each dimension or a predefined constant, whatever is smaller. This assures that the chunk read fits in the chunk cache. (PVN - 2008/11/21) - H5Dset_extent: when shrinking dimensions, some chunks were not deleted. Shrinking to a zero size dimension caused an assertion in the library. (PVN - 2009/01/8) | ||||
* | [svn-r16272] Revert RELEASE.txt to the revision before it was mostly deleted ↵ | Neil Fortner | 2009-01-07 | 1 | -1/+403 |
| | | | | | | | | by hdftest. Update version number listed at the top. Tested: vim | ||||
* | [svn-r16261] Snapshot version 1.6 release 8 (post2) | HDF Tester | 2009-01-04 | 1 | -1/+1 |
| | |||||
* | [svn-r16210] Snapshot version 1.6 release 8 (post1) | HDF Tester | 2008-12-21 | 1 | -404/+2 |
| | |||||
* | [svn-r16174] Updated fix of the missing argument of open() in zip_perf.c. | Albert Cheng | 2008-12-09 | 1 | -5/+7 |
| | | | | Also reformat some other entries to keep them with a consistent format. | ||||
* | [svn-r16122] Snapshot version 1.6 release 8 (post0) | HDF Tester | 2008-11-23 | 1 | -1/+1 |
| | |||||
* | [svn-r16117] h5repack: Define a default chunk whose size is manageable. (PVN ↵ | Pedro Vicente Nunes | 2008-11-21 | 1 | -0/+2 |
| | | | | - 2008/11/21) | ||||
* | [svn-r16103] Maintenance: Suffix after the release is done should be post0 ↵ | Elena Pourmal | 2008-11-19 | 1 | -1/+1 |
| | | | | | | instead of snap0; caught by Albert, fixed by policy offender. | ||||
* | [svn-r16081] Purpose: Documentation | Mike McGreevy | 2008-11-17 | 1 | -0/+2 |
| | | | | | | | Description: Adding log entry to RELEASE.txt for previous checkin of h5perf installation bug fix. Tested: none (doc update only). | ||||
* | [svn-r16077] add entry for h5dump -b default | Pedro Vicente Nunes | 2008-11-14 | 1 | -0/+3 |
| | |||||
* | [svn-r16068] Maintenance: Changed version number to hdf5-1.6.8-snap0; modified | Elena Pourmal | 2008-11-12 | 1 | -103/+9 |
| | | | | | documentation files after the release. Branch is open for check-ins. | ||||
* | [svn-r16057] Maintenance: Changed version to 1.6.8 and released source tar ball.hdf5-1_6_8 | Elena Pourmal | 2008-11-10 | 1 | -13/+16 |
| | | | | Will tag the release after binaries are built tonight. | ||||
* | [svn-r16055] Update AIX 5.3 system information. | Albert Cheng | 2008-11-10 | 1 | -2/+8 |
| | |||||
* | [svn-r16045] Description: | Binh-Minh Ribler | 2008-11-10 | 1 | -13/+14 |
| | | | | Updated info about H5Rdereference wrappers. | ||||
* | [svn-r16039] Maintenance: More updates and cleanup before the release. | Elena Pourmal | 2008-11-06 | 1 | -18/+11 |
| | |||||
* | [svn-r16037] The known problems for IRIX64 6.5 are slightly updated. | H. Joe Lee | 2008-11-05 | 1 | -7/+2 |
| | |||||
* | [svn-r16034] Maintenance: Cleaned up the file before 1.8.2 release | Elena Pourmal | 2008-11-05 | 1 | -100/+37 |
| | |||||
* | [svn-r16022] Maintenance: Changed version number to hdf5-1.6.8-pre1 before ↵ | Elena Pourmal | 2008-11-03 | 1 | -1/+1 |
| | | | | | | creating a tar ball for remote testing | ||||
* | [svn-r16016] Correct Fortran compiler version for mercury. | Larry Knox | 2008-11-01 | 1 | -1/+1 |
| | |||||
* | [svn-r16014] Updated Platforms Tested and Supported Configuration Features ↵ | Larry Knox | 2008-11-01 | 1 | -10/+8 |
| | | | | Summary sections for November 2008 release - round 2. | ||||
* | [svn-r16013] Updated Platforms Tested and Supported Configuration Features ↵ | Larry Knox | 2008-11-01 | 1 | -60/+57 |
| | | | | Summary sections for November 2008 release. |