ultimatepp/uppsrc/Core
cxl 2d1901317a plugin/zstd: simple functions
git-svn-id: svn://ultimatepp.org/upp/trunk@10113 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-07-30 06:30:03 +00:00
..
lib Core: Fast compress + xxHash adopted to Core 2016-06-21 18:57:18 +00:00
POP3 .reorganizing 2016-05-01 20:21:16 +00:00
Rpc Core/Rpc: Fixed 'shorted' mode 2016-05-25 09:54:54 +00:00
SMTP clang cleanup 2015-07-07 12:45:06 +00:00
src.tpp Core: Huge, changes in ValueType(No), HashBySerialize, IsEqualBySerialize, GetHashValue for containers 2016-07-05 14:46:57 +00:00
srcdoc.tpp .doc .core translating fix issue with dead links 2016-07-01 19:14:04 +00:00
srcimp.tpp .docs 2016-01-03 08:06:30 +00:00
SSL .cosmetics 2016-03-01 10:58:14 +00:00
Algo.h Core: Algo 2016-05-11 13:13:48 +00:00
App.cpp Fixed ambiguity between <<lambda and <<(String&&, T) 2016-06-11 15:55:50 +00:00
App.h Fixed ambiguity between <<lambda and <<(String&&, T) 2016-06-11 15:55:50 +00:00
AString.hpp Core: Huge class 2016-07-04 08:02:22 +00:00
Atomic.h .reorganizing 2016-05-01 20:21:16 +00:00
BiCont.h Core: Huge, changes in ValueType(No), HashBySerialize, IsEqualBySerialize, GetHashValue for containers 2016-07-05 14:46:57 +00:00
BlockStream.cpp Core: InFilterStream::SetBufferSize 2016-06-27 08:25:07 +00:00
Bom.cpp ide: UTF16 support, UTF BOM autodetection #1049 2015-07-13 14:29:44 +00:00
Callback.h ide: fixed for previous ambiguity fix, some r-value fixes (thanks Novo!) 2016-06-11 16:05:36 +00:00
CallbackN.i .reorganizing 2016-05-01 20:21:16 +00:00
CallbackNP.i New Core Fixes 2016-05-03 07:56:44 +00:00
CallbackR.i .reorganizing 2016-05-01 20:21:16 +00:00
CharSet.cpp LZ4: developing 2016-07-25 10:48:05 +00:00
CharSet.h Core: BOM* functions now have variant with def_charset parameter (instead of using host platform charset) 2012-11-08 11:05:56 +00:00
CharSet.i *Core: CharSet refactored to avoid constant mismatches 2010-06-07 12:30:29 +00:00
CoAlgo.h .reorganizing 2016-05-01 20:21:16 +00:00
Color.cpp Core: VoidColor, CtrlLib: VoidColor in ColorPusher, RichEdit: Support for Null color in cell background 2013-11-19 20:07:19 +00:00
Color.h upp.src: Reverted some OpenGL related issues, Core: Fixed Stream::Pack 2013-07-22 20:16:16 +00:00
Complex.h .reorganizing 2016-05-01 20:21:16 +00:00
config.h Core patched for android 2016-05-21 11:20:15 +00:00
Convert.cpp .reorganizing 2016-05-01 20:21:16 +00:00
Convert.h ConvertTime: AlwaysTime, DayEnd 2013-11-27 10:03:17 +00:00
Copying plugin/zstd: simple functions 2016-07-30 06:30:03 +00:00
core.defs .defs files for Core, CtrlCore #1163 2015-07-11 11:35:35 +00:00
Core.h Core: Huge class 2016-07-04 08:02:22 +00:00
Core.t CtrlLib: EditField::SetColor 2015-04-14 10:55:01 +00:00
Core.upp Core: CoWork now using ConditionVariable instead of Semaphore. Lz4 MT in development 2016-07-18 16:40:54 +00:00
core.upt SSE2 removed from package templates #1083 2015-05-29 11:41:50 +00:00
Core_init.icpp changed svn layout 2008-06-07 22:31:27 +00:00
CoSort.h Core: Sort variants with r-value adapters 2016-05-11 10:23:51 +00:00
CoWork.cpp LZ4: developing 2016-07-25 10:48:05 +00:00
CoWork.h LZ4: developing 2016-07-25 10:48:05 +00:00
Cpu.cpp #1456 Android CPU_Cores fixed 2016-06-23 18:30:09 +00:00
Debug.cpp LZ4: developing 2016-07-25 10:48:05 +00:00
Defs.h New Core fixes 2016-05-02 20:42:16 +00:00
Diag.h LZ4: developing 2016-07-25 10:48:05 +00:00
Dli.cpp *Core, CtrlLib: Fixing GetDownloadsFolder() 2010-03-08 11:08:23 +00:00
dli.h new uvs2 releases : uppsrc-2630 tutorial-38 examples-142 reference-115 2008-08-02 14:54:22 +00:00
dli_header.h changed svn layout 2008-06-07 22:31:27 +00:00
dli_source.h changed svn layout 2008-06-07 22:31:27 +00:00
FileMapping.cpp .reorganizing 2016-05-01 20:21:16 +00:00
FilterStream.cpp Core: Huge, changes in ValueType(No), HashBySerialize, IsEqualBySerialize, GetHashValue for containers 2016-07-05 14:46:57 +00:00
FilterStream.h Core: Huge, changes in ValueType(No), HashBySerialize, IsEqualBySerialize, GetHashValue for containers 2016-07-05 14:46:57 +00:00
FixedMap.h ide: fixed for previous ambiguity fix, some r-value fixes (thanks Novo!) 2016-06-11 16:05:36 +00:00
Format.cpp New Cpp preprocesing parser merged 2015-05-11 17:13:55 +00:00
Format.h New Cpp preprocesing parser merged 2015-05-11 17:13:55 +00:00
Gtypes.cpp Core: GetFitSize double version 2014-12-19 15:46:23 +00:00
Gtypes.h Core: GetFitSize double version 2014-12-19 15:46:23 +00:00
Hash.cpp .reorganizing 2016-05-01 20:21:16 +00:00
Hash.h Core: FastCompress, xxHash, plugin/lz4: reworked as lz4f 2016-06-22 17:24:47 +00:00
heap.cpp Heap fix 2016-05-03 21:41:39 +00:00
Heap.h .reorganizing 2016-05-01 20:21:16 +00:00
heapdbg.cpp plugin/zstd 2016-07-26 11:12:28 +00:00
HeapImp.h Heap fix 2016-05-03 21:41:39 +00:00
heaputil.cpp Heap fix 2016-05-03 21:41:39 +00:00
Http.cpp Core: HTTP chunked transfer fixed 2016-05-25 16:29:27 +00:00
Huge.cpp Core: Huge, changes in ValueType(No), HashBySerialize, IsEqualBySerialize, GetHashValue for containers 2016-07-05 14:46:57 +00:00
Huge.h Core: Huge class 2016-07-04 08:02:22 +00:00
i18n.h Report: Printing hints (thanks deep) 2013-03-30 10:31:22 +00:00
ignorelist Fixed initializer list in C++ parser 2008-09-14 16:50:17 +00:00
Index.h .reorganizing 2016-05-01 20:21:16 +00:00
Inet.h Core: HTTP chunked transfer fixed 2016-05-25 16:29:27 +00:00
InetUtil.cpp .cosmetics 2016-05-15 18:51:29 +00:00
Ini.cpp .reorganizing 2016-05-01 20:21:16 +00:00
init *Core: CParser correct issue with characters >128 2011-10-06 13:29:46 +00:00
InMap.hpp .reorganizing 2016-05-01 20:21:16 +00:00
InVector.h Core: Huge, changes in ValueType(No), HashBySerialize, IsEqualBySerialize, GetHashValue for containers 2016-07-05 14:46:57 +00:00
InVector.hpp Core fixes 2016-05-04 06:39:24 +00:00
JSON.cpp Core/RPC: Fixed issue with JsonRPC null Date 2015-11-20 11:35:29 +00:00
JSON.h .reorganizing 2016-05-01 20:21:16 +00:00
Jsonize.h .Core: FileOut::Open wrong #ifdef fixed 2012-03-02 15:28:09 +00:00
Lang.cpp Core patched for android 2016-05-21 11:20:15 +00:00
Lang.h .reorganizing 2016-05-01 20:21:16 +00:00
Lang_s.h changed svn layout 2008-06-07 22:31:27 +00:00
LangInfo.cpp Core patched for android 2016-05-21 11:20:15 +00:00
lcid.txt changed svn layout 2008-06-07 22:31:27 +00:00
lheap.cpp LZ4: developing 2016-07-25 10:48:05 +00:00
LocalProcess.cpp mingw autosetup changed 2016-03-26 12:25:22 +00:00
LocalProcess.h CtrlLib: DropList popup info 2015-10-17 15:29:18 +00:00
Log.cpp .reorganizing 2016-05-01 20:21:16 +00:00
lt_.h changed svn layout 2008-06-07 22:31:27 +00:00
Map.h Core: Huge, changes in ValueType(No), HashBySerialize, IsEqualBySerialize, GetHashValue for containers 2016-07-05 14:46:57 +00:00
Map.hpp Fixed issue with Map 2016-06-09 12:03:31 +00:00
mathutil.cpp New Cpp preprocesing parser merged 2015-05-11 17:13:55 +00:00
MD5.cpp Core: FastCompress, xxHash, plugin/lz4: reworked as lz4f 2016-06-22 17:24:47 +00:00
MIME.cpp .reorganizing 2016-05-01 20:21:16 +00:00
Mt.cpp .reorganizing 2016-05-01 20:21:16 +00:00
Mt.h .reorganizing 2016-05-01 20:21:16 +00:00
NetNode.cpp Core: NetNode fix for mingw (missing constant) 2010-01-04 16:39:01 +00:00
Obsolete.h .reorganizing 2016-05-01 20:21:16 +00:00
Ops.h Heap fix 2016-05-03 21:41:39 +00:00
Other.h ide: fixed for previous ambiguity fix, some r-value fixes (thanks Novo!) 2016-06-11 16:05:36 +00:00
parser.cpp New Cpp preprocesing parser merged 2015-05-11 17:13:55 +00:00
Parser.h CParser: IDs now can contain '$' 2015-03-24 14:50:33 +00:00
Path.cpp .reorganizing 2016-05-01 20:21:16 +00:00
Path.h .reorganizing 2016-05-01 20:21:16 +00:00
prj.aux changed svn layout 2008-06-07 22:31:27 +00:00
Profile.h Core: CoWork optimized 2016-01-08 21:57:22 +00:00
Ptr.cpp .reorganizing 2016-05-01 20:21:16 +00:00
Ptr.h changed svn layout 2008-06-07 22:31:27 +00:00
Random.cpp Core: Random now fork safe 2013-08-07 11:40:10 +00:00
Range.h .cosmetics 2016-05-20 08:02:22 +00:00
SHA1.cpp Core: FastCompress, xxHash, plugin/lz4: reworked as lz4f 2016-06-22 17:24:47 +00:00
sheap.cpp .cosmetics 2016-05-30 17:10:59 +00:00
Socket.cpp Win32 includes now lower-case 2016-05-21 11:39:26 +00:00
Sort.h Core: GetStableSortOrder fixed 2016-05-12 12:17:20 +00:00
Sorted.h .reorganizing 2016-05-01 20:21:16 +00:00
SplitMerge.cpp uppsrc: cosmetics: //$- around all Expands 2015-06-13 18:13:59 +00:00
SplitMerge.h ide: Developing new navigator 2014-07-27 07:34:05 +00:00
Stream.cpp LZ4: developing 2016-07-25 10:48:05 +00:00
Stream.h Core: Optimized OutStream, removed DDUMPs 2016-07-12 12:21:46 +00:00
String.cpp Core: [W]StringBuffer begin/end aliases (to Begin/End) 2016-07-02 15:34:50 +00:00
String.h Core: String: Fixed to compile 2016-07-05 06:47:19 +00:00
StringFind.cpp .cosmetics 2016-01-16 08:02:16 +00:00
StrUtil.cpp ide: Layout designer and Icon designer now have 'search' field #772 2014-06-02 11:13:18 +00:00
sub.upt ide: Added package specific includes, .upt files refactored (thanks Sender Ghost) 2012-07-06 11:12:20 +00:00
t.cpp Core: Language settings are now per-thread 2012-06-19 20:43:55 +00:00
t.h SDraw:: DrawEllipseOp, Core: NOI18N flag 2014-01-13 09:53:50 +00:00
t_.h changed svn layout 2008-06-07 22:31:27 +00:00
TimeDate.cpp .reorganizing 2016-05-01 20:21:16 +00:00
TimeDate.h .cosmetics 2015-09-30 08:00:59 +00:00
Topic.cpp GetTopicLNG 2009-01-09 16:40:08 +00:00
Topic.h GetTopicLNG 2009-01-09 16:40:08 +00:00
topic_group.h changed svn layout 2008-06-07 22:31:27 +00:00
Topt.h Core: Fixed issue with [Cosnt]IIterator 2016-05-14 18:16:07 +00:00
Tuple.h .cosmetics 2016-05-11 09:09:39 +00:00
Util.cpp Core patched for android 2016-05-21 11:20:15 +00:00
Util.h .reorganizing 2016-05-01 20:21:16 +00:00
Uuid.cpp Draw: Font, Drawing, Painting, Image now support Xmlize and Jsonize 2012-05-14 14:47:25 +00:00
Uuid.h uppsrc: OLD_VALUE completely removed, Core/Rpc: Now supports Json parameters and return values 2012-09-14 11:43:13 +00:00
Value.cpp Core: Huge, changes in ValueType(No), HashBySerialize, IsEqualBySerialize, GetHashValue for containers 2016-07-05 14:46:57 +00:00
Value.h Core: ValueType now allows later (in T) definition of type No 2016-07-05 15:00:37 +00:00
Value.hpp .reorganizing 2016-05-01 20:21:16 +00:00
ValueUtil.cpp .reorganizing 2016-05-01 20:21:16 +00:00
ValueUtil.h .reorganizing 2016-05-01 20:21:16 +00:00
ValueUtil.hpp .reorganizing 2016-05-01 20:21:16 +00:00
Vcont.cpp .cosmetics 2015-12-15 07:50:03 +00:00
Vcont.h Core: Huge, changes in ValueType(No), HashBySerialize, IsEqualBySerialize, GetHashValue for containers 2016-07-05 14:46:57 +00:00
Vcont.hpp Removed DDUMPs 2016-07-05 19:49:01 +00:00
WebSocket.cpp Core: WebSocket fixed spelling 'Recieve' 2015-08-01 05:52:28 +00:00
Win32Util.cpp Core: Win reg functions now have wow paramater 2016-06-20 08:54:05 +00:00
Win32Util.h Core: Win reg functions now have wow paramater 2016-06-20 08:54:05 +00:00
WString.cpp Core: [W]StringBuffer begin/end aliases (to Begin/End) 2016-07-02 15:34:50 +00:00
XML.cpp .reorganizing 2016-05-01 20:21:16 +00:00
XML.h .reorganizing 2016-05-01 20:21:16 +00:00
Xmlize.cpp Core: TryLoadFromXML (thanks Sender Ghost) 2013-05-25 11:29:41 +00:00
Xmlize.h Core: Xmlize now supports default values (#643) 2014-02-12 17:37:01 +00:00
xxHsh.cpp .developing LZ4 2016-07-25 11:20:00 +00:00
z.cpp Core: InFilterStream::SetBufferSize 2016-06-27 08:25:07 +00:00
z.h Core: InFilterStream::SetBufferSize 2016-06-27 08:25:07 +00:00