pgAdmin III commit: Reimplement the png2c compiler to get rid of any co

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Reimplement the png2c compiler to get rid of any co
Date: 2011-03-10 05:22:28
Message-ID: 201103100522.p2A5MSOC070460@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Reimplement the png2c compiler to get rid of any code not written by
us. Largely, to get Magnus off my back :-p.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=74c8cc6c8fc9095072ea427aebe8aa328246edfd

Modified Files
--------------
pgAdmin3.rules | 18 +---
pgadmin/Makefile.am | 2 +-
xtra/png2c/png2c.c | 373 +++++++++++++++++++++++++--------------------------
3 files changed, 187 insertions(+), 206 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-03-11 14:10:17 pgAdmin III commit: Add missing file to the build.
Previous Message Dave Page 2011-03-08 07:39:38 pgAdmin III commit: Fix warning on VC++