HDF Tester
4a9ea60adc
[svn-r24770] Snapshot version 1.9 release 174
2014-03-09 05:17:47 -05:00
HDF Tester
f683d9a035
[svn-r24753] Snapshot version 1.9 release 173
2014-03-02 04:16:37 -05:00
Allen Byrne
f68f4be233
[svn-r24742] Synchronize Apple bundle packaging with latest changes discovered during hdf-java work.
2014-02-27 11:53:12 -05:00
HDF Tester
d7f00b8002
[svn-r24716] Snapshot version 1.9 release 172
2014-02-16 03:32:48 -05:00
Mohamad Chaarawi
863ff882b6
[svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward project for
...
view objects. The addition of view objects in the fastforward project
is expected to be brough into the trunk sometimes in the future, which
is why we need to make this change.
Tested Manually on Jam and Ostrich.
Tested with h5commitest - Koala with intel compilers failed, but nothing had to do with those changes.
error on Koala: error while loading shared libraries: libirng.so
2014-02-13 17:12:46 -05:00
Allen Byrne
49a9979166
[svn-r24706] Add to instructions for install
2014-02-13 09:10:50 -05:00
Allen Byrne
82f62cd012
[svn-r24703] Add Binary README.txt file generation
...
Tested: local linux cmake
2014-02-13 09:00:00 -05:00
Allen Byrne
ab045c634c
[svn-r24700] Updated packaging process to align with latest hdf cmake standards.
2014-02-11 15:22:16 -05:00
HDF Tester
1b6683e58f
[svn-r24698] Snapshot version 1.9 release 171
2014-02-09 03:36:37 -05:00
HDF Tester
ddf75b10f6
[svn-r24676] Snapshot version 1.9 release 170
2014-02-02 03:34:20 -05:00
Allen Byrne
256b36e141
[svn-r24655] Correct packaging variables and use standard cpack module.
2014-01-28 16:25:21 -05:00
Allen Byrne
2f86aa7551
[svn-r24646] HDFFV-8640: Remove xlate_utility by fixing reference files to not add extra lines.
...
Tested: cmake and autotools local linux
2014-01-27 09:26:21 -05:00
Allen Byrne
25b90a558c
[svn-r24639] Add SUN specific block skipping.
2014-01-21 16:37:52 -05:00
Allen Byrne
d8b13f60ff
[svn-r24621] Update files for changes to installation vars on windows.
2014-01-07 15:02:21 -05:00
HDF Tester
bc09cdc302
[svn-r24465] Snapshot version 1.9 release 169
2013-11-24 22:31:26 -05:00
Allen Byrne
21cecf09fa
[svn-r24432] Update examples package install location and text files
2013-11-12 16:31:01 -05:00
Allen Byrne
93197c0257
[svn-r24412] Updated information on how to build examples with cmake installed binary.
2013-11-07 13:37:49 -05:00
Allen Byrne
a3f7f83ed9
[svn-r24385] Add missing H5_ prefix
...
Tested: local linux
2013-10-31 09:39:37 -05:00
HDF Tester
56803a1970
[svn-r24362] Snapshot version 1.9 release 168
2013-10-27 04:33:34 -05:00
HDF Tester
8538cf61f9
[svn-r24334] Snapshot version 1.9 release 167
2013-10-20 04:21:31 -05:00
HDF Tester
5092f5a30e
[svn-r24287] Snapshot version 1.9 release 166
2013-10-13 03:43:04 -05:00
HDF Tester
a4ab8b0e1d
[svn-r24218] Snapshot version 1.9 release 165
2013-09-29 03:41:59 -05:00
Allen Byrne
c19d87b1fc
[svn-r24192] Correct test and usage of defines for cmake configure
2013-09-23 17:09:30 -05:00
Allen Byrne
b52c12bc1d
[svn-r24190] remove comment that caused linux build warnings and correct use of cmakedefine vs define in template.
...
Tested: local linux
2013-09-23 14:10:53 -05:00
HDF Tester
f9a758f442
[svn-r24186] Snapshot version 1.9 release 164
2013-09-22 04:17:20 -05:00
Neil Fortner
be3a331550
[svn-r24171] Purpose: Fix problem with gcc 4.8
...
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)
2013-09-19 13:57:41 -05:00
Allen Byrne
0653325f0d
[svn-r24167] HDFFV-8513, HDFFV-8522 Plugin testing in h5repack, h5dump.
...
Add more usage info for UserMacros.
Add new option information about the Plugin default path.
Tested: local linux, jam
2013-09-19 11:38:08 -05:00
Allen Byrne
9feb3e641d
[svn-r24126] Correct mac pinifo.list vars
2013-09-12 10:13:37 -05:00
Allen Byrne
b0d34310f5
[svn-r24119] Add new tests to memcheck ignore list
2013-09-10 08:59:22 -05:00
Allen Byrne
145f1ce9e3
[svn-r24104] HDFFV-8345: add User Defined filters to h5repack.
...
Reviewed in H5T-61
Tested: local linux - cmake and autotools
2013-09-06 10:15:50 -05:00
Quincey Koziol
5b876c929f
[svn-r24101] Description:
...
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)
2013-09-05 15:44:14 -05:00
Raymond Lu
a1fe10691c
[svn-r24098] Issue 8500 - H5detect.c has trouble to find info for long 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.
2013-09-04 17:09:23 -05:00
Raymond Lu
d50c061d38
[svn-r24095] Issue 8500 - H5detect.c has trouble to find info for long 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.
2013-09-03 14:39:34 -05:00
HDF Tester
a4294ab3cc
[svn-r24092] Snapshot version 1.9 release 163
2013-09-01 03:37:42 -05:00
HDF Tester
ca60bda9fb
[svn-r24068] Snapshot version 1.9 release 162
2013-08-25 03:44:51 -05:00
Albert Cheng
d663d78cd2
[svn-r24017] Bug fix: HDFFV-8500
...
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.
2013-08-16 18:14:23 -05:00
Allen Byrne
b6f7e6e79c
[svn-r24007] Update configure to support 64-bit cygwin
...
Tested: cygwin
2013-08-13 15:29:09 -05:00
Allen Byrne
af92c5f1e0
[svn-r24005] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive).
2013-08-13 14:01:21 -05:00
Allen Byrne
8b2f7c2183
[svn-r24003] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive).
...
Updated CDash site name in cmake script.
2013-08-13 12:50:56 -05:00
HDF Tester
407d3db6a4
[svn-r23989] Snapshot version 1.9 release 161
2013-08-11 03:37:02 -05:00
Allen Byrne
f1bb1129f3
[svn-r23979] Correct Packaging var names.
2013-08-09 09:55:22 -05:00
Allen Byrne
111a57ca26
[svn-r23978] Add Bundle and plist file. Update script file add icon
2013-08-08 16:25:32 -05:00
HDF Tester
f1b5d46cd0
[svn-r23968] Snapshot version 1.9 release 160
2013-08-04 03:35:17 -05:00
HDF Tester
f26b04712e
[svn-r23926] Snapshot version 1.9 release 159
2013-07-21 03:38:01 -05:00
HDF Tester
4e12ec74ae
[svn-r23895] Snapshot version 1.9 release 158
2013-07-14 03:31:23 -05:00
HDF Tester
3cb8efae13
[svn-r23865] Snapshot version 1.9 release 157
2013-07-07 03:33:31 -05:00
HDF Tester
a157eb2f68
[svn-r23849] Snapshot version 1.9 release 156
2013-06-30 03:35:12 -05:00
Allen Byrne
1b6d1ca4f0
[svn-r23845] HDFFV-8394: Add Optional Examples source packaging option.
...
Tested: local linux
2013-06-28 10:37:41 -05:00
Allen Byrne
dc2de300b4
[svn-r23823] HDFFV-8428: Correct docs install list
...
HDFFV-8427: Add options to the help text of ALLOW_EXTERNAL_LIBS option.
2013-06-25 12:44:09 -05:00
HDF Tester
6fedfb6124
[svn-r23806] Snapshot version 1.9 release 155
2013-06-23 03:36:24 -05:00
Allen Byrne
8f9fb4a106
[svn-r23789] Remove COMPILE_FLAGS value - already set in X_FLAGS
2013-06-17 11:43:33 -05:00
Allen Byrne
6c3284f8b3
[svn-r23784] Remove ignored FLAGS from MSVC variant of C compile/link. Incorrect copy from Fortran macro
2013-06-17 09:13:30 -05:00
HDF Tester
bdbd06d85d
[svn-r23778] Snapshot version 1.9 release 154
2013-06-16 03:34:51 -05:00
Allen Byrne
26ef64312a
[svn-r23754] HDFFV-8451/8453: add options to enable more warning messages.
...
Tested: local linux
2013-06-11 14:05:36 -05:00
Allen Byrne
6ca79dd149
[svn-r23753] HDFFV-8461: Add Windows /MT support
...
This adds the UserMacros.cmake Windows /MT support file.
Tested: local linux
2013-06-11 14:03:34 -05:00
Allen Byrne
f4a3f6412b
[svn-r23751] Enable all warnings (do not filter warnings)
2013-06-11 10:10:18 -05:00
Allen Byrne
8f0c245f72
[svn-r23748] HDFFV-8461: Add Windows /MT support
...
This adds the UserMacros.cmake support needed.
Correct Properties tag name
2013-06-10 15:39:00 -05:00
Allen Byrne
7e2733da8c
[svn-r23746] Correct Windows setting after tests on windows
2013-06-10 14:23:27 -05:00
Allen Byrne
feb14ea872
[svn-r23745] HDFFV-8461: Add Windows /MT support
...
This adds the UserMacros.cmake support needed.
2013-06-10 12:46:48 -05:00
Allen Byrne
001f6a53bf
[svn-r23744] HDFFV-8468: Remove conversion tests which generate access violations on Windows 8 64
2013-06-10 12:41:33 -05:00
HDF Tester
70d440330d
[svn-r23741] Snapshot version 1.9 release 153
2013-06-09 03:39:22 -05:00
HDF Tester
177a90f97a
[svn-r23718] Snapshot version 1.9 release 152
2013-05-26 03:56:00 -05:00
HDF Tester
c09748b14e
[svn-r23708] Snapshot version 1.9 release 151
2013-05-19 03:39:09 -05:00
HDF Tester
8f3aee85de
[svn-r23669] Snapshot version 1.9 release 150
2013-05-05 03:32:05 -05:00
Allen Byrne
029e143471
[svn-r23651] Add MPI configuration information to includes and libs
2013-04-29 10:12:47 -05:00
HDF Tester
1f09e9d19e
[svn-r23642] Snapshot version 1.9 release 149
2013-04-28 03:37:26 -05:00
Allen Byrne
ed5a2bc1c1
[svn-r23614] Remove subfolders for includes
2013-04-23 12:50:15 -05:00
Quincey Koziol
608559dead
[svn-r23584] Description:
...
Update with new compiler warnings for gcc 4.8.x
Tested on:
Mac OSX/64 10.8.3 (amazon) w/gcc 4.8.0
2013-04-13 18:18:05 -05:00
Dana Robinson
dd577725d1
[svn-r23572] Removed inappropriate executable properties from a few files. These are
...
often added by Windows text editors.
Tested on: jam (just tested to make sure it builds - no code changes)
2013-04-10 11:49:28 -05:00
Raymond Lu
6c974c824d
[svn-r23495] ported revisions 23433:23494 from the trunk
2013-03-29 18:13:05 -05:00
Raymond Lu
865bf6bcb2
[svn-r23435] ported revisions 23346:23432 from the trunk
2013-03-22 17:29:55 -05:00
Allen Byrne
b587321096
[svn-r23384] Copy dynamic lib to a plugins folder for testing. This will avoid the segfault with looking for the library with other libraries.
...
Tested: local linux
2013-03-19 14:20:54 -05:00
HDF Tester
e188e7797b
[svn-r23361] Snapshot version 1.9 release 148
2013-03-17 03:28:21 -05:00
Raymond Lu
08359be858
[svn-r23347] ported revision 23248:23346 from the trunk
2013-03-13 17:34:23 -05:00
HDF Tester
c896a5b7eb
[svn-r23341] Snapshot version 1.9 release 147
2013-03-10 04:34:50 -05:00
HDF Tester
1cffcb401a
[svn-r23323] Snapshot version 1.9 release 146
2013-03-03 11:20:00 -05:00
HDF Tester
66ba0b4f33
[svn-r23311] Snapshot version 1.9 release 145
2013-02-24 11:26:03 -05:00
Allen Byrne
e142838d1f
[svn-r23308] HDFFV-8311: Correct test dependency
...
Tested: local linux
2013-02-21 10:47:51 -05:00
HDF Tester
32da9c96ae
[svn-r23290] Snapshot version 1.9 release 144
2013-02-17 11:30:06 -05:00
Allen Byrne
ff30c61329
[svn-r23288] Fix mismatched block statement
2013-02-15 16:46:24 -05:00
Allen Byrne
43189639fd
[svn-r23286] HDFFV-8311: Correct test dependency
...
Tested: local linux
2013-02-15 14:35:21 -05:00
Allen Byrne
bf80a61b14
[svn-r23275] HDFFV-8311: Correct test dependency
...
Tested: local linux
2013-02-14 13:43:03 -05:00
Allen Byrne
0336d9cdb4
[svn-r23274] HDFFV-8311: Correct test dependency
...
Tested: local linux
2013-02-14 13:37:52 -05:00
Allen Byrne
7ca11cb3e0
[svn-r23253] update memcheck ignore tests
2013-02-12 15:47:31 -05:00
Allen Byrne
4680324b24
[svn-r23250] Merge changes from normal cache file
2013-02-12 10:11:20 -05:00
HDF Tester
944f0399ac
[svn-r23240] Snapshot version 1.9 release 143
2013-02-10 11:25:10 -05:00
Scot Breitenfeld
69a777556e
[svn-r23235] Fix for:
...
HDFFV-7909
When building with g95 on Mac OS X 64-bit, the wrong options (gfortran) are used
Tested: duck (gfortran, g95 (which is not supported))
2013-02-07 19:09:24 -05:00
HDF Tester
b65a911b8a
[svn-r23221] Snapshot version 1.9 release 142
2013-02-03 11:20:03 -05:00
Allen Byrne
3b787c97d3
[svn-r23202] Add another warning to ignore list
2013-01-29 14:33:55 -05:00
HDF Tester
37d1a0330a
[svn-r23180] Snapshot version 1.9 release 141
2013-01-20 11:23:56 -05:00
HDF Tester
2381dacdad
[svn-r23153] Snapshot version 1.9 release 140
2013-01-13 11:18:18 -05:00
Allen Byrne
b4f238fbd5
[svn-r23139] Only do line by line compare if compare files fail.
2013-01-07 15:38:34 -05:00
Allen Byrne
6e77ce012f
[svn-r23138] Only do line by line compare if compare files fail.
...
Tested: local linux
2013-01-07 15:28:57 -05:00
HDF Tester
c1b0e4f686
[svn-r23136] Snapshot version 1.9 release 139
2013-01-06 11:19:19 -05:00
Allen Byrne
d2e60f3110
[svn-r23130] Update CPack to 2.8.10
2013-01-02 12:21:55 -05:00
HDF Tester
72e8ef707b
[svn-r23121] Snapshot version 1.9 release 138
2012-12-30 11:18:08 -05:00
HDF Tester
d1b7de066e
[svn-r23119] Snapshot version 1.9 release 137
2012-12-23 11:31:26 -05:00
Scot Breitenfeld
f1e311ef7d
[svn-r23115] Added a new test for KIND C_INT64_T, which some earlier windows Intel versions (<12.1)
...
did not support.
2012-12-20 19:47:03 -05:00
Allen Byrne
f41c524ca9
[svn-r23113] Added corrections to treat ";" character as text for comparision.
...
Tested: local linux
2012-12-20 09:41:11 -05:00
Dana Robinson
7b5b6d239e
[svn-r23111] Purpose:
...
Fixes for HDF5 1.8.10 p1
HDFFV-7975
Changed the max single I/O operation size on Darwin/Mac OS X.
HDFFV-8124 and HDFFV-8158
Fixed a core VFD bug when large blocks of data are read.
HDFFV-8246
Added more fields to the VFD read/write error messages.
Tested on:
64-bit Windows 7, Visual Studio 2010, CMake
64-bit Mac OS X Snow Leopard (Fred), Fortran, C++
64-bit BE Linux (Ostrich), Fortran, C++
32-bit LE Linux (jam), Fortran, C++ (also parallel w/ Fortran)
2012-12-19 16:51:55 -05:00
Allen Byrne
a50b051538
[svn-r23110] Correct comparison function
2012-12-19 15:05:03 -05:00
HDF Tester
f89d080191
[svn-r23085] Snapshot version 1.9 release 136
2012-12-09 11:14:57 -05:00
HDF Tester
0de4e03305
[svn-r23071] Snapshot version 1.9 release 135
2012-12-02 09:57:47 -05:00
Allen Byrne
c7440f2f36
[svn-r23064] HDFFV-8202: Add diff display to cmake output on error. Merged changes from runTest.cmake.
2012-11-28 16:37:37 -05:00
HDF Tester
48b241d52d
[svn-r23050] Snapshot version 1.9 release 134
2012-11-25 09:47:11 -05:00
Allen Byrne
b1439fa810
[svn-r23044] Restore build configuration defines for cmake
2012-11-21 10:05:49 -05:00
HDF Tester
9ac4fea3b0
[svn-r23039] Snapshot version 1.9 release 133
2012-11-18 09:57:04 -05:00
Allen Byrne
b06253f597
[svn-r23037] Correct string variable handling/reference
...
Tested: local and windows
2012-11-16 09:03:49 -05:00
Allen Byrne
4e2e8d118c
[svn-r23036] HDFFV-8202: cmake compare should show differences in log output
...
Tested: local linux
2012-11-15 16:18:17 -05:00
HDF Tester
82868270dc
[svn-r23021] Snapshot version 1.9 release 132
2012-11-11 09:56:57 -05:00
Albert Cheng
10ab09069d
[svn-r22879] Bug Fix: HDFFV 8017
...
dt_arith would fail in Lion and Mountain Lion system when GCC version 4.2.1
is used with --enable-production. Somehow the -O optimization will fail some of
the hard conversion code.
Solution:
This is just a temporary patch by detecting if this is a Lion or Mountain Lion
system using GCC 4.2.1, then just remove the any -O option from the PROD_CFLAGS.
A better fix should be deviced later.
Tested: Duck(lion) and Owl (mountain lion) tested with --enable-production.
Also tested in Fred and Tejeda, both Snow Leopard systems to verify there is
no undesired side effect.
2012-10-10 00:03:36 -05:00
HDF Tester
d4657ce265
[svn-r22846] Snapshot version 1.9 release 131
2012-09-30 09:46:20 -05:00
Albert Cheng
e554086467
[svn-r22830] Bug fix: HDFFV-8069 AIX config file Fortran flags need fix
...
Description: The Fortran compiler flags were all set to "-O". They should be
different setting for different situations. E.g, "-g" for debug and
"-pg" for profile, etc.
Fix: set them to appropriate different values.
Tested: in Remote ADA AIX machines using 3 different settings:
configure --enable-fortran --enable-cxx # default to --disable-production
configure --enable-fortran --enable-cxx --enable-production
configure --enable-fortran --enable-cxx --disable-production
2012-09-27 16:07:43 -05:00
HDF Tester
528bd520b8
[svn-r22802] Snapshot version 1.9 release 130
2012-09-23 09:32:56 -05:00
Allen Byrne
eff696a3b0
[svn-r22785] HDFFV-8153: Pull POSIX_C_SOURCE define out to separate variable. Use ADD_DEFINITIONS (${HDF5_EXTRA_C_FLAGS}) in non-fortran CMakeLists.txt folders
...
Tested: jam with intel compilers
2012-09-18 17:08:07 -05:00
HDF Tester
786b220e46
[svn-r22766] Snapshot version 1.9 release 129
2012-09-16 09:27:43 -05:00
HDF Tester
0824b43ecd
[svn-r22745] Snapshot version 1.9 release 128
2012-09-09 09:43:15 -05:00
HDF Tester
3ab17f5e04
[svn-r22732] Snapshot version 1.9 release 127
2012-09-02 09:34:02 -05:00
Allen Byrne
1673b04a23
[svn-r22722] Update all references from configure.in to configure.ac
...
Tested: h5committest
2012-08-28 12:47:52 -05:00
Allen Byrne
b257bab294
[svn-r22720] Fix RelWithDebInfo packaging
2012-08-28 12:39:30 -05:00
Allen Byrne
5d88bae6df
[svn-r22714] one more missed VAR change for parallel examples
2012-08-26 14:10:01 -05:00
Allen Byrne
1f8fb63581
[svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files.
...
Tested: h5committest
2012-08-23 11:07:43 -05:00
HDF Tester
1560a6ea38
[svn-r22697] Snapshot version 1.9 release 126
2012-08-19 09:35:47 -05:00
HDF Tester
2eb782130a
[svn-r22670] Snapshot version 1.9 release 125
2012-08-12 15:28:06 -05:00
Allen Byrne
e7896ce1ce
[svn-r22633] Correct packaing info
2012-08-06 11:39:13 -05:00
Larry Knox
456b97b9fa
[svn-r22629] Snapshot version 1.9 release 124
2012-08-05 13:42:13 -05:00
Allen Byrne
cc7ae0a7fe
[svn-r22622] Windows config is up one level
2012-08-02 15:31:43 -05:00
Allen Byrne
49a11118ee
[svn-r22620] Add ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} to default include_dirs
...
Correct cmake packaging names
2012-08-02 12:57:54 -05:00
Allen Byrne
d4d9cbd52d
[svn-r22614] Revert heading of summary.
2012-07-30 14:15:31 -05:00
Allen Byrne
dd27fe612c
[svn-r22602]
2012-07-25 17:17:48 -05:00
Allen Byrne
b5ef63b550
[svn-r22599] FinHDF5 should be generated during build.
2012-07-24 09:10:05 -05:00
Allen Byrne
c7513e1776
[svn-r22570] Correct name of error reference file
2012-07-13 09:12:17 -05:00
Allen Byrne
f48ae2195a
[svn-r22569] On windows read/write error reference file just like reference file before comparision. This will set the line endings.
2012-07-13 08:58:18 -05:00
Allen Byrne
f1850c6156
[svn-r22560] Changes to allow tests to compare error files!
2012-07-12 08:32:47 -05:00
Allen Byrne
59da54f0fd
[svn-r22547] Remove clear-objects from ignore list (like h5import)
2012-07-10 14:31:54 -05:00
Allen Byrne
a7f482142e
[svn-r22545] Enable H5IMPORT-clear-objects for valgrind
...
Tested: local linux
2012-07-10 13:36:01 -05:00
Allen Byrne
b3cafaa61d
[svn-r22527] Update Ignore List for change to H5IMPORT tests
2012-07-09 12:32:07 -05:00
Larry Knox
9e79829ab8
[svn-r22525] Snapshot version 1.9 release 124
2012-07-09 11:54:50 -05:00
Allen Byrne
862d74c6ff
[svn-r22514] Correct failure REGEX test to test value of TEST_EXPECT
2012-07-05 09:36:53 -05:00
HDF Tester
02a0bd53e8
[svn-r22487] Snapshot version 1.9 release 122
2012-06-24 09:29:36 -05:00
Allen Byrne
d0347999e6
[svn-r22477] Removed subfolder tools from install command, need to correct install template
2012-06-20 09:38:23 -05:00
Allen Byrne
9b63d7d513
[svn-r22471] Add check for MINGW - ws2_32 library
...
Tested: windows - mingw
2012-06-18 15:01:59 -05:00
Allen Byrne
860fe3d4d7
[svn-r22470] Allow MinGW checks for fseek and the like
...
Tested: windows 32 mingw
2012-06-18 13:01:57 -05:00
Allen Byrne
79b36622aa
[svn-r22469] MinGW Flags need to use dash
...
set WINSOCK2_H
do not test for endianess
Tested: windows 32 minGW
2012-06-18 12:29:44 -05:00
Allen Byrne
603fc9dbe0
[svn-r22464] Correct name used for POSIX flag
2012-06-15 08:26:33 -05:00
Allen Byrne
c02719a4c8
[svn-r22455] Add NOT WINDOWS blocking around VSNPRINTF works check.
2012-06-12 08:55:01 -05:00
Allen Byrne
75f3194882
[svn-r22450] Update winsock define to match autotools configure check
2012-06-11 10:49:25 -05:00
HDF Tester
d1b7eede73
[svn-r22448] Snapshot version 1.9 release 121
2012-06-10 08:53:06 -05:00
Allen Byrne
dde94c349e
[svn-r22447] DAILYTEST-13: Remove check for vsnprintf works in config. Correct HAVE_WINSOCK name.
...
Tested: windows
2012-06-08 11:00:58 -05:00
Allen Byrne
a6d41f7a75
[svn-r22441] Move some tests into NOT WINDOWS blocks
2012-06-06 17:11:07 -05:00
Allen Byrne
a11a6d9b34
[svn-r22437] Correct Windows cmake config files
...
Tested: windows
2012-06-05 14:36:41 -05:00
Allen Byrne
7b1ea8aa2a
[svn-r22430] CMake and configure synchronization effort. CMake added most tests and options: DEBUGPKG not addressed.
...
Still needed: compiler wrapper scripts
Tested: local linux(cmake) and h5committest
2012-06-04 12:05:02 -05:00
HDF Tester
64fc9df55b
[svn-r22427] Snapshot version 1.9 release 120
2012-06-03 09:29:20 -05:00
Larry Knox
f4990be635
[svn-r22426] Add examples/README file to be installed with examples.
...
Text file only, but tested with h5committest.
2012-06-02 13:54:58 -05:00
Allen Byrne
ed84ad426b
[svn-r22416] Missing ${TEST_FOLDER} path component in test script
2012-05-29 09:31:09 -05:00
HDF Tester
80955cf224
[svn-r22413] Snapshot version 1.9 release 119
2012-05-27 09:34:59 -05:00
Allen Byrne
d7bfa3617f
[svn-r22410] reduce compiler warnings reported by CDash for non-critical issues
2012-05-25 12:36:01 -05:00
Allen Byrne
d54152f057
[svn-r22406] do not need warnings from utility program.
2012-05-25 08:36:04 -05:00
Allen Byrne
336a743068
[svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files for windows when configured with RelWithDebInfo
...
Tested: local linux and Windows
2012-05-24 16:50:06 -05:00
HDF Tester
823e63252b
[svn-r22382] Snapshot version 1.9 release 118
2012-05-20 09:36:03 -05:00
HDF Tester
306a2e07e1
[svn-r22356] Snapshot version 1.9 release 117
2012-05-13 09:35:22 -05:00
Allen Byrne
b285c91189
[svn-r22346] replace C++ style comments
2012-05-07 12:47:46 -05:00
HDF Tester
825a2ae17e
[svn-r22326] Snapshot version 1.9 release 116
2012-04-29 09:36:52 -05:00
HDF Tester
3d90128b16
[svn-r22311] Snapshot version 1.9 release 115
2012-04-22 09:35:32 -05:00
HDF Tester
bdb6e538ac
[svn-r22286] Snapshot version 1.9 release 114
2012-04-15 09:36:51 -05:00
HDF Tester
e6d35a86f3
[svn-r22257] Snapshot version 1.9 release 113
2012-04-08 09:40:16 -05:00
Quincey Koziol
6783ce354c
[svn-r22222] Description:
...
Update GCC compiler flags for new 4.7.0 release.
Tested on:
Mac OSX/64 10.7.3 (amazon) w/gcc 4.7.0
2012-04-01 15:42:21 -05:00
Allen Byrne
0911e4e78a
[svn-r22202] Add extra search term
2012-03-29 17:26:29 -05:00
Allen Byrne
a3911962c7
[svn-r22199] Correct typo
2012-03-29 17:18:48 -05:00
Allen Byrne
3690a875f2
[svn-r22198] Update MINGW configuration (MinGW is Windows except for some issues)
2012-03-29 17:16:38 -05:00
Allen Byrne
45a0d7e3f4
[svn-r22190] Update MINGW configuration
2012-03-29 12:51:56 -05:00
Allen Byrne
7d347f2afd
[svn-r22185] Update MINGW configuration to match HDFMacros settings for shared library
2012-03-29 10:59:34 -05:00
Allen Byrne
455c125685
[svn-r22183] Correct typo
2012-03-29 10:29:06 -05:00
Allen Byrne
f05aa59a26
[svn-r22182] Update MINGW configuration
2012-03-29 09:48:57 -05:00
Allen Byrne
d4ab4456d0
[svn-r22175] MinGW compile issues fixed.
...
Reviewed
Tested: windows (big test using stdio ony fails - this will be filed for further investigation)
2012-03-28 17:00:41 -05:00
Dana Robinson
f1df456412
[svn-r22170] Removed extraneous svn executable properties from non-executable files.
2012-03-28 14:30:59 -05:00
Allen Byrne
a46cd31c83
[svn-r22166] Reduce warnings from unneeded windows incude file.
...
Reviewed HDF5-68
Tested: windows
2012-03-28 11:13:11 -05:00
HDF Tester
cdc63fc21a
[svn-r22140] Snapshot version 1.9 release 112
2012-03-25 09:30:39 -05:00
HDF Tester
2c428c1bd7
[svn-r22097] Snapshot version 1.9 release 111
2012-03-20 08:00:55 -05:00
HDF Tester
80b2b54f41
[svn-r22040] Snapshot version 1.9 release 110
2012-03-11 10:52:04 -05:00
HDF Tester
e7bbbd07df
[svn-r22022] Snapshot version 1.9 release 109
2012-03-04 09:34:49 -05:00
Larry Knox
cfc1dffd14
[svn-r22020] Fix for HDFFV-7878.
...
gnu-flags
Don't add gcc flags for intel compiler even though its version display includes "gcc".
intel-flags
Extend intel version to include icc-12*.
2012-03-03 00:00:33 -05:00
Allen Byrne
196080ac0f
[svn-r22010] Variable used to determine if the MS Visual Studio compiler is being used incorrectly limited setting the H5_HAVE_VISUAL_STUDIO define to only when the IDE was being used to build on Windows.
...
Tested: windows
2012-03-01 15:34:32 -05:00
Albert Cheng
2ac614f94d
[svn-r21997] Feature: HDFFV-7793: AIX Fortran and C++ Compiler version information
...
Added code to display the version information of XL fortran and C++ compiler
version information. (This is just a quick fix for the AIX XL compilers.
The overall algorithm of compilers version information needs an overhaul.)
Tested: ADA machine. (No committest because the changes applied to AIX XL
compilers only.)
2012-02-28 07:32:22 -05:00
Allen Byrne
e5b940c6cb
[svn-r21949] Add H5detect warning ignore
2012-02-16 11:33:17 -05:00
HDF Tester
adb158fa78
[svn-r21910] Snapshot version 1.9 release 108
2012-02-05 09:51:01 -05:00
HDF Tester
b98ac90e8f
[svn-r21898] Snapshot version 1.9 release 107
2012-01-29 09:51:06 -05:00
HDF Tester
0fd077c4c4
[svn-r21884] Snapshot version 1.9 release 106
2012-01-22 09:49:58 -05:00
Allen Byrne
5d65ab5dd2
[svn-r21880] Add cygwin changes for ext libs
2012-01-18 10:33:50 -05:00
HDF Tester
e0db7c8922
[svn-r21867] Snapshot version 1.9 release 105
2012-01-08 10:39:01 -05:00
HDF Tester
871e139ba8
[svn-r21857] Snapshot version 1.9 release 104
2012-01-01 09:46:54 -05:00
Allen Byrne
b39c7da7b7
[svn-r21854] Remove cdash variables for use with CTestScript.cmake processing.
...
Tested: windows
2011-12-30 13:27:14 -05:00
Allen Byrne
aa38c92449
[svn-r21852] Updated cdash variables for use with CTestScript.cmake processing.
...
Tested: windows
2011-12-30 10:33:06 -05:00
HDF Tester
c5140decc3
[svn-r21850] Snapshot version 1.9 release 103
2011-12-25 09:56:40 -05:00
Allen Byrne
eebe37ee4a
[svn-r21836] Updated ext lib so version and lib packaging macros
...
Synch across projects
2011-12-20 11:38:34 -05:00
Allen Byrne
a6d5efaf89
[svn-r21834] Updated jpeg so version and lib packaging macros
...
Synch with all projects
2011-12-20 11:11:07 -05:00
HDF Tester
e24dc16d0b
[svn-r21831] Snapshot version 1.9 release 102
2011-12-18 09:32:12 -05:00
Allen Byrne
5568b320b9
[svn-r21829] synch common macros files with new hdf4 option to build shared jpeg libray - JIRA 1276.
2011-12-14 16:26:17 -05:00
HDF Tester
993c56b859
[svn-r21824] Snapshot version 1.9 release 101
2011-12-11 09:34:52 -05:00
Allen Byrne
b6c3da9733
[svn-r21813] CMAKE_BUILD_TYPE compares to "Debug" not "DEBUG"
2011-12-05 15:25:18 -05:00