summaryrefslogtreecommitdiffstats
path: root/tools/h5ls
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r28761] Description:Quincey Koziol2016-01-011-4/+1
| | | | | | | | | | | | Clean up many mismatches between malloc/free and H5MM_malloc/H5MM_xfree in the library and tests (and use of H5free_memory and H5Dvlen_reclaim). Also make H5Ocopy use a private version of H5Lexists, which doesn't internally throw (and suppress) errors when an object (or the path to it) isn't found in the destination. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r27848] Description:Quincey Koziol2015-09-221-1/+1
| | | | | | | | 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-211-1414/+0
|
* [svn-r27835] Description:Quincey Koziol2015-09-211-14/+28
|\ | | | | | | | | | | | | | | Sync w/trunk. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
| * [svn-r27638] Merged r27500-27631 from trunk.Dana Robinson2015-09-011-1/+4
| |\
| * \ [svn-r27507] Merge of r27237-27500 from the trunk.Dana Robinson2015-08-142-205/+216
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-8/+8
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 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-072-4/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Tested on 64-bit linux VM w/ C++ and Fortran 2003
| * \ \ \ \ [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-1385/+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-r27632] Description:Quincey Koziol2015-08-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-312-1/+6
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-311-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-r27593] Merge revisions 27453 through 27592 from trunk to vds branch.Neil Fortner2015-08-272-8/+26
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | Tested: ummon
| * | | | | | [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-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: local linux with CMake
| * | | | | | [svn-r27378] svn merge -r27326:27377 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-141-4/+1
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | [svn-r27327] svn merge -r27208:27326 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-021-199/+213
| |\ \ \ \ \ \
| * | | | | | | [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
| | | | | | | |
| * | | | | | | [svn-r27154] fixed issue with mis-matching long double between Fortran and CScot Breitenfeld2015-06-051-0/+1
| | | | | | | |
| * | | | | | | [svn-r27151] fixed __float128 errorsScot Breitenfeld2015-06-041-0/+1
| | | | | | | |
| * | | | | | | [svn-r27140] fixed interger*16 supportScot Breitenfeld2015-06-031-0/+1
| | | | | | | |
| * | | | | | | [svn-r27137] svn merge -r27115:27135 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-06-021-8/+8
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | [svn-r27122] removed dependency on generatored fortran source codeScot Breitenfeld2015-05-281-1/+0
| | | | | | | |
| * | | | | | | [svn-r27115] Moved testing KINDs and SIZEOFs to configure.Scot Breitenfeld2015-05-271-0/+11
| | | | | | | |
| * | | | | | | [svn-r26938] svn merge -r26910:26937 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-04-281-3/+3
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | [svn-r26869] removed the --enable-fortran2003 option, it is now just ↵Scot Breitenfeld2015-04-211-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --enable-fortran
| * | | | | | | [svn-r26825] Added include for preprocessing fortran files with configure ↵Scot Breitenfeld2015-04-161-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | definitions
* | | | | | | | [svn-r27397] Merge revisions 27255 through 27393 from trunk to vds branch.Neil Fortner2015-07-151-4/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | | | | | | | | Tested: ummon
| * | | | | | | [svn-r27364] Add Mac Framework supportAllen Byrne2015-07-091-4/+1
| | |_|_|/ / / | |/| | | | |
| * | | | | | [svn-r27267] Combine float checks and int checks to eliminate possible conflictsAllen Byrne2015-06-221-199/+213
| | |_|/ / / | |/| | | |
* | | | | | [svn-r27266] Change tests to use simple mode - eliminates native type use.Allen Byrne2015-06-223-155/+159
| | | | | | | | | | | | | | | | | | | | | | | | Combine float checks and int checks to eliminate possible conflicts
* | | | | | [svn-r27265] corrected test paramsAllen Byrne2015-06-221-6/+6
| | | | | |
* | | | | | [svn-r27229] remove copy-paste errors from listAllen Byrne2015-06-172-12/+0
| | | | | |
* | | | | | [svn-r27219] Add h5dump and h5 ls VDS test scripts to autools configureAllen Byrne2015-06-162-5/+7
| | | | | |
* | | | | | [svn-r27218] Add VDS tests to h5lsAllen Byrne2015-06-163-0/+421
| | | | | |
* | | | | | [svn-r27191] Merged r26781 to r27185 from trunkDana Robinson2015-06-111-8/+8
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | Tested on: 64-bit Ubuntu Linux VM w/ gcc 4.8.2 (C++ and Fortran 2003 also tested)
| * | | | | [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-8/+8
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-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-r26959] Fixed ERTERN print format and remove "Files" from virtual.Allen Byrne2015-04-281-4/+4
| | | |
* | | | [svn-r26935] Add dataset name to mapping outputAllen Byrne2015-04-271-0/+5
| | | |