Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r28371] Update script mode order of commands | Allen Byrne | 2015-11-17 | 1 | -135/+140 |
| | |||||
* | [svn-r28346] Description: | Quincey Koziol | 2015-11-15 | 3 | -16/+17 |
| | | | | | | | | Bring in cleanups from revise_chunks branch. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (too minor to require full h5committest) | ||||
* | [svn-r28342] DAILYTEST-195: Osx1010test has culmulated a lot of mounted ↵ | Albert Cheng | 2015-11-13 | 1 | -2/+33 |
| | | | | | | | | | | | | | | volumes from cmakehdf5 installation. Tried to find out what went wrong but all output files were deleted already. Added a verbose option to display all cmake process output in order to see what might have gone wrong. Default is on. Using --disable-verbose will turn it off. Tested: osx1010dev, osx1010test, playtypus. | ||||
* | [svn-r28340] Remove dependencies due to flex/bison | Allen Byrne | 2015-11-13 | 1 | -10/+0 |
| | |||||
* | [svn-r28336] Remove flex/bison generation | Allen Byrne | 2015-11-13 | 1 | -72/+3 |
| | |||||
* | [svn-r28332] Updated autogen.sh to not run flex/bison. | Dana Robinson | 2015-11-13 | 8 | -111/+5259 |
| | | | | | | | | | This was giving a lot of users headaches and the parser code rarely changes. There is now a new script (bin/genparser) which can be run as needed. Tested on: Ubuntu 15.10 (x86_64 Linux 4.2.0) gcc 5.2.1, flex 2.5.39, bison 3.0.2 | ||||
* | [svn-r28311] Description: | Quincey Koziol | 2015-11-09 | 1 | -0/+1 |
| | | | | | | | | Add missing callback to virtual layout "class" structure. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (Too minor to require h5committest) | ||||
* | [svn-r28285] move private H5G_get_create_plist from public source file to ↵ | Mohamad Chaarawi | 2015-11-05 | 2 | -95/+94 |
| | | | | internal one. | ||||
* | [svn-r28241] Correct prototype return signature. | Allen Byrne | 2015-10-28 | 1 | -1/+1 |
| | |||||
* | [svn-r28236] Rework get timezone function to add another exclusion define ↵ | Allen Byrne | 2015-10-27 | 3 | -5/+17 |
| | | | | | | | (H5_HAVA_TM_GMTOFF). Also needed to add prototype - followed lead of HDrand. Tested linux and windows | ||||
* | [svn-r28234] Changed a C++-style comment to C-style. | Dana Robinson | 2015-10-27 | 1 | -4/+6 |
| | |||||
* | [svn-r28229] HDFFV-9550: Rework timezone usage to localize the #ifdef blocks ↵ | Allen Byrne | 2015-10-26 | 3 | -17/+32 |
| | | | | to a HDget_timezone function. | ||||
* | [svn-r28228] Remove WIN32 only config of threadsafe | Allen Byrne | 2015-10-26 | 2 | -46/+48 |
| | |||||
* | [svn-r28204] Fix use of hbool_t in H5FDmulti (revert previous fix and use ↵ | Jerome Soumagne | 2015-10-23 | 1 | -3/+3 |
| | | | | | | unsigned instead) Tested on: Sun OS 5.11/64 (emu) | ||||
* | [svn-r28196] Fix use of hbool_t in H5FDmulti | Jerome Soumagne | 2015-10-23 | 1 | -2/+2 |
| | | | | Tested on: Sun OS 5.11/64 (emu) | ||||
* | [svn-r28193] Rework VS2015 timezone patch for better fit to standards. | Allen Byrne | 2015-10-22 | 2 | -13/+21 |
| | | | | Tested: VS2015 VMs | ||||
* | [svn-r28188] Fix inline/__inline__/__inline detection with CMake after ↵ | Jerome Soumagne | 2015-10-22 | 3 | -37/+24 |
| | | | | autotools changes | ||||
* | [svn-r28184] correct import targets | Allen Byrne | 2015-10-22 | 1 | -57/+57 |
| | |||||
* | [svn-r28176] HDFFV-9550: Add VS2015 fix for change of standard format. | Allen Byrne | 2015-10-21 | 1 | -3/+3 |
| | |||||
* | [svn-r28174] HDFFV-9550: Add VS2015 fix for timezone. | Allen Byrne | 2015-10-21 | 2 | -3/+8 |
| | |||||
* | [svn-r28168] Remove Wall option passed by default on non-windows systems | Jerome Soumagne | 2015-10-21 | 1 | -4/+0 |
| | | | | (not necessary anymore since there is now | ||||
* | [svn-r28161] Update comment about VS versions | Allen Byrne | 2015-10-21 | 2 | -8/+51 |
| | |||||
* | [svn-r28160] Update comment about VS versions | Allen Byrne | 2015-10-21 | 1 | -2/+2 |
| | |||||
* | [svn-r28158] Merge from CMAMKE_EXT_MOD repo. | Allen Byrne | 2015-10-21 | 6 | -138/+110 |
| | | | | Add VS2015 support. | ||||
* | [svn-r28154] Correct define vs variable usage | Allen Byrne | 2015-10-20 | 2 | -9/+25 |
| | |||||
* | [svn-r28152] Correct define vs variable usage | Allen Byrne | 2015-10-20 | 2 | -12/+31 |
| | | | | Add VS2015 | ||||
* | [svn-r28151] Fix memory leak in dtransform test (encountered when parsing an ↵ | Neil Fortner | 2015-10-20 | 1 | -0/+1 |
| | | | | | | | | invalid transform). Tested: koala, ostrich (h5committest) | ||||
* | [svn-r28148] Correct define vs variable usage | Allen Byrne | 2015-10-20 | 2 | -46/+76 |
| | |||||
* | [svn-r28147] Correct define vs variable usage | Allen Byrne | 2015-10-20 | 2 | -1/+3 |
| | |||||
* | [svn-r28145] Correct define vs variable usage | Allen Byrne | 2015-10-20 | 1 | -4/+4 |
| | |||||
* | [svn-r28138] Add first support for _Bool and make hbool_t a "real" _Bool if ↵ | Jerome Soumagne | 2015-10-20 | 31 | -156/+133 |
| | | | | | | | | | | | | | | available Fix tests accordingly and fix misuse of hbool_t in various places Fix initialization of H5Pgcpl/ocpl structs in property decoding routines Tested on: Linux/32 (jam) Linux/64 (platypus) Linux/PPC64 (ostrich) MacOSX/64 10.11 | ||||
* | [svn-r28132] Cleanup cmake output of HDF5_GENERATE_HEADERS perl script | Jerome Soumagne | 2015-10-19 | 1 | -3/+6 |
| | |||||
* | [svn-r28131] Cleanup cmake output of HDF5UseFortran | Jerome Soumagne | 2015-10-19 | 1 | -5/+5 |
| | |||||
* | [svn-r28130] Updated scripts | Allen Byrne | 2015-10-19 | 2 | -35/+59 |
| | |||||
* | [svn-r28128] Add version extension to all uses of source name | Allen Byrne | 2015-10-19 | 1 | -21/+21 |
| | |||||
* | [svn-r28126] Correct CMake var name | Allen Byrne | 2015-10-19 | 1 | -6/+6 |
| | |||||
* | [svn-r28115] Replace unreadable, unused test file with newly generated file ↵ | Larry Knox | 2015-10-16 | 1 | -0/+0 |
| | | | | that can be read by h5dump from HDF5 1.6.10, 1.8.6, 1.8.16 and trunk. | ||||
* | [svn-r28113] A few warning fixes in cmake conversion tests | Jerome Soumagne | 2015-10-16 | 1 | -0/+14 |
| | |||||
* | [svn-r28112] CMake check for gettimeofday if not on windows | Jerome Soumagne | 2015-10-16 | 1 | -0/+1 |
| | |||||
* | [svn-r28089] Need to set a variable for matching install config names. | Allen Byrne | 2015-10-15 | 1 | -0/+1 |
| | |||||
* | [svn-r28086] fixed spelling | Scot Breitenfeld | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | [svn-r28085] Add option to change cpack install location version (1.9 ↵ | Allen Byrne | 2015-10-15 | 1 | -2/+10 |
| | | | | instead of 1.9.xxx) useful on windows. | ||||
* | [svn-r28075] HDF5 passed basic tests in Mac El Capitan VM and is added to ↵ | Albert Cheng | 2015-10-14 | 1 | -0/+4 |
| | | | | the more tested platform section. | ||||
* | [svn-r28059] Make UNSUPPORTED option combinations fail configure - matches ↵ | Allen Byrne | 2015-10-13 | 1 | -6/+3 |
| | | | | autotools behaviour. | ||||
* | [svn-r28056] Add HL and Threadsafe notice | Allen Byrne | 2015-10-13 | 1 | -0/+8 |
| | |||||
* | [svn-r28053] Change file generation from build time to cmake time. | Allen Byrne | 2015-10-13 | 1 | -47/+7 |
| | |||||
* | [svn-r28047] Purpose: Fix memory leaks | Binh-Minh Ribler | 2015-10-13 | 7 | -39/+36 |
| | | | | | | | | | | | | | Description: - Implemented the friend function void f_PropList_setId(PropList* plist, hid_t new_id) to work around the same problem described in trunk r26655, for the API DataSet::getCreatePlist() - Cleaned up some comments and obsolete functions Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test) | ||||
* | [svn-r28040] avoid use of MPI deprecated routines. | Mohamad Chaarawi | 2015-10-12 | 1 | -9/+9 |
| | |||||
* | [svn-r28039] Fixed valgrind mem leak. | Scot Breitenfeld | 2015-10-12 | 1 | -1/+7 |
| | | | | Tested: h5committest (partial). | ||||
* | [svn-r28027] Purpose: Fix memory leaks | Binh-Minh Ribler | 2015-10-11 | 15 | -125/+134 |
| | | | | | | | | | | | | | Description: - Removed H5Library::instance because it is unnecessary. All H5Library's methods are static. This, in turn, removed the memory leaks by H5Library::instance not being deleted. - Added ObjCreatPropList::deleteConstants to atexist() list - Cleaned up comments and format inconsistencies with 1.8 Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test) |