1. 11 Jun, 2019 4 commits
  2. 10 Jun, 2019 4 commits
  3. 09 Jun, 2019 4 commits
  4. 08 Jun, 2019 5 commits
  5. 07 Jun, 2019 3 commits
  6. 06 Jun, 2019 6 commits
  7. 05 Jun, 2019 4 commits
  8. 04 Jun, 2019 4 commits
  9. 03 Jun, 2019 5 commits
  10. 02 Jun, 2019 1 commit
    • Tom Lane's avatar
      Make cpluspluscheck more portable. · f4755a2c
      Tom Lane authored
      Teach it to scrape -I and -D switches from CPPFLAGS in Makefile.global.
      This is useful for testing on, eg, FreeBSD, where you won't get far
      without "-I/usr/local/include".
      
      Also, expand the set of blacklisted-for-unportability atomics headers,
      based on noting that arch-x86.h fails to compile on an ARM box.  The
      other ones I'd omitted seem to compile all right on architectures they
      don't belong to, but that's surely too shaky to rely on.  Let's do
      like we did for the src/include/port/ headers, and ignore all except
      the variant that's pulled in by the arch-independent header.
      f4755a2c