- 12 Jan, 2018 1 commit
-
-
Andreas Marek authored
-
- 11 Jan, 2018 1 commit
-
-
Andreas Marek authored
-
- 10 Jan, 2018 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 01 Jan, 2018 1 commit
-
-
Andreas Marek authored
-
- 27 Dec, 2017 1 commit
-
-
Andreas Marek authored
An error has been reported that the detection of PAPI did not work correctly.
-
- 01 Dec, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 27 Nov, 2017 1 commit
-
-
Andreas Marek authored
-
- 23 Nov, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 18 Nov, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 15 Nov, 2017 1 commit
-
-
Andreas Marek authored
-
- 13 Nov, 2017 1 commit
-
-
Andreas Marek authored
-
- 01 Nov, 2017 1 commit
-
-
Andreas Marek authored
-
- 31 Aug, 2017 1 commit
-
-
Andreas Marek authored
This release contains bugfixes for ELPA 2017.05.001
-
- 30 Aug, 2017 1 commit
-
-
Andreas Marek authored
-
- 22 Aug, 2017 1 commit
-
-
Lorenz Huedepohl authored
Debian/Ubuntus default "awk" is from 1996 and does not understand negated character lists (such as every non-comma letter: [^,]). Let's hope 1996 perl does. This fixes issue #56
-
- 10 Aug, 2017 1 commit
-
-
Lorenz Huedepohl authored
with obvious meaning
-
- 05 Aug, 2017 1 commit
-
-
Andreas Marek authored
-
- 14 Jul, 2017 1 commit
-
-
Lorenz Huedepohl authored
PGI has problems with elpa_int_value_to_string() where we return a variable-length string pointer. A workaround for now is to copy the string into a non-pointer variable of the same length. This closes issue #55
-
- 07 Jul, 2017 1 commit
-
-
Lorenz Huedepohl authored
-
- 02 Jul, 2017 1 commit
-
-
Andreas Marek authored
-
- 30 Jun, 2017 1 commit
-
-
Andreas Marek authored
-
- 02 Jun, 2017 1 commit
-
-
Andreas Marek authored
-
- 01 Jun, 2017 1 commit
-
-
Lorenz Huedepohl authored
- Remove all use of ELPA internal modules, the test programs now only use the public ELPA API. This is now enforced, by hiding the private modules - Prefix all test internal modules with "test_" to make it really clear that these modules are not to be used by users.
-
- 24 May, 2017 2 commits
-
-
Lorenz Huedepohl authored
The intention is that this release still provides the old interface with only the new API functions as an addition. Thus, the libtool 'current' and 'age' fields are both incremented by 1. For the RPM spec file this means that the 'so_version' macro still has the value '8'
-
Andreas Marek authored
-
- 18 May, 2017 1 commit
-
-
Andreas Marek authored
-
- 17 May, 2017 1 commit
-
-
Lorenz Huedepohl authored
-
- 16 May, 2017 4 commits
-
-
Lorenz Huedepohl authored
The legacy API is has been (internally) ported to use the new interface. The intent is that users of the legacy API do not have to change their codes. Next step is to completely adapt the .gitlab-ci.yml file
-
Lorenz Huedepohl authored
It was previously not possible to disable this flag
-
Lorenz Huedepohl authored
Still missing is the compatibility layer, currently it only compiles when configure is called with --disable-legacy Also, a more general solution to parameter passing via environment variables would be nice.
-
Lorenz Huedepohl authored
-
- 15 May, 2017 1 commit
-
-
Lorenz Huedepohl authored
This reverts commit 64ec6ec2.
-
- 27 Apr, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 26 Apr, 2017 1 commit
-
-
Lorenz Huedepohl authored
PGI's compiler wants -module as the flag to specify the module output directory. Sadly, this is also a libtool argument, resulting in much sorrow. Thus, we have to escape -module by prefixing it with -Xcompiler. Sadly libtool is not used everywhere by automake, thus we have to remove it again in those cases were it would be passed to the compiler and cause sorrow there. Sad story. But with a happy ending?
-
- 24 Apr, 2017 1 commit
-
-
Lorenz Huedepohl authored
Sometimes the compiler is used with the manual_cpp wrapper, do not invoke this for linking
-