summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r24997] Added compiler versions for mpich to settings file and ↵Larry Knox2014-04-0921-96/+184
| | | | | | | | | | | | | configure summary. For make installcheck, compile and run installed examples using the installed scripts. They were being compiled but not run. Add Fortran2003 examples to the run-ex-fortran script when fortran2003 is enabled. Set flag to -O3 in production mode for Intel compilers other than those with specified other settings. Gentoo patches: Remove unnecessary setting of LD_LIBRARY_PATH from configure. Prevent potential array subscript out of bounds error in perform/pio_engine.c and sio_engine.c. Tested with h5committest on jam, koala, ostrich and platypus, on emu and kite, and parallel tests on jam, koala and platypus with mpich built with gnu 4.8.2 and with intel compilers.
* [svn-r24996] Description:Binh-Minh Ribler2014-04-094-74/+2196
| | | | | | | | Fixed some minor documentation mistakes. Updated configuration file for Doxygen. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam)
* [svn-r24995] Description:Quincey Koziol2014-04-093-39/+63
| | | | | | | Improve checks for NULL buffer from user during H5Dread/H5Dwrite calls. Tested on: Linux/32 2.4.x (jam) w/gcc
* [svn-r24994] Purpose: Removed some warningsBinh-Minh Ribler2014-04-096-15/+42
| | | | | | | | | Description: Turned on warnings and removed some of those. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
* [svn-r24993] Purpose:Dana Robinson2014-04-0914-91/+529
| | | | | | | | | | | | | | | Adds write tracking to the core VFD, which can be configured via the H5Pset/get_core_write_tracking() API call. When enabled and writing to the backing store is enabled, this feature will track writes and only write out the changed bytes on flush/close. Tested on: 32-bit LE linux (jam) w/ Fortran and C++ 64-bit BE linux (ostrich) 64-bit Darwin 12.5.0 (kite) All were tested using the core VFD w/ paging on (core_paged in the VFD list). Make check-vfd was also tested on jam.
* [svn-r24991] Purpose: Fixed HDFFV-3384Binh-Minh Ribler2014-04-0917-35/+33
| | | | | | | | | | Description: - Added const to const arguments - Fixed miscellaneous comments Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
* [svn-r24989] Problem:Albert Cheng2014-04-091-1/+1
| | | | | | | | | | | | | AIX compiler complains that: ex_ds1.f90, line 89.16: 1512-050 (W) Field separator is missing, in literal FMT specifier, after edit descriptor X. A comma is assumed. Line 89: WRITE(*,'(/,5X 3(A,1X),I0,A,L1)') 'Is',TRIM(DS_1_NAME),& Solution: Added the missing comma after "5X". Tested: AIX system.
* [svn-r24987] HDFFV-8709, HDFFV-8776, HDFFV-8777, HDFFV-8778Allen Byrne2014-04-084-19/+23
| | | | | | Apply user patches, regenerate and patch results for windows. Miminum changes tested locally
* [svn-r24986] Comparing REALs now converts all REALs to double precision and ↵Scot Breitenfeld2014-04-087-287/+214
| | | | | | then compares if the two numbers are equivalent. Tested: jam (gnu, intel)
* [svn-r24985] reverted the r24984 update.Scot Breitenfeld2014-04-089-137/+96
|
* [svn-r24984] Added overload operatorZ to compare REALs for tests.Scot Breitenfeld2014-04-089-96/+137
| | | | Tested on jam (gfortran, (-r8))
* [svn-r24983] Purpose: Fix HDFFV-8367Binh-Minh Ribler2014-04-073-0/+191
| | | | | | | | | | | | | | Description: - Added wrappers to CommomFG for H5Oget_info_by_name() to get a child object's type (requested by user) H5O_type_t childObjType(const H5std_string& objname) const; H5O_type_t childObjType(const char* objname) const; H5O_type_t childObjType(hsize_t index, H5_index_t index_type=H5_INDEX_NAME, H5_iter_order_t order=H5_ITER_INC, const char* objname=".") const; - Added tests to tobject.cpp Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
* [svn-r24979] Maintenance: Addressed DT failures on emu in 64-bit mode and on ↵Elena Pourmal2014-04-0712-31/+50
| | | | | | | | macs, linux, powerpc for non-standard sizes of reals. Platforms tested: jam, ostrich, platypus, kite, quail, emu
* [svn-r24978] Removed the .mod (and .raw) files when make clean is issued.Scot Breitenfeld2014-04-072-14/+38
| | | | tested (emu).
* [svn-r24977] Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32Allen Byrne2014-04-071-13/+12
| | | | Tested: local linux CMake
* [svn-r24975] Description:Binh-Minh Ribler2014-04-071-0/+1
| | | | Added c++/test/tobject.cpp
* [svn-r24974] Maintenance: Fixed daily tests parallel tests compilation failuresElena Pourmal2014-04-074-4/+8
| | | | Platforms tested: jam
* [svn-r24973] Description:Binh-Minh Ribler2014-04-071-0/+1
| | | | Added c++/test/tobject.cpp
* [svn-r24972] Maintenance: Fixed another typo; see HDFFV-8714Elena Pourmal2014-04-061-1/+1
|
* [svn-r24970] Maintenance: Fixed a typo in a comment line (see HDFFV-8714)Elena Pourmal2014-04-061-1/+1
|
* [svn-r24969] Description:Binh-Minh Ribler2014-04-0618-74/+498
| | | | | | | | | | | | | | - Added wrappers to H5Object for H5Iget_name() to get object's name ssize_t getObjName(char *obj_name, size_t buf_size = 0) const; ssize_t getObjName(H5std_string& obj_name, size_t len = 0) const; H5std_string getObjName() const; - Added tests tobject.cpp - Added to various cleanup_* functions in tests to remove generated files - Added an overload H5I_type_t getHDFObjType() to get object's type Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu) with gmake
* [svn-r24967] Maintenance: Reorganized and cleaned the code to remove ↵Elena Pourmal2014-04-0640-844/+1154
| | | | | | | | | | compiler warnings in the Fortran test code and examples. Platforms tested: Manual testing in place and using srcdir on jam, platypus, and emu with default and PGI, Intel and new GNU compilers. ifort compiler was also tested with -i8 and -r8 flags on jam. CMake tested on jam.
* [svn-r24966] Snapshot version 1.9 release 176HDF Tester2014-04-0613-26/+26
|
* [svn-r24965] Fixed a typo in the thread-safe code.Dana Robinson2014-04-051-1/+1
| | | | | Tested on: 32-bit LE linux w/ thread-safe (jam)
* [svn-r24964] HDFFV-8704: Mac OS X 10.6 (Snow Leopard) is retired from ↵Albert Cheng2014-04-041-8/+0
| | | | supported platforms.
* [svn-r24961] Updates to Win32 thread-local storage cleanup when the ↵Dana Robinson2014-04-047-80/+260
| | | | | | | | | | | thread-safe library is built on Windows. Previously, thread-local storage was not cleaned up, causing resource leaks. Fixes HDFFV-8518, HDFFV-8699 As a part of these changes, the thread-safe + static library options are declared unsupported since the solution relies on DllMain. A solution for the static library is probably doable, but requires much more complicated surgery and has been deferred to HDF5 1.8.14. Tested on: 64-bit Windows 7 using VS 2012 (changes only affect Windows)
* [svn-r24959] Updated the development procedures.Scot Breitenfeld2014-04-031-12/+14
|
* [svn-r24954] HDFFV-8700: lowercase CMake commandsAllen Byrne2014-04-031-4/+4
|
* [svn-r24953] Fixed --enable-production compilation error using Sun compilers.Scot Breitenfeld2014-04-032-4/+4
| | | | Tested (emu)
* [svn-r24952] Fixed -i8 -r8 error with optimization on jam using intel compiler.Scot Breitenfeld2014-04-031-1/+1
| | | | Tested: jam (intel)
* [svn-r24951] Changed ordering of initiation of variable to remove warnings ↵Scot Breitenfeld2014-04-031-2/+2
| | | | | | using sun compilers. Tested: emu
* [svn-r24950] Add missing prefixAllen Byrne2014-04-031-1/+1
|
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-0220-150/+154
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24945] Fixed failed test on jam with intel compilers and -i8 -r8Scot Breitenfeld2014-04-021-2/+1
| | | | Tested: jam (intel)
* [svn-r24939] Fix for HDFFV-8309 Fortran wrappers for H5Pget/set_file_image ↵Scot Breitenfeld2014-04-017-16/+272
| | | | | | | functions Tested: jam (gnu, intel, pgi)
* [svn-r24938] Description:Binh-Minh Ribler2014-04-014-51/+222
| | | | | | | | | | | | | | | | | | | - Overloaded Atribute::getName to take a char* for the attribute name: ssize_t Attribute::getName(char* attr_name, size_t buf_size) - Switched the arguments in this function: ssize_t getName(size_t buf_size, H5std_string& attr_name) so it became: ssize_t getName(H5std_string& attr_name, size_t buf_size) The second argument is default to 0, and can be skipped. - Removed this function: H5std_string getName(size_t buf_size); it'll collide with the first function when that function takes a NULL for the first argument, and uses default value for the second argument. - Added more tests Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
* [svn-r24937] Adds an H5free_memory() function to the library for use withDana Robinson2014-03-3122-84/+110
| | | | | | | | | | | | functions that return library-allocated memory. The test and tool code were modified to use this new function where it's appropriate. Fixes HDFFV-7710, HDFFV-8519, and HDFFV-8551 Tested on: 64-bit Windows 7 w/ VS2012 32-bit LE linux w/ parallel and fortran (jam) 32-bit LE linux w/ fortran and C++ (jam)
* [svn-r24936] Correct declaration nameAllen Byrne2014-03-311-1/+1
|
* [svn-r24935] Correct line numbersAllen Byrne2014-03-311-73/+73
|
* [svn-r24934] Update file as referenced in configureAllen Byrne2014-03-311-296/+154
|
* [svn-r24933] Add file required by automakeAllen Byrne2014-03-312-0/+140
|
* [svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS ↵Allen Byrne2014-03-3164-2860/+18254
| | | | | | instead of INCLUDES. Update automake to 1.14.1 h5committest
* [svn-r24931] Add interface property to targetAllen Byrne2014-03-311-3/+9
|
* [svn-r24929] Description:Binh-Minh Ribler2014-03-312-4/+7
| | | | | | | | | Added proper deallocation/allocation to test. Revised incorrect comments. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
* [svn-r24926] Description:Binh-Minh Ribler2014-03-301-0/+1
| | | | Added c++/test/tdspl.cpp
* [svn-r24925] Purpose: Fix HDFFV-7907Binh-Minh Ribler2014-03-309-8/+296
| | | | | | | | | | | | | | | | | | | | | | Description: Added transform property list functions // Constructor creates a dataset transform property list. DSetMemXferPropList(const char* expression); // Sets data transform expression. void setDataTransform(const char* expression) const; void setDataTransform(const H5std_string& expression) const; // Gets data transform expression. ssize_t getDataTransform(char* exp, size_t buf_size=0) const; H5std_string getDataTransform() const; Added test file tdspl.cpp. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
* [svn-r24924] Snapshot version 1.9 release 175HDF Tester2014-03-3013-26/+26
|
* [svn-r24919] Add MINGW checkAllen Byrne2014-03-271-4/+4
| | | | Tested: MinGW on Windows 7
* [svn-r24918] Fix command caseAllen Byrne2014-03-271-1/+1
|
* [svn-r24912] Purpose: Fix HDFFV-8642Binh-Minh Ribler2014-03-274-6/+118
| | | | | | | | | | Description: Added CompType::setSize(size_t size) to set size for compound data type as H5Tset_size had been changed. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)