Commit Graph

2498 Commits

Author SHA1 Message Date
Alex Fabijanic
89fc463186 tidied up build script (added pause/ctrl-c, straightened OpenSSL and MySQL environment generation, added msbuild useenv switch) 2014-04-24 21:15:54 -05:00
Guenter Obiltschnig
e044d77717 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-04-23 13:30:51 +02:00
Guenter Obiltschnig
f8169eabac updated SDK in WEC2013 project files 2014-04-23 13:30:27 +02:00
Günter Obiltschnig
f3c855c33d Merge pull request #429 from fbraem/develop
Solve collection name problem in ensureIndex
2014-04-22 20:26:20 +02:00
fbraem
063a642957 Solve collection name problem in ensureIndex 2014-04-22 20:21:17 +02:00
Günter Obiltschnig
2b32850de6 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-04-21 22:11:19 +02:00
Günter Obiltschnig
85873d02c9 re-generated VS2013 testsuite projects without MFC 2014-04-21 22:10:34 +02:00
Guenter Obiltschnig
e0cd4c6247 added runtests2.cmd script 2014-04-21 21:39:07 +02:00
Guenter Obiltschnig
528ebf8861 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-04-21 20:55:50 +02:00
Guenter Obiltschnig
f80c16b53a don't use WinTestRunner/MFC in VS2013 test suites 2014-04-21 20:55:18 +02:00
Günter Obiltschnig
aec59ebe84 added /bigobj option for Data 64-bit builds; ProGen now suports vc.project.compiler/linker.additionalOptions settings in .progen files 2014-04-21 20:39:40 +02:00
Guenter Obiltschnig
7a7a1a507b ProGen templates: support for additional compiler and linker flags 2014-04-21 20:28:30 +02:00
Guenter Obiltschnig
86960abc26 ProGen templates: support for additional compiler and linker flags 2014-04-21 20:25:04 +02:00
Guenter Obiltschnig
9a1a75e2b0 ProGen templates: support for additional compiler and linker flags 2014-04-21 20:04:48 +02:00
Günter Obiltschnig
12c7bb562d re-generated vs100-vs120 project files 2014-04-21 10:50:51 +02:00
Günter Obiltschnig
15833414b8 ProGen fixes for VS2010-2013 2014-04-21 08:31:49 +02:00
Guenter Obiltschnig
00cd9dccec fixed IP address for ping tests (10.0.0.1 is reachable from build server) 2014-04-20 11:23:18 +02:00
Guenter Obiltschnig
bb6b33ac30 fixed misplaced parentheses 2014-04-19 23:42:44 +02:00
Alex Fabijanic
5e67a04540 - add SQLite FTS define to windows non-embedded testsuites
- remove POCO_DATA_SQLITE_FTS define from Config.h
- add console message when FTS tests are no-op
2014-04-19 13:26:09 -05:00
Alex Fabijanic
c54bc87be7 Merge branch 'sqlite-fts' into develop 2014-04-19 13:02:28 -05:00
Alex Fabijanic
7ca90c7de1 - make SQLite FTS default on non-embedded windows
- add support for SQLite thread safety configuration on POSIX platforms
- add WEC2013 support to windows Powersjhell build script
2014-04-19 12:59:50 -05:00
Guenter Obiltschnig
0df269312c fixed buildwin.cmd script 2014-04-19 19:10:00 +02:00
Aleksandar Fabijanic
dc1738ada7 CMAKE - generate pocomsg.h in src
Merge 922ca41284

fix pocomsg.h generation so the target stops rebuilding
The output directory specified by -h should match the RES_SRCS directory.
Changed the RES_SRCS to specify the srcs directory.
2014-04-19 10:25:07 -05:00
Alex Fabijanic
0a54661bb0 - added optional SQLite Full Text Search support
- Powershell build fixes:
  1) Add platform for MSbuild
  2) fixed omit array handling
