Commit Graph

4111 Commits

Author SHA1 Message Date
Francis ANDRE
d6f5cc226f Add targets MSBuild file for x86 & x64 2018-06-29 16:28:56 +02:00
Francis ANDRE
cff62021df Merge remote-tracking branch 'origin/poco-1.9.1' into poco-1.9.1 2018-06-29 08:14:38 +02:00
Francis ANDRE
2f8f131f8e Add VisualStudio selection for building poco 2018-06-29 08:11:12 +02:00
Aleksandar Fabijanic
9d0a1d1a7a
typo fix 2018-06-27 18:00:10 -05:00
Francis ANDRE
9d835d4713
Merge pull request #2371 from pocoproject/poco-1.9.1-remove-wintestrunner
Poco 1.9.1 remove wintestrunner
2018-06-23 23:56:31 +02:00
Francis ANDRE
95c3e7e245 Move vswhere.exe to build\exe 2018-06-20 20:19:50 +02:00
Francis ANDRE
b96dd13042 Use PlatformToolset version PlatformToolset>v141</PlatformToolset> 2018-06-20 20:17:09 +02:00
Francis ANDRE
b2c569ec0b Merge remote-tracking branch 'origin/poco-1.9.1' into poco-1.9.1-remove-wintestrunner 2018-06-20 12:00:19 +02:00
Francis ANDRE
5dbb9cc3de Regenerating VisualStudio projects 2018-06-20 09:47:40 +02:00
Francis ANDRE
416a99e61f Helper for regenerating VS projects 2018-06-20 09:45:26 +02:00
Francis ANDRE
634aefdb27 Setup POCO_BASE on Windows 2018-06-20 09:44:33 +02:00
Francis ANDRE
0952128fe0 Merge branch 'poco-1.9.1-remove-wintestrunner' of https://github.com/pocoproject/poco into poco-1.9.1-remove-wintestrunner 2018-06-16 19:29:41 +02:00
Francis ANDRE
3795884521 See https://github.com/Microsoft/vswhere 2018-06-16 19:29:21 +02:00
Francis ANDRE
e5acfe67ab Use vswhere.exe to find where is VisualStudio ToolSet 2018-06-16 19:27:35 +02:00
Francis ANDRE
f4617012a8 Ignore VS UpgradeLog.XML 2018-06-16 08:02:29 +02:00
Francis ANDRE
6f9185ae62 Move rebuildall* to ProGen 2018-06-16 07:59:22 +02:00
Francis ANDRE
fad509f34f Rename buildall to rebuildall 2018-06-15 14:42:34 +02:00
Francis ANDRE
1d4203a6cd Add buildallxx.bat 2018-06-15 14:34:16 +02:00
Francis ANDRE
b7330492e5 Add <TargetMachine>MachineX64</TargetMachine> on <Lib> element 2018-06-15 14:28:43 +02:00
Aleksandar Fabijanic
48641c6713
minor message fix 2018-06-13 18:26:01 -05:00
Alex Fabijanic
674bbf3806 style fix 2018-06-13 16:57:49 -05:00
Alex Fabijanic
12f2aea34f add tcpserver example 2018-06-13 16:30:58 -05:00
Alex Fabijanic
f06580611f Stringify escapes every unicode symbol when object contain an array #2364 2018-06-12 10:17:08 -05:00
Alex Fabijanic
312dc3325b add struct tm support to DateTime #2365 2018-06-12 09:54:35 -05:00
Francis ANDRE
d9f5f2a3f1 Removing WinTestRunner 2018-06-11 08:15:11 +02:00
Francis ANDRE
d603a15b8d Removing WinTestRunner 2018-06-10 20:42:54 +02:00
Francis ANDRE
19eecbaafb Remove WinTestRunner 2018-06-10 19:46:19 +02:00
Aleksandar Fabijanic
577fb5756e
Why does Poco explicitly define _WIN32_WINNT? #2306 (#2357) 2018-06-06 17:44:40 -05: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
Alex Fabijanic
d02294a67f force NaN not infinity on windows (consistent with std and other platforms) 2018-06-05 00:42:40 -05:00
Francis ANDRE
232b1610de Merge branch 'poco-1.9.1' of https://github.com/pocoproject/poco.git into poco-1.9.1 2018-06-04 23:23:04 +02:00
Francis ANDRE
299d7b6f21 Cleanup 2018-06-04 23:22:27 +02:00
Francis ANDRE
b28348c03d Display ignored tests 2018-06-04 23:22:05 +02:00
Ed
27d4c8c373 Don't include <openssl/fips.h> for later OpenSSL (#2358) 2018-06-04 11:49:03 -05:00
Alex Fabijanic
d7a98bf403 remove global scope for int types 2018-06-03 16:19:19 -05:00
Alex Fabijanic
b30683fd6d backport NumericString from develop (fixes #2250) 2018-06-03 13:52:25 -05:00
Joerg-Christian Boehme
5fb10f6746 Set EVP private key on SSL context (#2259) 2018-06-03 11:27:32 -05: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
4542a15b86 Append 'd' to 'TestApp' when compiling with _DEBUG 2018-06-03 16:05:49 +02:00
Francis ANDRE
9ba9254623 Remove CppUnit from proGen templates 2018-06-03 13:47:37 +02:00
Francis ANDRE
6c59f60237 Replace CppUnit by PocoCppUnit 2018-06-03 08:39:12 +02:00
Francis ANDRE
b97015bb56 Cleanup 2018-06-03 08:22:26 +02:00
Francis ANDRE
53908fcbb9 Use PocoCppUnit*.lib instead of CppUnit*.lib 2018-06-03 08:09:34 +02:00
Alex Fabijanic
a57e72f25a add missing include 2018-06-02 21:34:23 +02:00
Alex Fabijanic
f5ef090721 regen net testsuite vs projects 2018-06-02 21:12:43 +02:00
Aleksandar Fabijanic
c4e676d36d
Feature net udp (#2347)
* add PMTU discovery #2329

* add socket gather/scatter capabilities #2330 (win, udp)

* enable WSAPoll

* add FastMemoryPool

* add receiveFrom() with native args

* allow copying of StringTokenizer

* add AtomicFlag and SpinlockMutex

* update .gitignore

* UDPServer and client #2343 (windows)

* fix warnings

* fix warnings

* regenerate Net VS solutions

* regenerate CppUnit projects/solutions

* clang fixes

* gcc fixes

* try to fix travis

* more travis fixes

* more travis fixes

* handle UDPClient exception

* fix makefiles and init order warnings

* add UNIX gather/scatter sendto/recvfrom implementations and tests

* run travis tests as sudo

* try to run tests as sudo, 2nd attempt

* fix warning

* use mutex in reactor

* lock-order-inversion in SocketReactor #2346

* add PMTU discovery #2329 (linux)

* ICMPSocket does not check reply address #1921

* remove some ignored tests

* add PMTU discovery #2329 (reconcile logic with #1921)

* fix native receiveFrome()

* reinstate ignoring of proxy errors

* add testMTU to ignore list

* add include atomic

* NTPClient not checking reply address #2348

* some ICMP/MTU fixes

* UDPSocketReader cleanup

* resolve some socket inheritance warnings

* add NTP time sync to ignored tests

* SocketNotifier not thread-safe #2345

* prevent x64 samples build attempt for win32

* build TestApp and Library

* fix ICMP tests

* regen VS projects

* regen VS projects and add missing 2012 files

* remove debug prints
2018-06-02 14:02:33 -05:00
Francis ANDRE
da15142f69 Add TimerTest.testScheduleInterval &
TimerTest.testScheduleIntervalTimestamp
2018-06-02 04:56:16 +02:00
Francis ANDRE
625961adec Add %CPPUNIT_IGNORE% 2018-06-01 22:17:08 +02: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