Commit Graph

125 Commits

Author SHA1 Message Date
Günter Obiltschnig
4de9a21187 make CMake files style (more) consistent 2020-02-14 11:07:32 +01:00
Günter Obiltschnig
f399062da4 CppUnit: flush after writing test name 2020-02-08 19:45:34 +01:00
Günter Obiltschnig
e6c9758684 fix catch by value 2020-02-07 18:39:17 +01:00
Scott Talbert
d9512077fa Don't install CppUnit 2020-02-06 15:46:50 -05:00
Günter Obiltschnig
827c00b27f fix CppUnit projects 2020-01-12 21:46:22 +01:00
Günter Obiltschnig
ed21f39b03 fix CppUnit lib name 2020-01-12 21:13:18 +01:00
Günter Obiltschnig
fce1f89aff fix CppUnit includes 2020-01-11 22:51:54 +01:00
Günter Obiltschnig
165f5cfd20 re-generated project files 2020-01-11 22:33:28 +01:00
Günter Obiltschnig
79709b72b8 fix project files 2020-01-11 14:01:54 +01:00
Günter Obiltschnig
4c1e357e4a project file fixes 2020-01-11 12:45:39 +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
Guenter Obiltschnig
f7fc4a239f fixed more issues discovered while testing on Linux 2020-01-09 17:43:31 +00:00
Günter Obiltschnig
1bf40a0cd2 merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8 2020-01-09 10:08:09 +01:00
Günter Obiltschnig
5284be25ae style fixes 2020-01-04 12:38:43 +01:00
Günter Obiltschnig
09919478ce fix test result reporting 2020-01-04 12:34:28 +01:00
Günter Obiltschnig
b9cc21867b fix warnings 2020-01-04 09:58:23 +01:00
Francis ANDRE
6a81580533 Add -ignore <file> option to get rid of DOS script issues.
Rollback to previous rendering.
2019-12-18 16:27:19 +01:00
Francis ANDRE
b5ca9353be Replace \n by std:endl. Remove log of CPPUNIT_IGNORE tests set 2019-12-17 13:52:05 +01:00
Francis ANDRE
4e87b69de4 Merge branch 'poco-1.10.0' of https://github.com/pocoproject/poco into poco-1.10.0 2019-12-17 10:10:01 +01:00
Francis ANDRE
e25a31de8f Compact tests execution log 2019-12-17 10:07:04 +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
Brice Gros
92db8ba9cd remove remaining reference to enum name 2019-10-18 17:33:14 +02:00
Brice Gros
22c3ae8d30 allow to select long tests to be run from cmdline 2019-10-18 15:09:38 +02:00
Joerg-Christian Boehme
b9fa82b08b
CMake merge from devel to 1.10 to use embedded OpenSSL for Windows (#2767)
* Add  embedded openssl for windows
* Add windows fix for OpenSSL #2708
* Fix CppUnit lib prefix with Poco
2019-09-02 11:48:01 +02:00
Joerg-Christian Boehme
2637aa6610 Remove POCO_NO_AUTOMATIC_LIBS
POCO_NO_AUTOMATIC_LIBSis relevant only for Windows and should not be set.
It is used to automatically link the byside symbol file of each DLL
produced. It could be set on a user basis to avoid this automatic link.
2019-08-13 09:43:17 +02:00
Francis ANDRE
2f8f131f8e Add VisualStudio selection for building poco 2018-06-29 08:11:12 +02:00
Francis ANDRE
5dbb9cc3de Regenerating VisualStudio projects 2018-06-20 09:47:40 +02:00
Francis ANDRE
b7330492e5 Add <TargetMachine>MachineX64</TargetMachine> on <Lib> element 2018-06-15 14:28:43 +02:00
Francis ANDRE
19eecbaafb Remove WinTestRunner 2018-06-10 19:46:19 +02:00
Francis ANDRE
4bf4a319e0 Merge branch 'poco-1.9.1' of https://github.com/pocoproject/poco into poco-1.9.1 2018-06-06 21:49:00 +02:00
Francis ANDRE
ee359c28b5 Fix wrong output directory 2018-06-06 21:48:44 +02:00
Francis ANDRE
b28348c03d Display ignored tests 2018-06-04 23:22:05 +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
Francis ANDRE
c224dd1590 Merge branch 'poco-1.9.1' of https://github.com/pocoproject/poco into poco-1.9.1 2018-06-01 21:39:15 +02:00
Francis ANDRE
fa1e23ff0f Remove WinTestRunner project reference 2018-06-01 21:38:56 +02:00
Francis ANDRE
f1376dab12 Merge branch 'poco-1.9.1' of https://github.com/pocoproject/poco.git into poco-1.9.1 2018-06-01 21:31:54 +02:00
Francis ANDRE
24a5f15429 Remove WinTestRunner project reference 2018-06-01 21:30:52 +02:00
Francis ANDRE
9bd24ed7d9 Fix CppUnit vs90 x64 solution 2018-06-01 21:09:33 +02:00
Francis ANDRE
602a9d4c63 Add WinTestRunner progeneration 2018-05-31 06:21:58 +02:00
Francis ANDRE
4c22b871ae Use CppUnit as a Poco module: regenerate all VS projects 2018-05-28 23:29:12 +02:00
Francis ANDRE
24ebf9858d Backport from the develop branch 2018-05-27 16:26:50 +02:00
Francis ANDRE
7fadf6f1fd Fix import lib 2018-05-26 16:45:55 +02:00
Francis ANDRE
be79688077 Use PocoCppUnit instead of CppUnit 2018-05-25 14:05:00 +02:00
Francis ANDRE
1dc771e9bb Backport from develop branch 2018-05-25 09:52:12 +02:00
Francis ANDRE
d50310d252 Reformat 2018-05-21 22:02:25 +02:00
Francis ANDRE
e27f6ebc2b Remove useless code 2018-05-21 22:02:11 +02:00