Commit Graph

156 Commits

Author SHA1 Message Date
John
9cddb7ed9a improve unit test cases for gparser 2019-06-13 20:21:18 +08:00
John
8c84de3f73 improve unit test cases for gparser 2019-06-13 20:20:43 +08:00
John
96529a4c1c update unit test cases for gjson/gcfg/gcompress/gparser 2019-06-13 19:41:43 +08:00
John
c7a729fe06 Merge branch 'master' of https://github.com/gogf/gf 2019-06-13 19:29:19 +08:00
John
23d404f681 add glog.Expose for glog; add Trim operation for glog.Logger.Write; fix issue in gjson.Remove for slice 2019-06-13 19:29:09 +08:00
John Guo
887aeee2d4
Merge pull request #178 from piaohao/master 2019-06-13 19:09:55 +08:00
piaohao
80cf3e833b 非test文件 恢复 原样 2019-06-13 12:41:20 +08:00
piaohao
d305d25935 gparse测试用例 2019-06-13 12:30:35 +08:00
piaohao
81502cfb6d gjson,gredis测试用例编写 2019-06-13 11:58:43 +08:00
John
55f5e6d7aa improve gcharset 2019-06-12 23:50:37 +08:00
piaohao
afc2bcfb28 gjson测试用例完善 2019-06-12 22:14:31 +08:00
John
17d49510c4 add example for gcharset; fix issue in gxml 2019-06-12 21:02:00 +08:00
John
4af8ae1470 Merge branch 'master' of https://github.com/gogf/gf 2019-06-12 20:50:27 +08:00
John
3a5c660693 refract gcharset 2019-06-12 20:49:40 +08:00
piaohao
9e65100a06 gcompress,gcfg,gparser模块测试用例编写 2019-06-12 19:22:02 +08:00
John Guo
4a2e217625
Merge pull request #175 from 2892931976/gf-chj 2019-06-12 17:47:54 +08:00
wenzi1
4a40b58b63 框架中增加字符集转换的标准库 2019-06-12 12:12:00 +08:00
陈国潮
407068a0bf add ghash basic test 2019-06-12 11:33:30 +08:00
wenzi1
d6d37248f6 框架中增加字符集转换的标准库 2019-06-11 21:09:03 +08:00
wenzi1
1afb5a4bc5 框架中增加字符集转换的标准库 2019-06-11 19:41:26 +08:00
wenzi1
dbd4a7c1d4 框架中增加字符集转换的标准库 2019-06-11 19:28:24 +08:00
wenzi1
d97fda794c 框架中增加字符集转换的标准库 2019-06-11 17:25:30 +08:00
wenzi1
dd6152fe8a 使用encoding库做字符集转换 2019-06-11 16:03:09 +08:00
wenzi1
00db4f5ed9 优先使用标准库的左字符集转换,标准库不支持的使用mahonia做转换 2019-06-06 15:11:32 +08:00
John
d1f0fa1a47 fix issue in concurrent safety for gview.Parse; rename glog.*fln functions to glog.*f 2019-06-05 20:22:57 +08:00
John
9206574bae add json tag most priority for gjson.New 2019-06-01 20:01:45 +08:00
John
6e8a900f25 fix issue in gjson/gparser in loading xml content; add *time.Time support for gdb 2019-06-01 00:02:05 +08:00
John
68fa235412 add gjson.GetJsonMap; refract glog to improve performance; 2019-05-21 21:52:17 +08:00
John
664b0c06a6 gjson updates 2019-05-11 17:56:14 +08:00
John
718997327a add default value for gcfg.Get* functions; rename gconv.TimeDuration to gconv.Duration, and do corresponding changes to caller packages 2019-05-09 17:14:24 +08:00
John
fdfefbb94d add default value feature for gjson/gparser; update default value type for ghttp.Request 2019-05-09 14:19:27 +08:00
John
2b865a55ac update gjson/gparser 2019-05-08 22:04:36 +08:00
John
c9537af062 add package feature for gudp; gtcp updates 2019-04-29 23:54:47 +08:00
wenzi1
07ab1d60e8 add encoding package unit test 2019-04-19 17:04:43 +08:00
wenzi1
0fc825dac1 add gcompress packge unit test 2019-04-18 12:34:01 +08:00
wenzi
8300885ab6
Merge pull request #5 from gogf/master
update gtest
2019-04-12 17:59:02 +08:00
John
08785cb272 update unit test cases of gjson 2019-04-10 08:54:49 +08:00
John
6fad737617 update unit test cases of gjson/gparser 2019-04-10 01:00:51 +08:00
wenzi1
053a3c1a53 add unit test 2019-04-09 19:12:48 +08:00
wenzi1
b3d5fc149e add unit test 2019-04-09 17:27:11 +08:00
wenzi1
43886511b9 add unit test 2019-04-09 12:28:21 +08:00
wenzi1
fd63a2209b 增加单元测试 2019-04-04 23:31:17 +08:00
wenzi
a26ec37f59
Merge pull request #3 from gogf/master
更新
2019-04-04 23:17:09 +08:00
wenzi1
779ad93bcb 参数为nil时的特殊处理 2019-04-04 23:02:00 +08:00
wenzi1
1ec0219473 add gbinary unit tests 2019-04-04 23:00:21 +08:00
John
aa4dca11f0 fix issue in gtime; update comment for g/gtest 2019-04-04 22:52:56 +08:00
John
0e0f297a3f add consurrent safety parameter for gjson.Load/LoadContent; fulfil data type auto-check logics for gjson.LoadConetnt; update comment of gjson/gparser 2019-04-02 23:33:27 +08:00
John Guo
fd2c0f2b24
Merge pull request #59 from wenzi1/master
修复gxml字符集转换的并发安全问题
2019-04-02 17:43:19 +08:00
John
07476a4349 add instance management feature for gdb/gredis; add customized configuration content management feature for gcfg; update gjson for data content type check 2019-04-02 14:37:46 +08:00
wenzi1
817148f3a1 增加单元测试 2019-04-01 18:32:37 +08:00