Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r27794] Reintegration merge of features/autotools_rework branch with trunk | Dana Robinson | 2015-09-15 | 2 | -0/+72 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-r27787] Merge of r27632-27674 from the trunk. | Dana Robinson | 2015-09-15 | 1 | -3/+3 |
| | | | | | | | | Tested on: h5committest | ||||
| * | [svn-r27745] Merge trunk revision 27744 | Allen Byrne | 2015-09-10 | 1 | -7/+11 |
| | | |||||
| * | [svn-r27725] Add initial commands to properly build the generated files. | Allen Byrne | 2015-09-09 | 2 | -0/+72 |
| | | | | | | | | | | | | Added HDF5_GENERATE_HEADERS ON to cacheinit.cmake file. Tested: local linux | ||||
| * | [svn-r27702] Merge of r27699 from trunk. | Dana Robinson | 2015-09-08 | 1 | -12/+0 |
| | | | | | | | | | | | | | | Removed some configure checks for obsolete Unix variants. The H5pubconf.h.in file that CMake uses was also updated. Tested on: h5committest | ||||
| * | [svn-r27677] Merge of r27675 from trunk | Dana Robinson | 2015-09-04 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | | | | | Removed library checks for nsl and socket from the autotools configure on Solaris. The nsl and socket libraries are no longer used by the library. Fixes HDFFV-9118. Tested on: jam w/ autotools and CMake emu w/ autotools | ||||
* | | [svn-r27755] Changed direct VFD default to OFF in CMake to match Autotools. | Dana Robinson | 2015-09-11 | 1 | -1/+1 |
| | | | | | | | | Tested on: jam w/ CMake | ||||
* | | [svn-r27716] Publish both static and shared mod files in binaries. | Allen Byrne | 2015-09-09 | 1 | -7/+11 |
| | | |||||
* | | [svn-r27699] Removed some configure checks for obsolete Unix variants. | Dana Robinson | 2015-09-08 | 1 | -12/+0 |
| | | | | | | | | | | | | The H5pubconf.h.in file that CMake uses was also updated. Tested on: h5committest | ||||
* | | [svn-r27675] Removed library checks for nsl and socket from the autotools ↵ | Dana Robinson | 2015-09-04 | 1 | -6/+0 |
|/ | | | | | | | | | | | | configure on Solaris. The nsl and socket libraries are no longer used by the library. Fixes HDFFV-9118. Tested on: h5committest (CMake fortran fails due to an unrelated error) jam w/ CMake | ||||
* | [svn-r27627] Change hardcoded HDF5TESTEXPRESS value to use a CMake variable ↵ | Allen Byrne | 2015-08-31 | 1 | -0/+2 |
| | | | | HDF_TEST_EXPRESS. | ||||
* | [svn-r27570] Fixed issue with REAL max detection. | Scot Breitenfeld | 2015-08-24 | 1 | -11/+13 |
| | | | | tested: h5committest | ||||
* | [svn-r27557] Added build_mod directory and updated the C try_run macro to ↵ | Scot Breitenfeld | 2015-08-24 | 1 | -19/+11 |
| | | | | not check for definitions and does not return unused arguments. | ||||
* | [svn-r27548] Revert r27545 | Jerome Soumagne | 2015-08-21 | 1 | -6/+0 |
| | |||||
* | [svn-r27545] Add first support for _Bool and make hbool_t a "real" _Bool if ↵ | Jerome Soumagne | 2015-08-21 | 1 | -0/+6 |
| | | | | | | available Fix tests accordingly | ||||
* | [svn-r27524] Added test to not remove double precision from valid KINDS if ↵ | Scot Breitenfeld | 2015-08-19 | 1 | -2/+6 |
| | | | | | | it is the largest compatible REAL with C. Tested: h5committest. | ||||
* | [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk. | Scot Breitenfeld | 2015-08-11 | 7 | -6/+515 |
| | | | | Tested: h5committest --PASSED-- | ||||
* | [svn-r27489] reverted merge of branch | Scot Breitenfeld | 2015-08-11 | 7 | -515/+6 |
| | |||||
* | [svn-r27488] Merged the F2003_v1.10 branch to the trunk. | Scot Breitenfeld | 2015-08-11 | 7 | -6/+515 |
|\ | | | | | | | Tested: h5committest | ||||
| * | [svn-r27469] Merge from trunk with dual-binary CMake code. | Allen Byrne | 2015-08-05 | 8 | -54/+285 |
| | | | | | | | | Tested: local linux with CMake | ||||
| * | [svn-r27417] comment code cleanup | Scot Breitenfeld | 2015-07-21 | 1 | -1/+1 |
| | | |||||
| * | [svn-r27378] svn merge -r27326:27377 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-07-14 | 4 | -2/+42 |
| |\ | |||||
| * | | [svn-r27376] set default value of SIZEOF___FLOAT128 | Scot Breitenfeld | 2015-07-14 | 1 | -0/+2 |
| | | | |||||
| * | | [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-r27326] Working version of cmake on linux. | Scot Breitenfeld | 2015-07-02 | 2 | -5/+19 |
| | | | |||||
| * | | [svn-r27187] svn merge -r27135:27186 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-06-10 | 1 | -23/+24 |
| |\ \ | |||||
| * | | | [svn-r27151] fixed __float128 errors | Scot Breitenfeld | 2015-06-04 | 1 | -0/+5 |
| | | | | |||||
| * | | | [svn-r27116] svn merge -r26937:27115 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-05-27 | 4 | -24/+314 |
| |\ \ \ | |||||
| * \ \ \ | [svn-r26911] svn merge -r26866:26910 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-04-23 | 2 | -0/+442 |
| |\ \ \ \ | |||||
| * | | | | | [svn-r26877] removed references to F2003 | Scot Breitenfeld | 2015-04-21 | 4 | -7/+2 |
| | | | | | | |||||
* | | | | | | [svn-r27468] Merge corrections found elsewhere | Allen Byrne | 2015-08-05 | 2 | -6/+6 |
| | | | | | | |||||
* | | | | | | [svn-r27466] Add Trunk version | Allen Byrne | 2015-08-05 | 1 | -0/+126 |
| | | | | | | |||||
* | | | | | | [svn-r27465] Merge dual-binary CMake changes | Allen Byrne | 2015-08-05 | 3 | -45/+30 |
| | | | | | | |||||
* | | | | | | [svn-r27428] Bug fix: DAILYTEST-170 | Albert Cheng | 2015-07-24 | 3 | -0/+123 |
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: XL compilers in ostrich (PowerPC64 linux) fail in test/dt_arith because of the removal of the LLONG_TO_LDOUBLE_CORRECT (removed in r26625) and LDOUBLE_TO_LLONG_ACCURATE (removed in r26623). Solution: Reverse revisions r26623: bring back LDOUBLE_TO_LLONG_ACCURATE configure macro r26625: bring back LLONG_TO_LDOUBLE_CORRECT configure macro r26627: bring back WANT_DATA_ACCURACY configure macro which is used together with the above two macros. This also brings back the enable-dconv-accuracy configure option. Tested: h5committested. Also tested in ostrich using the XL compilers. | ||||
* | | | | | [svn-r27364] Add Mac Framework support | Allen Byrne | 2015-07-09 | 4 | -2/+42 |
| |_|_|/ |/| | | | |||||
* | | | | [svn-r27142] Add optional variable for version extension | Allen Byrne | 2015-06-03 | 1 | -23/+24 |
| |_|/ |/| | | |||||
* | | | [svn-r27087] Add changes for debug flags | Allen Byrne | 2015-05-15 | 1 | -2/+8 |
| | | | |||||
* | | | [svn-r27064] HDFFV-9327: Refactor compiler flags to config file. | Allen Byrne | 2015-05-14 | 1 | -0/+268 |
| | | | | | | | | | | | | Tested: local linux | ||||
* | | | [svn-r27037] Added other platforms comment to cmd line and quoted use of ↵ | Allen Byrne | 2015-05-07 | 1 | -7/+10 |
| | | | | | | | | | | | | directory in option. | ||||
* | | | [svn-r27015] updated with release changes | Allen Byrne | 2015-05-05 | 1 | -1/+1 |
| | | | |||||
* | | | [svn-r27000] Updated and debugged script | Allen Byrne | 2015-05-04 | 1 | -1/+1 |
| | | | |||||
* | | | [svn-r26953] Remove src temporary debug build props. | Allen Byrne | 2015-04-28 | 1 | -2/+2 |
| | | | | | | | | | | | | Move TOOLS option up before usage. | ||||
* | | | [svn-r26951] add cygwin | Allen Byrne | 2015-04-28 | 1 | -5/+14 |
| | | | |||||
* | | | [svn-r26949] Correct linux separators | Allen Byrne | 2015-04-28 | 1 | -11/+11 |
| | | | |||||
* | | | [svn-r26944] Match src folder version | Allen Byrne | 2015-04-28 | 1 | -3/+7 |
| |/ |/| | |||||
* | | [svn-r26905] Add user scripts to CMake folder | Allen Byrne | 2015-04-23 | 2 | -0/+442 |
|/ | |||||
* | [svn-r26852] Correct component matching | Allen Byrne | 2015-04-20 | 1 | -11/+9 |
| | |||||
* | [svn-r26815] Update cmake configuration checks | Allen Byrne | 2015-04-15 | 2 | -74/+0 |
| | | | | Tested: local linux | ||||
* | [svn-r26778] fix path to config | Allen Byrne | 2015-04-10 | 1 | -2/+2 |
| |