|
|
97df154b78
|
gofmt
|
2019-06-19 09:06:52 +08:00 |
|
|
|
d068c1418e
|
Merge branch 'master' into develop
|
2019-06-13 22:40:20 +08:00 |
|
|
|
d1d8cd8482
|
用gofmt格式化代码
|
2019-06-13 21:44:14 +08:00 |
|
|
|
a901e7177c
|
添加garray测试未完成
|
2019-06-12 22:37:17 +08:00 |
|
|
|
0388113870
|
Merge branch 'master' of https://github.com/gogf/gf into gogf-master
|
2019-06-12 17:04:11 +08:00 |
|
|
|
e6d4459992
|
comment update for gcache
|
2019-06-11 20:57:43 +08:00 |
|
|
|
485fe572ff
|
完成gset模块测试覆盖率90%以上。
|
2019-06-11 10:51:00 +08:00 |
|
|
|
442c658be0
|
增加gset的测试支持
覆盖率达到85.1%
|
2019-06-10 23:38:19 +08:00 |
|
|
|
d5d14b7efc
|
test gset TestSet_New
|
2019-06-10 15:49:43 +08:00 |
|
|
|
123f2d3e4e
|
remove return value from RLockFunc/LockFunc for gset
|
2019-05-12 21:26:01 +08:00 |
|
|
|
66306464e1
|
add Pop/Pops functions for gset
|
2019-04-26 08:57:48 +08:00 |
|
|
|
34cb222b33
|
remove temprary function map parameter for gview when parsing template file and content
|
2019-04-25 22:14:20 +08:00 |
|
|
|
f464dc7fb8
|
add NewFrom/NewIntSetFrom/NewStringSetFrom functions for gset; add more example for gset
|
2019-04-24 18:52:24 +08:00 |
|
|
|
d29b27a5df
|
add Merge/Sum functions for gset
|
2019-04-24 18:15:50 +08:00 |
|
|
|
b89294561b
|
add gmap.SetIfNotExistFunc/SetIfNotExistFuncLock for gmap; update comment of gmap; update instance feature of gcfg
|
2019-04-03 23:39:31 +08:00 |
|
|
|
8ae9276732
|
add disable cache feature option for package gspath
|
2019-03-12 00:24:31 +08:00 |
|
|
|
76c49170bd
|
change gitee.com/johng/gf -> github.com/gogf/gf
|
2019-02-02 16:18:25 +08:00 |
|
|
|
0762fec696
|
comments update
|
2019-02-02 15:16:45 +08:00 |
|
|
|
7b85c44444
|
add Clone for garray; comments of garray update
|
2019-02-01 22:00:58 +08:00 |
|
|
|
74a7f71894
|
gset/gmap update
|
2019-02-01 17:30:23 +08:00 |
|
|
|
1d5c3d62dd
|
fullfil unit test cases of gset
|
2019-01-31 21:15:39 +08:00 |
|
|
|
85677b952f
|
fulfil funcs of gstr/gset/garray; move gstr/gregex to the string category; move gtest to the test category
|
2019-01-30 21:27:03 +08:00 |
|
|
|
72569321fa
|
package comments update
|
2019-01-16 13:35:16 +08:00 |
|
|
|
0c41909454
|
pakage comments updates
|
2019-01-15 23:27:47 +08:00 |
|
|
|
f4644ce685
|
change func(xxx, safe...bool) to func(xxx, unsafe...bool); add new internal package mutex
|
2019-01-12 23:36:22 +08:00 |
|
|
|
d23cdcbe57
|
改进gcache,完善功能及基准测试;改进gconv.Map对struct转换时默认使用json tag作为键名
|
2018-12-04 19:26:46 +08:00 |
|
|
|
aee266eea0
|
WebServer改进
|
2018-11-28 20:19:28 +08:00 |
|
|
|
19f9b127bc
|
改进gmap,并完善基准测试
|
2018-09-20 09:28:45 +08:00 |
|
|
|
68a1a59f3a
|
改进并发安全数据结构,完善示例程序
|
2018-09-06 19:16:08 +08:00 |
|
|
|
f71f142912
|
去掉gset.Uint类型,gset增加LockFunc/RLockFunc方法
|
2018-09-06 18:52:33 +08:00 |
|
|
|
ebc10f7779
|
数据结构容器增加并发安全特性开启/关闭功能,当关闭后和普通的数据结构无异,非并发安全模式下性能会得到提高
|
2018-09-05 18:34:41 +08:00 |
|
|
|
492323c5b1
|
glog增加日志等级特性
|
2018-08-30 13:00:49 +08:00 |
|
|
|
5f2b397895
|
并发安全容器新增LockFunc/RLockFunc方法,完善Iterator遍历方法注释
|
2018-04-15 22:02:06 +08:00 |
|
|
|
b0dc9064e0
|
ghttp路由优先级改进
|
2018-04-11 16:06:45 +08:00 |
|
|
|
75492e7412
|
注释完善
|
2018-02-28 12:01:14 +08:00 |
|
|
|
e669e5e98c
|
完成基于uint64的gcache模块改进开发
|
2018-02-26 16:28:01 +08:00 |
|
|
|
c9daa2ce75
|
新增gset性能测试
|
2018-02-24 16:57:37 +08:00 |
|
|
|
c68e051a1b
|
并发安全容器隐藏内部成员对象
|
2018-01-16 15:38:53 +08:00 |
|
|
|
4b5ad193c1
|
改进和完善并发安全容器部分方法,初步完成goroutine池包,待测试
|
2018-01-15 17:23:22 +08:00 |
|
|
|
48b4d25362
|
修正gjson解析bug,初步完成框架手册
|
2018-01-11 18:02:56 +08:00 |
|
|
|
05b76a14c0
|
完善包注释,便于godoc管理
|
2018-01-03 10:38:53 +08:00 |
|
|
|
59a7510edb
|
完善注释
|
2017-12-31 18:19:58 +08:00 |
|
|
|
b3411a95b2
|
MIT
|
2017-12-29 16:03:30 +08:00 |
|
|
|
5878be1e03
|
目录结构调整,内部包引用调整为相对路径
|
2017-11-27 12:08:43 +08:00 |
|