Commit Graph

3393 Commits

Author SHA1 Message Date
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
Franky Braem
38973aa128 Remove Redis_API from Type to avoid unresolved externals on Windows 2015-11-04 13:59:27 +01:00
fbraem
004bcfe48a Use RedisStream instead of RedisSocket 2015-11-03 22:36:46 +01:00
fbraem
8e586b1012 Add cmake dependency file 2015-11-02 22:10:23 +01:00
fbraem
dfc89d09de Work on pubsub sample 2015-11-02 22:09:35 +01:00
fbraem
cbb45f5b25 Add setReceiveTimeout 2015-11-02 22:09:21 +01:00
fbraem
c135c87b1d Add setReceiveTimeout 2015-11-02 22:08:58 +01:00
fbraem
cb8b6cfe8d Renamed AsyncClient into AsyncReader 2015-11-02 22:08:27 +01:00
fbraem
93a2cced8d No samples yet ... 2015-11-02 22:07:49 +01:00
fbraem
ae7c0c095a Add ENABLE_REDIS 2015-11-02 22:07:31 +01:00
Guenter Obiltschnig
8fd28947b9 re-added customizeSession() method from 1.4.x releases 2015-11-02 10:22:27 +01:00
fbraem
064f8ef2de Work on AsyncClient and add execute<T> method 2015-11-02 08:06:32 +01:00
fbraem
2d0c312be3 More tests ... 2015-10-27 22:04:38 +01:00
fbraem
cf2450d1c5 add testAppend 2015-10-26 21:41:27 +01:00
fbraem
9d22184a9f Update some tests / Add testPipeliningWithWriteCommand 2015-10-26 20:33:03 +01:00
fbraem
7b3a796460 Update add methods, make it possible to chain them, ... 2015-10-26 20:29:32 +01:00
fbraem
7e987d662a add (const) T& value() method 2015-10-26 20:28:49 +01:00
fbraem
2017e937a6 Use Array to return all replies 2015-10-26 20:27:53 +01:00
fbraem
76905b426a Add more asserts 2015-10-26 15:57:07 +01:00
fbraem
611f38002f Add some type helper functions 2015-10-26 15:56:52 +01:00
fbraem
a46ef4144e Add checkNull and documentation 2015-10-26 15:20:49 +01:00
fbraem
4dc1d2f62d writeCommand must be called in sendCommand 2015-10-26 14:34:46 +01:00
fbraem
1a6dbd0b2d Use Nullable 2015-10-26 12:06:09 +01:00
fbraem
4012bea1f8 Move createRedisType to Type 2015-10-26 12:05:59 +01:00
fbraem
605866f1ec Use NEWLINE_CRLF 2015-10-26 12:05:37 +01:00
fbraem
723704ad16 Move createRedisType to Type 2015-10-26 12:05:00 +01:00
fbraem
74b1ef2bb2 Output result of testEcho 2015-10-26 12:04:18 +01:00
fbraem
40f20421a8 Use Poco::Nullable instead of Poco::Optional for BulkString 2015-10-26 09:32:00 +01:00
fbraem
f9af763cf6 No need to be friends with Connection 2015-10-26 07:42:37 +01:00
fbraem
f77642a77a An array can contain other arrays ... it can even contain an error ... 2015-10-23 22:00:50 +02:00
fbraem
901751f800 Whitespace correction 2015-10-23 21:59:17 +02:00
fbraem
4c4e41a5ed Add documentation comments 2015-10-23 21:50:21 +02:00
fbraem
e66cd6d4f8 Remove typeName 2015-10-23 20:43:13 +02:00
fbraem
0f73e68b02 Throw RedisException when redis type can't be determined 2015-10-23 20:06:29 +02:00
fbraem
5c077ea4f9 Remove unnecessary includes 2015-10-23 20:02:47 +02:00
fbraem
8f950a903a Committing more work ... 2015-10-22 18:54:44 +02: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
fbraem
9acd00e25a POCO Redis experiment ... 2015-10-20 20:39:17 +02: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