Commit Graph

39 Commits

Author SHA1 Message Date
john
1063922682 Merge branch 'master' of https://github.com/gogf/gf into develop 2019-07-24 22:49:48 +08:00
John
8acecc88f9 improve internal/debug, gdb packages 2019-07-24 21:21:08 +08:00
john
78b13ef4e1 concurrent safety updates for unit test cases for internal/mutex,internal/rwmutex,grpool 2019-07-23 23:40:57 +08:00
john
a49df101cd change default value from unsafe to safe for garray/gmap/glist/gset/grong/gtree/gjson/gparser 2019-07-23 23:20:27 +08:00
John
2636f8acf1 improve skip checks for internal/debug 2019-07-23 13:50:38 +08:00
John
f465b478d6 improve gstr/gjson/gconv 2019-07-18 18:59:49 +08:00
John
f43d252d08 improve style for stack output for glog/gerror 2019-07-16 19:49:21 +08:00
John
da4c01c011 Merge branch 'master' of https://github.com/gogf/gf into feature_1.8.0 2019-07-12 22:02:16 +08:00
John
4de574ee86 auto create struct for ghttp.Request.GetToStruct 2019-07-12 20:56:45 +08:00
john
691baf5c16 comment updates 2019-07-07 09:47:33 +08:00
John
86343abcf8 merge master 2019-07-06 16:02:05 +08:00
John
b29c6add47 rename internal/structtag to internal/structs; add more feature for internal/structs; improve gvalid to support recursive validation for struct; improve gconv.Struct/Map functions 2019-07-04 11:11:41 +08:00
John
47e0fb95d5 add package internal/structtag; improve ghttp.Request.Get*ToStruct functions to support substruct with 'param' tag; improve gtest.compareMap; improve gconv.Map using internal/structtag 2019-07-03 22:09:35 +08:00
John
009ce9063e improve gerror/glog 2019-06-29 23:35:32 +08:00
John
58a405bfa8 add package gerror; improve internal/debug,glog package 2019-06-29 18:17:33 +08:00
John
d5f7ca634d add package internal/debug; add gutil.Stack/PrintStack; rename Backtrace to Stack for glog 2019-06-29 10:45:50 +08:00
John
9248fd6b28 add internal/errors 2019-06-22 22:05:39 +08:00
John
fe179fff42 gofmt 2019-06-21 22:23:07 +08:00
John
97df154b78 gofmt 2019-06-19 09:06:52 +08:00
john
17898cc747 improve gmlock 2019-06-18 17:31:48 +08:00
zcool321@sina.com
cb4e36f591 update rwmutex test2 2019-06-15 22:19:37 +08:00
zhangbiao
3e2d5e0bdb update mutex test2 2019-06-14 10:28:24 +08:00
zhangbiao
1f19ed71aa update mutex test 2019-06-14 10:20:15 +08:00
zcool321@sina.com
48f610a216 add mutex and rwmutex test 2019-06-14 00:03:13 +08:00
zcool321@sina.com
e4e58791a6 add empty test 2019-06-13 23:50:12 +08:00
John
46c42ec249 add unit test cases for cmdenv/gcmd 2019-06-13 22:58:58 +08:00
John
1228907d59 comment updates for internal 2019-06-13 21:14:46 +08:00
John
6d44f02a38 fix issue in internal/empty 2019-06-05 18:40:26 +08:00
John
abaef9ba87 add gtree.RedBlackTree container 2019-05-10 13:38:06 +08:00
John
b15d8bdd2e adding gtree.RedBlackTree 2019-05-09 22:53:42 +08:00
John
7cc0c7a1cc rename map type of gmap; rename BatchSet/BatchRemove to Sets/Removes for gmap/gcache 2019-05-08 17:21:18 +08:00
John
0ffe17ee3d revert SearchArray/InArray functions for gstr 2019-04-11 09:26:52 +08:00
John
6ab0a77364 add more defaulr searching paths for g.Config() 2019-03-13 22:12:59 +08:00
John
975da97b4a fix issue in empty check for nil attribute of struct in package 'empty';add set-cookie support for 302 status in ghttp.Server 2019-03-05 17:06:37 +08:00
John
13749feab4 add json features '-' and 'omitempty' for gconv.Map, like package 'json' from stdlib; add internal package 'empty', to check empty variable 2019-03-04 22:59:29 +08:00
John
76c49170bd change gitee.com/johng/gf -> github.com/gogf/gf 2019-02-02 16:18:25 +08:00
John
0762fec696 comments update 2019-02-02 15:16:45 +08:00
John
e865b46304 add console and env values to change the default values of gtimer 2019-01-23 13:01:58 +08:00
John
f4644ce685 change func(xxx, safe...bool) to func(xxx, unsafe...bool); add new internal package mutex 2019-01-12 23:36:22 +08:00