Commit Graph

281 Commits

Author SHA1 Message Date
Aleksandar Fabijanic
b375b14f60 added TestChannel 2008-03-23 01:14:07 +00:00
Aleksandar Fabijanic
5a737fb241 removed AsyncIO tests (moved to IO) 2008-03-22 22:25:42 +00:00
Aleksandar Fabijanic
e41a7aef2e moved IO (sync and async) from Foundation and Net to IO, IO::Serial and IO::Socket;
only MS VS80 and Unix Makefiles are up to date with this modification
2008-03-22 21:28:05 +00:00
Aleksandar Fabijanic
d2de70c58a namespace Keywords (!!! breaks existing code !!!)
Following keywords were moved from Poco:Data to Poco::Data::Keywords namespace

- now
- use
- bind
- into
- in
- out
- io
- from
- bulk
- null
- limit
- upperLimit
- lowerLimit
- range
2008-03-20 20:31:23 +00:00
Aleksandar Fabijanic
405e2e5cba POCO_DATA_INVALID_ROW constant and Constants.h header 2008-03-20 17:57:24 +00:00
Aleksandar Fabijanic
c07cc04912 build configuration for Nexenta with gcc 2008-03-20 15:30:34 +00:00
Aleksandar Fabijanic
4ffed92894 some MSVC Level 4 warning fixes 2008-03-17 14:27:29 +00:00
Aleksandar Fabijanic
3848bfbb53 added AutoTransaction 2008-03-17 12:14:07 +00:00
Aleksandar Fabijanic
c91bd3323c - SocketIOChannel and tests
- some gcc warning fixes
2008-03-01 14:57:15 +00:00
Aleksandar Fabijanic
722009b8be 2008-03-01 14:52:50 +00:00
Aleksandar Fabijanic
0c65fa6295 - IOChannel, IOChannelConfig, ActiveIOChannel
- ActiveMethod::operator () default argument value (convenient for arguments of Poco::Void type)
2008-03-01 14:50:43 +00:00
Aleksandar Fabijanic
0178d9c14e added action to build script cmd line 2008-02-25 21:50:48 +00:00
Chris Johnson
f326c3855e Added additional include/lib search paths for MinGW add-on packages (openSSL) 2008-02-23 19:09:20 +00:00
Aleksandar Fabijanic
720d5d2e46 updated contributors 2008-02-21 10:30:36 +00:00
Chris Johnson
def90185aa Added build support for stock MinGW/MSYS build of POCO.
Components now supported by default:
 Foundation {including internal PCRE lib}
 Util
 Net
 XML
 SQL
 SQL/ODBC
 SQL/SQLite
 samples/{all components supported}

Components supported with additional 3rd party MinGW/MSYS libs:
 NetSSL w/OpenSSH

Components unsupported at this time:
 testsuite: Fails to build due to TupleTest - needs slight code change MinGW can't deal with currently.  Only thing causing failure.
 CppUnit: Unable to support this due to WIN32 version of this functionality relying on MFC which does not ship with MinGW/MSYS.
 --no-wstring support due libstdc++ - will require STLPort {support coming soon}


:build/config/MinGW
 +Fixed compiler environment flags and switches
 +Linkage build supports:  SHARED, STATIC, or BOTH
 +Fixed duplicate symbol/unresolved symbol during compile
 +Added PCRE build flag for internal library build/eliminate link errors
 +Disable support of UTF-8 by default, MinGW will require STLPort 
 +Corrected system link libs for MinGW "dumb" linker

:build/rules/global
 +Added MinGW environment deduction logic

:configure
 +Fine tuned environment deduction recognizing MinGW as valid

:Data/ODBC/Makefile
 +Fixed correct ODBC libs to link

:Foundation/Makefile
 +Added logic for building correct subsystem dependency

:Util/Makefile
 +Added logic for building correct subsystem dependency
