ultimatepp/uppsrc/Core
cxl 0fac8a45ff .Core/SSL
git-svn-id: svn://ultimatepp.org/upp/trunk@4766 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-09 17:55:28 +00:00
..
src.tpp .Core/SSL 2012-04-09 17:55:28 +00:00
srcdoc.tpp Core/srcdoc.tpp : updated help page for Internationalization 2011-11-22 17:56:55 +00:00
srcimp.tpp
SSL .Core/SSL 2012-04-09 17:55:28 +00:00
Algo.h *Core: Fixed Tuple, Fixed RemoveSorted 2011-07-31 12:28:03 +00:00
App.cpp Core: TcpSocket, Thread::AtExit 2012-04-09 13:51:08 +00:00
App.h
AString.hpp Core: String::Replace now supports all 4 signature variants (RM #250) 2012-02-10 11:19:19 +00:00
BiCont.h
BlockStream.cpp .Core: FileOut::Open wrong #ifdef fixed 2012-03-02 15:28:09 +00:00
Bom.cpp CtrlLib, ide: Support for UTF8-BOM encoding (RM #129) 2011-11-13 16:41:15 +00:00
Callback.cpp +Core: additional callback variants thanks to kohait00 2011-05-02 23:05:13 +00:00
Callback.h +Core: additional callback variants thanks to kohait00 2011-05-02 23:05:13 +00:00
Callback0.h +Core: additional callback variants thanks to kohait00 2011-05-02 23:05:13 +00:00
Callback1.h +Core: additional callback variants thanks to kohait00 2011-05-02 23:05:13 +00:00
Callback2.h +Core: additional callback variants thanks to kohait00 2011-05-02 23:05:13 +00:00
Callback3.h +Core: additional callback variants thanks to kohait00 2011-05-02 23:05:13 +00:00
Callback4.h +Core: additional callback variants thanks to kohait00 2011-05-02 23:05:13 +00:00
CallbackN.h
Cbgen.h +Core: additional callback variants thanks to kohait00 2011-05-02 23:05:13 +00:00
CharSet.cpp Core: ToAscii(160) now returns 32 2011-12-07 16:44:56 +00:00
CharSet.h .Core: CharSet.h fixed warning 2010-06-13 13:59:16 +00:00
CharSet.i
Color.cpp *Core: SvoValue: fixed a couple of issues with Null 2012-03-11 12:24:20 +00:00
Color.h Core: some Xmlization moved to rich Value types 2012-03-10 15:31:06 +00:00
Complex.h .developing SvoValue 2012-03-03 10:17:50 +00:00
config.h ide: clr support 2011-11-06 14:47:35 +00:00
Convert.cpp Core: new Value reintegrated for conditional compilation (SVO_VALUE flag) 2012-01-30 14:53:29 +00:00
Convert.h Core: Support for decimal comma instead of decimal point for double formatting 2011-11-08 15:45:30 +00:00
Copying
Core.h .Core, Sql: cosmetics 2012-04-03 11:32:07 +00:00
Core.t i18n: pt-br translation 2011-12-16 08:21:09 +00:00
Core.upp TcpSocket now in Core 2012-03-30 17:39:25 +00:00
core.upt uppsrc: option for SSE2 in project templates (thanks Sender Ghost) 2011-10-14 08:28:12 +00:00
Core_init.icpp
CoWork.cpp
CoWork.h
Cpu.cpp
Debug.cpp Core: String::Replace now supports all 4 signature variants (RM #250) 2012-02-10 11:19:19 +00:00
Defs.h Core: new Value reintegrated for conditional compilation (SVO_VALUE flag) 2012-01-30 14:53:29 +00:00
Diag.h Core: STATIC_ASSERT 2012-02-06 16:48:00 +00:00
Dli.cpp
dli.h
dli_header.h
dli_source.h
Format.cpp ide: Custom build steps refresh 2011-11-25 22:43:51 +00:00
Format.h .Core: cosmetics 2011-12-02 09:25:16 +00:00
Global.h
Gtypes.cpp Core: Value support for Xmlize, Jasonize 2012-03-03 15:49:28 +00:00
Gtypes.h Core: Value xmlize GCC fixes 2012-03-10 18:10:06 +00:00
Hash.cpp
Hash.h
heap.cpp *uppsrc: mr_ped's GCC warnings fix, Core: now methods in Thread based on tojocky's ideas 2011-01-08 12:36:46 +00:00
heapdbg.cpp
HeapImp.h Core: Out of memory panic now displays info about requested block size and allocated memory (RM #240) 2012-01-26 19:25:05 +00:00
heaputil.cpp .Core: Added 'B' (Bytes) in OutOfMemoryPanic 2012-02-10 12:49:49 +00:00
Http.cpp .Core/SSL 2012-04-09 17:55:28 +00:00
i18n.h Core: Support for secondary .tr language 2011-11-07 08:27:34 +00:00
ignorelist
Index.h Core: More container Adds/Inserts/Sets now return T& 2011-04-17 19:48:40 +00:00
Index.hpp Core: More container Adds/Inserts/Sets now return T& 2011-04-17 19:48:40 +00:00
init *Core: CParser correct issue with characters >128 2011-10-06 13:29:46 +00:00
JSON.cpp .Core: Removed stray DDUMPs 2012-03-12 13:15:35 +00:00
JSON.h Core: some Xmlization moved to rich Value types 2012-03-10 15:31:06 +00:00
Jsonize.h .Core: FileOut::Open wrong #ifdef fixed 2012-03-02 15:28:09 +00:00
Kernel32W.dli
Lang.cpp
Lang.h
Lang_s.h
LangInfo.cpp Core: Documentation for ',' option in double formatting, thousands separator '@' flag for double formatting. 2011-11-11 14:01:55 +00:00
lcid.txt
lheap.cpp Core: Out of memory panic now displays info about requested block size and allocated memory (RM #240) 2012-01-26 19:25:05 +00:00
LocalProcess.cpp *uppsrc: Fixed many GCC warnings 2012-01-21 14:24:31 +00:00
LocalProcess.h .Core: previous revision fixed to work in posix to... 2011-10-07 08:48:01 +00:00
Log.cpp *uppsrc: Fixed many GCC warnings 2012-01-21 14:24:31 +00:00
lt_.h
Map.h *Core: Fixed problem with ArrayMap::Create (thanks Shire) 2011-10-13 18:15:49 +00:00
mathutil.cpp
MD5.cpp
Mpr32W.dli
Mt.cpp Core: TcpSocket, Thread::AtExit 2012-04-09 13:51:08 +00:00
Mt.h Core: TcpSocket, Thread::AtExit 2012-04-09 13:51:08 +00:00
NetNode.cpp
OL_Set.cpp
OldValue.cpp .Core: Improved assert messages for Value serialization, fix in XmlView 2012-03-26 09:53:37 +00:00
OldValue.h .Core: Value changed to compile in both modes 2012-03-03 10:48:09 +00:00
Other.h Core: new Value reintegrated for conditional compilation (SVO_VALUE flag) 2012-01-30 14:53:29 +00:00
parser.cpp Core: CParser: GetSpacePtr 2011-12-03 10:26:13 +00:00
Parser.h Core: CParser: GetSpacePtr 2011-12-03 10:26:13 +00:00
Path.cpp *uppsrc: Fixed many GCC warnings 2012-01-21 14:24:31 +00:00
Path.h NetNode: More getters (thanks kropniczki) 2012-03-05 14:05:01 +00:00
prj.aux
Profile.h
Ptr.cpp
Ptr.h
Random.cpp *uppsrc: Fixed many GCC warnings 2012-01-21 14:24:31 +00:00
SHA1.cpp
sheap.cpp Core: Out of memory panic now displays info about requested block size and allocated memory (RM #240) 2012-01-26 19:25:05 +00:00
Socket.cpp .Core/SSL 2012-04-09 17:55:28 +00:00
Stream.cpp .Core/SSL 2012-04-09 17:55:28 +00:00
Stream.h .Core/SSL 2012-04-09 17:55:28 +00:00
String.cpp Core: force_inline, String now has optimized strlen(literal) situations 2011-12-02 08:39:11 +00:00
String.h Core: String::Replace now supports all 4 signature variants (RM #250) 2012-02-10 11:19:19 +00:00
StrUtil.cpp
sub.upt uppsrc: option for SSE2 in project templates (thanks Sender Ghost) 2011-10-14 08:28:12 +00:00
t.cpp Core: Support for secondary .tr language 2011-11-07 08:27:34 +00:00
t.h
t_.h
TimeDate.cpp *Core: Fixed issue with missing TimeScan 2012-03-09 09:18:10 +00:00
TimeDate.h .Core: ScanTime 2012-02-13 09:22:45 +00:00
Topic.cpp
Topic.h
topic_group.h
Topt.h .Core/Topt.h: bug fix in ConstIIterator::operator + (int) (missing dereference) 2011-10-03 14:10:22 +00:00
Tuple.h *Core: Fixed Tuple, Fixed RemoveSorted 2011-07-31 12:28:03 +00:00
Util.cpp Core: TextSettings: TrimBoth for key 2012-02-10 10:05:06 +00:00
Util.h Core: Some new Random number generator functions 2012-01-18 18:23:30 +00:00
Uuid.cpp Core: Jsonize finished 2012-03-03 22:59:48 +00:00
Uuid.h Core: Jsonize finished 2012-03-03 22:59:48 +00:00
Value.cpp *Core: Fixed Value::GetCount -now returns 0 if Value !IsArray 2012-03-29 09:38:12 +00:00
Value.h *Core: SvoValue: fixed a couple of issues with Null 2012-03-11 12:24:20 +00:00
Value.hpp Core: Value support for Xmlize, Jasonize 2012-03-03 15:49:28 +00:00
ValueUtil.cpp .Core/ValueUtil.cpp: patch for Value-related code not compilable under VC71 2012-03-17 13:37:31 +00:00
ValueUtil.h *Core: SvoValue: fixed a couple of issues with Null 2012-03-11 12:24:20 +00:00
Vcont.cpp
Vcont.h Core: new Value reintegrated for conditional compilation (SVO_VALUE flag) 2012-01-30 14:53:29 +00:00
Vcont.hpp Core: More container Adds/Inserts/Sets now return T& 2011-04-17 19:48:40 +00:00
Web.h .Core/SSL 2012-04-09 17:55:28 +00:00
WebUtil.cpp Core: TcpSocket improvements and fixes 2012-04-06 13:09:58 +00:00
Win32Util.cpp Core: IsWin7, CtrlCore: U++ now backpainted by default in Win7+ 2011-06-08 20:40:10 +00:00
Win32Util.h Core: IsWin7, CtrlCore: U++ now backpainted by default in Win7+ 2011-06-08 20:40:10 +00:00
WString.cpp
XML.cpp .Core/XML.cpp: bug fix - cdata gets cleared inside content-less tag to prevent ReadText from returning nonexistent text content 2012-02-02 10:56:44 +00:00
XML.h Core: Fixed ParseXML issue with nonsignificant texts 2011-11-08 19:05:15 +00:00
Xmlize.cpp .Core/ValueUtil.cpp: patch for Value-related code not compilable under VC71 2012-03-17 13:37:31 +00:00
Xmlize.h Core: Value xmlize GCC fixes 2012-03-10 18:10:06 +00:00
z.cpp Core: TcpSocket improvements and fixes 2012-04-06 13:09:58 +00:00
z.h Core: TcpSocket improvements and fixes 2012-04-06 13:09:58 +00:00