Commit Graph

  • 0fe95a31c4 more optimization Aleksandar Fabijanic 2008-05-14 23:51:10 +00:00
  • 81fcb5cbf5 Solaris and non-Cygwin pthreads fixes (Serge: backport to 1.3.3) Aleksandar Fabijanic 2008-05-14 18:12:04 +00:00
  • f5c0603771 Fixed JSEvent Peter Schojer 2008-05-14 12:40:32 +00:00
  • fba8e67818 Extensions for JSEvents Peter Schojer 2008-05-14 12:31:14 +00:00
  • 0d3e23167a Fixes for rendering of DateField in Table, Button event fixes Peter Schojer 2008-05-14 08:09:08 +00:00
  • 4e730ecc7e Fixed constness detection of const char[] arrays Peter Schojer 2008-05-14 06:00:40 +00:00
  • 96c57718c4 casts inlining and some code tidy-up Aleksandar Fabijanic 2008-05-13 23:26:35 +00:00
  • d5bc108291 Missing files added Sergey Skorokhodov 2008-05-13 20:06:30 +00:00
  • bad44e6e46 added a static assert to check for const ref with use, added useRef keyword for these cases Peter Schojer 2008-05-13 13:41:08 +00:00
  • 92a0389b63 Split Bindign in CopyBinding and Binding. Fixes use(const T&) case Peter Schojer 2008-05-13 11:30:19 +00:00
  • e933e93b50 DynamicAny::extract performance optimization Aleksandar Fabijanic 2008-05-13 01:41:27 +00:00
  • 45d601089b VS90 solutions/projects for WebWidgets/ExtJS libraries and test suites replaced hard coded project names with $(ProjectName) macro replaced ThreadEntry.cpp/.h with ThreadTarget.cpp/.h in Foundation_VS90.vcproj Aleksandar Fabijanic 2008-05-12 18:59:24 +00:00
  • 1bd450e943 added TableCellHandler Peter Schojer 2008-05-12 13:35:18 +00:00
  • 6c80fe82c1 added WebWidgets Peter Schojer 2008-05-12 13:12:39 +00:00
  • 1ab0db1131 Fix for SharedPtr gcc 4.1.3 compilation problem merged from trunk. Sergey Skorokhodov 2008-05-11 09:01:56 +00:00
  • 9661e08347 template parameter shadowing fix Aleksandar Fabijanic 2008-05-10 23:58:51 +00:00
  • 0417d929c3 SF[1956300] HTTPSession changes and SharedPtr modification from Chris Jones are merged from the trunk. MySQL integrated into build_vs80.cmd. Sergey Skorokhodov 2008-05-10 19:16:14 +00:00
  • 6e7fdfa9fb applied a SharedPtr fix from Chris Jones Guenter Obiltschnig 2008-05-08 06:50:08 +00:00
  • 9e07d619fb Thread/ThreadPool enhancements (thread stack size control, static function use as a thread routine) are back ported from trunk. Sergey Skorokhodov 2008-05-07 18:32:07 +00:00
  • c3d621c6fc SharedPtr modification from Chris Jones (additional RC template arg that defaults to ReferenceCounter, thus fully backwards compatible) Guenter Obiltschnig 2008-05-07 16:33:25 +00:00
  • 6c014c25d3 [1954327] CYGWIN's pthread does not define PTHREAD_STACK_MIN (2nd time) Aleksandar Fabijanic 2008-05-02 22:45:54 +00:00
  • 4ec68cecaf fixed SF# 1956300: HTTPServerConnection hanging Guenter Obiltschnig 2008-05-02 16:41:14 +00:00
  • 2ba1d4181f Fix 1953551. Make STDCXX_BASE part of the build configuration process. Mark Wright 2008-05-02 11:19:11 +00:00
  • be2ebf2197 SF [1954327] CYGWIN's pthread does not define PTHREAD_STACK_MIN Aleksandar Fabijanic 2008-04-29 20:46:30 +00:00
  • 5a7aeb4960 SF item [1953551] Solaris Sun Studio 12 Apache stdcxx 64 bit follow-up Aleksandar Fabijanic 2008-04-29 20:37:58 +00:00
  • e1c7bc55dd SF items 1951604 and 1953551 [1951604] POCO refuses to compile with g++ 4.3.0 [1953551] Solaris Sun Studio 12 Apache stdcxx 64 bit Aleksandar Fabijanic 2008-04-28 21:52:10 +00:00
  • 2a93c3e84f some cosmetic changes Aleksandar Fabijanic 2008-04-24 10:06:35 +00:00
  • 621c98d358 added stack size argument to ThreadPool constructor Aleksandar Fabijanic 2008-04-21 23:29:13 +00:00
  • 9fd70bade2 - POCO_THREAD_STACK_SIZE macro - few Thread modifications - ThreadPool configurable stack size Aleksandar Fabijanic 2008-04-20 23:28:41 +00:00
  • 537ec8aca3 fixed typo Aleksandar Fabijanic 2008-04-19 19:13:26 +00:00
  • 32c8d371e9 Thread OS priority Aleksandar Fabijanic 2008-04-15 23:25:19 +00:00
  • 8bc8552616 fixed a namespace bug in POCO_APP_MAIN macro Guenter Obiltschnig 2008-04-15 10:59:00 +00:00
  • dc9fb44829 added SMTP auth support contributed by TAC Guenter Obiltschnig 2008-04-15 10:58:16 +00:00
  • 898045b4eb updated VS71 files Aleksandar Fabijanic 2008-04-11 14:54:45 +00:00
  • 1867398d32 removed Mutex from Win32, split POSIX entry() function into two Aleksandar Fabijanic 2008-04-11 10:15:43 +00:00
  • 01613f5cf6 serialized access to startImpl() functions Aleksandar Fabijanic 2008-04-11 09:27:41 +00:00
  • 89ca50a581 SF 1939071 and 1928786 Aleksandar Fabijanic 2008-04-11 01:37:49 +00:00
  • 32c38a9197 Added WINVER system flag to MinGW build configuration. Chris Johnson 2008-03-28 05:40:32 +00:00
  • 1c393ae9ab VS 71 projects and solutions Aleksandar Fabijanic 2008-03-27 14:53:54 +00:00
  • 1d7188d78e moved format into Keywords namespace Aleksandar Fabijanic 2008-03-26 15:21:18 +00:00
  • 6827e13c0f added shared cache support to sqlite Guenter Obiltschnig 2008-03-26 09:11:18 +00:00
  • 5d5c7a0586 VS 90 solution and project files updated for IO Aleksandar Fabijanic 2008-03-24 12:36:29 +00:00
  • b375b14f60 added TestChannel Aleksandar Fabijanic 2008-03-23 01:14:07 +00:00
  • 5a737fb241 removed AsyncIO tests (moved to IO) Aleksandar Fabijanic 2008-03-22 22:25:42 +00:00
  • 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 Aleksandar Fabijanic 2008-03-22 21:28:05 +00:00
  • bed329e7d7 null support Aleksandar Fabijanic 2008-03-21 14:31:12 +00:00
  • d2de70c58a namespace Keywords (!!! breaks existing code !!!) Aleksandar Fabijanic 2008-03-20 20:31:23 +00:00
  • 405e2e5cba POCO_DATA_INVALID_ROW constant and Constants.h header Aleksandar Fabijanic 2008-03-20 17:57:24 +00:00
  • c07cc04912 build configuration for Nexenta with gcc Aleksandar Fabijanic 2008-03-20 15:30:34 +00:00
  • 4ffed92894 some MSVC Level 4 warning fixes Aleksandar Fabijanic 2008-03-17 14:27:29 +00:00
  • 3848bfbb53 added AutoTransaction Aleksandar Fabijanic 2008-03-17 12:14:07 +00:00
  • 99040a3937 Aleksandar Fabijanic 2008-03-15 10:59:35 +00:00
  • c315a63c39 Import MySQL connector Aleksandar Fabijanic 2008-03-15 01:30:54 +00:00
  • c91bd3323c - SocketIOChannel and tests - some gcc warning fixes Aleksandar Fabijanic 2008-03-01 14:57:15 +00:00
  • 722009b8be Aleksandar Fabijanic 2008-03-01 14:52:50 +00:00
  • 0c65fa6295 - IOChannel, IOChannelConfig, ActiveIOChannel - ActiveMethod::operator () default argument value (convenient for arguments of Poco::Void type) Aleksandar Fabijanic 2008-03-01 14:50:43 +00:00
  • 0178d9c14e added action to build script cmd line Aleksandar Fabijanic 2008-02-25 21:50:48 +00:00
  • e912603284 Merge overlooked change 488 for MinGW/MSYS support Chris Johnson 2008-02-23 23:02:08 +00:00
  • 8664ae3c65 Merge for MinGW/MSYS support Chris Johnson 2008-02-23 20:26:26 +00:00
  • f326c3855e Added additional include/lib search paths for MinGW add-on packages (openSSL) Chris Johnson 2008-02-23 19:09:20 +00:00
  • 720d5d2e46 updated contributors Aleksandar Fabijanic 2008-02-21 10:30:36 +00:00
  • def90185aa Added build support for stock MinGW/MSYS build of POCO. Chris Johnson 2008-02-21 09:08:44 +00:00
  • af32aa7573 removed Foundation/bin directory Aleksandar Fabijanic 2008-02-19 19:10:44 +00:00
  • 6e6374e830 moved PocoMsg.dll to $POCO_BASE/bin Aleksandar Fabijanic 2008-02-19 18:35:20 +00:00
  • 1eec38f19e Aleksandar Fabijanic 2008-02-19 18:14:54 +00:00
  • 7a59e4eb48 - bin/PocoMsg.dll file - project files - EventLogChannel modifications to search for PocoMsg.dll first Aleksandar Fabijanic 2008-02-19 18:13:08 +00:00
  • 19d738c67f removed empty NetSSL samples bin directories Aleksandar Fabijanic 2008-02-19 14:02:01 +00:00
  • 8ffef14cb5 - added pocomsg.h Aleksandar Fabijanic 2008-02-19 13:00:42 +00:00
  • 2c75405620 static project configurations Aleksandar Fabijanic 2008-02-18 19:21:34 +00:00
  • 40445c9d3e - FileStream_WIN32 constructor openmode argument - DynamicAnyTest and AnyTest warning disable for VS 2003 Aleksandar Fabijanic 2008-02-18 16:32:01 +00:00
  • 94eb954cc6 adding buildwin.cmd Aleksandar Fabijanic 2008-02-17 17:29:06 +00:00
  • 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 Aleksandar Fabijanic 2008-02-17 17:14:33 +00:00
  • 4873d0dd5f updated contributors file Guenter Obiltschnig 2008-02-16 21:09:06 +00:00
  • f716fdc5d6 XMLConfiguration now supports modifying properties (contributed by Tom Tan) Guenter Obiltschnig 2008-02-16 21:02:14 +00:00
  • 98c22eb78b updated changelog Aleksandar Fabijanic 2008-02-11 23:45:26 +00:00
  • 628d597f38 SF [1891132] Poco::Data::StatementImpl::executeWithLimit is not correct some SQLite tests tidy-up Aleksandar Fabijanic 2008-02-11 23:12:18 +00:00
  • 195e74fab9 branched off 1.3.3 Aleksandar Fabijanic 2008-02-11 22:20:21 +00:00
  • 78349bba1f bind() arguments change Aleksandar Fabijanic 2008-02-08 21:21:20 +00:00
  • f7aa11c7f5 removed NoDataException throw Aleksandar Fabijanic 2008-02-07 20:14:40 +00:00
  • e4d9b3b40f fixed line endings Guenter Obiltschnig 2008-02-07 16:08:15 +00:00
  • a99f1aae4d fixed newlines Guenter Obiltschnig 2008-02-07 15:17:46 +00:00
  • eeb285bb93 - removed position parameter to setParamSetSize() (not used) - execute call in SQLChannel wrapped in try-catch Aleksandar Fabijanic 2008-02-06 02:29:09 +00:00
  • 10f9d4befb fixed few failing statements Aleksandar Fabijanic 2008-02-04 19:17:35 +00:00
  • c24a43f27d upgraded SQlite to 3.5.5; improved samples poco-1.3.2 Guenter Obiltschnig 2008-02-03 14:01:30 +00:00
  • cf60e2a5d8 updated Data samples; updated SQlite to 3.5.5 Guenter Obiltschnig 2008-02-03 13:48:59 +00:00
  • be815af919 DynamicAny:operator [] fix (did not compile w/ VS 2003) Aleksandar Fabijanic 2008-02-02 21:55:14 +00:00
  • 9dde6fb1ef ODBC string truncation bug fix Aleksandar Fabijanic 2008-02-02 21:45:21 +00:00
  • 711699f89d branch ready for release Aleksandar Fabijanic 2008-02-02 21:42:49 +00:00
  • 7128510498 fixed SF# 1883871: TypeList operator < fails for tuples with duplicate values Guenter Obiltschnig 2008-02-01 14:51:43 +00:00
  • 533f42bfce fixed SF# 1883871: TypeList operator < fails for tuples with duplicate values Guenter Obiltschnig 2008-02-01 14:49:18 +00:00
  • 1a6676aa44 fixed line endings Guenter Obiltschnig 2008-01-31 10:15:22 +00:00
  • ba759c863a fixed cygwin build config Guenter Obiltschnig 2008-01-31 09:24:51 +00:00
  • c3ff907751 fixed cygwin build config Guenter Obiltschnig 2008-01-31 09:23:59 +00:00
  • b526dd81f2 changes from main repository Guenter Obiltschnig 2008-01-29 09:06:52 +00:00
  • ab8d8e38e3 added declarations for isHiddenImpl() Aleksandar Fabijanic 2008-01-28 22:32:37 +00:00
  • 112149e736 changes for 1.3.2 Guenter Obiltschnig 2008-01-28 17:54:26 +00:00
  • 3cb5a99839 updated contributors file Guenter Obiltschnig 2008-01-28 17:48:52 +00:00
  • 50ad519dbc bumped libversion to 6 Guenter Obiltschnig 2008-01-28 17:47:50 +00:00
  • f5a6439390 synced with main repository Guenter Obiltschnig 2008-01-28 17:40:38 +00:00
  • 15b371a7a8 synced with main repository Guenter Obiltschnig 2008-01-28 17:37:36 +00:00