aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)Author
2021-10-28Only allocate a single chunk of memory on startup.devel/coarray_nativeNicolas Koenig
2021-10-04Take memory from envirnoment variables; document those.Thomas Koenig
2021-09-24Install libcaf_shared libraries in the same directory as libgfortran.Thomas Koenig
2021-09-24Add correct link flags to libgfortran.spec.in.Thomas Koenig
2021-09-13Merged current trunk to branch.Thomas Koenig
2021-01-17Use an initial shared memory size of 256 GB on Apple.Thomas Koenig
2021-01-17Add test cases for atomic subroutines, remove atomics from TODO.Thomas Koenig
2021-01-10Add error checking to mutexes and condition variables.Thomas Koenig
2021-01-05Fix CO_REDUCE with RESULT_IMAGE.Thomas Koenig
2021-01-03Merge branch 'master' into devel/coarray_nativeThomas Koenig
2021-01-01Make SYNC IMAGES(*) work by handling size of -1 in library.Thomas Koenig
2020-12-30Make STAT and ERRMSG work on ALLOCATE, move error handling to library.Thomas Koenig
2020-12-27Fix for broken MacOS limitation for name length of shm_open.Thomas Koenig
2020-12-27Fix errors introduced by last commit.Thomas Koenig
2020-12-23Mention we also need automated linking.Thomas Koenig
2020-12-23Add TODOs in README.native_coarrays.Thomas Koenig
2020-12-23Add offset to allocatable shared coarrays.Thomas Koenig
2020-12-06Daily bump.GCC Administrator
2020-12-05Darwin : Update libtool and dependencies for Darwin20 [PR97865]Iain Sandoe
2020-11-30Daily bump.GCC Administrator
2020-11-29Fix hppa64-hpux11 build to remove source paths from embedded path.John David Anglin
2020-11-28Fix memory calculation in get_master.Thomas Koenig
2020-11-27Use size of correct struct in allocation for sync interface.Thomas Koenig
2020-11-27Daily bump.GCC Administrator
2020-11-26libgfortran: Verify the presence of all functions for POSIX 2008 localeMaciej W. Rozycki
2020-11-26libgfortran: Correct FP feature macro checksMaciej W. Rozycki
2020-11-22Daily bump.GCC Administrator
2020-11-21Darwin, libgfortran : Do not use environ directly from the library.Iain Sandoe
2020-11-15Rename directory from nca to caf_shared; also rename some files.Nicolas Koenig
2020-11-15Do not do overflow checks on allocating shared coarrays; reformatting.Nicolas Koenig
2020-11-09Fix test for size of memory allocation.Thomas Koenig
2020-11-08Implement stat and errmsg.Nicolas Koenig
2020-11-02Daily bump.GCC Administrator
2020-10-30PR libfortran/97581 - clean up size calculation of random generator stateHarald Anlauf
2020-10-28Merge branch 'master' into devel/coarray_native.Thomas Koenig
2020-10-27Always include libgfortran.h first; sanitize header dependencies.Thomas Koenig
2020-10-19Daily bump.GCC Administrator
2020-10-18PR libfortran/97063 - Wrong result for vector (step size is negative) * matrixHarald Anlauf
2020-10-18Implement comments from review.Nicolas KÃnig
2020-10-11Change name of option to -fcoarray=shared and library name to libcaf_shared.Nicolas KÃnig
2020-09-29Daily bump.GCC Administrator
2020-09-28libgfortran/m4/unpack.m4: Silence -Wmaybe-uninitializedTobias Burnus
2020-09-28Daily bump.GCC Administrator
2020-09-27aix: Use $(AR) without -X32_64 to build FAT libraries.Clément Chigot
2020-09-23Add README.native_coarrays.Nicolas KÃnig
2020-09-23Initial commit of coarray_native branch.I'm not telling you my name, idiot
2020-09-04Daily bump.GCC Administrator
2020-09-03PR fortran/96890 - Wrong answer with intrinsic IALLHarald Anlauf
2020-08-25Daily bump.GCC Administrator
2020-08-24Fortran : get_environment_variable runtime error PR96486Mark Eggleston