Commit graph

2294 commits

Author SHA1 Message Date
cxl
08a8d1068c ide: Credentials passkey
git-svn-id: svn://ultimatepp.org/upp/trunk@15635 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-01-02 19:58:35 +00:00
cxl
2bb9aa3b30 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@15624 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-28 10:22:39 +00:00
cxl
e60ff8c85f .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@15620 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-23 12:17:03 +00:00
cxl
0d11baf52c ide: upphub improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@15615 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-21 12:39:09 +00:00
cxl
47cdc2fd4f Core: double NAN and INF are now IsNull
git-svn-id: svn://ultimatepp.org/upp/trunk@15592 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-14 09:30:33 +00:00
cxl
cfb59f39e7 Core: SetConfigGroup/GetConfigGroup now public
git-svn-id: svn://ultimatepp.org/upp/trunk@15572 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-07 12:22:43 +00:00
cxl
bb5f764cf7 Core: Heap fixed for debug
git-svn-id: svn://ultimatepp.org/upp/trunk@15554 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-30 13:22:47 +00:00
cxl
9c730bfdb1 Core: String middle tier optimised (some routines moved to allocator to inline MemoryAlloc32 / MemoryFree32)
git-svn-id: svn://ultimatepp.org/upp/trunk@15553 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-30 11:21:43 +00:00
cxl
88fffa4510 Core/SSL: fixed backward compatibility, ide: developing UppHub
git-svn-id: svn://ultimatepp.org/upp/trunk@15543 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-29 15:18:15 +00:00
cxl
92594d9127 Core: U++ does not require MemoryFreeThread call at the end of thread
git-svn-id: svn://ultimatepp.org/upp/trunk@15541 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-29 13:29:01 +00:00
cxl
38085cc64d Core: heap cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@15537 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-28 16:16:41 +00:00
cxl
1c8bac0fee Core/SSL: icpp returned
git-svn-id: svn://ultimatepp.org/upp/trunk@15530 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-27 21:45:16 +00:00
cxl
ceb8235fb0 Core: FindFile::operator++
git-svn-id: svn://ultimatepp.org/upp/trunk@15518 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-26 08:22:38 +00:00
cxl
f30ec1b3ca Core: Tuple::Get<> fix
git-svn-id: svn://ultimatepp.org/upp/trunk@15515 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-25 09:41:03 +00:00
oblivion
1874584081 Core/SSH: Cosmetics.
git-svn-id: svn://ultimatepp.org/upp/trunk@15510 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-24 12:37:03 +00:00
oblivion
e47395d53c Core/SSH: SetError internal method is renamed as ThrowError to better describe its function.
git-svn-id: svn://ultimatepp.org/upp/trunk@15504 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-23 22:24:35 +00:00
cxl
f1081d09cd ide: MAKE_LIB, MAKE_MLIB flags in builders, Core: range-loop for FindFile
git-svn-id: svn://ultimatepp.org/upp/trunk@15498 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-23 09:39:10 +00:00
oblivion
c169bad157 Core/SSH: Ssh::GetNewId() is now MT-Safe.
git-svn-id: svn://ultimatepp.org/upp/trunk@15486 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-22 10:46:52 +00:00
cxl
234ad444c8 ide: Developing uppiverse
git-svn-id: svn://ultimatepp.org/upp/trunk@15485 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-22 09:42:57 +00:00
oblivion
7b3f028556 Core/SSH: Ssh class is refactored.
Core/SSH: Read/write methods are improved.
Core/SSH: Stream operations and abort mechanism in MT are improved.
Core/SSH: Minor cleanup & cosmetics.

git-svn-id: svn://ultimatepp.org/upp/trunk@15484 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-22 00:00:37 +00:00
cxl
2ac7a45b4a CtrlCore, Draw: Cocoa font handling moved to Draw
git-svn-id: svn://ultimatepp.org/upp/trunk@15471 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-20 13:19:54 +00:00
cxl
5dd2a3e934 Core: Array::Create without type
git-svn-id: svn://ultimatepp.org/upp/trunk@15468 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-20 08:49:06 +00:00
oblivion
707ea0b196 Core/SSH: Typos fixed.
git-svn-id: svn://ultimatepp.org/upp/trunk@15463 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-19 20:47:12 +00:00
oblivion
5ef564624e Core/SSH: Deprecated methods are now marked with C++14 style deprecation messages.
git-svn-id: svn://ultimatepp.org/upp/trunk@15462 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-19 20:42:20 +00:00
cxl
746282c561 CtrlLib: FileSel improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@15456 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-19 19:42:17 +00:00
oblivion
aec44ba54c Core/SSH: SFtp::DirEntry objects can now be serialized.
Core/SSH: SFtp::DirEntry::ToXml() method is marked as deprecated.

