summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27848] Description:Quincey Koziol2015-09-226-90/+86
| | | | | | | | Clean up warnings and some normalization against trunk. Tested: McaOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r27839] Removed generated autotools stragglers missed in trunk sync.Dana Robinson2015-09-214-6008/+0
|
* [svn-r27835] Description:Quincey Koziol2015-09-2141-13466/+321
|\ | | | | | | | | | | | | | | Sync w/trunk. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
| * [svn-r27818] Minor warning fixes.Dana Robinson2015-09-171-6/+0
| | | | | | | | Tested on: h5committest
| * [svn-r27801] Minor warning fixes in the tools.Dana Robinson2015-09-1615-236/+152
| | | | | | | | Tested on: jam (too minor for h5committest)
| * [svn-r27794] Reintegration merge of features/autotools_rework branch with trunkDana Robinson2015-09-1512-17521/+0
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTES: - Developers will have to run autogen.sh before building with the autotools. - autogen.sh takes the -p option to mimic the old bin/reconfigure behavior. - The generated error, overflow and version headers have been left in place. - The generated H5LT parser code has also been left in place. - There are no changes for CMake users at this time. Tested on: h5committest
| | * [svn-r27745] Merge trunk revision 27744Allen Byrne2015-09-101-478/+478
| | |
| | * [svn-r27638] Merged r27500-27631 from trunk.Dana Robinson2015-09-0129-378/+469
| | |\
| | * \ [svn-r27507] Merge of r27237-27500 from the trunk.Dana Robinson2015-08-1416-369/+368
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested w/ h5committest NOTES: - The manifest may still be messed up. - Cmake fails since the dual binary work needs to be merged with this repo's CMake externals.
| | * \ \ [svn-r27222] Merge of r27035-27221 from the trunk.Dana Robinson2015-06-1773-215/+242
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on 64-bit linux VM: Serial: C++ and Fortran 2003 Parallel: Fortran
| | * \ \ \ [svn-r27038] Merge of r26393-27031 from the trunk.Dana Robinson2015-05-0723-216/+150
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Tested on 64-bit linux VM w/ C++ and Fortran 2003
| | * | | | | [svn-r26641] configure.ac:Larry Knox2015-03-282-19/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove VPATH and related search path syntax checking. Remove check for H5_LONE_COLON and checking for lone colon compiler confusion. tools/h5dump/testh5dumpxml.sh.in tools/h5dump/CMakeTestsXML.cmake Remove test skipping for compilers that were formerly confused by lone colon. Tested with h5committest.
| | * | | | | [svn-r26551] Description:Quincey Koziol2015-03-232-23/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the VSNPRINTF_WORKS macro, it's working around bugs in old SGI & HP compilers. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
| | * | | | | [svn-r26435] Remove DEFAULT_LIBS from configure.ac and irix6.x config file whichJerome Soumagne2015-03-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | was using it. Remove references to IRIX/irix* platform.
| | * | | | | [svn-r26429] Merge of r26393-26428 from the trunk.Dana Robinson2015-03-111-1/+1
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Tested w/ h5committest
| | * \ \ \ \ \ [svn-r26396] Merge of r26349-26392 from the trunk.Dana Robinson2015-03-094-109/+33
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: h5committest
| | * \ \ \ \ \ \ [svn-r26350] Merge of r26273-26348 from the trunk.Dana Robinson2015-03-0412-399/+350
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: h5committest
| | * \ \ \ \ \ \ \ [svn-r26274] Merge of r26096 to r26271 from trunk.Dana Robinson2015-02-2213-13/+16
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: jam - serial: C++/Fortran parallel: Fortran
| | * | | | | | | | | [svn-r26097] Removed configure and Makefile.in files from version control.Dana Robinson2015-02-0212-17365/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Developers will now have to run bin/reconfigure (deprecated, will be removed soon) or autogen.sh after checking out code. Part of: HDFFV-9120 Tested on: jam with Fortran and C++
| | * | | | | | | | | [svn-r26096] Merged r26024-26095 from trunk.Dana Robinson2015-02-021-1/+1
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: jam with Fortran and C++
| | * | | | | | | | | | [svn-r26075] Removed (HD)BSDtimeofday and H5_HAVE_BSDGETTIMEOFDAY. This is ↵Dana Robinson2015-01-291-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an obsolete system call from Irix 5.3. Part of HDFFV-9085 Tested on: jam
| | * | | | | | | | | | [svn-r26069] Removed the option to selectively disable internal filters like ↵Dana Robinson2015-01-2920-294/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | n-bit at compile time. Fixes HDFFV-9086 Tested on: jam, both serial and parallel w/ fortran & C++
| | * | | | | | | | | | [svn-r26051] Fix for HDFFV-9092Scot Breitenfeld2015-01-2712-12/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change AC_TRY_RUN TO AC_TRY_COMPILE Changed all the instances of AC_TRY_RUN for the Fortran and C++ tests to use AC_COMPILE_IFELSE and moved all the tests to new files in m4 directory: aclocal_cxx.m4 (for C++ tests) aclocal_fc.m4 (for Fortran tests) tested: jam
| * | | | | | | | | | | [svn-r27768] Description:Quincey Koziol2015-09-1413-55/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Complete revamp of package initialization/shutdown mechanism in the library. Each package now has a single init/term routine. This new way should avoid packages being re-initialized during library shutdown and is also be _much_ more proactive about giving feedback for resource leaks internal to the library. Introduces a new "module" header file for packages in the library (e.g src/H5Fmodule.h) which sets up some necessary package configuration macros for the FUNC_ENTER/LEAVE macros. (The VFL drivers have their own slightly modified version of this header, src/H5FDdrvr_module.h) Also cleaned up a bunch of resources leaks all across the library and tests, along with addressing many warnings, as I encountered them. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel Linux/64 3.10.x (kituo) w/serial & parallel Linux/64 2.6.x (ostrich) w/serial
* | | | | | | | | | | | [svn-r27760] Brought r27631-27755 over from the trunk.Dana Robinson2015-09-112-478/+479
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | tested on: jam
| * | | | | | | | | | | [svn-r27656] HDFFV-9515: repack failed with 5 digit filter ids because a ↵Allen Byrne2015-09-011-478/+478
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | local variable in the parse routine was not large enough. Tested: local linux and windows
* | | | | | | | | | | [svn-r27646] Add version number to VDS global heap object encoding.Neil Fortner2015-09-0123-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix handling of layout version number. Other minor fixes/cleanup. NOTE: This commit changes the file format for VDS, all files must be re-generated. Tested: ummon
* | | | | | | | | | | [svn-r27632] Description:Quincey Koziol2015-08-312-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert changes to pass file pointer to selection serialize/deserialize routines. Also patch back in some changes that were merged out in the previous merge w/trunk. Tested on: MacOSX/64 10.10.5 (amazon) w/serial (h5committest not required on this branch)
* | | | | | | | | | | [svn-r27630] Description:Quincey Koziol2015-08-3136-307/+450
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring in changes from the trunk, through r27628. Tested on: MacOSX/64 10.10.5 (amazon) w/serial (h5committest not required on this branch)
| * | | | | | | | | | [svn-r27626] Various minor warning fixes before major SWMR and VDS merges.Dana Robinson2015-08-3124-307/+435
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gcc 4.9.2 was used to create the warning list - implicit casts - shadowed variables - various enum issues - other minor fixes (comments, unused macros, etc.) Tested on: h5committest
| * | | | | | | | | | [svn-r27625] Added preprocessor commands for PGI compiler.Scot Breitenfeld2015-08-3112-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tested: h5committest
| * | | | | | | | | | [svn-r27612] Description:Quincey Koziol2015-08-293-18/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Align w/vds branch: Whitespace cleanup, move common code for opening a dataset into a new routine, misc. style cleanups. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest upcoming)
* | | | | | | | | | | [svn-r27599] Ran bin/reconfigureDana Robinson2015-08-271-6/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tested on: jam
* | | | | | | | | | | [svn-r27593] Merge revisions 27453 through 27592 from trunk to vds branch.Neil Fortner2015-08-2729-243/+425
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | Tested: ummon
| * | | | | | | | | | [svn-r27572] Removed VMS-specific code from the library.Dana Robinson2015-08-244-46/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only remaining code consists of a few floating-point tests that rely on pre-generated and checked-in VMS files. These have been left alone, even though they will not be possible to recreate, since testing VMS float behavior is still important. Tested on: h5committest
| * | | | | | | | | | [svn-r27549] Description:Quincey Koziol2015-08-221-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the file format debugging routines to match the recent changes to the metadata cache, along with a few other cleanups and miscellaneous enhancements. Tested on: MacOSX/64 10.10.5 (amazon) (h5committest forthcoming)
| * | | | | | | | | | [svn-r27548] Revert r27545Jerome Soumagne2015-08-212-4/+4
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27545] Add first support for _Bool and make hbool_t a "real" _Bool if ↵Jerome Soumagne2015-08-212-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | available Fix tests accordingly
| * | | | | | | | | | [svn-r27517] Removed all perl scripts from configure.Scot Breitenfeld2015-08-1712-12/+0
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: h5committest
| * | | | | | | | | [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-1112-59/+287
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: h5committest --PASSED--
| * | | | | | | | | [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-1112-287/+59
| | | | | | | | | |
| * | | | | | | | | [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-08-0512-48/+12
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | [svn-r27469] Merge from trunk with dual-binary CMake code.Allen Byrne2015-08-0524-131/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: local linux with CMake
| * | | | | | | | | | [svn-r27426] svn merge -r27377:27425 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-222-3/+4
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| * | | | | | | | | | [svn-r27378] svn merge -r27326:27377 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-1410-51/+22
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ [svn-r27327] svn merge -r27208:27326 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-022-213/+228
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [svn-r27221] Reworked Fortran autools REAL KIND detection.Scot Breitenfeld2015-06-1612-0/+60
| | | | | | | | | | | | |
| * | | | | | | | | | | | [svn-r27209] svn merge -r27186:27208 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-06-1655-137/+137
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | [svn-r27187] svn merge -r27135:27186 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-06-101-7/+7
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [svn-r27186] added fix for jam with promoted reals and integersScot Breitenfeld2015-06-1012-0/+12
| | | | | | | | | | | | | |