summaryrefslogtreecommitdiff
path: root/src/tools/pginclude/cpluspluscheck
Commit message (Expand)AuthorAgeFilesLines
* pg_dump: Add support for zstd compressionTomas Vondra2023-04-051-0/+1
* Tighten header pre-inclusions in headerscheck and cpluspluscheck.Tom Lane2023-03-041-3/+29
* Add LZ4 compression to pg_dumpTomas Vondra2023-02-231-0/+1
* Introduce a generic pg_dump compression APITomas Vondra2023-02-231-0/+2
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Fix `trap` in a few shell scriptsAlvaro Herrera2022-09-201-1/+1
* Fix failure to build gramparse.h standalone in vpath buildsJohn Naylor2022-09-141-0/+2
* Move gramparse.h to src/backend/parserJohn Naylor2022-09-141-1/+0
* Adjust header exceptions for 0bd9c6297John Naylor2022-09-131-1/+1
* Fix cplusplusscheck in vpath buildsJohn Naylor2022-09-061-0/+2
* Add missing exceptions to cpluspluscheckJohn Naylor2022-09-061-0/+8
* Fix headerscheck and cpluspluscheck's exit codes.Thomas Munro2022-08-161-2/+8
* Add new win32 header to headerscheck and cpluspluscheckThomas Munro2022-08-141-0/+1
* Remove configure probe for sys/resource.h and refactor.Thomas Munro2022-08-141-4/+1
* Exclude nodetags.h from headerscheck and cpluspluscheck.Tom Lane2022-07-091-0/+4
* Remove HP/Intel Itanium support.Thomas Munro2022-07-081-1/+0
* Remove HP-UX port.Thomas Munro2022-07-081-1/+0
* Add missing include guard to win32ntdll.h.Thomas Munro2022-01-121-0/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Add exception for unicode_east_asian_fw_table.h to cpluspluscheckJohn Naylor2021-09-231-0/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Fix up recent breakage of headerscheck and cpluspluscheck.Tom Lane2020-03-211-0/+1
* Blacklist port/win32_msvc/utime.h in cpluspluscheck and headerscheck.Tom Lane2020-03-021-0/+1
* Add exclusion to headercheckPeter Eisentraut2020-01-241-0/+3
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* For all ppc compilers, implement compare_exchange and fetch_add with asm.Noah Misch2019-10-181-1/+0
* Add "headerscheck" script to test header-file compilability under C.Tom Lane2019-08-191-0/+5
* Make cpluspluscheck more portable.Tom Lane2019-06-021-3/+17
* Un-break ecpg tests for Windows.Tom Lane2019-06-021-0/+2
* Improve coverage of cpluspluscheck.Tom Lane2019-05-311-28/+116
* Integrate cpluspluscheck into build system.Andres Freund2019-05-311-3/+23
* cpluspluscheck: Update include pathPeter Eisentraut2016-04-111-1/+1
* Exclude utils/probes.h and pg_trace.h from cpluspluscheckPeter Eisentraut2013-03-011-1/+5
* Exclude access/rmgrlist.h from cpluspluscheckPeter Eisentraut2013-02-081-0/+2
* Don't include postgres.h in postgres_fe.h for cpluspluscheck.Andrew Dunstan2012-12-181-1/+1
* Mark cpluspluscheck as excutable in git.Bruce Momjian2011-08-221-0/+0
* Remove -fno-operator-names switch from cpluspluscheck.Tom Lane2010-12-271-3/+1
* Rearrange cpluspluscheck to check just one .h file at a time.Tom Lane2010-12-271-25/+26
* Tweak cpluspluscheck to avoid directly #include'ing gram.h.Tom Lane2010-12-271-6/+8
* Make backend header files C++ safePeter Eisentraut2009-07-161-0/+33