Dana Robinson
5548799289
[svn-r27918] Brought in sync with the trunk:
...
r27860-27883
r27892-27916
Tested on: - h5committest
- jam (parallel) fails with an existing, unrelated MPI config error
- platypus fails with due to an existing, unrelated cmakehdf5 error
where it does not recognize --enable-fortran2003.
2015-09-30 00:46:19 -05:00
Dana Robinson
a89b064e2b
[svn-r27916] Re-merge of r27884-27891 from the trunk + bugfix for a few
...
H5S recursive functions where an aliased pointer was
incorrectly set too early.
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) w/ gcc 4.9.2
serial and parallel (w/ MPICH 3.1.4)
2015-09-29 21:36:46 -05:00
Allen Byrne
32ee0d816f
[svn-r27913] Need to create the directory for the gen files
2015-09-29 13:59:55 -05:00
Dana Robinson
5c0a8cc86e
[svn-r27912] Revert of r27887, which caused failures in the vds test. These
...
changes will be merged more carefully so we can more easily
identify any errors that arise.
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) w/ gcc 4.9.2
serial and parallel (w/ MPICH 3.1.4)
2015-09-29 13:56:27 -05:00
Allen Byrne
cc8ed681b0
[svn-r27911] Add back in the build dir
2015-09-29 12:44:56 -05:00
Allen Byrne
e8073c0d80
[svn-r27910] Rework flex-bison generated files to eliminate dual depends when building both shared and static
2015-09-29 12:23:55 -05:00
Allen Byrne
ea70d11227
[svn-r27909] Exclude CYGWIN
2015-09-29 09:55:35 -05:00
Allen Byrne
ef2885c5ca
[svn-r27908] Give cache tests extra time for VFD tests
2015-09-29 09:53:52 -05:00
Allen Byrne
2557782f24
[svn-r27906] Remove header file name as it is not a direct target (derived during BISON process).
2015-09-29 08:32:43 -05:00
Allen Byrne
7b7649aa81
[svn-r27905] Add depends to be sure file exists
2015-09-28 16:31:00 -05:00
Allen Byrne
179d122d59
[svn-r27904] Correct missing target name chars
2015-09-28 15:43:25 -05:00
Allen Byrne
431c69474c
[svn-r27903] Add extra line for replacement from revision 27898
2015-09-28 15:23:46 -05:00
Dana Robinson
11201a24ef
[svn-r27902] Updated autogen.sh to use /usr/hdf/bin/AUTOTOOLS paths and removed
...
hard-coded version checks.
Tested on: jam
2015-09-28 14:04:04 -05:00
Allen Byrne
510936d915
[svn-r27901] Rework doc for updated examples script
2015-09-28 13:39:43 -05:00
Larry Knox
a4e6d0c7e1
[svn-r27900] Modify bbrelease to use "Revision:" number from svn info, not "Last Changed Rev:" number.
...
Tested on jam
2015-09-28 13:32:42 -05:00
Mohamad Chaarawi
e188268610
[svn-r27898] add an additional perl command to replace int with hid_t in H5LTparse.c
...
- this is needed when running autogen on a couple of HPC machines.
2015-09-28 13:17:08 -05:00
Allen Byrne
e688c682c3
[svn-r27897] Reduce normal test timeouts to 10 mins - leave VFD changes as is.
2015-09-28 12:48:02 -05:00
Allen Byrne
6272555394
[svn-r27896] Synch VFD types with autotools
2015-09-28 12:47:19 -05:00
Allen Byrne
ccd6248532
[svn-r27895] Rework the generated file dependencies and commands.
2015-09-28 12:30:48 -05:00
Allen Byrne
68962cb2fa
[svn-r27894] All generated headers need to be packaged.
2015-09-28 08:21:25 -05:00
Dana Robinson
5422acf9b2
[svn-r27892] Removed redefinition of H5C__HASH_FCN in test/cache_common.h.
...
This was causing failures on Ada.
Tested on: Ubuntu 15.04 (Linux 3.19.0) w/ gcc 4.9.3
2015-09-26 23:56:13 -05:00
Quincey Koziol
fbd659fe6f
[svn-r27891] Description:
...
Revert changes to 'all' and 'none' selections: the serialized header info
is handled in the general H5S_select_deserialize() routine.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2015-09-26 23:39:36 -05:00
Quincey Koziol
0704819592
[svn-r27890] Description:
...
Remove 'unused' attribute from decoding pointer flag that I missed in the
last checkin.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2015-09-26 21:57:02 -05:00
Quincey Koziol
f45d7b4b7a
[svn-r27889] Description:
...
Advance the decoding pointer for 'all' and 'none' selections properly.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2015-09-26 21:55:02 -05:00
Quincey Koziol
2fbf60fb90
[svn-r27888] Description:
...
Fix typo in last checkin. *sigh*
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2015-09-26 21:47:42 -05:00
Quincey Koziol
6f1dda474c
[svn-r27887] Description:
...
Merge changes from trunk to the branch.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest not required on this branch)
2015-09-26 20:39:06 -05:00
Quincey Koziol
574ff3980a
[svn-r27885] Description:
...
Check if the layout has been retrieved before setting it again.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest not required on this branch)
2015-09-26 20:28:39 -05:00
Quincey Koziol
8186a5cee1
[svn-r27884] Description:
...
Update dataspace selection encode/decode routines to avoid type aliasing
errors.
Tested on:
Linux/64 2.6.x (platypus) w/production
(h5committest forthcoming)
2015-09-26 18:52:42 -05:00
Dana Robinson
aec3e1242d
[svn-r27880] Changes to autogen.sh
...
- Removed the long options, which are not supported under
the getopts builtin.
- Correctly labeled the autogen.sh script as requiring bash
(via the #!). We may need to remove the bash constructs
before the 1.10 release and revert to sh.
- The help output is now correct.
Tested on: local linux
2015-09-25 18:32:57 -05:00
Neil Fortner
dbdc9c1e2b
[svn-r27879] Move property list shutdown earlier in H5_term_library, since with VDS layout it
...
needs to call into the H5D package.
Tested: ummon
2015-09-25 16:48:11 -05:00
Dana Robinson
04289b3e2a
[svn-r27878] Updated autogen.sh script to be more informative about missing
...
flex/bison.
Tested on: local linux
2015-09-25 15:49:24 -05:00
Quincey Koziol
10837a2a28
[svn-r27876] Description:
...
Make virtual layout return to the property list occur in all cases, even
on failure.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest not needed on this branch)
2015-09-25 11:29:02 -05:00
Allen Byrne
2c99d728f0
[svn-r27874] Add ability to extend the cmake path for searching for libraries/programs.
2015-09-24 14:14:44 -05:00
Allen Byrne
5430c32938
[svn-r27873] Update with changes to script file
2015-09-24 14:01:39 -05:00
Allen Byrne
a1df19353d
[svn-r27871] Update with changes to script file
2015-09-24 13:54:00 -05:00
Allen Byrne
e732b8073b
[svn-r27869] Update with changes to script file
2015-09-24 12:36:48 -05:00
Allen Byrne
d99143e25b
[svn-r27868] Add missing exported headers due to generation changes.
2015-09-24 12:14:01 -05:00
Allen Byrne
6a2195507d
[svn-r27863] Correct comment
2015-09-23 15:34:23 -05:00
Allen Byrne
0d752fc354
[svn-r27862] Make the system vars configurable through the CTEST_SCRIPT_ARG
2015-09-23 15:31:50 -05:00
Quincey Koziol
718b311c11
[svn-r27860] Description:
...
Sync w/changes on trunk
Tested on:
Not necessary, text only...
2015-09-23 10:40:48 -05:00
Allen Byrne
342ab3ccbf
[svn-r27858] Add depends for H5E files
2015-09-22 15:01:39 -05:00
Scot Breitenfeld
1cd606b5e0
[svn-r27854] fixed typo in name of file
2015-09-22 10:26:25 -05:00
Quincey Koziol
8572b0db32
[svn-r27852] Description:
...
Sync w/trunk (which was already from the VDS branch)
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial
(h5committest not required)
2015-09-21 21:14:49 -05:00
Quincey Koziol
af25c747ad
[svn-r27851] Description:
...
Normalization changes that wouldn't otherwise be necessary if the VDS branch
wasn't coming in shortly.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2015-09-21 21:11:54 -05:00
Quincey Koziol
4ad84456b3
[svn-r27850] Description:
...
Sync w/trunk
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial
(h5committest not required on this branch)
2015-09-21 19:35:47 -05:00
Quincey Koziol
fb238c24a5
[svn-r27849] Description:
...
Normalize against incoming changes on VDS branch.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial
(h5committest forthcoming)
2015-09-21 19:26:51 -05:00
Quincey Koziol
d3c6b4ad72
[svn-r27848] Description:
...
Clean up warnings and some normalization against trunk.
Tested:
McaOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest not required on this branch)
2015-09-21 19:21:18 -05:00
Allen Byrne
0be8c16879
[svn-r27847] Add Not early in document about CMAKE_INSTALL_PREFIX.
2015-09-21 15:52:35 -05:00
Allen Byrne
9edd184ae9
[svn-r27846] Fix generated files process.
...
Add script for post processing of flex/bison files.
2015-09-21 15:05:23 -05:00
Quincey Koziol
fd90a6f5c4
[svn-r27842] Description:
...
Sync w/trunk.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel (although not CMake)
(h5committest not required on this branch)
2015-09-21 09:25:23 -05:00