Commit graph

25 commits

Author SHA1 Message Date
cxl
adb5c4a0c6 Core: Universal MemoryBarrier for non x86 CPUs
git-svn-id: svn://ultimatepp.org/upp/trunk@7977 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-12-15 15:05:30 +00:00
cxl
b09b7d6cbe CtrlCore, Draw: MT refactored, fixed StdFont issue in Draw
git-svn-id: svn://ultimatepp.org/upp/trunk@5559 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-11-18 23:45:03 +00:00
cxl
a16cf6c45a Draw, CtrlCore: Resolved MT issues
git-svn-id: svn://ultimatepp.org/upp/trunk@5551 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-11-15 20:50:44 +00:00
cxl
9768ceb5d5 Skylark: .upt template
git-svn-id: svn://ultimatepp.org/upp/trunk@5334 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-09-08 12:29:43 +00:00
cxl
4643c6f479 Holiday batch: Improved theide startup, Aux thread for lazy loading icons in FileSel in Win32, Skylark docs
git-svn-id: svn://ultimatepp.org/upp/trunk@5284 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-08-25 07:22:18 +00:00
cxl
423409da17 Core: Thread now catches Exc and ExitExc
git-svn-id: svn://ultimatepp.org/upp/trunk@5048 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-11 12:32:13 +00:00
cxl
3c2194aadd Core: Thread::Priority now implemented for POSIX (thanks tojocky)
git-svn-id: svn://ultimatepp.org/upp/trunk@5045 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-08 15:45:02 +00:00
cxl
ca0e70b110 Mysql: WhenReconnect
git-svn-id: svn://ultimatepp.org/upp/trunk@5035 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-03 18:01:56 +00:00
cxl
02fd64956a Core: inet docs
git-svn-id: svn://ultimatepp.org/upp/trunk@4791 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-16 11:40:17 +00:00
cxl
295811f28e Core: Raw thread in win32 now using CreateThread to avoid linking problems
git-svn-id: svn://ultimatepp.org/upp/trunk@4781 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-13 16:41:27 +00:00
cxl
1b29afcae2 Core: TcpSocket, Thread::AtExit
git-svn-id: svn://ultimatepp.org/upp/trunk@4761 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-09 13:51:08 +00:00
cxl
8f1f87645e Core: Refactored Stream interface (dword->int), fixed LauchWebBrowser for certaion situations (thanks Koldo)
git-svn-id: svn://ultimatepp.org/upp/trunk@4759 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-08 14:44:03 +00:00
cxl
de9dba4fb2 Core: Thread fix (thread_id issue)
git-svn-id: svn://ultimatepp.org/upp/trunk@2997 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-13 19:28:39 +00:00
cxl
4495aebbdd Core: Thread threadid support
git-svn-id: svn://ultimatepp.org/upp/trunk@2993 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-12 19:53:24 +00:00
cxl
d374668079 .Core: ShutdownThreads clarified
git-svn-id: svn://ultimatepp.org/upp/trunk@2482 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-06-13 15:53:29 +00:00
cxl
4cf931a19a Core: removed inline for ReadMemoryBarrier
git-svn-id: svn://ultimatepp.org/upp/trunk@2002 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-01 14:23:48 +00:00
cxl
29701e5eb8 Core: Blackfin CPU support
git-svn-id: svn://ultimatepp.org/upp/trunk@1447 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-26 15:41:41 +00:00
cxl
ec1ca78c6b CtrlCore: Ctrl::Lock MT in Win32
git-svn-id: svn://ultimatepp.org/upp/trunk@1192 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-05-16 16:50:53 +00:00
cxl
107b0a4952 Improved POSIX compatibility (OpenBSD, NetBSD support)
git-svn-id: svn://ultimatepp.org/upp/trunk@1095 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-24 08:29:02 +00:00
cxl
7e4c63377b MT docs
git-svn-id: svn://ultimatepp.org/upp/trunk@1021 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-03-29 14:26:07 +00:00
cxl
731da142dc StaticConditionVariable fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1006 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-03-23 22:39:31 +00:00
cxl
c271c33440 PDB debugger: watches are remembered, Clear all watches function, Drag&Drop to watches
git-svn-id: svn://ultimatepp.org/upp/trunk@967 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-03-17 12:25:03 +00:00
cxl
9e6aeaff1a MT: CondotionVariable Win32 implementation
git-svn-id: svn://ultimatepp.org/upp/trunk@939 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-03-11 12:46:57 +00:00
cxl
34eed96362 SqlArray documentation, minor ide fix
git-svn-id: svn://ultimatepp.org/upp/trunk@936 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-03-10 22:43:09 +00:00
mdelfede
263ff5f895 changed svn layout
git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:31:27 +00:00