Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r28761] Description: | Quincey Koziol | 2016-01-01 | 1 | -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 Koziol | 2015-09-22 | 1 | -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 Robinson | 2015-09-21 | 1 | -1414/+0 |
| | |||||
* | [svn-r27835] Description: | Quincey Koziol | 2015-09-21 | 1 | -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 Robinson | 2015-09-01 | 1 | -1/+4 |
| |\ | |||||
| * \ | [svn-r27507] Merge of r27237-27500 from the trunk. | Dana Robinson | 2015-08-14 | 2 | -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 Robinson | 2015-06-17 | 1 | -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 Robinson | 2015-05-07 | 2 | -4/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | Tested on 64-bit linux VM w/ C++ and Fortran 2003 | ||||
| * \ \ \ \ | [svn-r26274] Merge of r26096 to r26271 from trunk. | Dana Robinson | 2015-02-22 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: jam - serial: C++/Fortran parallel: Fortran | ||||
| * | | | | | | [svn-r26097] Removed configure and Makefile.in files from version control. | Dana Robinson | 2015-02-02 | 1 | -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 Robinson | 2015-01-29 | 1 | -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-9092 | Scot Breitenfeld | 2015-01-27 | 1 | -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 Koziol | 2015-08-31 | 1 | -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 Koziol | 2015-08-31 | 2 | -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 Robinson | 2015-08-31 | 1 | -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 Breitenfeld | 2015-08-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | tested: h5committest | ||||
* | | | | | | | [svn-r27593] Merge revisions 27453 through 27592 from trunk to vds branch. | Neil Fortner | 2015-08-27 | 2 | -8/+26 |
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | Tested: ummon | ||||
| * | | | | | | [svn-r27517] Removed all perl scripts from configure. | Scot Breitenfeld | 2015-08-17 | 1 | -1/+0 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | Tested: h5committest | ||||
| * | | | | | [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk. | Scot Breitenfeld | 2015-08-11 | 1 | -5/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | Tested: h5committest --PASSED-- | ||||
| * | | | | | [svn-r27489] reverted merge of branch | Scot Breitenfeld | 2015-08-11 | 1 | -24/+5 |
| | | | | | | |||||
| * | | | | | [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-08-05 | 1 | -4/+1 |
| |\ \ \ \ \ | |||||
| * | | | | | | [svn-r27469] Merge from trunk with dual-binary CMake code. | Allen Byrne | 2015-08-05 | 2 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: local linux with CMake | ||||
| * | | | | | | [svn-r27378] svn merge -r27326:27377 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-07-14 | 1 | -4/+1 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| * | | | | | | [svn-r27327] svn merge -r27208:27326 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-07-02 | 1 | -199/+213 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | [svn-r27221] Reworked Fortran autools REAL KIND detection. | Scot Breitenfeld | 2015-06-16 | 1 | -0/+5 |
| | | | | | | | | |||||
| * | | | | | | | [svn-r27186] added fix for jam with promoted reals and integers | Scot Breitenfeld | 2015-06-10 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | [svn-r27167] more DT fixes | Scot Breitenfeld | 2015-06-09 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | [svn-r27164] various bug fixes for DT | Scot Breitenfeld | 2015-06-08 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | [svn-r27154] fixed issue with mis-matching long double between Fortran and C | Scot Breitenfeld | 2015-06-05 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | [svn-r27151] fixed __float128 errors | Scot Breitenfeld | 2015-06-04 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | [svn-r27140] fixed interger*16 support | Scot Breitenfeld | 2015-06-03 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | [svn-r27137] svn merge -r27115:27135 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-06-02 | 1 | -8/+8 |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | |||||
| * | | | | | | | [svn-r27122] removed dependency on generatored fortran source code | Scot Breitenfeld | 2015-05-28 | 1 | -1/+0 |
| | | | | | | | | |||||
| * | | | | | | | [svn-r27115] Moved testing KINDs and SIZEOFs to configure. | Scot Breitenfeld | 2015-05-27 | 1 | -0/+11 |
| | | | | | | | | |||||
| * | | | | | | | [svn-r26938] svn merge -r26910:26937 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-04-28 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | |||||
| * | | | | | | | [svn-r26869] removed the --enable-fortran2003 option, it is now just ↵ | Scot Breitenfeld | 2015-04-21 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --enable-fortran | ||||
| * | | | | | | | [svn-r26825] Added include for preprocessing fortran files with configure ↵ | Scot Breitenfeld | 2015-04-16 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | definitions | ||||
* | | | | | | | | [svn-r27397] Merge revisions 27255 through 27393 from trunk to vds branch. | Neil Fortner | 2015-07-15 | 1 | -4/+1 |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | Tested: ummon | ||||
| * | | | | | | | [svn-r27364] Add Mac Framework support | Allen Byrne | 2015-07-09 | 1 | -4/+1 |
| | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | [svn-r27267] Combine float checks and int checks to eliminate possible conflicts | Allen Byrne | 2015-06-22 | 1 | -199/+213 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | [svn-r27266] Change tests to use simple mode - eliminates native type use. | Allen Byrne | 2015-06-22 | 3 | -155/+159 |
| | | | | | | | | | | | | | | | | | | | | | | | | Combine float checks and int checks to eliminate possible conflicts | ||||
* | | | | | | [svn-r27265] corrected test params | Allen Byrne | 2015-06-22 | 1 | -6/+6 |
| | | | | | | |||||
* | | | | | | [svn-r27229] remove copy-paste errors from list | Allen Byrne | 2015-06-17 | 2 | -12/+0 |
| | | | | | | |||||
* | | | | | | [svn-r27219] Add h5dump and h5 ls VDS test scripts to autools configure | Allen Byrne | 2015-06-16 | 2 | -5/+7 |
| | | | | | | |||||
* | | | | | | [svn-r27218] Add VDS tests to h5ls | Allen Byrne | 2015-06-16 | 3 | -0/+421 |
| | | | | | | |||||
* | | | | | | [svn-r27191] Merged r26781 to r27185 from trunk | Dana Robinson | 2015-06-11 | 1 | -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 Chaarawi | 2015-06-01 | 1 | -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 Byrne | 2015-04-27 | 1 | -3/+3 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | H5_PRINTF_LL_WIDTH. Tested: local linux | ||||
* | | | | [svn-r26959] Fixed ERTERN print format and remove "Files" from virtual. | Allen Byrne | 2015-04-28 | 1 | -4/+4 |
| | | | | |||||
* | | | | [svn-r26935] Add dataset name to mapping output | Allen Byrne | 2015-04-27 | 1 | -0/+5 |
| | | | |