aboutsummaryrefslogtreecommitdiff
path: root/src/tools/msvc/Project.pm
Commit message (Expand)AuthorAge
* Handle spaces in OpenSSL install location for MSVCAndrew Dunstan2019-10-04
* Fix compile-time warnings on all perl codeAndrew Dunstan2018-05-31
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-27
* Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan2018-05-09
* perltidy: Add option --nooutdent-long-commentsPeter Eisentraut2018-04-27
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-25
* Clean up Perl code according to perlcriticPeter Eisentraut2017-03-27
* Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.Noah Misch2016-11-07
* Fix various common mispellings.Greg Stark2016-06-03
* pgindent run for 9.5Bruce Momjian2015-05-23
* Replace backslashes by forward slashes in MSVC build codePeter Eisentraut2015-04-25
* Finish adding file version information to installed Windows binaries.Noah Misch2014-08-18
* MSVC: Process Makefile line continuations more like "make" does.Noah Misch2014-07-14
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Properly zero-pad the day-of-year part of the win32 build numberMagnus Hagander2013-01-31
* Run newly-configured perltidy script on Perl files.Bruce Momjian2012-07-04
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Move CRC tables to libpgport, and provide them in a separate include file.Tom Lane2012-02-28
* Support for building with MS Visual Studio 2010.Andrew Dunstan2012-01-03
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Perltidy run over the MSVC build system files, to clean up code formattingMagnus Hagander2010-04-09
* Disable linker warning 4197 on Win64, that is caused by the fact that we exportMagnus Hagander2010-01-05
* Silence compiler warning about size of size_t being larger than the resultMagnus Hagander2010-01-02
* Detect a 64-bit build environment on Windows, and generate the appropriateMagnus Hagander2010-01-01
* Add basic build support for Visual Studio 2008, without resorting toMagnus Hagander2009-12-23
* Remove plpgsql's separate lexer (finally!), in favor of using the core lexerTom Lane2009-11-12
* Enable the use of multiple CPUs/cores when building on MSVC. This onlyMagnus Hagander2009-07-27
* Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from Andrea...Andrew Dunstan2008-04-15
* Un-break msvc port yet again (it started pulling in the DarwinMagnus Hagander2008-02-19
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-17
* Handle libraries in directories with spaces in them.Magnus Hagander2008-02-05
* Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it'sMagnus Hagander2007-12-11
* Build snowball DLL for tsearch-in-core.Magnus Hagander2007-08-21
* Disable warning 4090 = different const qualifiers on msvc since itMagnus Hagander2007-07-25
* ECPG requires a local include directory to override the project-wide ones.Magnus Hagander2007-06-12
* Make ECPG regression tests use native threading instead of pthreads, now thatMagnus Hagander2007-03-29
* Add cvs tags to msvc build files, along with a (very short) comment aboutMagnus Hagander2007-03-17
* Make a run with perltidy to format the code. Per request from Andrew Dunstan.Magnus Hagander2007-03-12
* Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway2007-01-26
* When using MSVC, disable the building of ecpg if pthreads is notBruce Momjian2007-01-24
* vcbuild updates from Magnus:Neil Conway2007-01-16
* Fix AddDefine to handle quotes properly. MagnusTom Lane2007-01-04
* More MSVC build fixes:Tom Lane2006-11-20
* Various MSVC build fixes from Magnus; also remove stray WindowsTom Lane2006-10-22
* Several fixes for MSVC build scripts, from Magnus.Tom Lane2006-09-15
* Add MSVC build tools.Bruce Momjian2006-09-04