summaryrefslogtreecommitdiff
path: root/libgfortran/caf
AgeCommit message (Expand)Author
2025-04-22Fortran: Various fixes on F2018 teams.Andre Vehreschild
2025-04-22Fortran: Add teams support in image_index and num_images for F2018Andre Vehreschild
2025-04-22Fortran: Add team-support to this_image [PR87326]Andre Vehreschild
2025-04-22Fortran: Update get_team, team_number and image_status to F2018 [PR88154, PR8...Andre Vehreschild
2025-04-22Fortran: Improve F2018 TEAM handling [PR87326, PR87556, PR88254, PR103896]Andre Vehreschild
2025-04-22Fortran: Unify handling of STAT= and ERRMSG= optional arguments [PR87939]Andre Vehreschild
2025-02-21Fortran: Fix build on solaris [PR107635]Andre Vehreschild
2025-02-20Fortran: Remove deprecated coarray routines [PR107635]Andre Vehreschild
2025-02-20Fortran: Add transfer_between_remotes [PR107635]Andre Vehreschild
2025-02-20Fortran: Add send_to_remote [PR107635]Andre Vehreschild
2025-02-20Fortran: Add caf_is_present_on_remote. [PR107635]Andre Vehreschild
2025-02-20Fortran: Allow to use non-pure/non-elemental functions in coarray indexes [PR...Andre Vehreschild
2025-02-20Fortran: Prepare for more caf-rework. [PR107635]Andre Vehreschild
2025-02-20Fortran: Move caf_get-rewrite to coarray.cc [PR107635]Andre Vehreschild
2025-01-02Update copyright years.Jakub Jelinek
2024-12-24libgfortran: Fix build for targets with int32_t=long intHans-Peter Nilsson
2024-12-22Fortran: Replace getting of coarray data with accessor-based version. [PR107635]Andre Vehreschild
2024-12-20Fortran: Fix caf_stop_numeric and reporting exceptions from caf [PR57598]Andre Vehreschild
2024-08-20Fortran: Fix [Coarray] ICE in conv_caf_send, at fortran/trans-intrinsic.c:195...Andre Vehreschild
2024-01-03Update copyright years.Jakub Jelinek
2023-05-08fortran: Fix coding style around free()Bernhard Reutner-Fischer
2023-05-08fortran: Remove conditionals around free()Bernhard Reutner-Fischer
2023-01-16Update copyright years.Jakub Jelinek
2022-06-28fortran, libgfortran: Avoid using libquadmath for glibc 2.26+Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-05-22Steve Kargl <kargl@gcc.gnu.org>Andre Vehreschild
2021-01-04Update copyright years.Jakub Jelinek
2020-08-03libgfortran/caf/single.c: Fix typo.Tobias Burnus
2020-01-01Update copyright years.Jakub Jelinek
2019-03-05re PR libfortran/89593 (warning "passing argument 3 of ‘_gfortran_caf_{get,...Jakub Jelinek
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-02-23PR 84519 Handle optional QUIET specifier for STOP and ERROR STOPJanne Blomqvist
2018-02-22Character length cleanup for Coarray Fortran libraryJanne Blomqvist
2018-02-19gfortran.texi: Document additional src/dst_type.Andre Vehreschild
2018-01-25re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas
2018-01-03Update copyright years.Jakub Jelinek
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild
2017-01-13re PR fortran/70696 ([Coarray] ICE on EVENT POST of host-associated EVENT_TYP...Andre Vehreschild
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild
2017-01-01Update copyright years.Jakub Jelinek
2016-11-30single.c (_gfortran_caf_get_by_ref): Prevent compile time warning.Andre Vehreschild
2016-11-30single.c (_gfortran_caf_is_present): Prevent fallthrough warnings.Andre Vehreschild
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild
2016-10-01re PR libfortran/77663 (libgfortran/caf/single.c: three minor problems and a ...Andre Vehreschild
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild
2016-07-22libcaf.h: Add parameter stat to caf_get() and caf_send()'s function prototypes.Andre Vehreschild
2016-03-28STOP managed by external library when coarrays are usedAlessandro Fanfarillo
2016-01-04Update copyright years.Jakub Jelinek
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus