Commit Graph

3236 Commits

Author SHA1 Message Date
FrancisANDRE
217c520731 Commented the arm-linux-gnueabi- test.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-18 11:46:21 +01:00
FrancisANDRE
75f0819737 IncrementVacuum test commented out since it fails on Travis.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-18 11:41:23 +01:00
FrancisANDRE
7555150cf2 Remove temporarily arm-linux-gnueabi.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-18 10:01:22 +01:00
FrancisANDRE
cf33959a49 Run IncrementVacuum only if sqlite3 version >= 3.9.0
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-18 09:27:45 +01:00
FrancisANDRE
55ad08feda Restore apt-get libsqlite3-dev.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-18 09:07:46 +01:00
FrancisANDRE
1af0a13cc3 Download and install libsqlite3-dev_3.9.2-1_amd64.deb.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-18 00:45:43 +01:00
FrancisANDRE
517d8a10a1 Trying libsqlite3-dev_3.9.1-2_amd64.deb
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-18 00:31:33 +01:00
FrancisANDRE
297bd6234e install sqlite3 latest version.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-18 00:08:49 +01:00
FrancisANDRE
7a60478e48 Display sqlite3 version.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-17 23:56:51 +01:00
FrancisANDRE
629d2f12ba When we call statement execution for "PRAGMA incremental_vacuum(1024);"
it fails with null std iterator exception. It happens because variable
"extracts" is empty and construction "*extracts.begin()" is invalid.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-17 21:12:23 +01:00
FrancisANDRE
3ea2bed26d Add LIBFLAGS.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-17 21:11:51 +01:00
FrancisANDRE
383f2bbf06 Add LIBFLAGS when linking a static library.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-17 21:10:02 +01:00
FrancisANDRE
30bec39a50 Add SHLIBFLAGS for linking shared libraries.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-17 21:07:36 +01:00
FrancisANDRE
1a8cd2ee7d Remove LINKFLAGS which is used for producing executables.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-17 21:05:21 +01:00
FrancisANDRE
ca6748f430 Remove $(OSARCH_POSTFIX).
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-17 19:36:10 +01:00
zosrothko
94bb16fdee Include <pcre.h> for an unbundled build. 2015-11-17 18:45:44 +01:00
zosrothko
abcbb43abb use proper Ubuntu development libs 2015-11-17 18:39:17 +01:00
zosrothko
0598428563 Add an Travis test for unbundled 2015-11-17 18:33:21 +01:00
zosrothko
780ae40990 Workaroud for travis old wget 2015-11-17 18:06:59 +01:00
Günter Obiltschnig
2b82105756 Merge pull request #1030 from danoli3/tvOSSimulator/bitcode-embed
tvOS / WatchOS bitcode enabled for simulators
2015-11-12 15:08:24 +01:00
Daniel Rosser
9e66e6e522 tvOS / WatchOS bitcode enabled for simulators 2015-11-12 23:56:52 +11:00
Günter Obiltschnig
05646a3c88 Merge pull request #1029 from danoli3/tvOS/bitcode-embed
tvOS / WatchOS bitcode enabled
2015-11-12 08:14:21 +01:00
Daniel Rosser
2a2b768afd tvOS / WatchOS bitcode enabled 2015-11-12 17:19:34 +11:00
Guenter Obiltschnig
f8dee428ab Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2015-11-10 10:07:59 +01:00
Guenter Obiltschnig
825e99578a GH #1022: clean-up setThreadName 2015-11-10 10:07:48 +01:00
Aleksandar Fabijanic
0341214688 Merge pull request #1018 from kblaschke/develop
Fully support cross-compiling with Linux GNU build system using OSARCH_64BITS=[0,1]
2015-11-06 07:41:31 -06:00
kblaschke
795b4fc9bb Auto-detect OSARCH_64BITS. Otherwise, if OSARCH_64BITS is not specified, the build system would always produce 32-bit libraries, even on 64-bit hosts. 2015-11-06 11:55:21 +01:00
kblaschke
f2cfca6e50 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2015-11-06 11:33:19 +01:00
kblaschke
317117b510 Linux build configuration: Add -m32/-m64 flags to compiler and dynamic linker to fully support OSARCH_64BITS in cross-compiling scenarios 2015-11-06 11:30:41 +01:00
Aleksandar Fabijanic
2b52b26b92 Merge pull request #1014 from mkrivos/develop
Sqlite 3.9.2
2015-11-05 06:49:48 -06:00
Guenter Obiltschnig
ba946fc592 fix for VS2008 2015-11-04 22:46:06 +01:00
Marian Krivos
41f7870fec bump to sqlite 3.9.2 2015-11-04 18:19:11 +01:00
Guenter Obiltschnig
8fd28947b9 re-added customizeSession() method from 1.4.x releases 2015-11-02 10:22:27 +01:00
Aleksandar Fabijanic
64ed9bacf0 Merge pull request #922 from dimanikulin/develop
fixed sql lite statement for empty extracts
2015-10-21 10:04:57 -05:00
dmitriy.n
4e6ec71c18 deleted commented code 2015-10-20 10:18:59 +03:00
dmitriy.n
044a23b1e8 added test case for pull request 922 2015-10-19 16:55:53 +03:00
Marian Krivoš
4d592f68bf Merge pull request #21 from pocoproject/develop
Sync 18.10.2015
2015-10-18 18:16:27 +02:00
Aleksandar Fabijanic
ee62025cc3 Merge pull request #989 from aaron0x/NetworkInterface
revise NetworkInterface
2015-10-16 18:09:46 -07:00
aaron0x
c93c302bcd modify comment. 2015-10-16 17:23:23 +08:00
aaron0x
a3ee0416c0 add comment. 2015-10-16 16:43:53 +08:00
aaron0x
36b5487774 simplify NetworkInterface::forName(const std::string& name, bool requireIPv6). 2015-10-16 16:41:10 +08:00
aaron0x
5398ebd94a remove unnecessary variable. 2015-10-16 16:28:57 +08:00
Günter Obiltschnig
c61debd881 Merge pull request #983 from kimgr/clang-wswitch
Fix #928: Workaround to fix -Wswitch warning
2015-10-13 22:21:49 +02:00
Kim Grasman
883cdb7b14 Fix #928: Workaround to fix -Wswitch warning 2015-10-13 21:58:56 +02:00
Aleksandar Fabijanic
35d94f3842 Merge pull request #982 from aaboyd/feature/remove-poco-os-cmake
removing POCO_OS_* declarations from cmake and biicode configuration
2015-10-12 22:51:20 -07:00
Alex Boyd
1f7766caa5 removing POCO_OS_* declarations from cmake and biicode configuration 2015-10-12 20:53:29 -04:00
Aleksandar Fabijanic
205eb65bc9 Merge pull request #979 from aaboyd/feature/cmake-relwithdebinfo-remove-suffix
remove d suffix from cmake RELWITHDEBINFO 'Release With Debug Info'
2015-10-11 20:36:03 -07:00
Alex Boyd
f447b5770a remove d suffix from cmake RELWITHDEBINFO 'Release With Debug Info' 2015-10-11 22:04:41 -04:00
Guenter Obiltschnig
754cb3b06e renamed canContinue() to peekResponse(), improved documentation 2015-10-10 09:31:48 +02:00
Guenter Obiltschnig
b8811609fd Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2015-10-09 16:53:28 +02:00