Commit graph

552 commits

Author SHA1 Message Date
cxl
73fbe1a238 Core: ConditionVariable/Semaphore timeout_ms -1 is not INFINITE (Win32 implementation)
git-svn-id: svn://ultimatepp.org/upp/trunk@13935 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-22 13:32:15 +00:00
cxl
9698e79eb8 Core: Xmlize/Jsonize improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@13919 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-20 20:46:56 +00:00
cxl
bf97159f8a .docs
git-svn-id: svn://ultimatepp.org/upp/trunk@13846 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-09 13:58:19 +00:00
cxl
611857d56f Core: AsyncWork pick
git-svn-id: svn://ultimatepp.org/upp/trunk@13828 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-07 14:05:47 +00:00
cxl
aa15ac998e Core: ConditionVariable::Wait(int timeout_ms)
git-svn-id: svn://ultimatepp.org/upp/trunk@13771 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-12-19 12:10:09 +00:00
cxl
0742a355d6 Core: Semaphore Wait with timeout (thanks Tom1)
git-svn-id: svn://ultimatepp.org/upp/trunk@13770 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-12-19 10:36:47 +00:00
cxl
1bb18b43bd Core: IsDoubleWidth (thanks ismail)
git-svn-id: svn://ultimatepp.org/upp/trunk@13710 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-23 10:47:03 +00:00
cxl
fb8115698b Core: Fixed column info in CParser
git-svn-id: svn://ultimatepp.org/upp/trunk@13661 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-10-30 07:39:28 +00:00
cxl
7ef5132e53 Core: VectorMap/Array map all operator() variants added (via universal reference)
git-svn-id: svn://ultimatepp.org/upp/trunk@13542 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-08-13 15:09:27 +00:00
cxl
d48ca2b9e8 Core: clone/pick refinements, heap refinements
git-svn-id: svn://ultimatepp.org/upp/trunk@13525 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-08-08 20:58:34 +00:00
cxl
f9383d37d2 .typo
git-svn-id: svn://ultimatepp.org/upp/trunk@13485 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-07-11 21:32:52 +00:00
cxl
ddb46b8ab4 .docs
git-svn-id: svn://ultimatepp.org/upp/trunk@13462 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-30 22:01:55 +00:00
cxl
acdee1885b Core: finetuning allocator
git-svn-id: svn://ultimatepp.org/upp/trunk@13449 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-27 13:17:50 +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
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
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
klugier
5e85fb55d3 Core, Doc: SHA-2 functions missing title.
git-svn-id: svn://ultimatepp.org/upp/trunk@12925 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-03-31 02:02:55 +00:00
cxl
e8e2383190 .docs
git-svn-id: svn://ultimatepp.org/upp/trunk@12816 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-03-07 12:57:30 +00:00
cxl
898eaa19c5 .docs
git-svn-id: svn://ultimatepp.org/upp/trunk@12725 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-01-30 13:50:32 +00:00
koldo
4842b2706b Core: Added a little doc about SHA
git-svn-id: svn://ultimatepp.org/upp/trunk@12683 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-01-20 15:13:42 +00:00
cxl
ad7d8a5a3e Core: ToAscii optimized, ToUpperAscii, ToLowerAscii
git-svn-id: svn://ultimatepp.org/upp/trunk@12678 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-01-19 14:12:43 +00:00
cxl
951e93bb25 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@12668 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-01-15 08:48:50 +00:00
cxl
889e98c8d7 Painter: Fixed subpixel mode in MT
git-svn-id: svn://ultimatepp.org/upp/trunk@12658 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-01-10 11:14:51 +00:00
cxl
537f9feb40 Core/RPC: XMLRPC now can support i8 type
git-svn-id: svn://ultimatepp.org/upp/trunk@12642 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-01-03 10:58:01 +00:00
cxl
401cf801db Core: DarkTheme inverts Color lightness without changing the hue
git-svn-id: svn://ultimatepp.org/upp/trunk@12633 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-12-20 20:04:30 +00:00
cxl
3c17237619 .docs
git-svn-id: svn://ultimatepp.org/upp/trunk@12595 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-12-03 15:59:08 +00:00
cxl
5592836f83 Core: Lambda Jsonize/Xmlize methods
git-svn-id: svn://ultimatepp.org/upp/trunk@12540 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-11-15 08:26:08 +00:00
cxl
d3731f9db4 Painter: Optimized OnPath
git-svn-id: svn://ultimatepp.org/upp/trunk@12535 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-11-14 13:31:44 +00:00
cxl
af93b0fcdc Core: CoWorkNX (without noexcept(false) destructor)
git-svn-id: svn://ultimatepp.org/upp/trunk@12485 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-11-08 11:58:52 +00:00
cxl
dc232f59ed Core: LRUCache::GetLRUKey (thanks fermium)
git-svn-id: svn://ultimatepp.org/upp/trunk@12436 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-10-31 11:50:40 +00:00
cxl
f1cdb1625a Core: LocalProcess now allows setting current directory for started process
git-svn-id: svn://ultimatepp.org/upp/trunk@12319 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-30 09:13:16 +00:00
cxl
f2b475f119 Core: Non-normalized Rects are now not Null
git-svn-id: svn://ultimatepp.org/upp/trunk@12305 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-25 18:40:32 +00:00
cxl
e432be354a ide: U++ svn checkout feature
git-svn-id: svn://ultimatepp.org/upp/trunk@12274 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-13 11:18:51 +00:00
cxl
ec8408fb7e Core: LOG_ELAPSED
git-svn-id: svn://ultimatepp.org/upp/trunk@12151 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-07 16:35:04 +00:00
cxl
77c9c16df5 Core: Jsonize(byte)
git-svn-id: svn://ultimatepp.org/upp/trunk@12126 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-31 13:38:13 +00:00
cxl
c3802bb902 Core: ConvertDate::SetDefaultMinMax
git-svn-id: svn://ultimatepp.org/upp/trunk@12066 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-11 12:07:24 +00:00
cxl
2bc6144244 Core: MakeOne changed to function
git-svn-id: svn://ultimatepp.org/upp/trunk@12050 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-06 08:03:46 +00:00
klugier
a0f9b515fb Core: Doc: Update Format documentation related to percent symbol.
git-svn-id: svn://ultimatepp.org/upp/trunk@11968 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-05-31 20:17:20 +00:00
klugier
bfe3734d00 Core: Doc: Added documentation about escaping percent symbol in format. Thanks Tom1!
git-svn-id: svn://ultimatepp.org/upp/trunk@11967 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-05-31 17:13:45 +00:00
klugier
3ac9352154 Core, Doc: Added title to Parallel Sorting Template Functions documentation topic.
git-svn-id: svn://ultimatepp.org/upp/trunk@11953 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-05-17 22:48:42 +00:00
cxl
ec354b08a6 Core: TempFile, GetTempDirectory
git-svn-id: svn://ultimatepp.org/upp/trunk@11945 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-05-15 08:33:42 +00:00
cxl
cd2fc6a801 .docs
git-svn-id: svn://ultimatepp.org/upp/trunk@11935 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-05-08 15:25:48 +00:00
cxl
c14e8fe70c Core: HttpRequest: if content-length is 0, reading body is skipped
git-svn-id: svn://ultimatepp.org/upp/trunk@11934 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-05-08 12:28:28 +00:00
cxl
39737ced99 Core: Fixed SortedVectorMap::Add cloning issue, added r-value variant
git-svn-id: svn://ultimatepp.org/upp/trunk@11886 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-04-13 08:14:17 +00:00
cxl
fc4011f16c Core: JsonIO now supports default values (just like XmlIO)
git-svn-id: svn://ultimatepp.org/upp/trunk@11876 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-04-03 17:16:25 +00:00
cxl
5a05f77912 Core: CoWork now using 'nice' priority
git-svn-id: svn://ultimatepp.org/upp/trunk@11823 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-03-06 13:34:56 +00:00
cxl
4f555f9b80 Core: WebSocket improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@11817 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-03-03 09:18:48 +00:00
cxl
3ffd2841b0 Core: WebSocket improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@11804 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-02-28 15:25:16 +00:00
cxl
0f93a62163 Core: WebSocket improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@11798 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-02-24 16:04:24 +00:00
cxl
20dd22e5d3 CtrlLib: Fixed issue in EditField/ShowSpaces
git-svn-id: svn://ultimatepp.org/upp/trunk@11791 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-02-22 13:41:27 +00:00