2014-04-18 21:32:30 -05:00
Guenter Obiltschnig
835845422c minor performance improvement, better workaround for clang issue with handle property 2014-04-18 21:27:46 +02:00
Guenter Obiltschnig
8d14b92b65 source code cosmetics 2014-04-18 21:09:13 +02:00
Günter Obiltschnig
7df5583f57 fixed GH #376: Defect: checking null value when using the same statement multiple times. 2014-04-18 20:50:03 +02:00
Guenter Obiltschnig
3c9bc10042 Zip: fixed a crash caused by an I/O error (e.g., full disk) while creating a Zip archive 2014-04-18 12:57:44 +02:00
Günter Obiltschnig
4655cab954 Merge pull request #421 from siemens/debug-log
Add a POCO_LOG_DEBUG flag
2014-04-15 14:26:48 +02:00
Guenter Obiltschnig
fbbfc507e2 fixed thread priority issues on POSIX platforms with non-standard scheduling policy 2014-04-14 17:50:46 +02:00
Pascal Bach
e98ad37401 Add a POCO_LOG_DEBUG flag
If the POCO_LOG_DEBUG is defined the poco_trace* and the poco_debug*
produce logs even if the _DEBUG flag is not set.
This makes the macros usable for applications that need to enable
higher log levels later at run time.
2014-04-11 13:54:02 +02:00
Guenter Obiltschnig
fe6bf63656 TCPServer: do not reduce the capacity of the default ThreadPool 2014-04-09 18:12:46 +02:00
Guenter Obiltschnig
f764673c61 cert hostname validation is case insensitive and stricter for wildcard certificates 2014-04-09 17:05:54 +02:00
Guenter Obiltschnig
436737171d Poco::Net::X509Certificate::verify() no longer uses DNS reverse lookups to validate host names 2014-04-09 16:36:14 +02:00
Günter Obiltschnig
b1bdf7f34c Merge pull request #418 from teemu-kemppainen/develop
Using #include <linux/if.h> conflicts with other libraries and code that use #include <net/if.h>
2014-04-09 12:56:16 +02:00
Günter Obiltschnig
e0e80363bd Merge pull request #419 from PaulFreund/patch-1
Fixed build script for VS2013
2014-04-09 12:54:36 +02:00
Paul Freund
52d4d814c8 Fixed build script for VS2013 2014-04-05 19:26:31 +02:00
Guenter Obiltschnig
008ef308e7 HTMLForm: in URL encoding, percent-encode more characters 2014-04-04 00:12:10 +02:00
Teemu Kemppainen
6343642adf Merge branch 'if_h_issue' into develop 2014-04-03 16:39:28 +03:00
Teemu Kemppainen
7de3349b57 Changed #include <linux/if.h> to #include <net/if.h>
Including linux/if.h instead of net/if.h causes conflicts with applications that use net/if.h.
2014-04-03 16:36:29 +03:00
Günter Obiltschnig
f24cf35322 added WEC2013 support to buildwin.cmd 2014-03-27 15:48:25 +01:00
Günter Obiltschnig
e29f45d332 Merge pull request #415 from pascal-bach/develop
Fix missing ")" in SQLite Connector for windows
2014-03-27 12:46:31 +01:00
Pascal Bach
1e22982ad8 Fix missing ")" in SQLite Connector for windows 2014-03-27 11:29:50 +01:00
Cristian Thiago Moecke
7c3f9d1772 Merge pull request #3 from pocoproject/develop
Merge remote-tracking branch 'upstream/develop' into develop
2014-03-26 15:38:47 -03:00
Günter Obiltschnig
777434a9ce added VS project files, minor fixes 2014-03-25 23:27:00 +01:00
Guenter Obiltschnig
64499a0786 added Poco::SevenZip library for extracting 7-Zip archives, based on the LZMA SDK 2014-03-25 19:59:32 +01:00
Günter Obiltschnig
575d95dedf Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-03-17 14:37:00 +01:00
Günter Obiltschnig
b2ba1dfb74 -added Windows Embedded Compact 2013 support 2014-03-17 14:36:17 +01:00
Aleksandar Fabijanic
1d5142171d add travis build status 2014-03-16 20:09:58 -05:00
Josh Blum
922ca41284 fix pocomsg.h generation so the target stops rebuilding
The output directory specified by -h should match the RES_SRCS directory.
Changed the RES_SRCS to specify the srcs directory.
2014-03-14 23:32:41 -07:00