pgAgent commit: Removed the third party library wxWidgets dependency. Y

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAgent commit: Removed the third party library wxWidgets dependency. Y
Date: 2018-05-16 13:24:56
Message-ID: E1fIwQK-0003wU-9D@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Removed the third party library wxWidgets dependency. Yay :-)

Using boost instead of wxWidgets for several cross platform functionalities.

Reviewed by: Akshay Joshi & Ashesh Vashi

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgagent.git;a=commitdiff;h=1573bcc8333d26d229e6ef0246753a7855707279
Author: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>

Modified Files
--------------
.gitignore | 10 +
CMakeLists.txt | 418 ++++++++---------
README | 99 ++--
cmake/FindBoost.cmake | 1214 +++++++++++++++++++++++++++++++++++++++++++++++++
cmake/FindWX.cmake | 323 -------------
cmake/MakeExt.cmake | 36 +-
connection.cpp | 444 +++++++++---------
include/connection.h | 158 ++++---
include/job.h | 27 +-
include/misc.h | 10 +-
include/pgAgent.h | 37 +-
job.cpp | 344 +++++++-------
misc.cpp | 132 +++++-
pgAgent.cpp | 198 ++++----
unix.cpp | 120 +++--
win32.cpp | 251 +++++-----
16 files changed, 2468 insertions(+), 1353 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-05-16 13:28:19 pgAdmin 4 commit: PYTHON_VERSION is set automatically. Use it to condit
Previous Message Dave Page 2018-05-16 12:33:56 pgAdmin 4 commit: No need to define PGADMIN4_USE_WEBKIT any more.