summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27532] Merge of CMake dual-binary changes from CMake branch to 1.8Allen Byrne2015-08-1952-562/+1726
| | | | Tested: local linux (CMake branch has been tested on Windows)
* [svn-r27514] Description:Binh-Minh Ribler2015-08-171-1/+0
| | | | Accidentally duplicated the line in the previous commit.
* [svn-r27513] Description:Binh-Minh Ribler2015-08-171-0/+2
| | | | Added ./c++/src/footer.html
* [svn-r27512] Purpose: Fix HDFFV-9288Binh-Minh Ribler2015-08-172-4/+28
| | | | | | | | | | | Description: (Merged from trunk r27496 and r27494) - Added footer.html to include copyright and helpdesk info. (trunk r27494) - Used HTML_EXTRA_FILES for image files. (trunk r27496) - Changed 1.8.13 to 1.8.x Platform tested: Re-run Doxygen on cpp_doc_config and verified the html files on a Windows 7 machine.
* [svn-r27510] Snapshot version 1.8 release 16 (snap12)HDF Tester2015-08-165-17/+17
|
* [svn-r27503] Port r27415 from trunk to 1.8 branch.Neil Fortner2015-08-126-226/+949
| | | | | | | | | | | | | Tested: jam, koala, ostrich (h5committest) Log from r27415: Fix potential error with H5I_clear_type which could occur when a callback closed a different ID in the same type. Added a new skiplist routine, H5SL_try_free_safe, which iterates over items, freeing some of them, and which intercepts and defers attempts to remove from the list outside of the main iteration. Changed H5I_clear_type to use this function. Tested: jam, koala, ostrich (h5committest); ummon
* [svn-r27502] Port r26961 from trunk to 1.8 branch.Neil Fortner2015-08-121-48/+17
| | | | | | | | | | | | Tested: jam, koala, ostrich (h5committest) Log from r26961: Description: 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-r27483] Snapshot version 1.8 release 16 (snap11)HDF Tester2015-08-095-17/+17
|
* [svn-r27464] Update list of ignoreAllen Byrne2015-08-051-3/+9
|
* [svn-r27458] Merge of r27407 from trunk. (code cleanup for Solaris debugging)Dana Robinson2015-08-034-5/+9
| | | | | | | | | | | | | | | Updated the H5_ATTR_* macros. - Updated the preprocessor logic that defines the H5_ATTR_* macros. The Solaris Studio compiler understands __attribute__ but not the specific attributes that we use. The H5_ATTR_* macros are now defined as blank with that compiler which significantly cleans up the warnings, making debugging easier. - Replaced a few lingering __attribute__ macros with H5_ATTR_* markup. Tested on: h5committest Solaris w/ Solaris Studio (emu)
* [svn-r27457] Merge of r27278 from trunk. Fixes HDFFV-9119 and HDFFV-9421.Dana Robinson2015-08-037-86/+123
| | | | | | | | | | | | | Changes that allow the autotools to correctly deal with inline functions. - Inline markup schemes are now checked with AC_COMPILE_IFELSE tests instead of AC_C_INLINE. - The inline designator is now H5_INLINE instead of H5_inline. This is now set in H5private.h instead of H5pubconf.h. Tested on: h5committest
* [svn-r27451] Snapshot version 1.8 release 16 (snap10)HDF Tester2015-08-025-17/+17
|
* [svn-r27431] Snapshot version 1.8 release 16 (snap9)HDF Tester2015-07-265-17/+17
|
* [svn-r27429] merge 27427 from trunk:Mohamad Chaarawi2015-07-242-0/+6
| | | | | | | - free comm keyval after setting atribute on comm_self - free allocated buffer in t_file_image test tested on jam with parallel.
* [svn-r27410] Snapshot version 1.8 release 16 (snap8)HDF Tester2015-07-195-17/+17
|
* [svn-r27396] HDFFV-9429: Merge datattype print ordering to 1.8Allen Byrne2015-07-152-201/+212
|
* [svn-r27371] Snapshot version 1.8 release 16 (snap7)HDF Tester2015-07-125-17/+17
|
* [svn-r27347] remove reference to file removed from cmake_ext_modAllen Byrne2015-07-081-2/+1
|
* [svn-r27336] Snapshot version 1.8 release 16 (snap6)HDF Tester2015-07-055-17/+17
|
* [svn-r27319] Correct tar paramAllen Byrne2015-07-011-13/+13
|
* [svn-r27310] switch internal cdash URLAllen Byrne2015-06-302-3/+3
|
* [svn-r27302] switch public cdash URLAllen Byrne2015-06-301-1/+1
|
* [svn-r27282] Change generic directory in tarballs to hdfsrc.Larry Knox2015-06-251-4/+4
| | | | Remove some commented lines.
* [svn-r27279] Add temporary file to create tarballs for buildbot (and ↵Larry Knox2015-06-242-0/+395
| | | | possibly all) daily testing. When the behavior is acceptable, the changes should be merged into the regular release script as a --revision option.
* [svn-r27274] HDFFV-9327: Compiler flags for non-windows.Allen Byrne2015-06-243-243/+311
| | | | Merge from trunk
* [svn-r27260] Snapshot version 1.8 release 16 (snap5)HDF Tester2015-06-215-17/+17
|
* [svn-r27253] Move packed bits files to subfolderAllen Byrne2015-06-1959-211/+1373
|
* [svn-r27244] - merge 27206/7 from trunk (fix for HDFFV-9418):Mohamad Chaarawi2015-06-181-11/+22
| | | | | | - Moving truncate to H5F_flush() where it was done a long time ago. - Add a second H5AC_flush() call after the truncate is done to make sure we write the correct EOA. - Add a second flush call after releasing file space since that could result in an EOA change
* [svn-r27217] The comments in this example were incorrect regarding the ↵Barbara Jones2015-06-161-3/+3
| | | | | | | resulting dataset. They have been updated to reflect the actual results of running the code. (See HDFFV-637)
* [svn-r27190] merge 27185 from trunk:Mohamad Chaarawi2015-06-113-88/+96
| | | | | | - fix more instances where both mpi is_initialized and is_finalized need to be checked before making any MPI calls. tested with h5committest.
* [svn-r27189] Merge change from hdf5_1_8_15 to hdf5_1_8.Larry Knox2015-06-102-0/+18
| | | | | | | Chane addressed HDFFV-9010: configure issue with gcc 4.9.2; libtool produced "-l " with no lib name. Also Scot noted that the -i option for sed does not work on Solaris or Mac, so the sed output is written to a temp file and then moved to the libtool file Tested h5committest.
* [svn-r27179] Merge 27162 & 27163 from trunk:Mohamad Chaarawi2015-06-106-20/+113
| | | | | | | | fix for HDFFV-9412: - Check for mpi is_initialized and is_finalized before making MPI calls in init/terminate of HDF5. - Add a test to make sure we can make serial HDF5 calls from rank 0 after MPI_Finalize is called. tested with h5committest
* [svn-r27173] Allen Byrne2015-06-092-22/+29
|
* [svn-r27165] Merge 27133 & 27158 from trunk:Mohamad Chaarawi2015-06-08166-1206/+1219
| | | | | | | | | - Add a new attribute function characterstic for format: * H5_ATTR_FORMAT(X,Y,Z) __attribute__((format(X, Y, Z))) - Rename UNUSED attribute characterstic to H5_ATTR_UNUSED. - Rename NORETURN attribute characterstic to H5_ATTR_NORETURN tested with h5committest.
* [svn-r27157] Snapshot version 1.8 release 16 (snap4)HDF Tester2015-06-075-17/+17
|
* [svn-r27126] Snapshot version 1.8 release 16 (snap3)HDF Tester2015-05-315-17/+17
|
* [svn-r27112] merge 27111 from trunk:Mohamad Chaarawi2015-05-264-11/+6
| | | | move undef of __attribute__ back to private and remove its usage from public routines.
* [svn-r27109] Snapshot version 1.8 release 16 (snap2)HDF Tester2015-05-245-17/+17
|
* [svn-r27108] Description:Quincey Koziol2015-05-233-88/+76
| | | | | | | | | | Bring r26213 from trunk to 1.8 branch: Minor code cleanups, to align with revise_chunks branch. Tested on: Mac OSX/64 10.10.2 (amazon) w/serial & parallel (h5committested on trunk for 2+ weeks)
* [svn-r27099] Merge of r27045 from trunkDana Robinson2015-05-1847-150/+173
| | | | | | | | | Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-ordered the arguments to be in a more logical order. Fixes HDFFV-9322 Tested on: h5committest
* [svn-r27098] Merge of r27097 from trunkDana Robinson2015-05-181-2/+2
| | | | | | | | | Fixed a typo in test/th5o.c that caused the wrong property list ID to be checked. Fixes HDFFV-730 Tested on: h5committest
* [svn-r27091] Snapshot version 1.8 release 16 (snap1)HDF Tester2015-05-175-17/+17
|
* [svn-r27085] Description:Quincey Koziol2015-05-153-6/+6
| | | | | | | | | | | Bring r26195 from trunk to 1.8 branch (minus public API changes): Switch from enum H5D_CHUNK_BTREE to H5D_CHUNK_IDX_BTREE, along with a couple of minor whitespace touchups. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (tested on trunk for 2+ weeks)
* [svn-r27069] Description:Quincey Koziol2015-05-151-112/+35
| | | | | | | | | | | | Bring r26193 from trunk to 1.8 branch: Fix locking error when splitting root node of v1 B-tree, and simplify the iteration over entries in a v1 B-tree (avoiding using the sibling pointer also). Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (tested on trunk for 2+ weeks)
* [svn-r27061] Description:Quincey Koziol2015-05-146-125/+357
| | | | | | | | | | | Bring r26191 from trunk to 1.8 branch: Track the min & max keys for a v2 B-tree, so it can more efficiently determine if a key is present in the B-tree. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (h5committested on trunk)
* [svn-r27048] Maintenance after the HDF5 1.8.15 release: updated HISTORY file ↵Elena Pourmal2015-05-111-0/+979
| | | | in the 1.8 branch with the HDF5 1.8.15 release information.
* [svn-r27044] Snapshot version 1.8 release 16 (snap0)HDF Tester2015-05-105-16/+16
|
* [svn-r27041] Ran bin/trace, which re-instrumented a function in H5FD.c.Dana Robinson2015-05-081-1/+1
| | | | Tested on: h5committest
* [svn-r27036] Merge r27035 from trunkJerome Soumagne2015-05-071-4/+8
| | | | Do not pass warnings options to non-gnu compilers when compiling with CMake
* [svn-r27030] Merge r27029 from trunk.Jerome Soumagne2015-05-061-1/+1
| | | | | | Fix bad comment in H5detect, this was preventing PGCC from compiling correctly. Tested on: bluewaters