pgAgent: C++ Port - Patch Review - Mailing list pgadmin-hackers

From Linreg
Subject pgAgent: C++ Port - Patch Review
Date
Msg-id 2098194.gxCLtb6LbE@wolfclan.ang.de
Whole thread Raw
In response to Re: pgAgent: I want to make a port to C++ Only  (Dave Page <dpage@pgadmin.org>)
Responses Re: pgAgent: C++ Port - Patch Review
List pgadmin-hackers

Hello Dave,

 

here are my first patches. i hope the format is correct.

 

a liitle summary of my changes:

-------------------------------

+ linux code is tested from me

+ windows code is edited, but not tested

 

+ wx-lib removed

+ c++ classes used

+ no mutex needed, database connection is rewritten, less code, simpler codeflow

+ cmake files are not adopted, i dont know how. i use qmake (sorry for that)

+ connectstring parsing rewritten

+ LogMessage has a timestamp column and is in csv like structure

+ pure c++ trim and replace function

+ ip validation: ipv6 testing is to simple in the moment

+ ip validation: unix domain socket alias filepath for host-values are accepted

 

Question:

can anyone give me a checklist for the window side?

Or has anyone a visualstudio project file?

 

Thomas Steffen

---------------------------------------------------------

- Software Developer and engineer for electric technology

- C/C++, Perl, VBA and many more

---------------------------------------------------------

Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin III commit: Bump version for devel.
Next
From: Dave Page
Date:
Subject: Re: pgAgent: C++ Port - Patch Review