summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
| * Only use sanitizer with ClangAllen Byrne2020-01-261-1/+1
| |
| * Remove cmake macros from valgrind testsAllen Byrne2020-01-251-20/+0
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-242-2/+9
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '590aaff33046df99a4d88ba59e4b461e060b36e4': Optimized the floating point comparisons a little bit. Fix for failing h5diff tests involving floating-point compares. Removed H5_DEC_ENUM Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings."" Revert "Moved -Wunsuffixed-float-constants to the developer warnings." Moved -Wunsuffixed-float-constants to the developer warnings. Fixed a bug in testpar/t_cache.c concerning checking expected vs. actual cache entry reads and writes.
| * Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-01-232-2/+9
| | | | | | | | This reverts commit 6486e06545bf637d46e18a787395542f4fca143a.
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-191-0/+16
|\ \ | |/ | | | | | | | | | | | | | | * commit '66a94df13b3801547523f1ea90bc84fe2ee6824b': Removed UIUC from copyright, added helpful comment. Updated MANIFEST Added a config file for ARM (Tested on a Raspberry Pi 3B+ w/ gcc 6). Tidying from code review. Fixed stack and frame size warnings. Not complete, but fixes most of the easier cases.
| * Removed UIUC from copyright, added helpful comment.Dana Robinson2020-01-181-2/+1
| |
| * Added a config file for ARM (Tested on a Raspberry Pi 3B+Dana Robinson2020-01-171-0/+17
| | | | | | | | w/ gcc 6).
* | Create common build system files for warningsAllen Byrne2020-01-177-27/+143
|/
* HDFFV-11001 need to qualify all by parallel or serial typesAllen Byrne2020-01-151-1/+1
|
* Adjust regex for warningsAllen Byrne2020-01-141-8/+8
|
* Ignore ZLIB warningsAllen Byrne2020-01-131-0/+1
|
* Separate result variables for the function performedAllen Byrne2020-01-093-88/+104
|
* Check for actual content before using fileAllen Byrne2020-01-095-264/+298
|
* Merge pull request #2221 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵Dana Robinson2020-01-022-2/+2
|\ | | | | | | | | | | | | | | to develop * commit '1a50056dafc8e22facda675acb43a71705fdd15c': Changed -Wformat-truncation to level 2 in CMake w/ gcc. Changed -Wformat-truncation's level from 2 to 1.
| * Changed -Wformat-truncation to level 2 in CMake w/ gcc.Dana Robinson2020-01-011-1/+1
| |
| * Changed -Wformat-truncation's level from 2 to 1.Dana Robinson2020-01-011-1/+1
| |
* | Minor whitespaceAllen Byrne2019-12-171-2/+2
| |
* | Fix compile and test issues from DTAllen Byrne2019-12-134-5/+17
| |
* | TRILABS-135 Add clang analyzersAllen Byrne2019-12-116-3/+1233
| |
* | HDFFV-10979 fix global name clashAllen Byrne2019-12-111-0/+5
| |
* | Fix issues found with ONLY_SHARED_LIBS optionAllen Byrne2019-12-112-5/+8
| |
* | Fix java include, h5watch and remove clang tool.Allen Byrne2019-12-101-18/+0
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-12-052-2/+5
|\ \ | |/ | | | | | | * commit 'c7b3d6d6a5c1d376812e17c0ddb26f55334a2c59': Yanked -Wc++-compat from the flags used to build the C library in both the Autotools and CMake.
| * Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-042-2/+5
| | | | | | | | the Autotools and CMake.
* | Update reference files to latest outputAllen Byrne2019-12-021-3/+0
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-12-022-88/+12
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0772b975d1d2bfa15aedeb4b6e2c2aac78c61a2f': Fix missing free in H5T__ref_mem_read() Fix bugs in H5VL file comparison code. Add short circuit success to H5VL_cmp_connector_cls(). Implement file comparison VOL callback. Other changes to allow references to work with non-native connectors. There is a bug somewhere. Add support for point selections to H5S_select_project_intersection. Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILE Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings level and fixing some code.' (commit 5c911d8baf3)" Revert "Oops, remove more C99 designated initializers for VS 2010 compatibility." H5R: fix H5Tconv to check for null references Trivial parameter renaming in VOL API calls. Move checking for zero offset in selection adjust calls to the selection callbacks. This makes the procedure for checking it consistent across selection types and between _s and _u, ensures it is always is performed even when called within the H5S package, and removes the redundant check that would occur when callins H5S_select_adjust_s() from outside the H5S package. Replace H5Sselect_adjust_u() and H5Shyper_adjust_s() with H5Sselect_adjust. Implement "adjust_s" callback for all selection types. Add range checking to H5Sselect_adjust().
| * Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings ↵David Young2019-11-272-88/+12
| | | | | | | | level and fixing some code.' (commit 5c911d8baf3)"
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-11-262-12/+88
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a8892bb42d6f6e4fbc30fae0eb2b957f81c938b9': (45 commits) Oops, remove more C99 designated initializers for VS 2010 compatibility. Add an #include to get a function declaration. Don't use C99 designated initializers, they're not compatible with Visual Studio 2010. Quiet some more maybe-uninitialized warnings---each is a false positive, *sigh*. This is more code that may not compile with VS2010, *sigh sigh*. Always warn on maybe-uninitialized. -Wincompatible-pointer-types was not available until GCC 5, so enable it only if that's the GCC version we're using. Only promote maybe-uninitialized warnings to errors on GCC 8. Even on GCC 8, there may be false positives at low optimization levels? I need to check. Only use -Werror=cast-function-type with GCC 8 and later. Put all of the -W options back into the order I found them in so that it's easier to compare old and new config/gnu-flags. Add new source files to CMakeLists.txt. Mention the -Werror= flags in libhdf5.settings.in. free -> HDfree Promote decleration-after-statement warnings to errors. Quiet decleration-after-statement warnings. Move a statement under some declarations since some vintages of Visual Studio don't like declarations after statements. Document H5D__chunk_mem_xfree_wrapper(). Undo accidental test deletion. Oops, delete a debug printf that snuck in here. Undo my changes to the HD macros, hadn't really intended those to be on this branch.... Make errors of some more warnings. Move disabled warnings to DEVELOPER_WARNING_CFLAGS. Put just one warning option on a line, and sort some of the options. Cast to the parameter type, H5VL_token_t *, instead of to unsigned char *. ...
| * Merge remote-tracking branch 'hdf5/develop' into add-werror-and-squash-someDavid Young2019-11-258-10/+46
| |\
| * | Always warn on maybe-uninitialized. -Wincompatible-pointer-types was notDavid Young2019-11-221-2/+2
| | | | | | | | | | | | available until GCC 5, so enable it only if that's the GCC version we're using.
| * | Only promote maybe-uninitialized warnings to errors on GCC 8. Even onDavid Young2019-11-221-1/+7
| | | | | | | | | | | | | | | GCC 8, there may be false positives at low optimization levels? I need to check.
| * | Only use -Werror=cast-function-type with GCC 8 and later.David Young2019-11-221-1/+1
| | |
| * | Put all of the -W options back into the order I found them in so that it'sDavid Young2019-11-221-29/+23
| | | | | | | | | | | | easier to compare old and new config/gnu-flags.
| * | Promote decleration-after-statement warnings to errors.David Young2019-11-131-1/+1
| | |
| * | Make errors of some more warnings. Move disabled warnings toDavid Young2019-11-131-31/+43
| | | | | | | | | | | | | | | DEVELOPER_WARNING_CFLAGS. Put just one warning option on a line, and sort some of the options.
| * | Merge remote-tracking branch 'hdf5/develop' into add-werror-and-squash-someDavid Young2019-11-081-0/+56
| |\ \ | | | | | | | | | | | | to pick up the NetBSD-compatibility changes that I recently merged.
| * | | Change some GCC warnings to errors. Fix code to quiet some warnings.David Young2019-11-052-12/+76
| | | |
* | | | Remove unneeded flag overwritesAllen Byrne2019-11-251-8/+0
| |_|/ |/| |
* | | Add VS2019 supportAllen Byrne2019-11-188-10/+46
| |/ |/|
* | Merge pull request #1984 in HDFFV/hdf5 from ~DYOUNG/netbsd:develop to developDavid Young2019-11-051-0/+56
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | * commit '0b721858e46a317c370a24115032d5be41688f67': Make these scripts relocatable again: derive a relative path for the original installation prefix from the examples prefix. Use that relative path to locate the current installation prefix, always. Fall back to an absolute installation prefix if the relative path cannot be derived. Get the path to prefix right: needs a ../ to back out of subdirectory c/. Make this script relocatable again: derive a relative path for the original installation prefix from the examples prefix. Use that relative path to locate the current installation prefix, always. Fall back to an absolute installation prefix if the relative path cannot be derived. Let us override the examples directory using --with-examplesdir=DIR. This is handy for NetBSD where HDF5 examples are installed by convention in $prefix/share/examples/hdf5/ rather than in ${prefix}/share/hdf5_examples/, which is the HDF5 default. Follow longstanding execv convention for compatibility with NetBSD. Under the examples directories, always find the installed HDF5 executables and scripts using @prefix@ instead of a relative path, because the number of ../ in the relative path will be different on NetBSD than on other systems. Make the HDF5 configure script grok NetBSD. For portability, insulate the HDF5 library from some system macros. Not every system has perl installed in /usr/bin/, so change the shebang (#!) line to `/usr/bin/env perl` to locate perl on the PATH. For portability, use the POSIX sh(1) string-comparison operator `=` instead of `==`.
| * Make the HDF5 configure script grok NetBSD.David Young2019-10-031-0/+56
| |
* | Fix MPI test dependsAllen Byrne2019-10-232-7/+11
|/
* Add clang toolchainAllen Byrne2019-09-301-0/+29
|
* Update versioning to next major versionAllen Byrne2019-09-254-4/+7
|
* Update develop branch version to 1.13.0 after creation of hdf5_1_12Larry Knox2019-09-251-1/+1
| | | | branch.
* 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
|