Commit Graph

2019 Commits

Author SHA1 Message Date
Patrick White
69f7cb9846 Fix warnings in headers because application/user settings control what warnings are seen when compiling against poco 2014-01-23 16:22:38 -05:00
Alex Fabijanic
a2a4cccbc8 Add NTP to VS project files 2014-01-22 21:34:47 -06:00
Aleksandar Fabijanic
b57ca16dd9 Merge pull request #364 from RangelReale/ntpclient
* NTP client implementation
2014-01-21 17:57:35 -08:00
Aleksandar Fabijanic
3ac44359dd Merge pull request #369 from RangelReale/globbasepath
* Glob from start path, for platforms where it is not possible to transverse from root (Android)
2014-01-21 17:56:41 -08:00
Rangell Reale
12c2b3d290 * Glob from start path, for platforms where it is not possible to transverse from root (Android) 2014-01-21 17:15:52 -02:00
Günter Obiltschnig
70c467c56c run testsuite from testsuite project directory, not bin 2014-01-17 00:28:07 +01:00
Günter Obiltschnig
1b2d9c5172 fixed test script 2014-01-17 00:08:37 +01:00
Günter Obiltschnig
1950d5d365 fixed test script 2014-01-17 00:02:45 +01:00
Günter Obiltschnig
ade75434c4 fixed WinTestRunner batch mode 2014-01-16 23:53:29 +01:00
Günter Obiltschnig
b7778b4fe0 fixed testsuite output 2014-01-16 22:34:46 +01:00
Günter Obiltschnig
0dc6a9ca3c added runtests.cmd 2014-01-16 22:06:40 +01:00
Guenter Obiltschnig
2f33fe2d7d fixed travis file 2014-01-16 18:34:54 +01:00
Guenter Obiltschnig
995fcd682c fixed CPPUNIT_IGNORE parsing 2014-01-16 18:15:24 +01:00
Guenter Obiltschnig
16885da987 test failures can be ignored for certain tests (specified in CPPUNIT_IGNORE environment variable) 2014-01-16 18:07:03 +01:00
Guenter Obiltschnig
0cf0469596 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-01-16 17:33:04 +01:00
Guenter Obiltschnig
ca50f4a384 added runtests.sh 2014-01-16 17:32:40 +01:00
Aleksandar Fabijanic
e6e85416c9 Merge pull request #367 from linquize/vs2013
VS2013 fixes
2014-01-15 19:27:45 -08:00
Linquize
1c31a6ec9b Remove platforms that do not belongs to that solution platform 2014-01-16 08:14:35 +08:00
Linquize
15dae2c73c CppUnit solutions should write Visual Studio 2013 string 2014-01-16 08:12:18 +08:00
Linquize
5ee5174126 Add /FS compile options to avoid errors
Force Synchronous PDB Writes
2014-01-16 08:03:50 +08:00
Linquize
c2ca2ffb58 Build the libraries before their TestSuites
Fixes error LINK : fatal error LNK1104: cannot open file 'Poco*.lib'
2014-01-16 08:03:42 +08:00
Günter Obiltschnig
2888b3a9cc fixed project files 2014-01-15 11:57:54 +01:00
Günter Obiltschnig
bc0590c3e8 regenerated project files 2014-01-15 11:56:48 +01:00
Günter Obiltschnig
d1f55feff5 fixed project files 2014-01-15 11:48:18 +01:00
Günter Obiltschnig
518fd0ed1c fixed project files 2014-01-15 11:42:05 +01:00
Günter Obiltschnig
d9e51fb522 fixed project files 2014-01-15 11:31:12 +01:00
Günter Obiltschnig
65bb38d04f fixed vs2012 project files 2014-01-15 11:20:39 +01:00
Rangel Reale
e37b756157 * NTP client implementation 2014-01-13 15:04:27 -02:00
Guenter Obiltschnig
0816a4c33d Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-01-12 08:29:33 +01:00
Guenter Obiltschnig
5be97a7392 updated changelog 2014-01-12 08:29:08 +01:00
Günter Obiltschnig
f8c525206a fixed project files 2014-01-11 23:40:06 +01:00
Guenter Obiltschnig
03670dc750 remove ApacheConnector from build 2014-01-11 23:13:47 +01:00
Guenter Obiltschnig
fefdee93f7 GH #360: CMakeLists foundation: add Clock.cpp in the list of source files 2013-12-24 09:20:35 +01:00
Günter Obiltschnig
9f479be862 Merge pull request #359 from teeceepee/patch-2
Add extern "C" around <net/if.h> on HPUX platform.
2013-12-24 00:18:26 -08:00
Yu Haidong
8e852b4776 Add extern "C" around <net/if.h> on HPUX platform.
On hpux platform, functions(such as `if_nametoindex` and `if_indextoname`) in <net/if.h> doesn't declare with `extern "C"`. Fix this bug by add `extern "C"`. See http://www.boost.org/doc/libs/1_40_0/boost/asio/detail/socket_ops.hpp
2013-12-24 11:01:20 +08:00
Günter Obiltschnig
ba400760db Merge pull request #358 from bufferoverflow/travis
.travis.yml: force old config on apt-get upgrade
2013-12-23 04:25:14 -08:00
Roger Meier
e97eb5105f .travis.yml: force old config on apt-get upgrade
Signed-off-by: Roger Meier <roger@bufferoverflow.ch>
2013-12-21 23:06:02 +01:00
Günter Obiltschnig
e23800f60e Merge pull request #355 from latitude37s/develop
Fixed setting of MYSQL_BIND is_unsigned value.
2013-12-21 06:16:52 -08:00
Günter Obiltschnig
514b3dfcb1 Merge pull request #356 from bufferoverflow/travis
.travis.yml: use -y option for apt-get upgrade and install
2013-12-20 05:04:30 -08:00
Roger Meier
fbc84c33ae .travis.yml: use -y option for apt-get upgrade and install 2013-12-19 22:14:17 +01:00
latitude37s
58121249c7 Fixed setting of MYSQL_BIND is_unsigned value. 2013-12-19 18:00:19 +00:00
Aleksandar Fabijanic
70a2f977a4 Merge pull request #353 from latitude37s/develop
Correctly set MySQL time_type for Poco::Data::Date.
2013-12-19 09:20:20 -08:00
latitude37s
89a4fd6dd6 fieldSize() returns std::size_t, which is not necessarily the same width as unsigned long. 2013-12-19 17:05:50 +00:00
latitude37s
e94075c023 Correctly set MySQL time_type for Poco::Data::Date. 2013-12-19 16:50:38 +00:00
Aleksandar Fabijanic
30c3f363a5 Merge pull request #352 from latitude37s/develop
Removed redundant #includes and fixed spelling mistakes.
2013-12-19 08:41:53 -08:00
latitude37s
a1792fa833 Removed redundant #includes and fixed spelling mistakes. 2013-12-19 16:32:55 +00:00
Guenter Obiltschnig
fd6e98ee02 updated CHANGELOG 2013-12-18 22:42:08 +01:00
Guenter Obiltschnig
7d0635625a Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2013-12-18 19:35:27 +01:00
Guenter Obiltschnig
af51162455 fixed GH# 350: Memory leak in Data/ODBC with BLOB 2013-12-18 19:34:03 +01:00
Aleksandar Fabijanic
151b4c1d60 Merge pull request #349 from bufferoverflow/travis
.travis.yml: install unixodbc-dev libmysqlclient-dev
2013-12-18 07:20:48 -08:00