summaryrefslogtreecommitdiff
path: root/src/tools/msvc/build.pl
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-08Update copyright for 2022Bruce Momjian
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2020-07-06Improve perl script in MSVC to build binariesMichael Paquier
2020-04-14Set Perl search path more idiomaticallyAndrew Dunstan
2020-04-13Use perl warnings pragma consistentlyAndrew Dunstan
2019-12-20Clean up inconsistent backslash use in pathsPeter Eisentraut
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-02-06Unify searchpath and do file logic in MSVC build scripts.Andrew Dunstan
2019-02-06Fix included file path for modern perlAndrew Dunstan
2018-08-24Require C99 (and thus MSCV 2013 upwards).Andres Freund
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-03-27Clean up Perl code according to perlcriticPeter Eisentraut
2017-01-05Use 'use strict' in all Perl programsPeter Eisentraut
2016-12-18MSVC: Position MSBFLAGS after flags it might override.Noah Misch
2016-09-08MSVC: Pass any user-set MSBFLAGS to MSBuild and VCBUILD.Noah Misch
2016-06-12Finish pgindent run for 9.6: Perl files.Noah Misch
2016-04-08Turn down MSVC compiler verbosityAndrew Dunstan
2014-01-23Allow case insensitive build version argument for MSVC.Andrew Dunstan
2013-02-06Enable building with Microsoft Visual Studio 2012.Andrew Dunstan
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-01-03Support for building with MS Visual Studio 2010.Andrew Dunstan
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-04-09Perltidy run over the MSVC build system files, to clean up code formattingMagnus Hagander
2010-01-05Move the default configuration for the MSVC build system to config_default.pl,Magnus Hagander
2007-09-23Add perl replacements for build.bat and vcregress.bat. In due courseAndrew Dunstan