summaryrefslogtreecommitdiff
path: root/src/tools/msvc/Project.pm
AgeCommit message (Expand)Author
2023-12-20Remove MSVC scriptsMichael Paquier
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-26windows: remove date from version number in win32ver.rcAndres Freund
2022-07-18Default to hidden visibility for extension libraries where possibleAndres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-30Disable unused-variable warning C4101 in MSVCDaniel Gustafsson
2021-08-09Remove some special cases from MSVC build scriptsDavid Rowley
2021-07-28Don't duplicate references and libraries in MSVC scriptsDavid Rowley
2021-07-28Make the includes field an array in MSVC build scriptsDavid Rowley
2021-07-28Use the AddFile function consistently in MSVC build scriptsDavid Rowley
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2020-04-13Use perl's $/ more idiomaticallyAndrew Dunstan
2020-02-21Allow running src/tools/msvc/mkvcbuild.pl under not WindowsPeter Eisentraut
2020-01-15Remove libpq.rc, use win32ver.rc for libpqPeter Eisentraut
2019-10-04Handle spaces in OpenSSL install location for MSVCAndrew Dunstan
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2018-05-31Fix compile-time warnings on all perl codeAndrew Dunstan
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-09Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan
2018-04-27perltidy: Add option --nooutdent-long-commentsPeter Eisentraut
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2017-03-27Clean up Perl code according to perlcriticPeter Eisentraut
2016-11-08Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.Noah Misch
2016-06-03Fix various common mispellings.Greg Stark
2015-05-24pgindent run for 9.5Bruce Momjian
2015-04-25Replace backslashes by forward slashes in MSVC build codePeter Eisentraut
2014-08-19Finish adding file version information to installed Windows binaries.Noah Misch
2014-07-14MSVC: Process Makefile line continuations more like "make" does.Noah Misch
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-01-31Properly zero-pad the day-of-year part of the win32 build numberMagnus Hagander
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-02-29Move CRC tables to libpgport, and provide them in a separate include file.Tom Lane
2012-01-03Support for building with MS Visual Studio 2010.Andrew Dunstan
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-09Perltidy run over the MSVC build system files, to clean up code formattingMagnus Hagander
2010-01-05Disable linker warning 4197 on Win64, that is caused by the fact that we exportMagnus Hagander
2010-01-02Silence compiler warning about size of size_t being larger than the resultMagnus Hagander
2010-01-01Detect a 64-bit build environment on Windows, and generate the appropriateMagnus Hagander
2009-12-23Add basic build support for Visual Studio 2008, without resorting toMagnus Hagander
2009-11-12Remove plpgsql's separate lexer (finally!), in favor of using the core lexerTom Lane
2009-07-27Enable the use of multiple CPUs/cores when building on MSVC. This onlyMagnus Hagander
2008-04-15Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from Andrea...Andrew Dunstan
2008-02-19Un-break msvc port yet again (it started pulling in the DarwinMagnus Hagander
2008-02-17Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane
2008-02-05Handle libraries in directories with spaces in them.Magnus Hagander
2007-12-11Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it'sMagnus Hagander