Commit Graph

70 Commits

Author SHA1 Message Date
Günter Obiltschnig
5ce9685613 PocoDoc - merge changes from macchina.io to allow for insertion of custom HTML into generated pages 2021-03-02 12:08:28 +01:00
Günter Obiltschnig
4de9a21187 make CMake files style (more) consistent 2020-02-14 11:07:32 +01:00
Günter Obiltschnig
e522f90513 updated tour 2020-01-27 10:46:55 +01:00
Günter Obiltschnig
aceeac1db4 remove debug output 2020-01-25 14:21:59 +01:00
Günter Obiltschnig
b53bf7eca4 fixed some PocoDoc issues with C++14 2020-01-23 21:05:16 +01:00
Günter Obiltschnig
165f5cfd20 re-generated project files 2020-01-11 22:33:28 +01:00
Günter Obiltschnig
fea390fe6a remove gradle files 2020-01-11 10:04:22 +01:00
Günter Obiltschnig
e84ab92ee0 removed x64 project files 2020-01-11 09:52:49 +01:00
Günter Obiltschnig
fe3f6405b6 updated progen files 2020-01-11 09:34:54 +01:00
Günter Obiltschnig
59898cd3c2 remove old VS project files 2020-01-10 14:26:36 +01:00
Günter Obiltschnig
9c197e0ed1 finally get rid of std::auto_ptr 2019-12-15 09:40:40 +01:00
Francis ANDRE
e59f37318e Add /MP option and remove /Gm as it is ignored and will be removed 2019-12-07 19:11:24 +01:00
Günter Obiltschnig
19228eedd9 added --define option 2018-12-30 21:00:48 +01:00
Francis ANDRE
8716de6537 Use -std=c99 for C compiler on Lnux 2018-09-27 15:15:53 +02:00
Joerg-Christian Boehme
612f092235 Cleanup cmake build system to use transitive dependency management from cmake (#2321)
* Some cleanup in the root CMakeLists.txt

* Cleanup cmake targets

* Add find openssl modul for older cmake version

* Set proper scope

* Change crypto default to off

* Fix openssl default to on

* Remove global setting of C99 standard

* Set from C11 to C99

* Fix for NetSSL win build

* Set C99 compile features

* Fix Windows build

* Fix windows build

* Cleanup poco unbundle definition

* Fix PDF build

* Remove unused set affinity

* Add _CRT_SECURE_NO_WARNINGS as target compile definitions

* Add _AFXDLL as target compile definitions

* Remove commented out line

* Refactor add_definitions to target_compile_definitons in Util

* Refactor add_definitions to target_compile_definitons in XML

* Remove THREADSAFE in data sql cmake build

* Refactor add_definitions to target_compile_definition in cmake mysql

* Refactor add_definitions to target_compile_definition in cmake odbc

* Refactor add_definitions to target_compile_definition in cmake sqlite

* Refactor add_definitions to target_compile_definitions in platform specific cmake

* Add _DEBUG as compile definition

* Add build dependencies between Foundation-testrunner and TestApp, TestLibrary in cmake build

* Use cmake property to build shared libs

* Cleanup POCO_NO_AUTOMATIC_LIBS. Set only for Windows in cmake build system

* cleanup LIB_MODE_DEFINITIONS in cmake buld system

* Add POCO_STATIC for CppUnit

* Cleanup target link libraries and add option dependencies.

* Add dependencies management in cmake

* Update cmake documentation

* Squashed commit of the following:

commit 38c233f93fc8e9ad6e24d686c905eb18c86e19a7

    Fix "invalid new-expression of abstract class type ApacheServerRequest" (#2231)

    - abstract method "bool secure() const" defined in HTTPServerRequest was implemented in ApacheServerRequest, one of its derived classes
     - a ap_log_error had one of its parameters changed for fixing a warning "passing NULL to non-pointer argument"
     - minor indentation problems corrected

commit 4cbdfbe828943871618172f9e042176f115d61d8

    Fix build dependencies

* Improve database cmake build dependencies

* Update doc

* Update doc

* Update cmake build commands

* Set public on target link libraries in cmake build system

* Fix PostgreSQL build

* Fix PostgreSQL build in cmake

* Fix PostgreSQL from SQL to Data

* Squashed commit of the following:

commit 1ba7d5dcbfb8d07860dd4efda33b31bedf6184c4

    Add missing cmake file

* Set path to PostgresSQL in AppVoyer

* Try to fix AppVeyor build

* show dir in appvoyer

* Disable PostgreSQL build on Appvoyer

* Refactor add_definitions to target_compile_definitions
2018-06-03 11:17:50 -05:00
zosrothko
8ed0f82b64 Update gradle 2018-04-20 13:26:38 +02:00
zosrothko
d6d27036d2 PocoDoc fixes 2018-04-17 20:45:08 +02:00
zosrothko
c2a1235d45 Fix configuration parameter name 2018-04-17 20:18:07 +02:00
zosrothko
18aa865bfb Add -DPOCO_NO_WINDOWS_H 2018-04-17 20:17:15 +02:00
zosrothko
ce749235c4 Use g++ instead of clang++ 2018-04-17 20:15:05 +02:00
Francis ANDRE
838c394c6c Restore C++11 guard 2018-03-25 14:19:42 +02:00
Francis ANDRE
745bcbc167 Update PocoDoc/src/*
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
2018-03-12 07:30:50 +01:00
Francis ANDRE
447cd1b8c2 Use Gradle_4.6
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
2018-03-12 07:28:16 +01:00
Guenter Obiltschnig
c88f0f2731 PocoDoc fixes 2017-11-11 15:53:34 +01:00
zosrothko
83bd74e881 Manage NotFoundException for different configuration shema.
Signed-off-by: zosrothko <zosrothko@orange.fr>
2017-11-11 10:40:39 +01:00
zosrothko
c63faa0cae Merge remote-tracking branch 'origin/poco-1.8.0' into poco-1.8.0 2017-11-08 14:40:28 +01:00
zosrothko
d9287cc969 New PocoDoc configuration that support the various compilers on Linux &
Windows
2017-11-08 14:38:25 +01:00
Guenter Obiltschnig
079c9a6263 rename some of the new Environment methods, make PocoDoc config changes backwards-compatible, revert PocoDoc config changes, make doc build scripts work on macos 2017-11-08 14:37:53 +01:00
zosrothko
47204adbfb Backport feature-gradle code 2017-11-07 17:56:24 +01:00
zosrothko
dc972d15ac Restore lost update 2017-11-07 15:20:31 +01:00
zosrothko
170a3464ef Update PocoDoc include set 2017-11-02 20:11:51 +01:00
zosrothko
b23f4c3efe Backport from feature-gradle
Signed-off-by: zosrothko <zosrothko@orange.fr>
2017-11-01 09:03:10 +01:00
zosrothko
f3a31fbde9 Backport from feature-gradle.
Signed-off-by: zosrothko <zosrothko@orange.fr>
2017-11-01 09:00:33 +01:00
zosrothko
f2e58c17e8 Add Gradle build scripts. 2017-10-31 09:07:53 +01:00
Alex Fabijanic
1a18621ff8 ifdef auto_ptr 2017-10-24 21:55:33 -05:00
Günter Obiltschnig
04e7e04d4d Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
Guenter Obiltschnig
f10d3a28f3 added Visual Studio 2017 project files 2017-02-20 16:20:16 +01:00
Guenter Obiltschnig
e1555d65cf updated PocoDoc config 2016-12-29 13:42:44 +01:00
Guenter Obiltschnig
7d6a7e5550 GH #1466: PocoDoc: autolink GitHub issues 2016-12-29 12:11:14 +01:00
Guenter Obiltschnig
73fe23bf30 updated PocoDoc 2016-05-01 21:25:21 +02:00
Guenter Obiltschnig
15d1d0f1a2 build fixes 2016-03-05 14:29:34 +01:00
FrancisANDRE
603e43ee7d Revert "Revert "avoid running SharedMemoryTest when POCO_NO_SHAREDMEMORY is defined.""
This reverts commit e1c0db371d.
2015-11-10 14:19:06 +01:00
FrancisANDRE
e1c0db371d Revert "avoid running SharedMemoryTest when POCO_NO_SHAREDMEMORY is defined."
This reverts commit 7d7bbfe5b2.
2015-11-10 14:11:08 +01:00
FrancisANDRE
7d7bbfe5b2 avoid running SharedMemoryTest when POCO_NO_SHAREDMEMORY is defined.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-10 14:09:53 +01:00
Günter Obiltschnig
4f0b692d66 added project and solution files for VS2015 2015-08-01 10:29:32 +02:00
Pascal Bach
f778e67430 CMake: Improve installation and package generation
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
2015-01-27 15:52:18 +01:00
Pascal Bach
739cd30487 CMake: Build PocoDoc using CMake 2014-12-21 16:23:35 +01:00
Guenter Obiltschnig
931a5a5252 Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past 2014-12-15 11:05:13 +01:00
Günter Obiltschnig
bc0978d01e fixed GH #471: vs2010 release builds have optimization disabled
fixed GH #616: Visual Studio warning C4244
2014-11-20 21:22:52 +01:00
Guenter Obiltschnig
9dfffed94a moved unmimified js files to resources/js 2014-11-07 13:12:29 +01:00