summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)AuthorFilesLines
2017-09-10m4: MSVC defines __cplusplus as 199711L stillMiklos Vajna1-1/+1
See e.g. <https://stackoverflow.com/questions/37503029/cplusplus-is-equal-to-199711-in-msvc-does-it-support-c11>, on MSVC we can't depend on the value of __cplusplus, since that one is a too low value, even if everything else works fine.
2017-07-29suppress GCC 7 fallthrough warningDavid Tardon1-0/+65
Change-Id: I6a1da60f75130e897191f20910aab9a3a46b5b57
2017-04-15move check for __attribute__((format)) to configureDavid Tardon1-0/+226
Change-Id: I7ac89d2c40cb6b863ca31e1529ee3f261952c1e5
2017-04-15switch to C++11David Tardon2-0/+1021
Change-Id: I049fc4bf37667192b0ae997ad150cde3632d8df3
2017-04-15only ignore generated files in m4David Tardon1-0/+2
Change-Id: Ibb9e5bf67157a0a5cb3989ed4e0e36027f702fb0