Commit Graph

1582 Commits

Author SHA1 Message Date
Allen Byrne
960dbc9169 [svn-r24672] Update document with ctest script changes. 2014-01-31 13:15:02 -05:00
Allen Byrne
d7e8a93078 [svn-r24654] HDFFV-8640: Remove XLATE_UTILITY
Update tools testfiles
2014-01-28 11:11:22 -05:00
Allen Byrne
00b3a3332c [svn-r24626] Correct numbering 2014-01-14 13:48:04 -05:00
Mark Evans
56b52ad9b9 [svn-r24625] Edited the Preconditions section. There were two Notes sections at the end of the section. 2014-01-14 13:36:03 -05:00
Dana Robinson
5aabcd1ae8 [svn-r24507] Updated RELEASE.txt with big test changes. 2013-12-06 14:12:30 -05:00
HDF Tester
8d0f72d482 [svn-r24466] Snapshot version 1.8 release 13 (snap2) 2013-11-24 22:53:59 -05:00
Allen Byrne
86cf7671be [svn-r24433] Update examples package install location and text files 2013-11-12 16:31:48 -05:00
Elena Pourmal
ff6ed05935 [svn-r24420] Maintenance after the release: Updated 1.8 history file with the 1.8.12 release information. 2013-11-10 16:50:59 -05:00
Allen Byrne
38ad910b4d [svn-r24413] Updated information on how to build examples with cmake installed binary. 2013-11-07 13:39:36 -05:00
HDF Tester
403d36479a [svn-r24335] Snapshot version 1.8 release 13 (snap1) 2013-10-20 19:42:45 -05:00
Raymond Lu
3267bb6ad0 [svn-r24318] Fixed a typo. 2013-10-17 14:56:12 -05:00
Raymond Lu
cedf2cae16 [svn-r24308] Issue 8147: CLANG compiler with the options -fcatch-undefined-behavior and -ftrapv
catches some defined behavior in the alignment algorithm of the macro DETECT_I      
 in H5detect.c. I documented it as a known problem.

No test is needed.
2013-10-16 16:56:47 -05:00
HDF Tester
851cd479b0 [svn-r24288] Snapshot version 1.8 release 13 (snap0) 2013-10-13 19:37:42 -05:00
Albert Cheng
08cf10f201 [svn-r24280] Bug: HDFFV-8534
Added a known problem of Solaris make install failure.
Updated INSTALL to state Gnu make is the preferred version of make.

Tested: eyeballed.
2013-10-10 10:38:48 -05:00
Allen Byrne
4a8ab0fe35 [svn-r24272] Update URL 2013-10-09 12:05:24 -05:00
Elena Pourmal
307f88870c [svn-r24259] Maintenance: Updated version number to 1.8.13-snap0; cleaned up RELEASE.txt for new info.
The 1.8 branch is open now for code changes.
2013-10-06 20:31:39 -05:00
HDF Tester
f8e5138264 [svn-r24257] Snapshot version 1.8 release 12 (snap19) 2013-10-06 16:57:26 -05:00
Allen Byrne
6b805d37d9 [svn-r24248] Updated version numbers and notes about CTest Scripting 2013-10-02 14:43:27 -05:00
Larry Knox
102aca1a1c [svn-r24245] Update Unix compiler versions. 2013-10-01 16:59:55 -05:00
Raymond Lu
7cf0ec2de8 [svn-r24244] Issue 1264: CYGWIN had long double rounding problem from unsigned long long. I took out the issue from the Known Problems section.
No test is needed.
2013-10-01 14:23:39 -05:00
Allen Byrne
854ad7ad02 [svn-r24242] Update WDTP test machines 2013-10-01 09:56:36 -05:00
Binh-Minh Ribler
2b78b7bfd2 [svn-r24237] Description:
Added more info to new C++ feature section.
2013-10-01 00:17:33 -05:00
Binh-Minh Ribler
bb084334b8 [svn-r24232] Description:
- Merged Allen's CMake updates for the C++ tutorial examples from the trunk
    - Updated RELEASE.txt
2013-09-30 17:00:59 -05:00
Albert Cheng
9d1730c534 [svn-r24222] Updated with HDFFV-8271 fix. 2013-09-30 06:54:33 -05:00
HDF Tester
3c4145a82c [svn-r24219] Snapshot version 1.8 release 12 (snap18) 2013-09-29 17:03:42 -05:00
Neil Fortner
cd90900d88 [svn-r24209] Port r24171 from trunk to 1.8 branch.
Tested: jam, koala, ostrich, platypus (h5committest)

