Commit graph

1994 commits

Author SHA1 Message Date
cxl
b7baa4fd01 Core: Heap improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@13437 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-25 15:47:29 +00:00
cxl
68f8a11b0f Core: Heap improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@13434 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-25 14:00:18 +00:00
cxl
c548454062 Core: LangInfo fixed to compile with MSC15
git-svn-id: svn://ultimatepp.org/upp/trunk@13425 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-21 13:57:58 +00:00
cxl
6b862655c3 Core: Random seed fix, CtrlLib: Fixed loading of .exe image in FileSel, ide: Improved output mode
git-svn-id: svn://ultimatepp.org/upp/trunk@13424 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-21 10:52:30 +00:00
cxl
a2656ffd9d .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@13422 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-20 20:42:35 +00:00
cxl
a58cd8f355 Core: Fixed mingw Random issue
git-svn-id: svn://ultimatepp.org/upp/trunk@13421 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-20 16:31:19 +00:00
cxl
1ad81ad982 CtrlLib: ArrayCtrl sort improved, Core: GetLanguageInfo() optimized
git-svn-id: svn://ultimatepp.org/upp/trunk@13419 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-18 13:37:43 +00:00
cxl
6dd87dc738 Core: Value::Compare optimised for standard types
git-svn-id: svn://ultimatepp.org/upp/trunk@13416 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-18 11:44:20 +00:00
cxl
9ac1732f4a Core: Heap improved
git-svn-id: svn://ultimatepp.org/upp/trunk@13412 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-17 22:03:01 +00:00
cxl
f2c64f8067 Core: Allocator improvement
git-svn-id: svn://ultimatepp.org/upp/trunk@13411 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-17 22:01:07 +00:00
cxl
e093ff22b1 Core: Fixed allocator issue on thread exit
git-svn-id: svn://ultimatepp.org/upp/trunk@13410 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-17 21:28:11 +00:00
cxl
aa30472d6e Core: Fixed SeedRandom(0) issue
git-svn-id: svn://ultimatepp.org/upp/trunk@13406 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-17 11:48:34 +00:00
cxl
b4b461cd1f .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@13405 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-17 10:02:57 +00:00
cxl
b50868817a CtrlLib: FileSel sorting improved
git-svn-id: svn://ultimatepp.org/upp/trunk@13404 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-17 09:52:14 +00:00
cxl
b28a160520 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@13401 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-16 14:25:09 +00:00
cxl
959f0d9a8d .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@13398 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-15 15:52:17 +00:00
cxl
ef006549b1 Core: Uuid optimized
git-svn-id: svn://ultimatepp.org/upp/trunk@13396 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-15 15:32:35 +00:00
cxl
f0dfe89197 Core: Fixed to compile with clang
git-svn-id: svn://ultimatepp.org/upp/trunk@13394 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-15 08:15:59 +00:00
cxl
1cbd73441c Core: Random refactored with xoshiro256**
git-svn-id: svn://ultimatepp.org/upp/trunk@13393 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-14 13:41:09 +00:00
cxl
adc94a71c2 Core: SignificantBits64
git-svn-id: svn://ultimatepp.org/upp/trunk@13391 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-14 08:20:45 +00:00
cxl
5656bb4d01 uppsrc: MemoryAlloc instead of new[]
git-svn-id: svn://ultimatepp.org/upp/trunk@13389 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-13 11:37:54 +00:00
cxl
48eb19fff1 uppsrc: thread__ -> thread_local
git-svn-id: svn://ultimatepp.org/upp/trunk@13388 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-13 09:00:26 +00:00
cxl
bfb36b813c Core: CoWork Mingw fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@13387 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-13 07:48:06 +00:00
cxl
6796767686 Core: CoWork improvements, migw TLS workaround FastMingwTLS
git-svn-id: svn://ultimatepp.org/upp/trunk@13386 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-12 21:49:33 +00:00
cxl
293b8d8391 Core: Buffer fix
git-svn-id: svn://ultimatepp.org/upp/trunk@13381 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-10 18:16:10 +00:00
cxl
e53932b2f5 Core: Improved approximate best fit in allocator
git-svn-id: svn://ultimatepp.org/upp/trunk@13377 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-10 15:26:34 +00:00
cxl
d635502c28 Core: Improved memory profile
git-svn-id: svn://ultimatepp.org/upp/trunk@13376 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-09 21:26:47 +00:00
cxl
dfc40c7aa7 Core: Allocator fix
git-svn-id: svn://ultimatepp.org/upp/trunk@13375 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-09 08:02:19 +00:00
cxl
81ed274ab1 Core: Fixed issue with compilation with USEMALLOC
git-svn-id: svn://ultimatepp.org/upp/trunk@13374 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-08 18:38:21 +00:00
cxl
534a911f38 Core: Heap issues
git-svn-id: svn://ultimatepp.org/upp/trunk@13370 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-08 16:40:08 +00:00
cxl
edbc91f8a1 Core: Heap issues
git-svn-id: svn://ultimatepp.org/upp/trunk@13369 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-08 16:37:55 +00:00
cxl
a4290dbc23 Core: GCC compile fix
git-svn-id: svn://ultimatepp.org/upp/trunk@13368 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-07 16:15:02 +00:00
cxl
30fbc12957 .Core: Removed RTIMING
git-svn-id: svn://ultimatepp.org/upp/trunk@13367 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-07 16:02:48 +00:00
cxl
28cc29b68b CtrlLib: FileSelButton::WhenSelected, ide: small improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@13364 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-07 11:39:12 +00:00
cxl
88f674a2ba .Cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@13361 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-07 07:10:56 +00:00
cxl
f4964d53d0 Core2019 merged to trunk (missing files)
git-svn-id: svn://ultimatepp.org/upp/trunk@13360 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-07 07:09:32 +00:00
cxl
0276338ea6 Core2019 merged to to trunk
git-svn-id: svn://ultimatepp.org/upp/trunk@13359 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-07 07:06:32 +00:00
cxl
38ac5ee73b uppsrc: Copying copyright updated to 2019
git-svn-id: svn://ultimatepp.org/upp/trunk@13070 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-05-01 12:27:32 +00:00
cxl
cefd4fd8cd uppsrc: License for libssh2, clang sanitize version fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@13068 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-30 17:10:21 +00:00
cxl
d56787ba8d Core: Workaround for VS 2019 bug reverted as MS fixed the issue
git-svn-id: svn://ultimatepp.org/upp/trunk@13047 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-26 08:20:50 +00:00
cxl
abdf1ce722 uppsrc: Various fixes related to mingw/lld
git-svn-id: svn://ultimatepp.org/upp/trunk@13044 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-25 19:56:52 +00:00
cxl
76ee7b1731 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@13042 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-24 08:08:01 +00:00
cxl
e32bd9395a Core: .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@13041 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-24 06:34:39 +00:00
cxl
a334104381 uppsrc: Clang win32 fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@13040 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-24 06:21:05 +00:00
cxl
f2b202c2e4 Core: Win32 clang support
git-svn-id: svn://ultimatepp.org/upp/trunk@13039 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-24 06:05:02 +00:00
cxl
74d60026ee uppsrc: Undefined Behaviour sanitization
git-svn-id: svn://ultimatepp.org/upp/trunk@13032 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-23 07:59:06 +00:00
cxl
658a574b0d Core: Fixed warning on chdir
git-svn-id: svn://ultimatepp.org/upp/trunk@13022 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-22 11:08:24 +00:00
cxl
4b98f06b28 uppsrc: Iml vs DarkTheme vs UHD refactored
git-svn-id: svn://ultimatepp.org/upp/trunk@13014 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-21 19:00:32 +00:00
cxl
25c3ebb042 uppsrc: Some warnings fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@13010 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-18 11:19:17 +00:00
cxl
f93266b398 ide: Fixed gdb crash on parsing gdb data
git-svn-id: svn://ultimatepp.org/upp/trunk@13006 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-18 06:02:19 +00:00