summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23689] Archive the 1.8.10-patch1 RELEASE.txt into 1.8's ↵Albert Cheng2013-05-091-0/+623
| | | | HISTORY-1_8.txt file.
* [svn-r23687] Bug fix: HDFFV-8435Albert Cheng2013-05-098-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | Need to update libtool version number for v1.8.11 since two functions, H5Pget_dxpl_multi and H5Pset_dxpl_multi were removed. Then v1.8 is now v1.8.12-xxx and needed an update to. config/lt_vers.am: libtool information is changed to 8.0.1 because it is a revision different from v1.8.10. configure: src/Makefile.in: hl/src/Makefile.in: hl/c++/src/Makefile.in: hl/fortran/src/Makefile.in: c++/src/Makefile.in: fortran/src/Makefile.in: README.txt: autogenerated by bin/reconfiure. Tested: h5committest, then visual inspect that the libhdf5.so.x.y.z is changed accordingly. Built in duck by hand and see it changes to libhdf5.8.dylib too.
* [svn-r23670] Snapshot version 1.8 release 12 (snap2)HDF Tester2013-05-066-20/+20
|
* [svn-r23663] Bug fix: HDFFV-8236Albert Cheng2013-05-021-22/+26
| | | | | | | | | | | | | Some files are not distributed when release tarball is created by bin/release according to MANIFEST. But --enable-build-all compiles them in test/. Solution: Distributed those missing files for now. Need to resolve if these files should be distributed or not. And if not, fix --enable-build-all NOT to compile them. Tested: use bin/release to generate the tarball and run --enable-build-all with it. Error is gone and all passed.
* [svn-r23654] Add parallel references to cmake config filesAllen Byrne2013-04-292-2/+18
|
* [svn-r23653] Update new windows compilersAllen Byrne2013-04-291-0/+2
|
* [svn-r23650] Correct text of VS docAllen Byrne2013-04-291-2/+8
|
* [svn-r23648] Remove MinGW referenceAllen Byrne2013-04-291-1/+0
|
* [svn-r23647] Correct file reference in pack listAllen Byrne2013-04-291-2/+2
|
* [svn-r23639] Removed INSTALL_MinGW because, Albert Cheng2013-04-262-270/+0
| | | | | | | | | 1. The file states that: NOTE: We are no longer actively supporting MinGW as of 1.8.5. 2. It is not tested for v1.8.11. 3. If we ever supports it again, it can be "restored" from previous release (e.g. v1.8.10).)
* [svn-r23633] Added Windows 8 to configurationAllen Byrne2013-04-262-1/+5
|
* [svn-r23629] HDFFV-8368: Merge removal of include sub-folders from trunkAllen Byrne2013-04-254-7/+7
|
* [svn-r23628] HDFFV-8364: merge from trunkAllen Byrne2013-04-252-2/+2
|
* [svn-r23625] Updated and renamed documentsAllen Byrne2013-04-255-108/+136
|
* [svn-r23624] _ Edited to help readability. Mark Evans2013-04-251-40/+65
| | | | No testing needed.
* [svn-r23623] _ A few more editing changes.Mark Evans2013-04-251-3/+3
|
* [svn-r23622] _ Added a number to the Appendix heading.Mark Evans2013-04-251-1/+1
|
* [svn-r23621] _ Edited to help readability. Mark Evans2013-04-251-74/+126
| | | | No testing needed.
* [svn-r23620] Add windows quick build sectionAllen Byrne2013-04-241-2/+23
|
* [svn-r23619] Bug fix: HDFFV-8390Albert Cheng2013-04-242-5/+5
| | | | | | | | Threadsafe works in v1.8.10 release. But it fails v1.8.11-pre1 tarball in configure stage now. There was a typo in the configure around the checking of pthread library. Fixed it. Tested: AIX and also h5committested.
* [svn-r23617] Add missing test includeAllen Byrne2013-04-241-3/+8
|
* [svn-r23616] added ctest option commandsAllen Byrne2013-04-241-0/+4
|
* [svn-r23615] Corrected and updated instructionsAllen Byrne2013-04-242-111/+136
|
* [svn-r23612] Update cmake and windows usage instructionsAllen Byrne2013-04-233-66/+85
|
* [svn-r23610] Improvement: DFFV-8245Albert Cheng2013-04-221-4/+44
| | | | | | | | | | | | | | | Use Clang as the compiler for the Mac platform. Changed all Mac to use clang/clang++ as the default C and CXX compilers if not provided by the user. Still use gfortran as the default fortran compiler since Apple does not provide any fortran compiler. HDFFV-8245: bug fix. Snow Leopard (darwin 10.X) does not have clang++. Reversed it to use gcc/g++ as the default C and CXX compilers for Darwin 10.X systems. Tested: h5committest plus duck (darwin 11), wren (darwin 12) and fred (darwin 10).
* [svn-r23609] Update with correctionsAllen Byrne2013-04-222-96/+72
|
* [svn-r23605] Snapshot version 1.8 release 12 (snap1)HDF Tester2013-04-226-20/+20
|
* [svn-r23598] Description:Quincey Koziol2013-04-171-404/+290
| | | | | | | | | | | Bring r23597 from trunk back to 1.8 branch: Bring r20683 from Coverity branch back to trunk: Isues 1309-1333: Changed strcpy/strcat to strncpy/strncat with maximum size expe Tested on: Max OSX/64 10.8.3 (amazon) w/C++ & FORTRAN
* [svn-r23593] Remove old referencesAllen Byrne2013-04-161-6/+0
|
* [svn-r23592] Description:Quincey Koziol2013-04-151-6/+77
| | | | | | | | | Bring r23584 from trunk to 1.8 branch: Update with new compiler warnings for gcc 4.8.x Tested on: Mac OSX/64 10.8.3 (amazon) w/gcc 4.8.0
* [svn-r23589] I added SunOS 5.11 (emu) as a newly supported system.Raymond Lu2013-04-151-1/+2
|
* [svn-r23587] Added Windows 8 to supported platformsAllen Byrne2013-04-151-0/+4
|
* [svn-r23586] Snapshot version 1.8 release 12 (snap0)HDF Tester2013-04-156-20/+20
|
* [svn-r23579] I updated the compiler info, system info, and HDF5 support ↵Raymond Lu2013-04-121-27/+17
| | | | | | table of fred, emu, and ostrich. No test is needed.
* [svn-r23573] Removed inappropriate executable properties from a few files. ↵Dana Robinson2013-04-107-0/+0
| | | | | | | | These are often added by Windows text editors. Tested on: jam (just tested to make sure it builds - no code changes)
* [svn-r23570] Merged r23508 from the trunk.Dana Robinson2013-04-101-28/+0
| | | | | | | This removes some dead code that belonged to the multi dxpl functions that were removed in HDF5 1.8.11. Tested on: jam w/ C++ (minor change)
* [svn-r23567] Post v1.8.11 branch-off, changed version to 1.8.12-snap0.Albert Cheng2013-04-0913-142/+51
| | | | | | Reset RELEASE.txt for next release (1.8.12). Tested: h5committest.
* [svn-r23562] I added the info about dynamically loaded filters.Raymond Lu2013-04-081-0/+3
|
* [svn-r23559] Fix valgrind configure errorAllen Byrne2013-04-081-2/+28
| | | | Tested: local linux - with and without valgrind
* [svn-r23557] Snapshot version 1.8 release 11 (snap16)HDF Tester2013-04-076-20/+20
|
* [svn-r23556] Bug fix: HDFFV-8358Albert Cheng2013-04-051-54/+35
| | | | | | | | | | | | | | | | | | | | | | The previous change set exec_prefix, libdir and includedir to actual values. That removed the option for user to hand edit just the first prefix=... to make "everything" to work. Changed h5redeploy to do this by default: ## Installation directories: ## ## prefix architecture-independent files. ## ## exec_prefix architecture-dependent files, default is <prefix>. ## ## libdir libraries, default is <exec_prefix>/lib. ## ## includedir header files, default is <prefix/include>. ## ############################################################################ This allows users to just change the first line of prefix=<...> and the effect will change libdir and includedir too. This was also try to accommodate the -prefix option of h5XX. Unfortunately, after changing h5redeploy, I found out the h5XX code to support -prefix actually does not provide the stated efffect. This will be fixed in the release. Tested: h5committested plus hand test.
* [svn-r23553] Added HDFFV-8247 to thye known bugs section.Joel Plutchak2013-04-051-0/+8
|
* [svn-r23552] I merged the changes for DESY project from desy_1_8 branch back ↵Raymond Lu2013-04-0534-1486/+4073
|\ | | | | | | | | | | to this branch. Tested with Albert's desycommittest script on emu, jam, koala, ostrich, and ostrich-no-shared-lib (duck takes too long. I can't wait for it).
| * [svn-r23551] I updated this branch from the 1.8 branch (not related to DESY ↵Raymond Lu2013-04-0411-182/+110
| |\ | |/ |/| | | | | | | project) and a few changes for CMake and Windows from the trunk (related to DESY). Tested with desycommittest (emu, koala, jam, ostrich, and ostrich-no-shared-lib), but can't wait for duck to finish. It takes too long.
* | [svn-r23545] Description:Quincey Koziol2013-04-041-1/+1
| | | | | | | | | | | | | | | | | | Bring r23544 from trunk to 1.8 branch: Correct API version mistake w/H5Acreate -> H5Acreate2 Tested on: Mac OSX/64 10.8.3 (amazon) w/parallel
* | [svn-r23541] Reverted changes merged unintentionally with revision 23488 ↵Larry Knox2013-04-031-24/+1
| | | | | | | | | | | | from trunk that will not go into the 1.8.11 release. Tested with h5committest.
* | [svn-r23535] Description:Quincey Koziol2013-04-038-155/+106
| | | | | | | | | | | | | | | | | | | | | | Bring r23529 from trunk to 1.8 branch: Stop aliasing property to indicate internal collective metadata operations with property to perform collective raw data operations from the application. Tested on: Mac OSX/64 10.8.3 (amazon) w/parallel (daily tests on trunk)
| * [svn-r23550] Description:Quincey Koziol2013-04-0414-106/+101
| | | | | | | | | | | | | | | | | | | | Bring r23549 from trunk to desy_1_8 branch: More misc. cleanups, but main change is to make an "extern" header file for the plugin interface. Tested on: Mac OSX/64 10.8.3 (amazon)
| * [svn-r23542] Description:Quincey Koziol2013-04-043-79/+83
| | | | | | | | | | | | | | | | Further revisions to dynamic library loading code, to clean it up. Tested on: Mac OSX/64 10.8.3 (amazon) (h5committest not required on this branch)
| * [svn-r23539] I took out the "const" symbol from H5PL_get_plugin_type and ↵Raymond Lu2013-04-034-8/+8
| | | | | | | | | | | | H5PL_get_plugin_info functions. Tested on koala - simple change.