Log from 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-27 10:35:44 -05:00
Allen Byrne
deddc7f955 [svn-r24205] Merge HDFFV-8513/8522 from trunk (via cmake branch), h5repack UD plugins.
Also warning session fixes.

Tested: CMake local linux
2013-09-26 17:10:54 -05:00
HDF Tester
67a867235c [svn-r24187] Snapshot version 1.8 release 12 (snap17) 2013-09-22 17:25:30 -05:00
Allen Byrne
c06b0170f7 [svn-r24180] HDFFV-8321:Add note about changing FFLAGS to FCFLAGS in configure.
Merged INSTALL and h5fc.in from trunk.
2013-09-20 15:36:57 -05:00
Raymond Lu
da55074394 [svn-r24169] I updated these files for the support information of OpenVMS.
No test is needed.
2013-09-19 11:58:06 -05:00
Allen Byrne
ba21e5b5e3 [svn-r24164] Add documentation on usage. 2013-09-19 08:22:59 -05:00
Allen Byrne
8db0b1ddd0 [svn-r24130] Change option name for WDTP 2013-09-12 14:14:49 -05:00
HDF Tester
3d7776ffee [svn-r24093] Snapshot version 1.8 release 12 (snap16) 2013-09-01 16:48:36 -05:00
Allen Byrne
d1a5033dd4 [svn-r24078] Correct name of windows shared libraries 2013-08-27 09:19:11 -05:00
HDF Tester
a17e786cd7 [svn-r24069] Snapshot version 1.8 release 12 (snap15) 2013-08-25 16:48:11 -05:00
Allen Byrne
5c84b51030 [svn-r24024] JAVA-1714: CMake packaging for macs improved
HDFFV-7989: h5dump any_path and help text grouping
Added cygwin-64 support

Merged from trunk, tested local linux
2013-08-19 11:51:32 -05:00
HDF Tester
ca0bd915db [svn-r23990] Snapshot version 1.8 release 12 (snap14) 2013-08-11 16:48:09 -05:00
HDF Tester
12f927462f [svn-r23969] Snapshot version 1.8 release 12 (snap13) 2013-08-04 16:43:00 -05:00
HDF Tester
0b82ac9dfe [svn-r23941] Snapshot version 1.8 release 12 (snap12) 2013-07-28 16:42:46 -05:00
Allen Byrne
e8d9f3d197 [svn-r23931] Update changes section. 2013-07-24 11:34:12 -05:00
HDF Tester
2487910391 [svn-r23927] Snapshot version 1.8 release 12 (snap11) 2013-07-21 16:43:55 -05:00
Albert Cheng
92a27e0f83 [svn-r23924] Updated with fix for HDFFV-8392. 2013-07-19 17:07:44 -05:00
HDF Tester
a3a410b643 [svn-r23896] Snapshot version 1.8 release 12 (snap10) 2013-07-14 16:34:29 -05:00
Allen Byrne
cc1c8a52be [svn-r23881] Update Windows and VMs for next release 2013-07-09 15:44:47 -05:00
Neil Fortner
646341fe4a [svn-r23878] Port r23859 from trunk to 1.8 branch.
Add const tag to source buffers for H5Dscatter and H5Dgather.

Tested: ummon
2013-07-09 14:55:48 -05:00
Allen Byrne
528e0d1cac [svn-r23869] HDFFV-8302: replace (v)snprintf with _(v)snprintf for windows. Merge from trunk along with other windows functions and HD prefix corrections.
HDFFV-8394: Add cmake code to package examples

Tested: local linux
2013-07-08 10:52:49 -05:00
HDF Tester
55de59d034 [svn-r23866] Snapshot version 1.8 release 12 (snap9) 2013-07-07 16:40:14 -05:00
HDF Tester
69324d9e7c [svn-r23850] Snapshot version 1.8 release 12 (snap8) 2013-06-30 16:39:23 -05:00
Allen Byrne
339d98115e [svn-r23822] HDFFV-8428: Corrected FAQ reference 2013-06-25 11:11:27 -05:00
HDF Tester
9e6bb09a9f [svn-r23807] Snapshot version 1.8 release 12 (snap7) 2013-06-23 16:38:09 -05:00