aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2021-10-28Only allocate a single chunk of memory on startup.devel/coarray_nativeNicolas Koenig5-138/+31
2021-10-04Take memory from envirnoment variables; document those.Thomas Koenig3-13/+55
2021-09-24Install libcaf_shared libraries in the same directory as libgfortran.Thomas Koenig3-66/+26
2021-09-24Add correct link flags to libgfortran.spec.in.Thomas Koenig6-58/+111
2021-09-13Merged current trunk to branch.Thomas Koenig788-1551/+2308
2021-01-17Use an initial shared memory size of 256 GB on Apple.Thomas Koenig1-0/+9
2021-01-17Add test cases for atomic subroutines, remove atomics from TODO.Thomas Koenig1-1/+0
2021-01-10Add error checking to mutexes and condition variables.Thomas Koenig1-8/+17
2021-01-05Fix CO_REDUCE with RESULT_IMAGE.Thomas Koenig1-1/+1
2021-01-03Merge branch 'master' into devel/coarray_nativeThomas Koenig9-49/+106
2021-01-01Make SYNC IMAGES(*) work by handling size of -1 in library.Thomas Koenig3-17/+40
2020-12-30Make STAT and ERRMSG work on ALLOCATE, move error handling to library.Thomas Koenig3-38/+100
2020-12-27Fix for broken MacOS limitation for name length of shm_open.Thomas Koenig1-2/+18
2020-12-27Fix errors introduced by last commit.Thomas Koenig1-0/+4
2020-12-23Mention we also need automated linking.Thomas Koenig1-1/+1
2020-12-23Add TODOs in README.native_coarrays.Thomas Koenig1-0/+9
2020-12-23Add offset to allocatable shared coarrays.Thomas Koenig1-3/+5
2020-12-06Daily bump.GCC Administrator1-0/+5
2020-12-05Darwin : Update libtool and dependencies for Darwin20 [PR97865]Iain Sandoe1-16/+18
2020-11-30Daily bump.GCC Administrator1-0/+4
2020-11-29Fix hppa64-hpux11 build to remove source paths from embedded path.John David Anglin1-4/+4
2020-11-28Fix memory calculation in get_master.Thomas Koenig1-1/+1
2020-11-27Use size of correct struct in allocation for sync interface.Thomas Koenig2-1/+2
2020-11-27Daily bump.GCC Administrator1-0/+22
2020-11-26libgfortran: Verify the presence of all functions for POSIX 2008 localeMaciej W. Rozycki4-9/+13
2020-11-26libgfortran: Correct FP feature macro checksMaciej W. Rozycki1-6/+6
2020-11-22Daily bump.GCC Administrator1-0/+5
2020-11-21Darwin, libgfortran : Do not use environ directly from the library.Iain Sandoe1-0/+5
2020-11-15Rename directory from nca to caf_shared; also rename some files.Nicolas Koenig36-190/+190
2020-11-15Do not do overflow checks on allocating shared coarrays; reformatting.Nicolas Koenig10-411/+434
2020-11-09Fix test for size of memory allocation.Thomas Koenig1-1/+1
2020-11-08Implement stat and errmsg.Nicolas Koenig25-545/+1018
2020-11-02Daily bump.GCC Administrator1-0/+8
2020-10-30PR libfortran/97581 - clean up size calculation of random generator stateHarald Anlauf1-15/+17
2020-10-28Merge branch 'master' into devel/coarray_native.Thomas Koenig43-1348/+1403
2020-10-27Always include libgfortran.h first; sanitize header dependencies.Thomas Koenig11-44/+14
2020-10-19Daily bump.GCC Administrator1-0/+31
2020-10-18PR libfortran/97063 - Wrong result for vector (step size is negative) * matrixHarald Anlauf27-1288/+1288
2020-10-18Implement comments from review.Nicolas KÃnig29-938/+429
2020-10-11Change name of option to -fcoarray=shared and library name to libcaf_shared.Nicolas KÃnig4-259/+259
2020-09-29Daily bump.GCC Administrator1-0/+19
2020-09-28libgfortran/m4/unpack.m4: Silence -Wmaybe-uninitializedTobias Burnus14-56/+56
2020-09-28Daily bump.GCC Administrator1-0/+4
2020-09-27aix: Use $(AR) without -X32_64 to build FAT libraries.Clément Chigot1-4/+5
2020-09-23Add README.native_coarrays.Nicolas KÃnig1-0/+35
2020-09-23Initial commit of coarray_native branch.I'm not telling you my name, idiot39-33/+10958
2020-09-04Daily bump.GCC Administrator1-0/+9
2020-09-03PR fortran/96890 - Wrong answer with intrinsic IALLHarald Anlauf6-6/+6
2020-08-25Daily bump.GCC Administrator1-0/+6
2020-08-24Fortran : get_environment_variable runtime error PR96486Mark Eggleston1-5/+2