summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r24192] Correct test and usage of defines for cmake configureAllen Byrne2013-09-232-2/+6
|
* [svn-r24190] remove comment that caused linux build warnings and correct use ↵Allen Byrne2013-09-232-40/+42
| | | | | | of cmakedefine vs define in template. Tested: local linux
* [svn-r24186] Snapshot version 1.9 release 164HDF Tester2013-09-221-1/+1
|
* [svn-r24171] Purpose: Fix problem with gcc 4.8Neil Fortner2013-09-191-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 Byrne2013-09-193-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 varsAllen Byrne2013-09-121-31/+26
|
* [svn-r24119] Add new tests to memcheck ignore listAllen Byrne2013-09-101-0/+2
|
* [svn-r24104] HDFFV-8345: add User Defined filters to h5repack.Allen Byrne2013-09-062-0/+11
| | | | | | Reviewed in H5T-61 Tested: local linux - cmake and autotools
* [svn-r24101] Description:Quincey Koziol2013-09-051-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 Lu2013-09-041-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 Lu2013-09-031-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 163HDF Tester2013-09-011-1/+1
|
* [svn-r24068] Snapshot version 1.9 release 162HDF Tester2013-08-251-1/+1
|
* [svn-r24017] Bug fix: HDFFV-8500Albert Cheng2013-08-161-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 cygwinAllen Byrne2013-08-131-0/+121
| | | | Tested: cygwin
* [svn-r24005] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive).Allen Byrne2013-08-131-1/+3
|
* [svn-r24003] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive).Allen Byrne2013-08-131-1/+3
| | | | Updated CDash site name in cmake script.
* [svn-r23989] Snapshot version 1.9 release 161HDF Tester2013-08-111-1/+1
|
* [svn-r23979] Correct Packaging var names.Allen Byrne2013-08-091-0/+37
|
* [svn-r23978] Add Bundle and plist file. Update script file add iconAllen Byrne2013-08-082-1/+6
|
* [svn-r23968] Snapshot version 1.9 release 160HDF Tester2013-08-041-1/+1
|
* [svn-r23926] Snapshot version 1.9 release 159HDF Tester2013-07-211-1/+1
|
* [svn-r23895] Snapshot version 1.9 release 158HDF Tester2013-07-141-1/+1
|
* [svn-r23865] Snapshot version 1.9 release 157HDF Tester2013-07-071-1/+1
|
* [svn-r23849] Snapshot version 1.9 release 156HDF Tester2013-06-301-1/+1
|
* [svn-r23845] HDFFV-8394: Add Optional Examples source packaging option.Allen Byrne2013-06-281-0/+112
| | | | Tested: local linux
* [svn-r23823] HDFFV-8428: Correct docs install listAllen Byrne2013-06-251-1/+2
| | | | HDFFV-8427: Add options to the help text of ALLOW_EXTERNAL_LIBS option.
* [svn-r23806] Snapshot version 1.9 release 155HDF Tester2013-06-231-1/+1
|
* [svn-r23789] Remove COMPILE_FLAGS value - already set in X_FLAGSAllen Byrne2013-06-171-1/+1
|
* [svn-r23784] Remove ignored FLAGS from MSVC variant of C compile/link. ↵Allen Byrne2013-06-171-3/+3
| | | | Incorrect copy from Fortran macro
* [svn-r23778] Snapshot version 1.9 release 154HDF Tester2013-06-161-1/+1
|
* [svn-r23754] HDFFV-8451/8453: add options to enable more warning messages.Allen Byrne2013-06-112-10/+10
| | | | Tested: local linux
* [svn-r23753] HDFFV-8461: Add Windows /MT supportAllen Byrne2013-06-111-0/+39
| | | | | | This adds the UserMacros.cmake Windows /MT support file. Tested: local linux
* [svn-r23751] Enable all warnings (do not filter warnings)Allen Byrne2013-06-111-10/+10
|
* [svn-r23748] HDFFV-8461: Add Windows /MT supportAllen Byrne2013-06-101-2/+2
| | | | | This adds the UserMacros.cmake support needed. Correct Properties tag name
* [svn-r23746] Correct Windows setting after tests on windowsAllen Byrne2013-06-101-1/+1
|
* [svn-r23745] HDFFV-8461: Add Windows /MT supportAllen Byrne2013-06-101-5/+52
| | | | This adds the UserMacros.cmake support needed.
* [svn-r23744] HDFFV-8468: Remove conversion tests which generate access ↵Allen Byrne2013-06-101-1/+5
| | | | violations on Windows 8 64
* [svn-r23741] Snapshot version 1.9 release 153HDF Tester2013-06-091-1/+1
|
* [svn-r23718] Snapshot version 1.9 release 152HDF Tester2013-05-261-1/+1
|
* [svn-r23708] Snapshot version 1.9 release 151HDF Tester2013-05-191-1/+1
|
* [svn-r23669] Snapshot version 1.9 release 150HDF Tester2013-05-051-1/+1
|
* [svn-r23651] Add MPI configuration information to includes and libsAllen Byrne2013-04-292-6/+22
|
* [svn-r23642] Snapshot version 1.9 release 149HDF Tester2013-04-281-1/+1
|
* [svn-r23614] Remove subfolders for includesAllen Byrne2013-04-231-4/+4
|
* [svn-r23584] Description:Quincey Koziol2013-04-131-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 Robinson2013-04-103-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 trunkRaymond Lu2013-03-291-4/+44
|
* [svn-r23435] ported revisions 23346:23432 from the trunkRaymond Lu2013-03-221-1/+1
|\
| * [svn-r23361] Snapshot version 1.9 release 148HDF Tester2013-03-171-1/+1
| |