summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Correct ignore warnings and use only clang for sanitizersAllen Byrne2020-01-262-23/+5
|
* Improved CMake options for testsAllen Byrne2020-01-192-9/+9
|
* Ignore ZLIB warningsAllen Byrne2020-01-131-0/+1
|
* Fix CMake test macros and perform standalone testsAllen Byrne2020-01-125-275/+325
|
* Make the HDF5 configure script grok NetBSD.David Young2019-12-191-0/+56
|
* Minor WhitespaceAllen Byrne2019-12-171-2/+2
|
* Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-162-2/+5
| | | | the Autotools and CMake.
* TRILABS-135 add clang sanitizer supportAllen Byrne2019-12-137-3/+1240
|
* Merge pull request #2135 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to ↵Allen Byrne2019-12-133-5/+15
|\ | | | | | | | | | | | | | | | | hdf5_1_12 * commit '44e4f16e1df69f4facc82bf7aaafaa16e9aee85f': Revert and move declaration Correct compile and test Windows errors HDFFV-10979 cleanup global names
| * Correct compile and test Windows errorsAllen Byrne2019-12-133-5/+15
| |
* | Update version to 1.12.0-alpha1.Larry Knox2019-12-121-1/+1
|/
* Fix issues when using ONLY_SHARED_LIBSAllen Byrne2019-12-111-0/+1
|
* Change defines to not conflict with windowsAllen Byrne2019-12-112-5/+7
|
* Remove program find - future reworkAllen Byrne2019-12-091-18/+0
|
* HDFFV-10876 Merge from developAllen Byrne2019-12-091-3/+0
|
* Remove unneeded flag overwritesAllen Byrne2019-12-091-8/+0
|
* Revert "Merge branch 'hdf5_1_12' of ↵Jerome Soumagne2019-12-095-149/+14
| | | | | | | https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into hdf5_1_12" This reverts commit 9f9336a5bd541752f472bab4c93da8de89f862cd, reversing changes made to 437a1919e7ba60fe75a33a466d264183a0255319.
* Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-065-14/+149
|
* Correct repo branch nameAllen Byrne2019-11-181-1/+1
|
* HDFFV-10962 add VS2019 supportAllen Byrne2019-11-189-12/+48
|
* Fix MPI test namesAllen Byrne2019-10-231-5/+9
|
* Update RELEASE.txt and add HISTORY-1_10_0-1_12_0.txt file.Larry Knox2019-10-211-1/+1
| | | | Set version to 1.12.0-alpha0 for snapshot release.
* Cleanup whitespace and comments compared to developAllen Byrne2019-10-021-1/+1
|
* Add clang toolchainAllen Byrne2019-09-302-1/+30
|
* Set versions in initial hdf5_1_12 revision.hdf5_1_12-initialLarry Knox2019-09-252-9/+9
|
* Correct HDF5 options to tristate values.Allen Byrne2019-09-171-6/+10
|
* HDFFV-10901 add missing config optionsAllen Byrne2019-09-133-15/+90
|
* Use variable for test outputAllen Byrne2019-09-111-1/+2
|
* Allow tests to dump output if not comparingAllen Byrne2019-09-111-0/+8
|
* Correct Windows checkAllen Byrne2019-09-061-4/+1
|
* Add include dirs and default lib for windowsAllen Byrne2019-09-051-0/+4
|
* Update Windows require for CURL to CMake 3.13Allen Byrne2019-09-052-195/+3
|
* Add updated find module for earlier CMake versionsAllen Byrne2019-09-051-0/+193
|
* special windows overrideAllen Byrne2019-09-051-0/+3
|
* Correct name and add mingw to 32bit toolchainAllen Byrne2019-09-051-0/+36
|
* Fix namespace usageAllen Byrne2019-08-291-3/+3
|
* Fix EXISTS test syntaxAllen Byrne2019-08-298-26/+26
|
* Update settingsAllen Byrne2019-08-291-2/+4
|
* Add 32-bit cross-compile toolchainAllen Byrne2019-08-291-0/+37
|
* OESS-29 Update HD prefix mostlyAllen Byrne2019-08-241-2/+21
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-08-131-0/+3
|\ | | | | | | | | | | | | | | | | * commit 'aeb145428f5e6bc51742fff031b0cf8cf6fbefbb': Updated h5trav.c to emit output that doesn't require ddl changes for map support. Fixed Map API CMake option Renamed H5Mdelete_key to H5Mdelete and H5Mset to H5Mput. Added ifdef for intel compilers, __GNUC__ has to be defined for header files which use it to work with intel compilers. This gives a warning for intel compiler about fallthrough, so added a check not to include fallthrough if using intel compilers. Added the map (H5M) API
| * Added the map (H5M) APIDana Robinson2019-08-131-0/+3
| |
* | HDFFV-10879 set default API versionAllen Byrne2019-08-131-2/+0
|/
* Use a STRING option for API versionAllen Byrne2019-08-121-1/+1
|
* Fix API version optionAllen Byrne2019-08-121-0/+2
|
* Merge pull request #1848 in HDFFV/hdf5 from ↵Dana Robinson2019-08-091-2/+0
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '4900f8823497c63e9f9464dcb6459ebdcbfdac8d': Fixed an issue with older version of gfortran.
| * Fixed an issue with older version of gfortran.Dana Robinson2019-08-091-2/+0
| |
* | Use prefix variableAllen Byrne2019-08-061-4/+4
|/
* Fixed warning typoDana Robinson2019-08-041-1/+1
|
* Moved -Wimplicit-procedure gfortran warning to version 4.5 warningsDana Robinson2019-08-031-2/+5
| | | | instead of default.