index
:
gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libgfortran
/
caf
Age
Commit message (
Expand
)
Author
2025-04-22
Fortran: Various fixes on F2018 teams.
Andre Vehreschild
2025-04-22
Fortran: Add teams support in image_index and num_images for F2018
Andre Vehreschild
2025-04-22
Fortran: Add team-support to this_image [PR87326]
Andre Vehreschild
2025-04-22
Fortran: Update get_team, team_number and image_status to F2018 [PR88154, PR8...
Andre Vehreschild
2025-04-22
Fortran: Improve F2018 TEAM handling [PR87326, PR87556, PR88254, PR103896]
Andre Vehreschild
2025-04-22
Fortran: Unify handling of STAT= and ERRMSG= optional arguments [PR87939]
Andre Vehreschild
2025-02-21
Fortran: Fix build on solaris [PR107635]
Andre Vehreschild
2025-02-20
Fortran: Remove deprecated coarray routines [PR107635]
Andre Vehreschild
2025-02-20
Fortran: Add transfer_between_remotes [PR107635]
Andre Vehreschild
2025-02-20
Fortran: Add send_to_remote [PR107635]
Andre Vehreschild
2025-02-20
Fortran: Add caf_is_present_on_remote. [PR107635]
Andre Vehreschild
2025-02-20
Fortran: Allow to use non-pure/non-elemental functions in coarray indexes [PR...
Andre Vehreschild
2025-02-20
Fortran: Prepare for more caf-rework. [PR107635]
Andre Vehreschild
2025-02-20
Fortran: Move caf_get-rewrite to coarray.cc [PR107635]
Andre Vehreschild
2025-01-02
Update copyright years.
Jakub Jelinek
2024-12-24
libgfortran: Fix build for targets with int32_t=long int
Hans-Peter Nilsson
2024-12-22
Fortran: Replace getting of coarray data with accessor-based version. [PR107635]
Andre Vehreschild
2024-12-20
Fortran: Fix caf_stop_numeric and reporting exceptions from caf [PR57598]
Andre Vehreschild
2024-08-20
Fortran: Fix [Coarray] ICE in conv_caf_send, at fortran/trans-intrinsic.c:195...
Andre Vehreschild
2024-01-03
Update copyright years.
Jakub Jelinek
2023-05-08
fortran: Fix coding style around free()
Bernhard Reutner-Fischer
2023-05-08
fortran: Remove conditionals around free()
Bernhard Reutner-Fischer
2023-01-16
Update copyright years.
Jakub Jelinek
2022-06-28
fortran, libgfortran: Avoid using libquadmath for glibc 2.26+
Jakub Jelinek
2022-01-03
Update copyright years.
Jakub Jelinek
2021-05-22
Steve Kargl <kargl@gcc.gnu.org>
Andre Vehreschild
2021-01-04
Update copyright years.
Jakub Jelinek
2020-08-03
libgfortran/caf/single.c: Fix typo.
Tobias Burnus
2020-01-01
Update copyright years.
Jakub Jelinek
2019-03-05
re PR libfortran/89593 (warning "passing argument 3 of ‘_gfortran_caf_{get,...
Jakub Jelinek
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
2019-01-01
Update copyright years.
Jakub Jelinek
2018-02-23
PR 84519 Handle optional QUIET specifier for STOP and ERROR STOP
Janne Blomqvist
2018-02-22
Character length cleanup for Coarray Fortran library
Janne Blomqvist
2018-02-19
gfortran.texi: Document additional src/dst_type.
Andre Vehreschild
2018-01-25
re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...
Paul Thomas
2018-01-03
Update copyright years.
Jakub Jelinek
2017-03-05
check.c (positive_check): Add new function checking constant for being greate...
Andre Vehreschild
2017-01-13
re PR fortran/70696 ([Coarray] ICE on EVENT POST of host-associated EVENT_TYP...
Andre Vehreschild
2017-01-07
re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...
Andre Vehreschild
2017-01-01
Update copyright years.
Jakub Jelinek
2016-11-30
single.c (_gfortran_caf_get_by_ref): Prevent compile time warning.
Andre Vehreschild
2016-11-30
single.c (_gfortran_caf_is_present): Prevent fallthrough warnings.
Andre Vehreschild
2016-11-30
libcaf.h: Add new action types for (de-)registration of allocatable component...
Andre Vehreschild
2016-10-01
re PR libfortran/77663 (libgfortran/caf/single.c: three minor problems and a ...
Andre Vehreschild
2016-09-19
libcaf.h: Add caf_reference_type.
Andre Vehreschild
2016-07-22
libcaf.h: Add parameter stat to caf_get() and caf_send()'s function prototypes.
Andre Vehreschild
2016-03-28
STOP managed by external library when coarrays are used
Alessandro Fanfarillo
2016-01-04
Update copyright years.
Jakub Jelinek
2015-12-02
check.c (gfc_check_event_query): New function.
Tobias Burnus
[next]