index
:
hdf5.git
architecture_docs
develop
develop-readme
feature/1_12_recursive_ts_rw_lock
feature/alignment
feature/async2
feature/ccio
feature/coding_standards
feature/de-hd
feature/h5detect
feature/h5f_get_obj_rework
feature/indexing
feature/new_datatypes
feature/onion_vfd
feature/parallel_h5repack
feature/refactor-h5t-cmp
feature/select_io_chunk_cache
feature/select_io_tconv
feature/vfd_swmr
feature/vfd_swmr_beta_2
feature/vol_cap_flags
feature/vol_tools_tests
feature/werror-restrict
gh-pages
hdf5_1_10
hdf5_1_10_10
hdf5_1_10_11
hdf5_1_10_9
hdf5_1_12
hdf5_1_12_2
hdf5_1_12_3
hdf5_1_13_2
hdf5_1_13_3
hdf5_1_14
hdf5_1_14_0
hdf5_1_14_1
hdf5_1_14_2
hdf5_1_14_3
hdf5_1_6
hdf5_1_8
hdf5_1_8_23
inactive/110_HDFFV-10808-h5pset_file_space_strategy
inactive/H5Ocompare
inactive/NPOESS
inactive/aio_vfd
inactive/avoid_truncate
inactive/cu_dev
inactive/develop_subfiling
inactive/develop_subfiling_v1
inactive/direct_io_2
inactive/h5ocompare
inactive/hdf5_daosm
inactive/hdf5_ff
inactive/hdf5_ff_compactor
inactive/hdf5_rados
inactive/jpeg_converter
inactive/json_vol
inactive/json_vol_old
inactive/mdc_sl_opt
inactive/mds
inactive/merge_metadata_journaling
inactive/metadata_journaling
inactive/modify_dtype_filter
inactive/multi_rd_wd_coll_io
inactive/multi_rd_wd_coll_io_merge
inactive/null_vfd
inactive/parallel_vds
inactive/parallel_vds_develop
inactive/parallel_vds_testing
inactive/phdf5_metadata_opt
inactive/post_open_fix
inactive/rados_vol
inactive/selection_io
inactive/selection_io_with_subfiling_vfd
inactive/trunk_merge_coverity
loricooperhdf-patch-1
metadata_cache_macro_cleanup
ossf-scorecard
pr_484
reduce-h5f-duplication
sel_io_chunk_cache
shell_script
zzz-gitlab-ci
Mirror from: https://github.com/HDFGroup/hdf5.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
config
/
gnu-flags
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warning
Larry Knox
2020-05-18
1
-60/+9
*
Restrict errors to gcc 4.8 and above.
Allen Byrne
2020-04-24
1
-0/+2
*
TRILAB-244 separate CXX warnings and errors from C
Allen Byrne
2020-04-23
1
-19/+19
*
Don't add general warnings flags for unsupported old versions of gcc and
Larry Knox
2020-04-20
1
-2/+4
*
Update all load_gcc_arguments to load_gnu_arguments.
Larry Knox
2020-04-09
1
-11/+11
*
TRILAB-192 add c++ and fortran warnings build systems one file
Allen Byrne
2020-04-05
1
-26/+26
*
Merge pull request #2402 in HDFFV/hdf5 from ~DYOUNG/werror:break-out-warnings...
David Young
2020-03-23
1
-74/+70
|
\
|
*
Move the GNU warnings configuration under config/gnu-warnings/ and trim
David Young
2020-03-19
1
-35/+35
|
*
By default, demote warnings promoted to errors back to warnings.
David Young
2020-02-25
1
-1/+19
|
*
Break out warnings into more files that autoconf and CMake can share. This
David Young
2020-02-25
1
-70/+48
*
|
Modfy expression to match mpicc build with Intel as intel compiler, not
Larry Knox
2020-02-27
1
-1/+1
|
/
*
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
Allen Byrne
2020-01-24
1
-1/+3
|
\
|
*
Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""
Dana Robinson
2020-01-23
1
-1/+3
*
|
Create common build system files for warnings
Allen Byrne
2020-01-17
1
-15/+31
|
/
*
Changed -Wformat-truncation's level from 2 to 1.
Dana Robinson
2020-01-01
1
-1/+1
*
Yanked -Wc++-compat from the flags used to build the C library in both
Dana Robinson
2019-12-04
1
-1/+4
*
Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...
David Young
2019-11-27
1
-87/+11
*
Always warn on maybe-uninitialized. -Wincompatible-pointer-types was not
David Young
2019-11-22
1
-2/+2
*
Only promote maybe-uninitialized warnings to errors on GCC 8. Even on
David Young
2019-11-22
1
-1/+7
*
Only use -Werror=cast-function-type with GCC 8 and later.
David Young
2019-11-22
1
-1/+1
*
Put all of the -W options back into the order I found them in so that it's
David Young
2019-11-22
1
-29/+23
*
Promote decleration-after-statement warnings to errors.
David Young
2019-11-13
1
-1/+1
*
Make errors of some more warnings. Move disabled warnings to
David Young
2019-11-13
1
-31/+43
*
Change some GCC warnings to errors. Fix code to quiet some warnings.
David Young
2019-11-05
1
-11/+75
*
Fixed a couple of typos.
Dana Robinson
2019-08-01
1
-1/+1
*
Restored warnings for older gcc so jam can continue to creak along.
Dana Robinson
2019-07-16
1
-2/+12
*
Removed support for gcc 4.3 and earlier.
Dana Robinson
2019-07-14
1
-11/+1
*
Fix errant quotes
Dana Robinson
2019-07-10
1
-1/+1
*
* Fixed a bug in the gcc warning parsing
Dana Robinson
2019-07-10
1
-8/+8
*
Reworked the config/gnu-flags file to be more organized and robust.
Dana Robinson
2019-07-10
1
-82/+82
*
Converted duplicated flags code to a set of if statements.
Dana Robinson
2019-07-10
1
-435/+117
*
Added GCC9 flags to CMake build
Quincey Koziol
2019-07-03
1
-1/+0
*
Add support for GCC9, update warnhist script, and clean up warnings.
Quincey Koziol
2019-07-03
1
-10/+61
*
Move the -Wformat-nonliteral warning to the developer flags. Fix bugs
Quincey Koziol
2019-06-29
1
-2/+5
*
Updated configure & CMake compiler flags for GCC 8.x, along with corresponding
Quincey Koziol
2019-06-28
1
-11/+61
*
Move -Wnormalized down into GCC 6.x flags
Quincey Koziol
2019-06-22
1
-3/+3
*
Add support for GCC 7.x warnings, update warnhist script to account for them,
Quincey Koziol
2019-06-21
1
-3/+47
*
HDFFV-10776 missing compiler flags
Allen Byrne
2019-04-30
1
-9/+9
*
Correct typo in comment in config/gnu-flags.
Larry Knox
2018-07-24
1
-1/+1
*
Apply Cygwin pathches from Marco Atzeri.
Larry Knox
2018-07-18
1
-1/+13
*
Added -fno-omit-frame-pointer to gcc flags when symbols when
Dana Robinson
2017-06-12
1
-1/+1
*
Fixed misplaced space in config/gnu-flags.
Dana Robinson
2017-05-26
1
-1/+1
*
Updated the gnu-flags config file to remove gcc 3.x and 4.0 configurations
Dana Robinson
2017-05-16
1
-607/+88
*
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...
Larry Knox
2017-04-25
1
-6/+4
*
Updated the developer flags so that they respect gcc versions.
Dana Robinson
2017-01-12
1
-19/+87
*
Added an --enable-developer-warnings option to configure so
Dana Robinson
2017-01-10
1
-24/+16
*
[svn-r30026] Description:
Quincey Koziol
2016-06-06
1
-9/+9
*
[svn-r30015] Description:
Quincey Koziol
2016-06-05
1
-25/+97
*
[svn-r29131] Updated the GNU g++ compiler config file to use the new debug/
Dana Robinson
2016-02-17
1
-1/+1
*
[svn-r29129] Added NO_SYMBOLS_CFLAGS, etc. to allow stripping symbols when
Dana Robinson
2016-02-17
1
-3/+1
[next]