Commit Graph

4191 Commits

Author SHA1 Message Date
Francis ANDRE
d317d4c2d9 Rename '64' as '-64' since it is an option 2019-12-19 04:06:42 +01:00
Francis ANDRE
3c7da821bd Add class CppUnit::TestCaller<class WinServiceTest>.testServiceReturnsTrueIfStopped 2019-12-19 04:05:43 +01:00
Francis ANDRE
8cbbd455af Add class CppUnit::TestCaller<class SystemConfigurationTest>.testProperties 2019-12-18 19:20:38 +01:00
Francis ANDRE
4dd4247d07 Renaming cppignore.txt to cppignore.win 2019-12-18 16:34:26 +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
c2a9162223 Fix typo on set PATH 2019-12-17 13:51:08 +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
Günter Obiltschnig
56fe4eaf97
Merge pull request #2842 from KevDi/feature/FileFailOnOverwrite
File fail on overwrite
2019-12-09 08:37:33 +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
Francis ANDRE
7645933f05 Add missing PocoDoc 2019-12-07 10:39:12 +01:00
KevDi
fa20e056dd Changed Options Check in remaining File Impl Classes 2019-11-30 13:38:03 +01:00
KevDi
f6f8ef8681 Merge branch 'feature/FileFailOnOverwrite' of github.com:KevDi/poco into feature/FileFailOnOverwrite 2019-11-30 13:21:34 +01:00
KevDi
7f3271f1d0 Changes 2019-11-30 13:21:23 +01:00
Jan Kevin Dick
0a9525044d Added Fix to put Options inside the File Impl Classes 2019-11-27 14:44:55 +01:00
Jan Kevin Dick
9daaec4ec0 Updated Comments and fixed bug within the Unix File Implementation 2019-11-26 14:10:32 +01:00
Jan Kevin Dick
3424ee7bc8 Merge branch 'feature/FileFailOnOverwrite' of https://github.com/KevDi/poco into feature/FileFailOnOverwrite 2019-11-26 13:04:49 +01:00
Jan Kevin Dick
d5a25f2053 Added the Options Enum advice. 2019-11-26 13:03:43 +01:00
Günter Obiltschnig
d92219e8c3 fixed build configuration for Xcode 11 on Catalina 2019-11-26 11:24:26 +01:00
Günter Obiltschnig
a7cbff393e
Merge pull request #2815 from brice-gros/brice.gros/1.10.0+allow-for-cmake-fetchcontent
Make Poco git repository fetchable using CMake's FetchContent
2019-11-25 21:24:16 +01:00
Günter Obiltschnig
fbf1582aed
Merge pull request #2814 from brice-gros/brice.gros/allow-to-select-long-test-from-cmd-line
allow to select long tests to be run from cmdline
2019-11-25 12:17:42 +01:00
Günter Obiltschnig
3fdf8624a9
Merge pull request #2840 from KevDi/bugfix/deleteRegKeyOnWOW6432Node
Deleting Registry Keys on the WOW6432Node is not possible on 64Bit Applications
2019-11-25 11:58:32 +01:00
Günter Obiltschnig
e171a6021d
Merge pull request #2841 from KevDi/serviceManagerImprovments
Service manager improvments
2019-11-25 11:57:58 +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
KevDi
936441df93 Fixed missing failOnOverwrite check 2019-11-18 18:43:34 +01:00
KevDi
6c662bfb4a Fixed File on Unix to pass the Rename Tests 2019-11-18 18:24:36 +01:00
Jan Kevin Dick
4773db3527 Updated CMakeList 2019-11-18 14:05:01 +01:00
Jan Kevin Dick
8b4ef5f706 Fixed wrong method parameter 2019-11-18 13:59:34 +01:00
Jan Kevin Dick
1eab6cfd1f Refactor 2019-11-18 13:34:02 +01:00
Jan Kevin Dick
062a662cd8 Added Tests 2019-11-18 13:33:49 +01:00
Jan Kevin Dick
4e734553b3 Added FailOnOverwrite to File Class 2019-11-18 13:06:43 +01:00
Jan Kevin Dick
2ac3df363c Fixed wrong Method name in WinServiceTest.
Added Comment to setFailurActions Method.
2019-11-18 12:04:51 +01:00
Jan Kevin Dick
123955a2df Reset Components 2019-11-18 11:59:23 +01:00
Jan Kevin Dick
51fe7836ca Rename Method and fix error in vcxproj File 2019-11-18 11:57:58 +01:00
Jan Kevin Dick
991387a113 Passing _readOnly and _extraSam inside delete Key to the RegistryKey Constructor 2019-11-18 11:48:45 +01:00
Jan Kevin Dick
39784f73a2 Added Test File to all VS Project Files 2019-11-18 11:44:33 +01:00
Jan Kevin Dick
5be6be5228 Added to the x64 Project 2019-11-18 11:32:57 +01:00
Jan Kevin Dick
3917135a7f Added Method to configure the Failure Actions 2019-11-18 11:24:04 +01:00
Jan Kevin Dick
9762ed37e9 Added Method to Query the Failure Actions for the Service 2019-11-18 10:29:17 +01:00
Jan Kevin Dick
34ad48d16c Added Method to check if a service is stopped 2019-11-18 10:14:39 +01:00
Jan Kevin Dick
5a484c1896 Added Constructor to create WinService with an existing Connection to a Service Manager 2019-11-18 10:08:11 +01:00
Günter Obiltschnig
44c7d97d2e move freestanding friend function definitions out of class 2019-11-17 09:33:09 +01:00
Günter Obiltschnig
d588f86961 add missing check for POCO_NO_GCC_API_ATTRIBUTE 2019-11-17 09:32:42 +01:00
Günter Obiltschnig
cc664cba89 merge CppParser C++11 and other improvements from appinf 2019-11-16 19:01:02 +01:00
Günter Obiltschnig
03f22ded65 fix a typo 2019-11-04 21:08:03 +01:00
Günter Obiltschnig
acd7ec865b constness fix 2019-11-04 21:03:52 +01:00
Günter Obiltschnig
54413879e8
Merge pull request #2827 from neheb/patch-2
X509Certificate: Get rid of deprecated OpenSSL 1.1 APIs
2019-11-04 20:44:55 +01:00
Günter Obiltschnig
2a09c0a318
Merge pull request #2826 from neheb/patch-1
CipherImpl: Fix small error with OpenSSL 1.1
2019-11-04 20:43:51 +01:00