Commit Graph

4697 Commits

Author SHA1 Message Date
Aleksandar Fabijanic
2a93c3e84f some cosmetic changes 2008-04-24 10:06:35 +00:00
Aleksandar Fabijanic
621c98d358 added stack size argument to ThreadPool constructor 2008-04-21 23:29:13 +00:00
Aleksandar Fabijanic
9fd70bade2 - POCO_THREAD_STACK_SIZE macro
- few Thread modifications
- ThreadPool configurable stack size
2008-04-20 23:28:41 +00:00
Aleksandar Fabijanic
537ec8aca3 fixed typo 2008-04-19 19:13:26 +00:00
Aleksandar Fabijanic
32c8d371e9 Thread OS priority 2008-04-15 23:25:19 +00:00
Guenter Obiltschnig
8bc8552616 fixed a namespace bug in POCO_APP_MAIN macro 2008-04-15 10:59:00 +00:00
Guenter Obiltschnig
dc9fb44829 added SMTP auth support contributed by TAC 2008-04-15 10:58:16 +00:00
Aleksandar Fabijanic
898045b4eb updated VS71 files 2008-04-11 14:54:45 +00:00
Aleksandar Fabijanic
1867398d32 removed Mutex from Win32, split POSIX entry() function into two 2008-04-11 10:15:43 +00:00
Aleksandar Fabijanic
01613f5cf6 serialized access to startImpl() functions 2008-04-11 09:27:41 +00:00
Aleksandar Fabijanic
89ca50a581 SF 1939071 and 1928786 2008-04-11 01:37:49 +00:00
Chris Johnson
32c38a9197 Added WINVER system flag to MinGW build configuration. 2008-03-28 05:40:32 +00:00
Aleksandar Fabijanic
1c393ae9ab VS 71 projects and solutions 2008-03-27 14:53:54 +00:00
Aleksandar Fabijanic
1d7188d78e moved format into Keywords namespace 2008-03-26 15:21:18 +00:00
Guenter Obiltschnig
6827e13c0f added shared cache support to sqlite 2008-03-26 09:11:18 +00:00
Aleksandar Fabijanic
5d5c7a0586 VS 90 solution and project files updated for IO 2008-03-24 12:36:29 +00:00
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