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
/
fortran
/
test
/
Makefile.am
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update license url part2 (#333)
Larry Knox
2021-02-17
1
-1/+1
*
Trim trailing whitespace
Quincey Koziol
2020-04-20
1
-1/+1
*
Reverts the removal of config/conclude_fc.am while keeping
Dana Robinson
2019-08-01
1
-1/+1
*
Updated gfortran options.
Dana Robinson
2019-07-17
1
-1/+1
*
fixed linked library for testing
M. Scot Breitenfeld
2019-06-14
1
-1/+1
*
added missing MOD dependency
M. Scot Breitenfeld
2019-06-14
1
-1/+1
*
makefile clean-up
M. Scot Breitenfeld
2019-06-12
1
-2/+0
*
removed VOLL NULL connector and replaced it with native VOL
M. Scot Breitenfeld
2019-05-16
1
-22/+1
*
added more tests
M. Scot Breitenfeld
2019-03-11
1
-0/+24
*
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...
Larry Knox
2017-04-25
1
-6/+4
*
Removed duplicate FCFLAG.
M. Scot Breitenfeld
2016-09-29
1
-4/+0
*
Added path to source include files when building buidiface.
M. Scot Breitenfeld
2016-09-26
1
-1/+1
*
Added rule to build buildiface program, without a rule, build would add repea...
M. Scot Breitenfeld
2016-09-26
1
-2/+6
*
[svn-r27663] Removed the lines:
Scot Breitenfeld
2015-09-02
1
-5/+0
*
[svn-r27625] Added preprocessor commands for PGI compiler.
Scot Breitenfeld
2015-08-31
1
-8/+8
*
[svn-r27537] Added new FCCPPFLAGS to avoid passing CPPFLAGS to the fortran pr...
Scot Breitenfeld
2015-08-20
1
-1/+1
*
[svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.
Scot Breitenfeld
2015-08-11
1
-36/+25
*
[svn-r27489] reverted merge of branch
Scot Breitenfeld
2015-08-11
1
-25/+36
*
[svn-r27375] Moved generating Fortran 'test' code from the fortran src direct...
Scot Breitenfeld
2015-07-13
1
-1/+20
*
[svn-r27134] Switched to uses a verify for each kind for the tests. Testing q...
Scot Breitenfeld
2015-06-01
1
-2/+2
*
[svn-r26869] removed the --enable-fortran2003 option, it is now just --enable...
Scot Breitenfeld
2015-04-21
1
-17/+3
*
[svn-r26847] combined H5test_kind programs
Scot Breitenfeld
2015-04-20
1
-17/+1
*
[svn-r25290] Fix for:
Scot Breitenfeld
2014-06-16
1
-0/+4
*
[svn-r25286] Fix for:
Scot Breitenfeld
2014-06-16
1
-1/+13
*
[svn-r25169] Removed duplicate tests in fortranlib_test_1_8.f90 and fortranli...
Scot Breitenfeld
2014-05-06
1
-2/+2
*
[svn-r24978] Removed the .mod (and .raw) files when make clean is issued.
Scot Breitenfeld
2014-04-07
1
-1/+12
*
[svn-r24967] Maintenance: Reorganized and cleaned the code to remove compiler...
Elena Pourmal
2014-04-06
1
-8/+8
*
[svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS ins...
Allen Byrne
2014-03-31
1
-1/+1
*
[svn-r23293] Fix for HDFFV-8268: Fortran wrapper for H5Fget_file_image function.
Scot Breitenfeld
2013-02-18
1
-1/+1
*
[svn-r22827] HDFFV-8007: Add missing H5O Fortran functions.
Scot Breitenfeld
2012-09-27
1
-1/+1
*
[svn-r22510] Enabled the compilation of tH5E_F03.f90
Scot Breitenfeld
2012-07-03
1
-5/+1
*
[svn-r22504] Maintenance:
Elena Pourmal
2012-06-29
1
-1/+5
*
[svn-r21248] Mereged the F2003 branch into the trunk.
Scot Breitenfeld
2011-08-18
1
-2/+21
*
[svn-r17616] Purpose:
Mike McGreevy
2009-10-08
1
-2/+2
*
[svn-r15074] Maintenance: This check-in should fix daily tests failures:
Elena Pourmal
2008-05-27
1
-33/+0
*
[svn-r15070] Description:
Scot Breitenfeld
2008-05-23
1
-2/+2
*
[svn-r15069] Purpose:
Scot Breitenfeld
2008-05-23
1
-0/+25
*
[svn-r15067] Maintenance: Daily tests failed on several platforms due to the ...
Elena Pourmal
2008-05-22
1
-4/+4
*
[svn-r15054] Purpose:
Scot Breitenfeld
2008-05-21
1
-0/+9
*
[svn-r15036] Bug fix.
Albert Cheng
2008-05-19
1
-1/+1
*
[svn-r14962] Removed dependency on unused routines for the fortranlib_test_1_8
Scot Breitenfeld
2008-05-09
1
-2/+1
*
[svn-r14923] Maintenance: This check-in merges changes from the fortran_1_8 b...
Elena Pourmal
2008-05-03
1
-6/+8
*
[svn-r14903] Undoing change committed in r14902.
Scot Breitenfeld
2008-04-30
1
-8/+6
*
[svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. N...
Scot Breitenfeld
2008-04-30
1
-6/+8
*
[svn-r13264] Updated Makefile.am with new THG copyright notice.
Albert Cheng
2007-02-07
1
-2/+3
*
[svn-r12431] Purpose:
James Laird
2006-06-21
1
-1/+1
*
[svn-r12229] Purpose:
Pedro Vicente Nunes
2006-04-12
1
-1/+1
*
[svn-r11418] Purpose:
James Laird
2005-09-15
1
-0/+8
*
[svn-r11411] Purpose:
James Laird
2005-09-13
1
-6/+1
*
[svn-r11202] Purpose:
Albert Cheng
2005-08-04
1
-0/+3
[next]