aboutsummaryrefslogtreecommitdiff
path: root/src/tools/pginclude/cpluspluscheck
Commit message (Expand)AuthorAge
* Fix up recent breakage of headerscheck and cpluspluscheck.Tom Lane2020-03-21
* Blacklist port/win32_msvc/utime.h in cpluspluscheck and headerscheck.Tom Lane2020-03-02
* Add exclusion to headercheckPeter Eisentraut2020-01-24
* Update copyrights for 2020Bruce Momjian2020-01-01
* For all ppc compilers, implement compare_exchange and fetch_add with asm.Noah Misch2019-10-18
* Add "headerscheck" script to test header-file compilability under C.Tom Lane2019-08-19
* Make cpluspluscheck more portable.Tom Lane2019-06-02
* Un-break ecpg tests for Windows.Tom Lane2019-06-02
* Improve coverage of cpluspluscheck.Tom Lane2019-05-31
* Integrate cpluspluscheck into build system.Andres Freund2019-05-31
* cpluspluscheck: Update include pathPeter Eisentraut2016-04-11
* Exclude utils/probes.h and pg_trace.h from cpluspluscheckPeter Eisentraut2013-03-01
* Exclude access/rmgrlist.h from cpluspluscheckPeter Eisentraut2013-02-08
* Don't include postgres.h in postgres_fe.h for cpluspluscheck.Andrew Dunstan2012-12-18
* Mark cpluspluscheck as excutable in git.Bruce Momjian2011-08-22
* Remove -fno-operator-names switch from cpluspluscheck.Tom Lane2010-12-27
* Rearrange cpluspluscheck to check just one .h file at a time.Tom Lane2010-12-27
* Tweak cpluspluscheck to avoid directly #include'ing gram.h.Tom Lane2010-12-27
* Make backend header files C++ safePeter Eisentraut2009-07-16