summaryrefslogtreecommitdiffstats
path: root/tools/misc
Commit message (Collapse)AuthorAgeFilesLines
* Split tools into src and test - remove foldersAllen Byrne2016-10-2729-6003/+0
|
* Add missing EXPORT tag in INSTALL commandAllen Byrne2016-10-171-0/+2
|
* Add support for namespace and add tools to binaries configAllen Byrne2016-10-141-0/+3
|
* Merge test output file clearing into runTest.cmakeAllen Byrne2016-10-031-4/+0
|
* [svn-r30285] Description:Quincey Koziol2016-08-132-11/+10
| | | | | | | | | More warning cleanups, bringing the build down to 25 unique types of warnings, with 550 warnings in 122 files (down from 28, 770, and 134). Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r30237] HDFFV-9939: Change cmake commands to reduce POST_BUILD custom ↵Allen Byrne2016-08-011-22/+6
| | | | commands. Fixes possible overruns on windows command lines.
* [svn-r30235] HDFFV-9730: Fix functions for delete to use a specific dir ↵Allen Byrne2016-08-011-1/+1
| | | | instead of a possibly uninitialized variable.
* [svn-r30219] Description:Quincey Koziol2016-07-228-86/+82
| | | | | | | | | More warning cleaups: down to 770 warnings (from ~940) in 134 files (from 148), with 28 unique kinds of warnings (from 31). Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r30113] Description:Quincey Koziol2016-06-281-2/+2
| | | | | | | | Clean up warnings (from 2774 -> 1560, with my standard debug build) Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r30058] Correct typo in compile scripts that causes dropping of ↵Larry Knox2016-06-081-1/+1
| | | | | | filename in -o outfile. Addresses HDFFV-9530 and HDFFV-9938.
* [svn-r30020] Description:Quincey Koziol2016-06-061-2/+10
| | | | | | | | | | Bring r29992 from revise_chunks branch to trunk: Turn off error reporting for h5debug and hdf2gif. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & produciton (h5committest forthcoming)
* [svn-r29867] CMake whitespace cleanupAllen Byrne2016-05-041-24/+25
|
* [svn-r29862] Convert source list names from *_SRCS to *_SOURCES.Allen Byrne2016-05-041-1/+1
| | | | Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR.
* [svn-r29714] Description:Quincey Koziol2016-04-161-5/+1
| | | | | | | | | Switch to use internal DXPL ID, to align with recent changes within the library. Tested on: MacOSX/64 10.11.4 (amazon) w/serial & parallel (Too minor to require h5committest)
* [svn-r29665] Added new chunk index types to h5debug.Dana Robinson2016-04-071-2/+50
| | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 Autotools serial
* [svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective ↵Mohamad Chaarawi2016-02-101-23/+23
| | | | | | | | metadata optimizations. - rename H5AC_dxpl_id to H5AC_ind_read_dxpl_id and update all usage in the library tested on bb-8 with parallel and serial.
* [svn-r29057] added dxpl type checking when debug mode is enabled ↵Mohamad Chaarawi2016-02-071-23/+23
| | | | | | (H5_DEBUG_BUILD) tested on bb-8 with Serial and Parallel, debug and production builds.
* [svn-r28742] Description:Quincey Koziol2015-12-291-0/+4
| | | | | | | | | Add 'update' operation to v2 B-trees, which will insert a new record, or modify an existing one, depending on if the record exists or not. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r28599] Normalization of tools with revise_chunks.Dana Robinson2015-12-1111-41/+52
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only, autotools and CMake (3.3.2)
* [svn-r27839] Removed generated autotools stragglers missed in trunk sync.Dana Robinson2015-09-212-3122/+0
|
* [svn-r27835] Description:Quincey Koziol2015-09-214-46/+77
|\ | | | | | | | | | | | | | | Sync w/trunk. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
| * [svn-r27801] Minor warning fixes in the tools.Dana Robinson2015-09-161-5/+5
| | | | | | | | Tested on: jam (too minor for h5committest)
| * [svn-r27794] Reintegration merge of features/autotools_rework branch with trunkDana Robinson2015-09-151-1556/+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-r27638] Merged r27500-27631 from trunk.Dana Robinson2015-09-013-17/+21
| | |\
| | * \ [svn-r27507] Merge of r27237-27500 from the trunk.Dana Robinson2015-08-141-14/+11
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-171-9/+36
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-071-6/+6
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Tested on 64-bit linux VM w/ C++ and Fortran 2003
| | * | | | | [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-r26274] Merge of r26096 to r26271 from trunk.Dana Robinson2015-02-221-1/+1
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: jam - serial: C++/Fortran parallel: Fortran
| | * | | | | | [svn-r26097] Removed configure and Makefile.in files from version control.Dana Robinson2015-02-021-1543/+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-r26069] Removed the option to selectively disable internal filters like ↵Dana Robinson2015-01-291-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-142-13/+16
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-111-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | tested on: jam
* | | | | | | [svn-r27630] Description:Quincey Koziol2015-08-314-10/+15
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-313-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | tested: h5committest
* | | | | | | [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-273-23/+41
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | Tested: ummon
| * | | | | | [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-r27517] Removed all perl scripts from configure.Scot Breitenfeld2015-08-171-1/+0
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Tested: h5committest
| * | | | | [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | Tested: h5committest --PASSED--
| * | | | | [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-24/+5
| | | | | |
| * | | | | [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-08-051-4/+1
| |\ \ \ \ \
| * | | | | | [svn-r27469] Merge from trunk with dual-binary CMake code.Allen Byrne2015-08-052-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: local linux with CMake
| * | | | | | [svn-r27378] svn merge -r27326:27377 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-141-4/+1
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | [svn-r27221] Reworked Fortran autools REAL KIND detection.Scot Breitenfeld2015-06-161-0/+5
| | | | | | |
| * | | | | | [svn-r27186] added fix for jam with promoted reals and integersScot Breitenfeld2015-06-101-0/+1
| | | | | | |
| * | | | | | [svn-r27167] more DT fixesScot Breitenfeld2015-06-091-0/+1
| | | | | | |
| * | | | | | [svn-r27164] various bug fixes for DTScot Breitenfeld2015-06-081-0/+1
| | | | | | |