2008-02-21 09:08:44 +00:00
Aleksandar Fabijanic
af32aa7573 removed Foundation/bin directory 2008-02-19 19:10:44 +00:00
Aleksandar Fabijanic
6e6374e830 moved PocoMsg.dll to $POCO_BASE/bin 2008-02-19 18:35:20 +00:00
Aleksandar Fabijanic
1eec38f19e 2008-02-19 18:14:54 +00:00
Aleksandar Fabijanic
7a59e4eb48 - bin/PocoMsg.dll file
- project files
- EventLogChannel modifications to search for PocoMsg.dll first
2008-02-19 18:13:08 +00:00
Aleksandar Fabijanic
19d738c67f removed empty NetSSL samples bin directories 2008-02-19 14:02:01 +00:00
Aleksandar Fabijanic
8ffef14cb5 - added pocomsg.h 2008-02-19 13:00:42 +00:00
Aleksandar Fabijanic
2c75405620 static project configurations 2008-02-18 19:21:34 +00:00
Aleksandar Fabijanic
40445c9d3e - FileStream_WIN32 constructor openmode argument
- DynamicAnyTest and AnyTest warning disable for VS 2003
2008-02-18 16:32:01 +00:00
Aleksandar Fabijanic
94eb954cc6 adding buildwin.cmd 2008-02-17 17:29:06 +00:00
Aleksandar Fabijanic
5bf096bb2a - SF [1800596] VS Solutions (ver. 8.0 and 9.0)
- SF [1621372] Build Scripts (all Windows scripts consolidated in one)
- eliminated warnings in sqlite3.c
- updated components file
2008-02-17 17:14:33 +00:00
Guenter Obiltschnig
4873d0dd5f updated contributors file 2008-02-16 21:09:06 +00:00
Guenter Obiltschnig
f716fdc5d6 XMLConfiguration now supports modifying properties (contributed by Tom Tan) 2008-02-16 21:02:14 +00:00
Aleksandar Fabijanic
78349bba1f bind() arguments change 2008-02-08 21:21:20 +00:00
Aleksandar Fabijanic
f7aa11c7f5 removed NoDataException throw 2008-02-07 20:14:40 +00:00
Guenter Obiltschnig
e4d9b3b40f fixed line endings 2008-02-07 16:08:15 +00:00
Guenter Obiltschnig
a99f1aae4d fixed newlines 2008-02-07 15:17:46 +00:00
Aleksandar Fabijanic
eeb285bb93 - removed position parameter to setParamSetSize() (not used)
- execute call in SQLChannel wrapped in try-catch
2008-02-06 02:29:09 +00:00
Aleksandar Fabijanic
10f9d4befb fixed few failing statements 2008-02-04 19:17:35 +00:00
Guenter Obiltschnig
cf60e2a5d8 updated Data samples; updated SQlite to 3.5.5 2008-02-03 13:48:59 +00:00
Aleksandar Fabijanic
be815af919 DynamicAny:operator [] fix (did not compile w/ VS 2003) 2008-02-02 21:55:14 +00:00
Aleksandar Fabijanic
9dde6fb1ef ODBC string truncation bug fix 2008-02-02 21:45:21 +00:00
Guenter Obiltschnig
533f42bfce fixed SF# 1883871: TypeList operator < fails for tuples with duplicate values 2008-02-01 14:49:18 +00:00
Guenter Obiltschnig
c3ff907751 fixed cygwin build config 2008-01-31 09:23:59 +00:00
Guenter Obiltschnig
b526dd81f2 changes from main repository 2008-01-29 09:06:52 +00:00
Aleksandar Fabijanic
ab8d8e38e3 added declarations for isHiddenImpl() 2008-01-28 22:32:37 +00:00
Guenter Obiltschnig
3cb5a99839 updated contributors file 2008-01-28 17:48:52 +00:00
Guenter Obiltschnig
50ad519dbc bumped libversion to 6 2008-01-28 17:47:50 +00:00
Guenter Obiltschnig
f5a6439390 synced with main repository 2008-01-28 17:40:38 +00:00
Guenter Obiltschnig
15b371a7a8 synced with main repository 2008-01-28 17:37:36 +00:00
Guenter Obiltschnig
2986d273a1 synced with main repository 2008-01-28 17:34:07 +00:00
Guenter Obiltschnig
40e7be0bab synced with main repository 2008-01-28 17:30:40 +00:00
Guenter Obiltschnig
239471d354 synced with main repository 2008-01-28 17:26:21 +00:00
Guenter Obiltschnig
da49971d0f synced with main repository 2008-01-28 17:23:19 +00:00
Aleksandar Fabijanic
fd1d5aed5f date and time types macros 2008-01-26 16:01:42 +00:00
Aleksandar Fabijanic
5f7122d21b SMTPChannel and SMTPLogger example 2008-01-23 02:43:09 +00:00