Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r28162] Merge from CMAMKE_EXT_MOD repo. | Allen Byrne | 2015-10-21 | 4 | -64/+79 |
| | | | | Add VS2015 support. | ||||
* | [svn-r28153] Add VS2015 | Allen Byrne | 2015-10-20 | 1 | -1/+16 |
| | |||||
* | [svn-r28149] Correct define vs variable usage | Allen Byrne | 2015-10-20 | 2 | -8/+22 |
| | |||||
* | [svn-r28146] Correct define vs variable usage | Allen Byrne | 2015-10-20 | 3 | -27/+34 |
| | |||||
* | [svn-r28125] Add library version changes based on lt_vers.am file. | Allen Byrne | 2015-10-19 | 1 | -2/+8 |
| | |||||
* | [svn-r28116] A few warning fixes in cmake conversion tests | Jerome Soumagne | 2015-10-16 | 1 | -0/+14 |
| | |||||
* | [svn-r28114] Merge r28112 from trunk | Jerome Soumagne | 2015-10-16 | 1 | -0/+1 |
| | | | | CMake check for gettimeofday if not on windows | ||||
* | [svn-r28096] Updated packaging scripts and moved them from bin to bin/pkgscrpts. | Larry Knox | 2015-10-16 | 1 | -4/+24 |
| | | | | | | Added shared library version numbers for each wrapper library file. Tested with h5committest.new. | ||||
* | [svn-r28010] Increment LT interface version number to reflect symbols added ↵ | Larry Knox | 2015-10-08 | 1 | -3/+3 |
| | | | | but none removed in hdf5 libraries. | ||||
* | [svn-r27975] Update to new style usage for scripts, | Allen Byrne | 2015-10-06 | 2 | -0/+523 |
| | | | | add cmake scripts | ||||
* | [svn-r27936] Cmake 3.3 allowed execute_process to merge output and error ↵ | Allen Byrne | 2015-10-02 | 5 | -46/+46 |
| | | | | | | files if the filename or the variable were the same. Changed instances to make the outpu_variable different. | ||||
* | [svn-r27872] Update with changes to script file | Allen Byrne | 2015-09-24 | 1 | -3/+4 |
| | |||||
* | [svn-r27870] Update with changes to script file | Allen Byrne | 2015-09-24 | 1 | -11/+22 |
| | |||||
* | [svn-r27864] Make the system vars configurable through the CTEST_SCRIPT_ARG | Allen Byrne | 2015-09-23 | 1 | -8/+35 |
| | |||||
* | [svn-r27770] Bring r27428 from trunk | Dana Robinson | 2015-09-14 | 3 | -0/+123 |
| | | | | | | | | | | | | Reverts the following changes: 27737, 27742, 27743 These involve double conversions that cause problems with the IBM XL compiler. Tested on: h5committest ostrich w/ XL C compiler | ||||
* | [svn-r27759] Bring r26632 from trunk | Dana Robinson | 2015-09-11 | 2 | -13/+0 |
| | | | | | | | Remove the BAD_LOG2_CODE_GENERATED macro/define, it's working around bugs in old SGI compilers. Tested on: h5committest | ||||
* | [svn-r27751] Added a comment to config/ibm-flags that describes the purpose ↵ | Dana Robinson | 2015-09-10 | 1 | -0/+3 |
| | | | | | | | | of the -qflag=w:w compiler flag. Tested on: N/A (no access to AIX, comment only) | ||||
* | [svn-r27744] Merge of r27728 from trunk. | Dana Robinson | 2015-09-10 | 1 | -1/+1 |
| | | | | | | | | | Added -qflag=w:w to config/ibm-flags. This will suppress informational messages on AIX, suppressing thousands of "__attribute__ is non-portable" messages in the AIX nightly test output. Tested on: Nothing. I have no access to an AIX machine. This change suppressed the informational warnings on last night's AIX run, however. | ||||
* | [svn-r27743] Merge of r26625 from the trunk | Dana Robinson | 2015-09-10 | 3 | -55/+0 |
| | | | | | | | Remove the LLONG_TO_LDOUBLE_CORRECT macro/define, it's working around bugs in very old SGI/FreeBSD/Windows compilers. Tested on: jam (minor change that has baked in the trunk for months) | ||||
* | [svn-r27742] Merge of r26623 from the trunk | Dana Robinson | 2015-09-10 | 3 | -53/+0 |
| | | | | | | | Remove the LDOUBLE_TO_LLONG_ACCURATE macro/define, it's working around bugs in older SGI, HP/UX, MacOSX and Windows .NET 2003 compilers. Tested on: jam (minor change that has baked in the trunk for months) | ||||
* | [svn-r27741] Merge of r26606 from the trunk | Dana Robinson | 2015-09-10 | 2 | -11/+0 |
| | | | | | | | Remove HW_FP_TO_LLONG_NOT_WORKS macro/define, it was only addressing Windows .NET 2003 compiler issues. Fixes HDFFV-9189. Tested on: jam (minor change that has baked in the trunk for months) | ||||
* | [svn-r27737] Merge of r26627 from trunk | Dana Robinson | 2015-09-10 | 2 | -15/+0 |
| | | | | | | | Remove the WANT_DATA_ACCURACY macro/define/configure option, since it's no longer attached to any library behavior. Tested on: jam (has baked in the trunk for over 6 months) | ||||
* | [svn-r27736] Merge of r26605 from trunk | Dana Robinson | 2015-09-10 | 1 | -4/+0 |
| | | | | | | | Remove CONVERT_DENORMAL_FLOAT, since this was only set in obsolete configure files. Tested on: jam (has baked in the trunk for over 6 months) | ||||
* | [svn-r27732] Removed the obsolete config/powerpc-ibm-aix5.x file. | Dana Robinson | 2015-09-10 | 1 | -21/+0 |
| | | | | Tested on: Nothing. I have no access to an AIX machine. | ||||
* | [svn-r27730] Merge r26618 from trunk | Dana Robinson | 2015-09-09 | 3 | -27/+0 |
| | | | | | | | Remove the FP_TO_INTEGER_OVERFLOW_WORKS macro/define, which is for working around bugs in the Cray X1 compiler and is no longer supported. Tested on: h5committest | ||||
* | [svn-r27723] Updated config/gnu-flags to match the trunk. | Dana Robinson | 2015-09-09 | 1 | -161/+97 |
| | | | | Tested on: h5committest | ||||
* | [svn-r27719] Publish both static and shared mod files in binaries. | Allen Byrne | 2015-09-09 | 1 | -7/+11 |
| | |||||
* | [svn-r27714] Merge from 1.8 branch. | Allen Byrne | 2015-09-09 | 3 | -10/+15 |
| | | | | Add mod file changes from trunk | ||||
* | [svn-r27705] Merge of r27699 from trunk | Dana Robinson | 2015-09-08 | 1 | -12/+0 |
| | | | | | | | | | | This revision removed some obsolete configurations from the Autotools. Since this configuration code was already removed in 1.8, this just brings ing some useful comments. Also removes some unused symbols from the CMake H5pubconf.h.in file. Tested on: h5committest | ||||
* | [svn-r27698] correct status message | Allen Byrne | 2015-09-08 | 1 | -1/+1 |
| | |||||
* | [svn-r27680] Merge of r27675, 27641, and 27645 from trunk | Dana Robinson | 2015-09-04 | 10 | -1142/+1 |
| | | | | | | | | | | | | - Changes AC_CONFIG_HEADER to AC_CONFIG_HEADERS - Removes nsl and socket library checks on Solaris (no longer needed) - Removes obsolete and/or unmaintained configuration files from config/ Fixes HDFFV-9284, HDFFV-9118, HDFFV-9116 Tested on: h5committest | ||||
* | [svn-r27669] Remove SYMBOLS option - includes default checks. Pulled from ↵ | Allen Byrne | 2015-09-03 | 1 | -3/+3 |
| | | | | master. | ||||
* | [svn-r27559] lowercase commands | Allen Byrne | 2015-08-24 | 1 | -5/+5 |
| | |||||
* | [svn-r27553] Replace svn:externals with hard copy of files | Allen Byrne | 2015-08-24 | 20 | -0/+4386 |
| | |||||
* | [svn-r27532] Merge of CMake dual-binary changes from CMake branch to 1.8 | Allen Byrne | 2015-08-19 | 7 | -55/+75 |
| | | | | Tested: local linux (CMake branch has been tested on Windows) | ||||
* | [svn-r27464] Update list of ignore | Allen Byrne | 2015-08-05 | 1 | -3/+9 |
| | |||||
* | [svn-r27319] Correct tar param | Allen Byrne | 2015-07-01 | 1 | -13/+13 |
| | |||||
* | [svn-r27274] HDFFV-9327: Compiler flags for non-windows. | Allen Byrne | 2015-06-24 | 1 | -0/+274 |
| | | | | Merge from trunk | ||||
* | [svn-r26954] Remove src temporary debug build props. | Allen Byrne | 2015-04-28 | 1 | -1/+1 |
| | | | | Move TOOLS option up before usage. | ||||
* | [svn-r26945] Match src folder version | Allen Byrne | 2015-04-28 | 1 | -3/+7 |
| | |||||
* | [svn-r26898] Change USE to BUILD | Allen Byrne | 2015-04-23 | 1 | -2/+2 |
| | |||||
* | [svn-r26851] Correct component matching | Allen Byrne | 2015-04-20 | 1 | -11/+9 |
| | |||||
* | [svn-r26817] Update cmake configuration checks | Allen Byrne | 2015-04-15 | 2 | -80/+0 |
| | | | | Tested: local linux | ||||
* | [svn-r26778] fix path to config | Allen Byrne | 2015-04-10 | 1 | -2/+2 |
| | |||||
* | [svn-r26776] Add missing quote char. | Allen Byrne | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | [svn-r26758] Maintenance: Updated LT_VERS_INTERFACE to 10 and ↵ | Elena Pourmal | 2015-04-07 | 1 | -2/+2 |
| | | | | LT_VERS_REVISION to 1 and ran reconfigure. | ||||
* | [svn-r26754] Maintenance: Changed version number in 1_8 to 1.8.16-snap0 and ↵ | Elena Pourmal | 2015-04-07 | 1 | -1/+1 |
| | | | | Updated RELEASE.txt for the new work to be entered. | ||||
* | [svn-r26720] Add HL to default components | Allen Byrne | 2015-04-03 | 1 | -1/+1 |
| | |||||
* | [svn-r26674] merged r26657 and r26642 from the trunk into the branch. | Scot Breitenfeld | 2015-03-31 | 3 | -4/+172 |
| | | | | tested: h5committest | ||||
* | [svn-r26654] Bring trunk CMake changes to branch. | Allen Byrne | 2015-03-30 | 3 | -19/+75 |
| | | | | Tested: local linux |