.. |
Array.cpp
|
Release 功能保留 CheckCapacity不调用它
|
2016-09-19 07:14:34 +00:00 |
Array.h
|
基础类库和系统内核尽可能的使用int替代uint,方便计算,避免溢出了也不知道。
|
2017-02-27 18:36:07 +08:00 |
Buffer.cpp
|
原始拷贝、清零,不检查边界
|
2016-10-12 07:25:20 +00:00 |
Buffer.h
|
修正VC下的一些编译警告
|
2017-02-26 23:22:43 +08:00 |
ByteArray.cpp
|
使用cstring替代const char*
|
2016-06-02 12:10:54 +00:00 |
ByteArray.h
|
单元测试作为静态方法
|
2016-06-03 15:47:15 +00:00 |
DateTime.cpp
|
修正VC下的一些编译警告
|
2017-02-26 23:22:43 +08:00 |
DateTime.h
|
修正VC下的一些编译警告
|
2017-02-26 23:22:43 +08:00 |
Delegate.cpp
|
完成强类型事件委托,测试通过!
|
2016-06-18 09:48:12 +00:00 |
Delegate.h
|
增加令牌会话,支持内网多会话支持,根据远程地址端口区分。
|
2016-07-14 12:18:59 +00:00 |
Dictionary.cpp
|
列表类和字典类增加赋值构造函数
|
2016-09-14 04:06:50 +00:00 |
Dictionary.h
|
列表类和字典类增加赋值构造函数
|
2016-09-14 04:06:50 +00:00 |
Environment.cpp
|
系统内核Time.h改名为TTime.h,否则在gcc和clang上会跟C库的time.h冲突。
|
2016-06-22 09:50:16 +00:00 |
Environment.h
|
系统内核Time.h改名为TTime.h,否则在gcc和clang上会跟C库的time.h冲突。
|
2016-06-22 09:50:16 +00:00 |
EventHandler.h
|
增加事件委托
|
2016-06-17 11:36:51 +00:00 |
LinkedList.h
|
统一断言接口
|
2016-07-02 08:33:55 +00:00 |
List.cpp
|
基础类库和系统内核尽可能的使用int替代uint,方便计算,避免溢出了也不知道。
|
2017-02-27 18:36:07 +08:00 |
List.h
|
基础类库和系统内核尽可能的使用int替代uint,方便计算,避免溢出了也不知道。
|
2017-02-27 18:36:07 +08:00 |
Queue.cpp
|
基础类库和系统内核尽可能的使用int替代uint,方便计算,避免溢出了也不知道。
|
2017-02-27 18:36:07 +08:00 |
Queue.h
|
基础类库和系统内核尽可能的使用int替代uint,方便计算,避免溢出了也不知道。
|
2017-02-27 18:36:07 +08:00 |
Random.cpp
|
基础类库和系统内核尽可能的使用int替代uint,方便计算,避免溢出了也不知道。
|
2017-02-27 18:36:07 +08:00 |
Random.h
|
基础类库和系统内核尽可能的使用int替代uint,方便计算,避免溢出了也不知道。
|
2017-02-27 18:36:07 +08:00 |
SString.h
|
基础类库和系统内核尽可能的使用int替代uint,方便计算,避免溢出了也不知道。
|
2017-02-27 18:36:07 +08:00 |
Stream.cpp
|
基础类库和系统内核尽可能的使用int替代uint,方便计算,避免溢出了也不知道。
|
2017-02-27 18:36:07 +08:00 |
Stream.h
|
基础类库和系统内核尽可能的使用int替代uint,方便计算,避免溢出了也不知道。
|
2017-02-27 18:36:07 +08:00 |
String.cpp
|
基础类库和系统内核尽可能的使用int替代uint,方便计算,避免溢出了也不知道。
|
2017-02-27 18:36:07 +08:00 |
TimeSpan.cpp
|
修正VC下的一些编译警告
|
2017-02-26 23:22:43 +08:00 |
TimeSpan.h
|
分开存储秒数和毫秒数,绝大多数时候只需要秒数进行运算,大大减少了64位整数运算,提升效率。
|
2017-02-26 13:02:13 +08:00 |
Type.cpp
|
增加Array.Expand,控制数组是否可扩容。
|
2016-06-04 11:09:44 +00:00 |
Type.h
|
修正VC下的一些编译警告
|
2017-02-26 23:22:43 +08:00 |
Version.cpp
|
解除对基类Object依赖
|
2017-02-26 14:22:01 +08:00 |
Version.h
|
主次版本一般最大只有几十,绝大多数时候是个位数,不需要太大
|
2017-02-26 14:08:01 +08:00 |
_Core.h
|
GD32F1x0编译脚本独立,它的重要函数必须放在开头
|
2017-02-19 17:37:17 +08:00 |