git-svn-id: svn://ultimatepp.org/upp/trunk@15454 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-19 15:58:42 +00:00
oblivion
5f76b1e94c Core, API docs: FileStream::SetTime() entry is corrected.
git-svn-id: svn://ultimatepp.org/upp/trunk@15446 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-18 16:28:45 +00:00
cxl
25bcdc16ab uppsrc: Hungarian translations (thanks warchef)
git-svn-id: svn://ultimatepp.org/upp/trunk@15444 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-18 12:33:43 +00:00
oblivion
d4cd9a866f Core/SSH: ssize_t/size_t to int casts are made explicit to make compilers happy.
git-svn-id: svn://ultimatepp.org/upp/trunk@15443 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-17 23:09:53 +00:00
oblivion
90ff92d205 Core/SSH: Minor SFtpStream improvements, bug fixes, cleanup.
git-svn-id: svn://ultimatepp.org/upp/trunk@15438 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-17 14:53:29 +00:00
oblivion
8dc524efa8 Core/SSH: libssh2 is upgraded to v1.9.0
git-svn-id: svn://ultimatepp.org/upp/trunk@15437 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-17 14:41:50 +00:00
klugier
367d996dd3 Core, Doc: NTL article modernization.
git-svn-id: svn://ultimatepp.org/upp/trunk@15397 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-11 00:11:32 +00:00
klugier
044214336d Core, Doc: Core 2016 modernisation.
git-svn-id: svn://ultimatepp.org/upp/trunk@15395 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-10 23:00:24 +00:00
cxl
f4c2fc1f63 Core: Sort now requires just operator <
git-svn-id: svn://ultimatepp.org/upp/trunk@15370 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-09 00:50:40 +00:00
klugier
e84f02fd1c Core, Doc: .cosmetics internationalization
git-svn-id: svn://ultimatepp.org/upp/trunk@15367 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-08 20:02:54 +00:00
klugier
6bdf52084f Core, Doc: Internationalization article style modernized.
git-svn-id: svn://ultimatepp.org/upp/trunk@15366 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-08 19:48:16 +00:00
cxl
a9bbae33da TreeCtrl: Inplace editor fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@15361 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-06 16:54:45 +00:00
cxl
0e8c3a2448 CodeEditor: Fixed C++ highlighting, Core: LinuxBeep added gst-play-1.0
git-svn-id: svn://ultimatepp.org/upp/trunk@15358 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-04 21:07:37 +00:00
klugier
d6b494e012 Core, Doc: Moveable documentation improve document styling.
git-svn-id: svn://ultimatepp.org/upp/trunk@15347 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-01 17:56:53 +00:00
klugier
4153a9454d Core, Doc: cosmetics in leaks article.
git-svn-id: svn://ultimatepp.org/upp/trunk@15344 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-01 08:37:11 +00:00
klugier
cae592db5b Core, Doc: memory leaks article various cosmetics improvement.
git-svn-id: svn://ultimatepp.org/upp/trunk@15342 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-01 08:28:27 +00:00
klugier
b07df853e0 Doc, CtrlLib: Updated upp namespace agnostic implementation in context of layouts.
git-svn-id: svn://ultimatepp.org/upp/trunk@15341 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-31 20:03:55 +00:00
klugier
6e8f8adcec Core, Doc: Polishing memory leaks article.
git-svn-id: svn://ultimatepp.org/upp/trunk@15338 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-31 13:47:52 +00:00
klugier
d4e5917281 Core, Doc: Added new content to memory leaks article. Now it should be much more easier for not familiar users to handle leaks correctly.
git-svn-id: svn://ultimatepp.org/upp/trunk@15337 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-31 13:45:15 +00:00
cxl
393aec6647 Core: Vector::RemoveIf improved
git-svn-id: svn://ultimatepp.org/upp/trunk@15330 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-30 11:05:15 +00:00
cxl
7d0ec5cf92 Core: RemoveIf optimised
git-svn-id: svn://ultimatepp.org/upp/trunk@15327 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-30 10:45:21 +00:00
cxl
a474ad2490 Core: String::Compare optimised
git-svn-id: svn://ultimatepp.org/upp/trunk@15322 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-29 11:49:45 +00:00
cxl
24642c7f5c .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@15308 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-26 10:17:52 +00:00
cxl
661ad90bd8 Core: Sort/CoSort refactored, LambdaConvert
git-svn-id: svn://ultimatepp.org/upp/trunk@15301 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-25 13:15:12 +00:00
cxl
6505286285 Core: execinfo issue fix
git-svn-id: svn://ultimatepp.org/upp/trunk@15241 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-13 07:55:01 +00:00