Marian Krivos
b99f4b6d1f
OpenSolaris + SunPro C++ compile fix
2009-02-24 22:00:36 +00:00
Guenter Obiltschnig
ef850957c5
updated certificates
2009-02-24 19:16:58 +00:00
Guenter Obiltschnig
75a07d7983
NetSSL library refactoring
2009-02-23 20:56:01 +00:00
Marian Krivos
f345a6c6e2
CMake: Fix standard system libraries linking on Solaris 10 + gcc
2009-02-22 20:46:12 +00:00
Marian Krivos
538c9335c9
CMake: Fix standard system libraries linking on linux
2009-02-22 20:14:40 +00:00
Marian Krivos
2c304d744d
adaptation cmake scripts to current MinGW platform (exclude SSL/Crypto/MySQL/Apache/ODBC)
2009-02-22 19:58:27 +00:00
Marian Krivos
680ce5e93e
cpack support - generate binary / source packages and instalator
2009-02-22 14:19:55 +00:00
Marian Krivos
ac01609444
cmake scripts for all tests
2009-02-21 20:19:53 +00:00
Guenter Obiltschnig
fa1658b23a
integrated improvements from 1.3.4 (NumberFormatter::append(), DateTimeFormatter::append()
2009-02-21 10:59:58 +00:00
Marian Krivos
60e1433f51
rest of cmake scripts for samples + apache/apr detection
2009-02-21 09:58:44 +00:00
Marian Krivos
24e706aa2a
added Data, Foundation, Net and Util samples + some global cmake fixes - second portion
2009-02-19 20:38:07 +00:00
Marian Krivos
129f21cc79
added Data, Foundation, Net and Util samples + some global cmake fixes
2009-02-19 20:35:03 +00:00
Marian Krivos
d141423a56
cmake 2.4.8 downgrade
2009-02-19 18:11:55 +00:00
Marian Krivos
c4dc4b70d3
mising include <cstring>
2009-02-18 20:48:26 +00:00
Marian Krivos
16cdb4b127
cmake runtime install support (headers+libs)
2009-02-18 20:47:32 +00:00
Guenter Obiltschnig
12c1ae5823
fixed SF# 2583934: Zip: No Unix permissions set
2009-02-18 16:04:14 +00:00
Guenter Obiltschnig
717dd9cf45
performance improvements from 1.3.4
2009-02-18 13:25:01 +00:00
Guenter Obiltschnig
64a7203a0d
integrated fixed from 1.3.4
2009-02-18 13:12:25 +00:00
Marian Krivos
32642ba9c1
More cmake scripts: ApacheConnector, Crypto, NetSSL, WebWidgets, Zip
2009-02-17 20:02:37 +00:00
Marian Krivos
57bd673b01
missing include <cstring>
2009-02-17 19:59:39 +00:00
Marian Krivos
88a8b2b723
missing include <memory>
2009-02-17 19:53:22 +00:00
Aleksandar Fabijanic
0f98824311
Poco::UInt32 => std::size_t
2009-02-16 15:12:03 +00:00
Aleksandar Fabijanic
142c248754
use std::size_t in Data interfaces (may break some code on 64-bit platforms)
2009-02-16 03:34:35 +00:00
Marian Krivos
5b320c2894
Very basic but functional (at least on linux with gcc) support
...
for CMake build system
.
It is strongly recomended to use out-of-source build to preserve
original Poco makefiles.
http://www.cmake.org/Wiki/CMake_FAQ#Out-of-source_build_trees
I have tested unix makefile generating and Eclipse CDT4 generating.
Supported are static/dynamic and debug/release targets.
On now only core libs are included: CppUnit, Foundation,
Data, Data/SQLite, Util, Net and XML. But autodetection
of OpenSSL, MySQL and ODBC is working OK already.
CPack and CTest nor library install still doesn't work, only building.
This is only the start.
2009-02-15 15:49:19 +00:00
Marian Krivos
ec7c34dec4
Compilation fix for gcc 4.3.3: string.h + memset() || cstring + std::memset()
2009-02-14 15:47:11 +00:00
Marian Krivos
454318cd17
Compilation fix: AbstractPreparation -> AbstractPreparator
2009-02-14 15:44:52 +00:00
Aleksandar Fabijanic
b2454e3b83
few tidy-up fixes
2009-02-13 14:14:16 +00:00
Aleksandar Fabijanic
a8c39370be
[SF 2593784] SVN trunk RowIterator
2009-02-12 19:43:22 +00:00
Aleksandar Fabijanic
08efaa0572
Removed Transactor template (not needed), fixed documentation, additional tests
2009-02-10 15:51:42 +00:00
Aleksandar Fabijanic
60c8b0183e
Transactor documentation and test fix
2009-02-10 13:32:24 +00:00
Aleksandar Fabijanic
d11f007d23
[SF 2580108] Improve transaction handling
2009-02-08 23:14:54 +00:00
Peter Schojer
ad543acb58
fixing NullEvent usage
2009-02-05 09:23:17 +00:00
Guenter Obiltschnig
37dc590bdf
performance improvements to DateTimeParser and HTTP server
2009-02-01 20:27:19 +00:00
Peter Schojer
75ecce9cc4
added support for RENESAS, compile fixes for RENESAS
2009-01-22 08:14:22 +00:00
Aleksandar Fabijanic
c92d329399
[SF 2520679] JSON strings enclosed in single quotes
...
[SF 2520849] Dynamic/Pair support
2009-01-19 20:08:04 +00:00
Aleksandar Fabijanic
363711ed39
SessionPoolContainer::get() fix
...
few documentation fixes
consolidated redundant MySQL connection params
2009-01-15 17:01:34 +00:00
Aleksandar Fabijanic
b38f5ce99c
[SF 2505290] DB connection as URI (MySQL not tested!)
2009-01-13 19:51:48 +00:00
Aleksandar Fabijanic
8abc90f989
[SF 2466364] Uninitialised variable in ICMPv4PacketImpl.cpp
2009-01-13 14:06:46 +00:00
Aleksandar Fabijanic
ea664cfee6
[SF 2492462] Dynamic/Struct.h : Compilation Error with mingw
2009-01-13 14:00:44 +00:00
Aleksandar Fabijanic
2f7c6b4aa5
make Row field names case-insensitive
2009-01-07 16:12:40 +00:00
Aleksandar Fabijanic
736cb1fcee
[SF 2479446] Extend StringTokenizer interface
2008-12-31 19:31:03 +00:00
Aleksandar Fabijanic
66dc4abff0
StringTokenizer::find implementation and tests
2008-12-31 16:02:46 +00:00
Aleksandar Fabijanic
600161cbf3
[SF 2445467] Bug in Thread_WIN32.cpp
2008-12-23 16:23:35 +00:00
Aleksandar Fabijanic
8311cd078a
Dynamic::Struct construction from std::map
2008-12-23 16:08:28 +00:00
Peter Schojer
8a2502bce4
added https->http redirect, improved redirect support in streamfactory, fixed client cert validation error
2008-12-19 08:10:04 +00:00
Aleksandar Fabijanic
f84e0947f7
Preparation renamed to Preparator
2008-12-10 22:28:13 +00:00
Aleksandar Fabijanic
5d16c86427
made diagnostics() const
2008-12-08 11:36:56 +00:00
Aleksandar Fabijanic
60f6d0eeea
made diagnostics() const
2008-12-07 17:59:25 +00:00
Aleksandar Fabijanic
ab0684a1cd
poll() support (tested on Solaris and Linux)
...
array delete policy for SharedPtr
2008-12-03 20:38:53 +00:00
Aleksandar Fabijanic
c617bbe551
changed Struct<int> operator[] index to int
2008-11-30 04:06:10 +00:00