Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r24218] Snapshot version 1.9 release 165 | HDF Tester | 2013-09-29 | 1 | -1/+1 |
| | |||||
* | [svn-r24192] Correct test and usage of defines for cmake configure | Allen Byrne | 2013-09-23 | 2 | -2/+6 |
| | |||||
* | [svn-r24190] remove comment that caused linux build warnings and correct use ↵ | Allen Byrne | 2013-09-23 | 2 | -40/+42 |
| | | | | | | of cmakedefine vs define in template. Tested: local linux | ||||
* | [svn-r24186] Snapshot version 1.9 release 164 | HDF Tester | 2013-09-22 | 1 | -1/+1 |
| | |||||
* | [svn-r24171] Purpose: Fix problem with gcc 4.8 | Neil Fortner | 2013-09-19 | 1 | -5/+0 |
| | | | | | | | | | | | | | | Description: With optimization enabled, gcc 4.8 inserts garbage into the padding bytes of floating point types when assigning from a literal constant. This caused problems when H5detect.c scanned the bits in floating point types to determine their properties. Modified H5detect.c to scan for padding before further analyzing the type, and to ignore all information in the padding areas. Also removed code that temporarily disabled optimization. Tested: jam, koala, ostrich, platypus (h5committest) | ||||
* | [svn-r24167] HDFFV-8513, HDFFV-8522 Plugin testing in h5repack, h5dump. | Allen Byrne | 2013-09-19 | 3 | -5/+7 |
| | | | | | | | Add more usage info for UserMacros. Add new option information about the Plugin default path. Tested: local linux, jam | ||||
* | [svn-r24126] Correct mac pinifo.list vars | Allen Byrne | 2013-09-12 | 1 | -31/+26 |
| | |||||
* | [svn-r24119] Add new tests to memcheck ignore list | Allen Byrne | 2013-09-10 | 1 | -0/+2 |
| | |||||
* | [svn-r24104] HDFFV-8345: add User Defined filters to h5repack. | Allen Byrne | 2013-09-06 | 2 | -0/+11 |
| | | | | | | Reviewed in H5T-61 Tested: local linux - cmake and autotools | ||||
* | [svn-r24101] Description: | Quincey Koziol | 2013-09-05 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up warnings, enable new compiler warning flag(s) and bring back changes from Coverity branch: r20813: Remove the dead code as listed for coverity bug #1722. h5committested. r20814: Issue 69: Check return value and throw error if negative return. Also free datatype id on error r20815: Use HDstrncpy. --gh r20816: Replaced one last HDstrcat call with HDstrncat to resolve coverity issue 832. r20817: Use HDstrncpy and HDstrncat. --gh r20818: Purpose: Fix valgrind issues with h5jam Description: Modified h5jam to free strings strdup'd in parse_command_line before exit. Note that they may still not be freed in case of error, due to the widespread use of exit(). r20819: Issue 80: change loop to use int as loop index. r20820: Maintenance: Fixed the bug found by coverity CID 788 There were two problems with this function: 1) it tried to unnecessary free NULL pointer 2) it tried to allocate c_name buffer that is done by H5Pget_class_name Tested on: Mac OSX 10.8.4 (amazon) w/gcc 4.8.1, C++ & FORTRAN (too minor to require h5committest) | ||||
* | [svn-r24098] Issue 8500 - H5detect.c has trouble to find info for long ↵ | Raymond Lu | 2013-09-04 | 1 | -0/+5 |
| | | | | | | | | | double with GCC 4.8. A user in the forum found the problem in H5detect.c (uninitialized buffer) and provided the solution. I checked it in yesterday. But it turned out to be a false fix. So I'm back it out. Tested on jam - reverse of changes. | ||||
* | [svn-r24095] Issue 8500 - H5detect.c has trouble to find info for long ↵ | Raymond Lu | 2013-09-03 | 1 | -5/+0 |
| | | | | | | | | double with GCC 4.8. A user in the forum found the problem in H5detect.c (uninitialized buffer) and provided the solution. Allen and I verified it. Tested with h5committest and CMake on jam, koala, ostrich, playtus, and Allen's virtual machine. | ||||
* | [svn-r24092] Snapshot version 1.9 release 163 | HDF Tester | 2013-09-01 | 1 | -1/+1 |
| | |||||
* | [svn-r24068] Snapshot version 1.9 release 162 | HDF Tester | 2013-08-25 | 1 | -1/+1 |
| | |||||
* | [svn-r24017] Bug fix: HDFFV-8500 | Albert Cheng | 2013-08-16 | 1 | -0/+5 |
| | | | | | | | | | | | The new gcc v4.8.* compilers does not work well with dt_arith which failed in production mode. Solution: A temporary patch by removing any optimization (-O*) from the PROD_CFLAGS so that dt_arith will pass for now. A more through investigation is needed. Tested: Jam and Koala where it failed and now passes. | ||||
* | [svn-r24007] Update configure to support 64-bit cygwin | Allen Byrne | 2013-08-13 | 1 | -0/+121 |
| | | | | Tested: cygwin | ||||
* | [svn-r24005] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive). | Allen Byrne | 2013-08-13 | 1 | -1/+3 |
| | |||||
* | [svn-r24003] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive). | Allen Byrne | 2013-08-13 | 1 | -1/+3 |
| | | | | Updated CDash site name in cmake script. | ||||
* | [svn-r23989] Snapshot version 1.9 release 161 | HDF Tester | 2013-08-11 | 1 | -1/+1 |
| | |||||
* | [svn-r23979] Correct Packaging var names. | Allen Byrne | 2013-08-09 | 1 | -0/+37 |
| | |||||
* | [svn-r23978] Add Bundle and plist file. Update script file add icon | Allen Byrne | 2013-08-08 | 2 | -1/+6 |
| | |||||
* | [svn-r23968] Snapshot version 1.9 release 160 | HDF Tester | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | [svn-r23926] Snapshot version 1.9 release 159 | HDF Tester | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | [svn-r23895] Snapshot version 1.9 release 158 | HDF Tester | 2013-07-14 | 1 | -1/+1 |
| | |||||
* | [svn-r23865] Snapshot version 1.9 release 157 | HDF Tester | 2013-07-07 | 1 | -1/+1 |
| | |||||
* | [svn-r23849] Snapshot version 1.9 release 156 | HDF Tester | 2013-06-30 | 1 | -1/+1 |
| | |||||
* | [svn-r23845] HDFFV-8394: Add Optional Examples source packaging option. | Allen Byrne | 2013-06-28 | 1 | -0/+112 |
| | | | | Tested: local linux | ||||
* | [svn-r23823] HDFFV-8428: Correct docs install list | Allen Byrne | 2013-06-25 | 1 | -1/+2 |
| | | | | HDFFV-8427: Add options to the help text of ALLOW_EXTERNAL_LIBS option. | ||||
* | [svn-r23806] Snapshot version 1.9 release 155 | HDF Tester | 2013-06-23 | 1 | -1/+1 |
| | |||||
* | [svn-r23789] Remove COMPILE_FLAGS value - already set in X_FLAGS | Allen Byrne | 2013-06-17 | 1 | -1/+1 |
| | |||||
* | [svn-r23784] Remove ignored FLAGS from MSVC variant of C compile/link. ↵ | Allen Byrne | 2013-06-17 | 1 | -3/+3 |
| | | | | Incorrect copy from Fortran macro | ||||
* | [svn-r23778] Snapshot version 1.9 release 154 | HDF Tester | 2013-06-16 | 1 | -1/+1 |
| | |||||
* | [svn-r23754] HDFFV-8451/8453: add options to enable more warning messages. | Allen Byrne | 2013-06-11 | 2 | -10/+10 |
| | | | | Tested: local linux | ||||
* | [svn-r23753] HDFFV-8461: Add Windows /MT support | Allen Byrne | 2013-06-11 | 1 | -0/+39 |
| | | | | | | This adds the UserMacros.cmake Windows /MT support file. Tested: local linux | ||||
* | [svn-r23751] Enable all warnings (do not filter warnings) | Allen Byrne | 2013-06-11 | 1 | -10/+10 |
| | |||||
* | [svn-r23748] HDFFV-8461: Add Windows /MT support | Allen Byrne | 2013-06-10 | 1 | -2/+2 |
| | | | | | This adds the UserMacros.cmake support needed. Correct Properties tag name | ||||
* | [svn-r23746] Correct Windows setting after tests on windows | Allen Byrne | 2013-06-10 | 1 | -1/+1 |
| | |||||
* | [svn-r23745] HDFFV-8461: Add Windows /MT support | Allen Byrne | 2013-06-10 | 1 | -5/+52 |
| | | | | This adds the UserMacros.cmake support needed. | ||||
* | [svn-r23744] HDFFV-8468: Remove conversion tests which generate access ↵ | Allen Byrne | 2013-06-10 | 1 | -1/+5 |
| | | | | violations on Windows 8 64 | ||||
* | [svn-r23741] Snapshot version 1.9 release 153 | HDF Tester | 2013-06-09 | 1 | -1/+1 |
| | |||||
* | [svn-r23718] Snapshot version 1.9 release 152 | HDF Tester | 2013-05-26 | 1 | -1/+1 |
| | |||||
* | [svn-r23708] Snapshot version 1.9 release 151 | HDF Tester | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | [svn-r23669] Snapshot version 1.9 release 150 | HDF Tester | 2013-05-05 | 1 | -1/+1 |
| | |||||
* | [svn-r23651] Add MPI configuration information to includes and libs | Allen Byrne | 2013-04-29 | 2 | -6/+22 |
| | |||||
* | [svn-r23642] Snapshot version 1.9 release 149 | HDF Tester | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | [svn-r23614] Remove subfolders for includes | Allen Byrne | 2013-04-23 | 1 | -4/+4 |
| | |||||
* | [svn-r23584] Description: | Quincey Koziol | 2013-04-13 | 1 | -6/+77 |
| | | | | | | | Update with new compiler warnings for gcc 4.8.x Tested on: Mac OSX/64 10.8.3 (amazon) w/gcc 4.8.0 | ||||
* | [svn-r23572] Removed inappropriate executable properties from a few files. ↵ | Dana Robinson | 2013-04-10 | 3 | -0/+0 |
| | | | | | | | | These are often added by Windows text editors. Tested on: jam (just tested to make sure it builds - no code changes) | ||||
* | [svn-r23495] ported revisions 23433:23494 from the trunk | Raymond Lu | 2013-03-29 | 1 | -4/+44 |
| | |||||
* | [svn-r23435] ported revisions 23346:23432 from the trunk | Raymond Lu | 2013-03-22 | 1 | -1/+1 |
|\ |