summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27076] Description:Quincey Koziol2015-05-156-48/+107
| | | | | | | | Clean up H5FA interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
* [svn-r27075] Description:Quincey Koziol2015-05-156-35/+46
| | | | | | | | Clean up H5F interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
* [svn-r27074] Description:Quincey Koziol2015-05-156-57/+101
| | | | | | | | Clean up H5EA interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
* [svn-r27073] Description:Quincey Koziol2015-05-152-4/+4
| | | | | | | | Clean up H5D interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
* [svn-r27072] Description:Quincey Koziol2015-05-154-318/+203
| | | | | | | | Clean up H5B interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
* [svn-r27071] Description:Quincey Koziol2015-05-159-482/+485
| | | | | | | | Clean up H5B2 interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux 2.6.* (jam) w/serial & parallel
* [svn-r27070] Description:Quincey Koziol2015-05-154-64/+65
| | | | | | | | | Clean up the H5B interface code, to better align with v3 metadata cache changes. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial & parallel
* [svn-r27068] Description:Quincey Koziol2015-05-155-370/+370
| | | | | | | | | Clean up the H5A interface code, to better align with v3 metadata cache changes. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial & parallel
* [svn-r27066] Description:Quincey Koziol2015-05-151-1/+8
| | | | | | | Protect gcc 5 debugging options Tested on: MacOSX/64 10.10.3 (amazon) w/gcc 5.1
* [svn-r27064] HDFFV-9327: Refactor compiler flags to config file.Allen Byrne2015-05-143-250/+294
| | | | Tested: local linux
* [svn-r27060] Description:Quincey Koziol2015-05-141-161/+90
| | | | | | | | | Clean up obsolete and unsupported versions of GCC, and update for GCC 5.1 release. Tested on: Mac OSX/64 10.10.3 (amazon) w/C++, FORTRAN, serial, production & parallel (gcc 5.1 not available on other systems)
* [svn-r27058] Description:Quincey Koziol2015-05-1312-288/+528
| | | | | | | | | | Convert internal chunk structures to use 'scaled' coordinates instead of absolute coordinates. Tested on: Mac OSX/64 10.10.3 (amazon) w/parallel & serial Linux 2.6.x/32 (jam) w/parallel & serial Linux 2.6.x/64 (koala) w/serial
* [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-orderedDana Robinson2015-05-1051-150/+171
| | | | | | the arguments to be in a more logical order. Tested on: h5committest
* [svn-r27040] Moved '*' in H5PLget_loading_state() so that bin/trace would ↵Dana Robinson2015-05-082-2/+3
| | | | | | | | correctly process it and ran bin/trace. Tested on: h5committest
* [svn-r27037] Added other platforms comment to cmd line and quoted use of ↵Allen Byrne2015-05-071-7/+10
| | | | directory in option.
* [svn-r27035] Do not pass warnings options to non-gnu compilers when ↵Jerome Soumagne2015-05-071-4/+8
| | | | compiling with CMake
* [svn-r27031] Fix warnings in H5detect and clean up code, use unsigned variablesJerome Soumagne2015-05-061-149/+152
| | | | | | | | | | | | | | | | | | | | | | Use H5_GCC_DIAG_ON/OFF to suppress larger-than and float-equal warnings Variables used with sigsetjmp/siglongjmp must be declared as volatile Remove unnecessary use of volatile after r24171 fix and fix prototypes Tested in release mode on: - jam (CentOS 5.11 i386 GCC 4.1.2) - ostrich (RHEL 6.6 ppc64 GCC 4.4.7) - local linux (OpenSuSE 13.2 x86_64 GCC 4.8.3) - local linux (Fedora 21 x86_64 GCC 4.9.2) - local linux (Fedora 21 x86_64 ICC 15.0.2) - local windows (Windows 8.1 x86_64 MSVC 2013 update 4) - lemur (MacOSX 10.10.3 x86_64 clang-602.0.49 Xcode 6.3.1) - ibm p95a07 (Ubuntu 14.10 ppc64le GCC 4.9.1) - ibm p95a07 (Ubuntu 14.10 ppc64le IBM XL C V13.1.1) - bluewaters (Cray PE 2.2.1 x86_64 GCC 4.8.2) - bluewaters (Cray PE 2.2.1 x86_64 Cray C 8.3.3) - bluewaters (Cray PE 2.2.1 x86_64 PGCC 14.2)
* [svn-r27029] Fix bad comment in H5detect, this was preventing PGCC from ↵Jerome Soumagne2015-05-061-1/+1
| | | | | | compiling correctly. Tested on: bluewaters
* [svn-r27015] updated with release changesAllen Byrne2015-05-051-1/+1
|
* [svn-r27009] Fix mismatching prototypes in H5FD/H5B2Jerome Soumagne2015-05-043-6/+6
|
* [svn-r27003] Update documentation to match the web instructionsAllen Byrne2015-05-041-41/+58
|
* [svn-r27000] Updated and debugged scriptAllen Byrne2015-05-041-1/+1
|
* [svn-r26997] Snapshot version 1.9 release 217HDF Tester2015-05-0315-98/+98
|
* [svn-r26996] Description:Quincey Koziol2015-05-022-11/+1
| | | | | | | | Eliminate unneccessary 'rdcc' field from common chunk info struct. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (Too minor to require h5commitest)
* [svn-r26995] Description:Quincey Koziol2015-05-022-27/+33
| | | | | | | | | | Clean up chunk 'prune by extent' and flush code, and make the rehashing routine 'update cache' hold onto more chunks, instead of evicting them as aggressively. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r26993] Description:Quincey Koziol2015-05-025-45/+100
| | | | | | | | | Align w/incoming chunk performance changes, including some small performance improvements here, as well as a few minor general code cleanups. Tested on: Mac OSX/64 10.10.3 (amazon) w/serial & parallel (Too minor to require h5committest)
* [svn-r26986] Removed H5F_ACC_DEBUG and H5FD_DEBUG functionality.Dana Robinson2015-04-308-73/+45
| | | | | | | | | | | | The H5F_ACC_DEBUG symbol remains but has been defined to zero and has been listed as deprecated. Fixes: HDFFV-1074 Tested on: h5committest 32-bit Linux w/ C++ and Fortran and multi VFD 32-bit Linux w/ C++ and Fortran and multi VFD (no deprec symbols)
* [svn-r26977] Windows needs different packaging option from linuxAllen Byrne2015-04-301-6/+14
|
* [svn-r26963] HDFFV-9298: make uninstall generated "test: argument expected" ↵Albert Cheng2015-04-298-4/+12
| | | | | | | | | 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-r26961] Description:Quincey Koziol2015-04-291-48/+17
| | | | | | | | Clean up H5I code, to eliminate duplicated sections of code. Tested on: Mac OSX/64 10.10.3 (amazon) w/serial & parallel (Too minor to require h5committest)
* [svn-r26953] Remove src temporary debug build props.Allen Byrne2015-04-285-42/+38
| | | | Move TOOLS option up before usage.
* [svn-r26951] add cygwinAllen Byrne2015-04-281-5/+14
|
* [svn-r26949] Correct linux separatorsAllen Byrne2015-04-281-11/+11
|
* [svn-r26944] Match src folder versionAllen Byrne2015-04-281-3/+7
|
* [svn-r26941] Correct ext lib packing listAllen Byrne2015-04-281-2/+6
|
* [svn-r26936] Incorrect use of HSIZE_T_FORMAT macro, needed to be sub macro ↵Allen Byrne2015-04-271-3/+3
| | | | | | H5_PRINTF_LL_WIDTH. Tested: local linux
* [svn-r26929] Added support for shared lib and zlib.Albert Cheng2015-04-271-5/+17
| | | | Tested: linux (jam), Mac (osx1010dev)
* [svn-r26926] Fixed previous typo in the installation of DMG file.Albert Cheng2015-04-271-1/+1
| | | | Tested: osx1010dev
* [svn-r26925] Added method to install the Mac OSX DMG file by line commands.Albert Cheng2015-04-271-1/+36
| | | | | | Group all install method into a function call for easier maintenance. Tested: Linux (jam, platypus), Mac (osx1010dev)
* [svn-r26924] 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-r26907] Check range and fix conversion issue of compound members in ↵Jerome Soumagne2015-04-231-9/+25
| | | | | | H5T_copy/H5T_set_loc Tested: local linux
* [svn-r26906] Correct typoAllen Byrne2015-04-231-1/+1
|
* [svn-r26905] Add user scripts to CMake folderAllen Byrne2015-04-233-0/+446
|
* [svn-r26900] Update CMake doc referencesAllen Byrne2015-04-233-79/+156
|
* [svn-r26868] Remove accum_change assert in H5T for nowJerome Soumagne2015-04-211-2/+2
|
* [svn-r26864] Change location of lib settings fileAllen Byrne2015-04-211-1/+1
|
* [svn-r26857] Bugs:Albert Cheng2015-04-211-3/+5
| | | | | | | | | | The configure summary (libhdf5.settings) was missing from the configure output. Solution: Append the configure summary to the configure logfile if configure succeeds. Tested: hand ran cmakehdf5 in jam and inspected the logfile.
* [svn-r26852] Correct component matchingAllen Byrne2015-04-201-11/+9
|
* [svn-r26848] Fix warnings in H5TJerome Soumagne2015-04-201-31/+115
| | | | Tested: local linux
* [svn-r26843] Description:Quincey Koziol2015-04-194-6/+30
| | | | | | | | Minor code & warning cleanups. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel Linux/32 2.6.18 (jam) w/serial & parallel