summaryrefslogtreecommitdiff
path: root/test cases/d/7 multilib/meson.build
AgeCommit message (Collapse)Author
2023-04-11Change "can not" to "cannot" throughout projectHiPhish
The word "cannot" expresses inability to do something whereas "can not" expresses the ability to refrain from doing something.
2017-10-28Test GDC shared libraries only from version 8, since 7 is broken in Debian ↵Jussi Pakkanen
at least.
2017-08-29d: Newer GDC versions can compile shared librariesMatthias Klumpp
Actually, GDC supports shared libraries since version 6.2, but on Debian there are still issues with that version due to the standard library not being compiled with PIC. Therefore, we make a very conservative assumption here and only enable the tests for GDC >= 7.0
2017-04-15d: Add testcase for linking multiple versioned shared librariesMatthias Klumpp