aboutsummaryrefslogtreecommitdiff
path: root/src/tools/pginclude/cpluspluscheck
Commit message (Expand)AuthorAge
* Combine headerscheck and cpluspluscheck scriptsPeter Eisentraut2024-03-10
* Remove AIX supportHeikki Linnakangas2024-02-28
* Generate syscache info from catalog filesPeter Eisentraut2024-01-23
* Update copyright for 2024Bruce Momjian2024-01-03
* pg_dump: Add support for zstd compressionTomas Vondra2023-04-05
* Tighten header pre-inclusions in headerscheck and cpluspluscheck.Tom Lane2023-03-04
* Add LZ4 compression to pg_dumpTomas Vondra2023-02-23
* Introduce a generic pg_dump compression APITomas Vondra2023-02-23
* Update copyright for 2023Bruce Momjian2023-01-02
* Fix `trap` in a few shell scriptsAlvaro Herrera2022-09-20
* Fix failure to build gramparse.h standalone in vpath buildsJohn Naylor2022-09-14
* Move gramparse.h to src/backend/parserJohn Naylor2022-09-14
* Adjust header exceptions for 0bd9c6297John Naylor2022-09-13
* Fix cplusplusscheck in vpath buildsJohn Naylor2022-09-06
* Add missing exceptions to cpluspluscheckJohn Naylor2022-09-06
* Fix headerscheck and cpluspluscheck's exit codes.Thomas Munro2022-08-16
* Add new win32 header to headerscheck and cpluspluscheckThomas Munro2022-08-14
* Remove configure probe for sys/resource.h and refactor.Thomas Munro2022-08-14
* Exclude nodetags.h from headerscheck and cpluspluscheck.Tom Lane2022-07-09
* Remove HP/Intel Itanium support.Thomas Munro2022-07-08
* Remove HP-UX port.Thomas Munro2022-07-08
* Add missing include guard to win32ntdll.h.Thomas Munro2022-01-12
* Update copyright for 2022Bruce Momjian2022-01-07
* Add exception for unicode_east_asian_fw_table.h to cpluspluscheckJohn Naylor2021-09-23
* Update copyright for 2021Bruce Momjian2021-01-02
* 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