Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r27906] Remove header file name as it is not a direct target (derived ↵ | Allen Byrne | 2015-09-29 | 1 | -1/+1 |
| | | | | during BISON process). | ||||
* | [svn-r27905] Add depends to be sure file exists | Allen Byrne | 2015-09-28 | 1 | -0/+2 |
| | |||||
* | [svn-r27904] Correct missing target name chars | Allen Byrne | 2015-09-28 | 2 | -6/+8 |
| | |||||
* | [svn-r27903] Add extra line for replacement from revision 27898 | Allen Byrne | 2015-09-28 | 1 | -0/+1 |
| | |||||
* | [svn-r27902] Updated autogen.sh to use /usr/hdf/bin/AUTOTOOLS paths and removed | Dana Robinson | 2015-09-28 | 1 | -74/+14 |
| | | | | | | hard-coded version checks. Tested on: jam | ||||
* | [svn-r27901] Rework doc for updated examples script | Allen Byrne | 2015-09-28 | 1 | -35/+154 |
| | |||||
* | [svn-r27900] Modify bbrelease to use "Revision:" number from svn info, not ↵ | Larry Knox | 2015-09-28 | 1 | -1/+1 |
| | | | | | | "Last Changed Rev:" number. Tested on jam | ||||
* | [svn-r27898] add an additional perl command to replace int with hid_t in ↵ | Mohamad Chaarawi | 2015-09-28 | 1 | -0/+1 |
| | | | | | | H5LTparse.c - this is needed when running autogen on a couple of HPC machines. | ||||
* | [svn-r27897] Reduce normal test timeouts to 10 mins - leave VFD changes as is. | Allen Byrne | 2015-09-28 | 1 | -3/+3 |
| | |||||
* | [svn-r27896] Synch VFD types with autotools | Allen Byrne | 2015-09-28 | 1 | -0/+1 |
| | |||||
* | [svn-r27895] Rework the generated file dependencies and commands. | Allen Byrne | 2015-09-28 | 3 | -12/+9 |
| | |||||
* | [svn-r27894] All generated headers need to be packaged. | Allen Byrne | 2015-09-28 | 1 | -1/+1 |
| | |||||
* | [svn-r27892] Removed redefinition of H5C__HASH_FCN in test/cache_common.h. | Dana Robinson | 2015-09-27 | 1 | -1/+0 |
| | | | | | | This was causing failures on Ada. Tested on: Ubuntu 15.04 (Linux 3.19.0) w/ gcc 4.9.3 | ||||
* | [svn-r27891] Description: | Quincey Koziol | 2015-09-27 | 2 | -8/+2 |
| | | | | | | | | | 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) | ||||
* | [svn-r27890] Description: | Quincey Koziol | 2015-09-27 | 1 | -1/+1 |
| | | | | | | | | | 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) | ||||
* | [svn-r27889] Description: | Quincey Koziol | 2015-09-27 | 2 | -1/+7 |
| | | | | | | | | Advance the decoding pointer for 'all' and 'none' selections properly. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming) | ||||
* | [svn-r27888] Description: | Quincey Koziol | 2015-09-27 | 1 | -1/+1 |
| | | | | | | | | Fix typo in last checkin. *sigh* Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming) | ||||
* | [svn-r27884] Description: | Quincey Koziol | 2015-09-26 | 6 | -79/+123 |
| | | | | | | | | | Update dataspace selection encode/decode routines to avoid type aliasing errors. Tested on: Linux/64 2.6.x (platypus) w/production (h5committest forthcoming) | ||||
* | [svn-r27880] Changes to autogen.sh | Dana Robinson | 2015-09-25 | 1 | -23/+9 |
| | | | | | | | | | | | | | - 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 | ||||
* | [svn-r27878] Updated autogen.sh script to be more informative about missing | Dana Robinson | 2015-09-25 | 1 | -2/+24 |
| | | | | | | flex/bison. Tested on: local linux | ||||
* | [svn-r27874] Add ability to extend the cmake path for searching for ↵ | Allen Byrne | 2015-09-24 | 1 | -0/+4 |
| | | | | libraries/programs. | ||||
* | [svn-r27873] Update with changes to script file | Allen Byrne | 2015-09-24 | 1 | -4/+4 |
| | |||||
* | [svn-r27871] Update with changes to script file | Allen Byrne | 2015-09-24 | 2 | -39/+41 |
| | |||||
* | [svn-r27869] Update with changes to script file | Allen Byrne | 2015-09-24 | 1 | -11/+22 |
| | |||||
* | [svn-r27868] Add missing exported headers due to generation changes. | Allen Byrne | 2015-09-24 | 1 | -3/+9 |
| | |||||
* | [svn-r27863] Correct comment | Allen Byrne | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | [svn-r27862] Make the system vars configurable through the CTEST_SCRIPT_ARG | Allen Byrne | 2015-09-23 | 1 | -8/+35 |
| | |||||
* | [svn-r27858] Add depends for H5E files | Allen Byrne | 2015-09-22 | 1 | -0/+10 |
| | |||||
* | [svn-r27854] fixed typo in name of file | Scot Breitenfeld | 2015-09-22 | 2 | -1/+1 |
| | |||||
* | [svn-r27851] Description: | Quincey Koziol | 2015-09-22 | 11 | -103/+134 |
| | | | | | | | | | 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) | ||||
* | [svn-r27849] Description: | Quincey Koziol | 2015-09-22 | 14 | -230/+227 |
| | | | | | | | | Normalize against incoming changes on VDS branch. Tested on: MacOSX/64 10.10.5 (amazon) w/serial (h5committest forthcoming) | ||||
* | [svn-r27847] Add Not early in document about CMAKE_INSTALL_PREFIX. | Allen Byrne | 2015-09-21 | 1 | -0/+4 |
| | |||||
* | [svn-r27846] Fix generated files process. | Allen Byrne | 2015-09-21 | 8 | -81/+137 |
| | | | | Add script for post processing of flex/bison files. | ||||
* | [svn-r27836] HDFFV-8932: added option --with-szlib to support szip library ↵ | Albert Cheng | 2015-09-21 | 1 | -2/+20 |
| | | | | | | support. Tested: platypus 32 or 64bit, with or without zlib. | ||||
* | [svn-r27834] Description: | Quincey Koziol | 2015-09-21 | 2 | -2/+6 |
| | | | | | | | | Close FAPL for external link test, to fix infinite loop closing the library. Tested on: MacOSX/64 10.10.5 (amazon) w/serial (too minor to require h5committest) | ||||
* | [svn-r27832] Updates to configure.ac based on the results of autoscan. | Dana Robinson | 2015-09-19 | 1 | -52/+63 |
| | | | | | | | This removes all of the TRY_* macros and replaces them with *_IFELSE macros, which are better for cross-compiling. Tested on: h5committest (cmake fails due to --enable-fortran2003) | ||||
* | [svn-r27831] HDF5-0: Removed enable-fortran2003 which is no longer needed. | Albert Cheng | 2015-09-18 | 1 | -11/+7 |
| | | | | | | HDFFV-8932: added option to specify which zlib to use. Tested: platypus 32 or 64bit, with or without zlib. | ||||
* | [svn-r27829] Added --copy to automake invocation in autogen.sh to force copies | Dana Robinson | 2015-09-18 | 1 | -1/+1 |
| | | | | | | instead of symlinks. Tested on: local linux | ||||
* | [svn-r27828] Removed Perl-generated header files and H5LT parse code created ↵ | Dana Robinson | 2015-09-18 | 10 | -9641/+0 |
| | | | | | | by flex/bison. Tested on: jam | ||||
* | [svn-r27826] Modify bbrelease to add autogen.sh to the source tarball. | Larry Knox | 2015-09-18 | 1 | -0/+1 |
| | |||||
* | [svn-r27823] Add new options for dynamic analysis | Allen Byrne | 2015-09-18 | 1 | -0/+4 |
| | |||||
* | [svn-r27819] bbrelease is a modified copy of the release script, which ↵ | Larry Knox | 2015-09-17 | 1 | -1/+9 |
| | | | | | | checks for the "configure" file to verify that it is in the top level HDF5 directory. bbrelease creates a tar file for buildbot testing, and since configure is no longer checked in, the script failed. configure.ac should always be present in the top level source directory, even before running autogen.sh, so it should be a workable substitute for the verification. Tested with h5committest. | ||||
* | [svn-r27818] Minor warning fixes. | Dana Robinson | 2015-09-17 | 7 | -61/+46 |
| | | | | Tested on: h5committest | ||||
* | [svn-r27817] Fix generated file dependencies | Allen Byrne | 2015-09-17 | 1 | -40/+46 |
| | |||||
* | [svn-r27812] Updated the autotools files to only compile direct VFD and ↵ | Dana Robinson | 2015-09-16 | 1 | -6/+15 |
| | | | | | | | | parallel code when those options were specified in the configure step. Tested on: jam w/ serial, parallel, and direct VFD | ||||
* | [svn-r27811] Description: | Quincey Koziol | 2015-09-16 | 43 | -1891/+3187 |
| | | | | | | | | | | | Refactor property list code to "deep copy" properties in the correct way, retraining the rest of the library to copy & release things correctly. This cleans up another batch of memory leaks, etc. within the library. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial & parallel (h5committest forthcoming) | ||||
* | [svn-r27810] Description: | Quincey Koziol | 2015-09-16 | 1 | -6/+39 |
| | | | | | | | Clean up resources on failure Tested on: Linux/32 2.6.x (jam) w/Purify | ||||
* | [svn-r27809] Minor warning fixes in the library. | Dana Robinson | 2015-09-16 | 3 | -6/+7 |
| | | | | Tested on: jam (too minor for h5committest) | ||||
* | [svn-r27808] Update CMake files to use updated test files. | Allen Byrne | 2015-09-16 | 2 | -29/+65 |
| | |||||
* | [svn-r27807] Description: | Quincey Koziol | 2015-09-16 | 1 | -0/+2 |
| | | | | | | | Close memory leak on failure. Tested on: Linux/32 2.6.x (jam) w/purify |