[pgadmin-hackers] pgAdmin III commit: Fix some sign mismatch warnings.
Fix some sign mismatch warnings. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=130a4af294dfaa07e2ea1c9052d3fa86f29febc9 Modified Files -- pgadmin/ctl/ctlSeclabelPanel.cpp |4 ++-- pgadmin/dlg/dlgType.cpp |6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
[pgadmin-hackers] pgAdmin III commit: Don't link iconv statically.
Don't link iconv statically. Make it easier to work with a single directory containing the dependecies. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d60048f83ace2fc24c046eb867c047e401128cc1 Modified Files -- pgadmin/pgAdmin3.vcproj | 48 +++--- 1 files changed, 24 insertions(+), 24 deletions(-) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
[pgadmin-hackers] pgAdmin III commit: Minor formatting tweak to the custom build rules to
Minor formatting tweak to the custom build rules to ensure that they can be correctly updated to VC++ 2010. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8ca6295a4461fc0142ab447c0a6376a56b3fb7f0 Modified Files -- pgAdmin3.rules |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
[pgadmin-hackers] pgAdmin III commit: Switch a couple of paths that accidently got revers
Switch a couple of paths that accidently got reversed. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=829b9af542d6fc8d714c298813bf714e8b808c11 Modified Files -- pgadmin/pgAdmin3.vcproj | 16 1 files changed, 8 insertions(+), 8 deletions(-) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
[pgadmin-hackers] pgAdmin III commit: Remove a couple of DLLs that are no longer required
Remove a couple of DLLs that are no longer required. Bundle the VC++ 2010 CRT merge module. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=2b1e8032bf26f45bdb3afd061de3ae8969a29129 Modified Files -- pkg/win32/src/pgadmin3.wxs |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
[pgadmin-hackers] Upgrading the VC++ solution/project files
Hi We're building the PostgreSQL installers using VC++ 2010 for 9.2, and because I use the dependency set and pg_dump/psql/etc binaries from that distribution, I've also upgraded my build environment for pgAdmin 1.16 to VC++ 2010 (because we don't want to mix CRT versions). Any objections to me committing updates to the VC++ project & solution files to move them to the new version? -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
[pgadmin-hackers] pgAdmin III commit: Add missing DLL.
Add missing DLL. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=896dce8f744816385aa89013d7808960f15a5109 Modified Files -- pkg/win32/src/pgadmin3.wxs |1 + 1 files changed, 1 insertions(+), 0 deletions(-) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
Re: [pgadmin-hackers] Upgrading the VC++ solution/project files
On Sat, 2012-06-02 at 22:24 +0100, Dave Page wrote: > Hi > > We're building the PostgreSQL installers using VC++ 2010 for 9.2, and > because I use the dependency set and pg_dump/psql/etc binaries from > that distribution, I've also upgraded my build environment for pgAdmin > 1.16 to VC++ 2010 (because we don't want to mix CRT versions). > > Any objections to me committing updates to the VC++ project & solution > files to move them to the new version? > Nope, go ahead. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
Re: [pgadmin-hackers] 1.16 beta 2?
On Fri, Jun 1, 2012 at 3:15 PM, Dave Page wrote: > > I've uploaded 1.14.3 binaries for Windows and Mac, and a 1.16.0-beta2 > binary for Mac. The remaining Windows build of 1.16 will take a little > while as I need to setup a new build environment to match what the > server is being built with (otherwise, we'll have all sorts of > dependency mismatches). And the Windows build of 1.16 is now there as well: ftp://ftp.pgadmin.org/release/v1.16.0-beta2 This is built with VC++ 2010, and uses a freshly in-house built set of dependencies - it's quite possibly the cleanest build we've ever had! -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers