Commit Graph

331 Commits

Author SHA1 Message Date
Aleksandar Fabijanic
4e774e71aa SunOS build consolidation:
build/config/SunOS renamed to SunOS-SunForte
added build/config/SunOS-SunStudio
modified build/rules/global to select proper configuration based on detected Sun compiler version
disabled spurious hidevf warning for Data/testsuite and Data/SQLite Sun build
2008-05-28 19:08:40 +00:00
Peter Schojer
d0a169567b simplified table serializing 2008-05-27 13:59:06 +00:00
Peter Schojer
e07a2126e9 Added fixes for layouts+ComboBoxevents 2008-05-27 12:58:28 +00:00
Peter Schojer
0362659ac9 added hidden column to fix remote sorting 2008-05-26 08:55:41 +00:00
Aleksandar Fabijanic
979749490a Binding compilation fix 2008-05-25 16:36:58 +00:00
Aleksandar Fabijanic
d6ace3c20a various use()/useRef()/bind() case tests 2008-05-25 16:09:11 +00:00
Aleksandar Fabijanic
532672c027 SF 1969276 DynamicAny("") should be false; added operator! 2008-05-22 01:29:32 +00:00
Guenter Obiltschnig
1de922e8c3 fixed SF# 1968106: DigestOutputStream losing data 2008-05-20 17:19:27 +00:00
Peter Schojer
7a0aa6987c table performance updates+JSEvent handling changes 2008-05-20 13:58:01 +00:00
Peter Schojer
ab07e2cbba Changed Ajax request detection to prevent browser caching 2008-05-19 13:25:44 +00:00
Peter Schojer
ae5b44091f fixes to events 2008-05-19 13:14:14 +00:00
Peter Schojer
665172eed0 several fixes for table, numberfield+DateField 2008-05-15 12:06:22 +00:00
Aleksandar Fabijanic
0fe95a31c4 more optimization 2008-05-14 23:51:10 +00:00
Aleksandar Fabijanic
81fcb5cbf5 Solaris and non-Cygwin pthreads fixes (Serge: backport to 1.3.3) 2008-05-14 18:12:04 +00:00
Peter Schojer
f5c0603771 Fixed JSEvent 2008-05-14 12:40:32 +00:00
Peter Schojer
fba8e67818 Extensions for JSEvents 2008-05-14 12:31:14 +00:00
Peter Schojer
0d3e23167a Fixes for rendering of DateField in Table, Button event fixes 2008-05-14 08:09:08 +00:00
Peter Schojer
4e730ecc7e Fixed constness detection of const char[] arrays 2008-05-14 06:00:40 +00:00
Aleksandar Fabijanic
96c57718c4 casts inlining and some code tidy-up 2008-05-13 23:26:35 +00:00
Peter Schojer
bad44e6e46 added a static assert to check for const ref with use, added useRef keyword for these cases 2008-05-13 13:41:08 +00:00
Peter Schojer
92a0389b63 Split Bindign in CopyBinding and Binding. Fixes use(const T&) case 2008-05-13 11:30:19 +00:00
Aleksandar Fabijanic
e933e93b50 DynamicAny::extract performance optimization 2008-05-13 01:41:27 +00:00
Aleksandar Fabijanic
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
2008-05-12 18:59:24 +00:00
Peter Schojer
1bd450e943 added TableCellHandler 2008-05-12 13:35:18 +00:00
Peter Schojer
6c80fe82c1 added WebWidgets 2008-05-12 13:12:39 +00:00
Aleksandar Fabijanic
9661e08347 template parameter shadowing fix 2008-05-10 23:58:51 +00:00
Guenter Obiltschnig
6e7fdfa9fb applied a SharedPtr fix from Chris Jones 2008-05-08 06:50:08 +00:00
Guenter Obiltschnig
c3d621c6fc SharedPtr modification from Chris Jones (additional RC template arg that defaults to ReferenceCounter, thus fully backwards compatible) 2008-05-07 16:33:25 +00:00
Aleksandar Fabijanic
6c014c25d3 [1954327] CYGWIN's pthread does not define PTHREAD_STACK_MIN (2nd time) 2008-05-02 22:45:54 +00:00
Guenter Obiltschnig
4ec68cecaf fixed SF# 1956300: HTTPServerConnection hanging 2008-05-02 16:41:14 +00:00
Mark Wright
2ba1d4181f Fix 1953551. Make STDCXX_BASE part of the build configuration process. 2008-05-02 11:19:11 +00:00
Aleksandar Fabijanic
be2ebf2197 SF [1954327] CYGWIN's pthread does not define PTHREAD_STACK_MIN 2008-04-29 20:46:30 +00:00
Aleksandar Fabijanic
5a7aeb4960 SF item [1953551] Solaris Sun Studio 12 Apache stdcxx 64 bit follow-up 2008-04-29 20:37:58 +00:00
Aleksandar Fabijanic
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

Warning: compile with target platforms not done yet!
2008-04-28 21:52:10 +00:00
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