Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r27373] moved building generated test APIs to a sperated build program ↵ | Scot Breitenfeld | 2015-07-13 | 2 | -0/+273 |
| | | | | | | (was in fortran/src/H5_buildiface.F90) | ||||
* | [svn-r27368] misc. code clean-up | Scot Breitenfeld | 2015-07-09 | 5 | -49/+20 |
| | |||||
* | [svn-r27366] misc. clean-up | Scot Breitenfeld | 2015-07-09 | 1 | -209/+11 |
| | |||||
* | [svn-r27365] added build dependencies for hl fortran builds | Scot Breitenfeld | 2015-07-09 | 2 | -7/+7 |
| | |||||
* | [svn-r27360] moved H5test_kind.F90 H5_buildiface.F90 | Scot Breitenfeld | 2015-07-09 | 5 | -34/+34 |
| | |||||
* | [svn-r27359] Fixed Cmake to handle autogenerated Fortran HL APIs | Scot Breitenfeld | 2015-07-09 | 4 | -2/+54 |
| | |||||
* | [svn-r27358] Fixed test to handle DOUBLE PRECISION that was promoted using ↵ | Scot Breitenfeld | 2015-07-09 | 1 | -33/+102 |
| | | | | compiler options. | ||||
* | [svn-r27357] svn merge -r27208:27356 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-07-09 | 14 | -25/+24 |
|\ | |||||
| * | [svn-r27346] remove reference to file removed from cmake_ext_mod | Allen Byrne | 2015-07-08 | 1 | -1/+0 |
| | | |||||
| * | [svn-r27339] Snapshot version 1.9 release 223 | HDF Tester | 2015-07-06 | 13 | -49/+52 |
| | | |||||
* | | [svn-r27355] added generation of HL Fortran Interfaces for REALs | Scot Breitenfeld | 2015-07-08 | 8 | -2931/+826 |
| | | |||||
* | | [svn-r27354] fixed #if spec | Scot Breitenfeld | 2015-07-08 | 1 | -1/+1 |
| | | |||||
* | | [svn-r27351] updated missing preprocessor defines | Scot Breitenfeld | 2015-07-08 | 2 | -25/+13 |
| | | |||||
* | | [svn-r27350] updated missing cmake defines | Scot Breitenfeld | 2015-07-08 | 2 | -31/+54 |
| | | |||||
* | | [svn-r27337] cmake configure test for Fortran | Scot Breitenfeld | 2015-07-05 | 1 | -0/+461 |
| | | |||||
* | | [svn-r27334] svn merge -r27326:27332 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-07-02 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | [svn-r27332] Fix src/CMakeLists.txt after Quincey's metadata cache changes | Jerome Soumagne | 2015-07-02 | 1 | -0/+2 |
| | | |||||
* | | [svn-r27333] added comments | Scot Breitenfeld | 2015-07-02 | 2 | -1/+2 |
| | | |||||
* | | [svn-r27328] updated reconfigure | Scot Breitenfeld | 2015-07-02 | 1 | -25/+28 |
| | | |||||
* | | [svn-r27327] svn merge -r27208:27326 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-07-02 | 125 | -16717/+23530 |
|\ \ | |/ | |||||
| * | [svn-r27320] Fix uninitialized memory write valgrind errors in trunk. Did ↵ | Neil Fortner | 2015-07-01 | 8 | -16/+46 |
| | | | | | | | | | | | | | | | | this by modifying metadata cache clients to clear unused memory in the buffer after serializing. Tested: ummon; jam, koala, ostrich (h5committest) | ||||
| * | [svn-r27313] switch internal cdash URL | Allen Byrne | 2015-06-30 | 1 | -2/+2 |
| | | |||||
| * | [svn-r27298] Description: | Quincey Koziol | 2015-06-29 | 5 | -134/+159 |
| | | | | | | | | | | | | | | | | | | Separate H5AC layer from using package-scoped pieces of the H5C layer, moving from including H5Cpkg.h to H5Cprivate.h. Tested on: MacOSX/64 10.10.3 (amazon) w/serial, parallel & production Linux/32 2.6.x (jam) w/serial & parallel | ||||
| * | [svn-r27296] Description: | Quincey Koziol | 2015-06-29 | 7 | -38/+28 |
| | | | | | | | | | | | | | | | | | | Correct error with braces around macro (in production builds), also clean up a few warnings. Tested on: MacOSX/64 10.10.3 (amazon) w/serial, parallel & production Linux/32 2.6 (jam) w/serial & parallel | ||||
| * | [svn-r27294] Description: | Quincey Koziol | 2015-06-29 | 6 | -711/+320 |
| | | | | | | | | | | | | | | | | | | | | Clean up parameters to H5C__flush_single_entry: accept cache entry instead of address, and make new flag for deleting entry from skiplist on destroy instead of a separate parameter to the routine. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial & parallel | ||||
| * | [svn-r27293] Description: | Quincey Koziol | 2015-06-27 | 12 | -3512/+3666 |
| | | | | | | | | | | | | | | | | Split parallel metadata cache code into separate source code modules. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (too minor for h5committest) | ||||
| * | [svn-r27292] Description: | Quincey Koziol | 2015-06-27 | 6 | -22/+62 |
| | | | | | | | | | | | | | | | | | | | | Bring 'fail if unknown always' object header message flag from the avoid_truncate branch, strengthen error checking for unknown messages, and try to catch object header code configurations at compile time (instead of runtime). Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (h5committest forthcoming) | ||||
| * | [svn-r27283] Change generic directory in tarballs to hdfsrc. | Larry Knox | 2015-06-25 | 1 | -4/+4 |
| | | | | | | | | Remove some commented lines. | ||||
| * | [svn-r27280] Add temporary file to create tarballs for buildbot (and ↵ | Larry Knox | 2015-06-24 | 2 | -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-r27278] Merge of 27270 from trunk. Fixes HDFFV-9119 and HDFFV-9421. | Dana Robinson | 2015-06-24 | 6 | -84/+110 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-r27271] fix a few warnings in t_mpi.c | Mohamad Chaarawi | 2015-06-23 | 1 | -4/+3 |
| | | |||||
| * | [svn-r27267] Combine float checks and int checks to eliminate possible conflicts | Allen Byrne | 2015-06-22 | 1 | -199/+213 |
| | | |||||
| * | [svn-r27262] Snapshot version 1.9 release 222 | HDF Tester | 2015-06-22 | 13 | -24/+24 |
| | | |||||
| * | [svn-r27252] Fix whitespace | Allen Byrne | 2015-06-19 | 1 | -15/+15 |
| | | |||||
| * | [svn-r27243] fix problem with encoding/decoding external fapl for lapls. | Mohamad Chaarawi | 2015-06-18 | 8 | -25/+41 |
| | | |||||
| * | [svn-r27238] Add function prototype for local function | Allen Byrne | 2015-06-18 | 1 | -29/+30 |
| | | |||||
| * | [svn-r27237] Description: | Quincey Koziol | 2015-06-18 | 89 | -12802/+19316 |
| | | | | | | | | | | | | | | | | | | Merge v3 metadata cache changes to trunk. Yay! :-) Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial & parallel (daily tested on branch) | ||||
| * | [svn-r27216] The comments in this example were incorrect regarding the resulting | Barbara Jones | 2015-06-16 | 1 | -3/+3 |
| | | | | | | | | dataset. They were updated to match the output of the file. (HDFFV-637) | ||||
* | | [svn-r27326] Working version of cmake on linux. | Scot Breitenfeld | 2015-07-02 | 10 | -51/+91 |
| | | |||||
* | | [svn-r27316] switch internal cdash URL | Allen Byrne | 2015-06-30 | 1 | -1/+1 |
| | | |||||
* | | [svn-r27308] switch public cdash URL | Allen Byrne | 2015-06-30 | 1 | -1/+1 |
| | | |||||
* | | [svn-r27301] fixed configure error with pgi compiler by checking if ↵ | Scot Breitenfeld | 2015-06-30 | 2 | -11/+15 |
| | | | | | | | | __float128 is 0 | ||||
* | | [svn-r27299] Changed from using sed to perl. | Scot Breitenfeld | 2015-06-30 | 3 | -29/+26 |
| | | |||||
* | | [svn-r27297] changed from using sed to perl | Scot Breitenfeld | 2015-06-29 | 2 | -92/+122 |
| | | |||||
* | | [svn-r27285] added search replace for space to comma | Scot Breitenfeld | 2015-06-25 | 3 | -4/+7 |
| | | |||||
* | | [svn-r27232] fixed C test program for float128 | Scot Breitenfeld | 2015-06-17 | 2 | -0/+4 |
| | | |||||
* | | [svn-r27230] added test for float128 | Scot Breitenfeld | 2015-06-17 | 2 | -3/+10 |
| | | |||||
* | | [svn-r27228] restricted __float128 to gnu compilers | Scot Breitenfeld | 2015-06-17 | 2 | -1/+38 |
| | | |||||
* | | [svn-r27227] restricted __float128 to gnu compilers | Scot Breitenfeld | 2015-06-17 | 1 | -1/+3 |
| | | |||||
* | | [svn-r27226] restricted __float128 to gnu compilers | Scot Breitenfeld | 2015-06-17 | 2 | -18/+22 |
| | |