Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Source formatted | Allen Byrne | 2020-10-01 | 20 | -10522/+8750 |
| | |||||
* | Merge clang-format changes from develop | Allen Byrne | 2020-10-01 | 2 | -4/+19 |
| | |||||
* | Update configure and Makefile.ins after bin/reconfigure. | Larry Knox | 2020-06-22 | 1 | -1/+2 |
| | |||||
* | Yanked all MPI-1 calls | Dana Robinson | 2020-05-29 | 1 | -10/+10 |
| | | | | Added batch scripts in bin/batch. | ||||
* | Fix ifort warning flag. | Larry Knox | 2020-05-04 | 1 | -0/+3 |
| | | | | | | | | Restore AC_DEFUN([PAC_PROG_FC_DEFAULT_REALisDBLE] in m4/aclocal_fc.m4. Add --enable-symbols, --enable-profiling, and --enable-optimization options to autotools configure; all configure flags for --enable-production and --disable-production should match HDF5 1.10 and 1.12 production and debug default flags. | ||||
* | Update to use optimization flags, C++ error flags, and correct | Larry Knox | 2020-04-30 | 1 | -0/+2 |
| | | | | libhdf5.settings.in to remove unworkable changes. | ||||
* | Remove verbose assignments in smoke_check 3 and 5 functions. | Larry Knox | 2020-04-29 | 1 | -2/+0 |
| | |||||
* | Resolve warning errors from -Werror= flags: | Larry Knox | 2020-04-29 | 2 | -2/+8 |
| | | | | | | | -Werror=bad-function-cast -Werror=bad-function-cast -Werror=implicit-function-declaration -Werror=nested-externs | ||||
* | TRILAB-192 - merge changes from develop | Allen Byrne | 2020-04-07 | 1 | -0/+2 |
| | | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags. | ||||
* | Autotools reconfigure update | Allen Byrne | 2020-03-31 | 1 | -1/+3 |
| | |||||
* | Merge changes from other branches | Allen Byrne | 2020-02-29 | 1 | -1/+1 |
| | |||||
* | revert type cast | kmu | 2020-02-28 | 1 | -3/+3 |
| | |||||
* | Merfge changes to CMake test options and add sanitizers | Allen Byrne | 2020-01-20 | 1 | -1/+3 |
| | |||||
* | Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵ | Kimmy Mu | 2020-01-10 | 1 | -2/+2 |
| | | | | | | | to develop * commit '6b1b4b3c0bdd803835efe8c531965bb9900a5363': fix test assert fail error | ||||
* | Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵ | Kimmy Mu | 2020-01-10 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | to develop * commit '0a2bb11b248df6841daabca3970df5d8504adfc7': address problems from comments fix and address comments change according to previous comments add missing piece remove unnecessary check macro fix intel compile warnings Revert "fix warnings from Intel compiler" Revert "fix warnings and some text alignment" Revert "let hdf5 pick up the right compiler in Intel environment" Revert "fix issues from previous PR comments" Revert "using a different MACRO" using a different MACRO fix issues from previous PR comments let hdf5 pick up the right compiler in Intel environment fix warnings and some text alignment fix warnings from Intel compiler | ||||
* | Fix MPI depends name | Allen Byrne | 2019-10-23 | 1 | -0/+3 |
| | |||||
* | Ran bin/reconfigure | byrn | 2019-10-07 | 1 | -0/+3 |
| | |||||
* | make check should run testpflush1 and 2 with testpflush.sh script instead of ↵ | Larry Knox | 2019-08-28 | 2 | -12/+28 |
| | | | | running them directly. | ||||
* | Add changes to Makefile.in files and four H5e*.h files from running ↵ | Larry Knox | 2019-08-28 | 1 | -4/+5 |
| | | | | bin/reconfigur. | ||||
* | Add script and update mostly whitespace | Allen Byrne | 2019-08-28 | 10 | -293/+274 |
| | |||||
* | fix get gethostname for windows | Allen Byrne | 2019-08-28 | 1 | -0/+2 |
| | |||||
* | OESS-29 Fix shared MPI builds, more HD prefix | Allen Byrne | 2019-08-22 | 6 | -155/+156 |
| | |||||
* | Fix parallel compile errors | Allen Byrne | 2019-08-21 | 2 | -583/+560 |
| | |||||
* | Mostly whitespace plus fix broken perf_serial | Allen Byrne | 2019-08-15 | 11 | -4786/+4635 |
| | |||||
* | Merge of HDFFV-10845, 10529 from develop | Allen Byrne | 2019-07-27 | 3 | -68/+148 |
| | |||||
* | Reconfigured autoconf files | dpopat | 2019-07-19 | 1 | -0/+2 |
| | |||||
* | Correct cmake syntax | Allen Byrne | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Correct test name | Allen Byrne | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | Merge in CMake changes from develop | Allen Byrne | 2019-04-04 | 2 | -8/+64 |
| | |||||
* | Merge CMake changes from 1.10 to 1.8 | Allen Byrne | 2018-10-02 | 1 | -20/+17 |
| | |||||
* | Change CMake min to 3.10 | Allen Byrne | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | HDFFV-10392,10393,01385 merge from develop | Allen Byrne | 2018-01-22 | 1 | -2/+0 |
| | |||||
* | Fix link_libs and static CRT fortran | Allen Byrne | 2018-01-05 | 1 | -2/+2 |
| | |||||
* | Update link target commands | Allen Byrne | 2017-12-21 | 1 | -2/+8 |
| | |||||
* | Add assignment to get value from environment variable realtimeOutput. | lrknox | 2017-12-04 | 1 | -22/+56 |
| | | | | Propagate changes to Makefile.ins with bin/reconfigure. | ||||
* | HDFFV-10321 merge from develop | Allen Byrne | 2017-11-02 | 2 | -5/+5 |
| | |||||
* | Merge branch '1.8/master' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 ↵ | lrknox | 2017-08-25 | 1 | -4/+2 |
|\ | | | | | | | into hdf5_1_8 | ||||
| * | Disable building of libdynlib* dynamically loaded plugin test libraries | lrknox | 2017-06-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | | on CYGWIN. Added known problem entry to RELEASE.txt. Set version for 1.8.19 release. Barbara updated contents of README.txt file. | ||||
| * | Moved libdynlib* plugin test libraries to noist_LT_LIBRARIES with added | lrknox | 2017-06-12 | 1 | -4/+1 |
| | | | | | | | | | | | | | | flag '-rpath /nowhere' to stop them being installed while keeping them from linking with libhdf5, etc. Incremented version to 1.8.19-pre1 and ran bin/release to create tar and zip files for testing. | ||||
* | | generated reconfigure files for configure changes | M. Scot Breitenfeld | 2017-08-04 | 1 | -0/+1 |
|/ | |||||
* | Update text in COPYING files in subdirectories to match changes to | lrknox | 2017-05-24 | 2 | -7/+15 |
| | | | | | | | | | copyright notices in source files. Update Copyright notices in acsite.m4 and bin/yodconfigure that were overlooked by chkcopyright. Remove broken and unnecessary urls from comments in hl/fortran/src/H5IMcc.c and hl/src/H5IM.c. Commit bin/reconfigure changes to generated files. | ||||
* | Change copyright headers to replace url referring to file to be | lrknox | 2017-05-16 | 22 | -132/+88 |
| | | | | removed and replace it with new url for COPYING file. | ||||
* | Move libdynlib* test lib files from lib_LTLIBRARIES to dyn_LTLIBRARIES | lrknox | 2017-05-10 | 1 | -2/+5 |
| | | | | | | and other changes to Makefiles and config/conclude.am to eliminate link errors with new libdynlib*_la_LDFLAGS which were added to stop libdynlib* files linking to external libraries. | ||||
* | Merge/port changes from develop back to 1.8 for tools and cmake | Allen Byrne | 2017-03-29 | 6 | -8/+8 |
| | |||||
* | HDFFV-9875 Bring changes from develop branch | Allen Byrne | 2017-02-06 | 1 | -10/+10 |
| | |||||
* | Update CMake required to version 3.2.2 | Allen Byrne | 2017-01-18 | 1 | -1/+1 |
| | |||||
* | Update shared object file numbers according to changes in v1.8.18 release. | lrknox | 2016-11-01 | 1 | -11/+23 |
| | | | | | Update autotools and libtool versions. Run bin/reconfigure. | ||||
* | [svn-r30278] Merge revision 30270 to the 1.8 branch | Neil Fortner | 2016-08-11 | 3 | -0/+92 |
| | | | | | | | | Fix an issue that could occur when allocating a chunked dataset in parallel, with an alignment threshold set to be larger than the chunk size but smaller than the size of the small data aggregator. Tested: h5committest, jelly, ummon (trunk); h5committest, jelly, ummon (1.8) | ||||
* | [svn-r27532] Merge of CMake dual-binary changes from CMake branch to 1.8 | Allen Byrne | 2015-08-19 | 1 | -4/+4 |
| | | | | Tested: local linux (CMake branch has been tested on Windows) | ||||
* | [svn-r27429] merge 27427 from trunk: | Mohamad Chaarawi | 2015-07-24 | 1 | -0/+3 |
| | | | | | | | - free comm keyval after setting atribute on comm_self - free allocated buffer in t_file_image test tested on jam with parallel. |