Commit graph

25 commits

Author SHA1 Message Date
cxl
8b287b4d9b 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
73da8b8bc0 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
ec99680986 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
984fcf67e3 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
4a019f8266 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
aa5fc95fb2 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
e1bb9c4e89 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
3539c0fcd8 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
9ba808013f 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
cfb94638fe 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
b5e405587a 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
cfd894c242 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
6e7ebec266 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
edd2c87024 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
e8dfb25502 .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
09134da6b6 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
c835179a0c 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
9ced8f7341 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
61fff2c453 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
7f4bf80baa 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
1c567986ce 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
7b2c6126f0 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
e53a5bf7d6 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
7f5d05f0d5 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
d2b54f7989 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