Commit Graph

71 Commits

Author SHA1 Message Date
Günter Obiltschnig
2b3662c854 added VS2022 project files 2022-02-19 21:06:24 +01:00
Günter Obiltschnig
e2f7e72a9e #3344: [bug] MacOS bundle destination path is not set 2021-11-05 13:58:42 +01:00
Günter Obiltschnig
51adf4c986 add version resources to executables 2021-06-26 10:12:20 +02:00
Günter Obiltschnig
9f215be08d fix PageCompiler cross-compile; fix Content-Security-Policy header 2021-06-24 19:07:26 +02:00
Günter Obiltschnig
4a4b1149ce update copyright dates 2021-06-18 09:16:55 +02:00
Günter Obiltschnig
4de9a21187 make CMake files style (more) consistent 2020-02-14 11:07:32 +01:00
Günter Obiltschnig
ab453d0097 fix 'using namespace std::string_literals;' statement in generated code 2020-02-10 19:03:18 +01:00
Günter Obiltschnig
1be791a8aa use std::string literals in generated code 2020-02-10 09:24:18 +01:00
Günter Obiltschnig
c7faa18660 fixed warning 2020-01-22 08:30:28 +01:00
Günter Obiltschnig
04c52793cc update copyright date 2020-01-15 10:18:56 +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
665a840692 added Poco::Net::escapeHTML() and Poco::Net::EscapeHTMLStream; PageCompiler now supports optional HTML-escaping of <%= %> expressions. 2019-11-20 14:22:41 +01:00
Günter Obiltschnig
8f96473bde merge PageCompiler changes from poco-1.9.3 2019-08-20 22:04:18 +02:00
Francis ANDRE
db76f4e970 Remove project spec 2018-09-25 08:42:10 +02:00
Günter Obiltschnig
1864e897c1 fix copyright year 2018-08-09 15:57:26 +02:00
Günter Obiltschnig
5248986e4e PageCompiler: fix backslash escaping 2018-08-09 15:55:22 +02:00
Günter Obiltschnig
148ba9ab72 PageCompiler: add support for Cache-Control header 2018-08-08 11:04:31 +02:00
Francis ANDRE
5dbb9cc3de Regenerating VisualStudio projects 2018-06-20 09:47:40 +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
Guenter Obiltschnig
14d41a6a87 added PageCompiler.make 2018-01-08 16:05:14 +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
Günter Obiltschnig
b7aaaabdcb PageCompiler: support <%@ include file="<path>" %> syntax for includes. 2017-09-08 20:51:05 +02:00
Guenter Obiltschnig
39e54d714e PageCompiler: optimize handler code by removing useless statements 2017-09-04 19:31:47 +02:00
Guenter Obiltschnig
f10d3a28f3 added Visual Studio 2017 project files 2017-02-20 16:20:16 +01:00
Guenter Obiltschnig
25a0e2aa9e updated copyright date 2017-01-25 13:39:00 +01:00
Guenter Obiltschnig
2757bce0c3 use std::unique_ptr instead of std::auto_ptr if available 2016-10-16 14:00:10 +02:00
Guenter Obiltschnig
7c37f18f84 fixed some warnings and minor issues detected by clang-analyzer 2016-09-13 11:37:12 +02:00
FrancisANDRE
a221eba7d9 Readd generated Timehandler.cpp & TimeHandler.h.
Update components with NetSSL_Win.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-05-09 07:35:49 +02:00
Guenter Obiltschnig
9327564309 add before calling PageCompiler 2016-03-06 16:24:36 +01:00
Guenter Obiltschnig
15d1d0f1a2 build fixes 2016-03-05 14:29:34 +01:00
Guenter Obiltschnig
8f3616c55c PageCompiler: merged changes from internal and macchina versions 2016-02-29 16:40:19 +01:00
FrancisANDRE
7bf5b572fe Use POCO_BUILD & LIBPATH instead of POCO_BASE.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-15 09:01:39 +01:00
FrancisANDRE
1197c799e7 Ignore PageCompiler generated files.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-13 11:23:31 +01:00
FrancisANDRE
47853db2e3 Remove files generated by pageCompiler from the repository.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-12 17:30:00 +01:00
FrancisANDRE
435a9dea9d Cygwin cygPoco*.dll should be on PATH for executing the PageCompiler
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-12 17:29:00 +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
6f809f7acb CMake: Add support for PageCompiler and File2Page
Resolves: #649
2014-12-21 21:54:02 +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
Günter Obiltschnig
6fe2e4fb11 VS project files: do not share intermediate directory between projects in same folder 2014-10-06 13:51:49 +02:00
Günter Obiltschnig
30bb18f394 added VS2013 project/solution files for Windows Embedded Compact 2013 2014-08-09 10:49:04 +02:00