minggo
|
8e7669bf92
|
replace assert with CC_ASSERT (#10913)
* replace assert with CC_ASSERT
|
2022-04-29 10:18:41 +08:00 |
|
minggo
|
444bfe31c4
|
Refactor CC_NEW/CC_DELETE (#10810)
* replace CC_NEW/CC_DELETE with ccnew/delete
|
2022-04-21 16:39:34 +08:00 |
|
minggo
|
7f4cb9e3b1
|
Remove string (#10469)
* replace std::string with ccstd::string
|
2022-03-24 11:53:10 +08:00 |
|
Cocos Robot
|
24d84664f8
|
[ci skip][AUTO]: Automated clang-format update: 3de1584200 (#10402) (#10424)
Co-authored-by: cocos-robot <cocos-robot@cocos.com>
|
2022-03-21 16:04:49 +08:00 |
|
minggo
|
34bf14269c
|
unify stl (#10402)
* add ccstd::vector
* replace cc::vector with ccstd::vector
* replace std::vector with ccstd::vector
* do not include <vector>
|
2022-03-21 15:55:02 +08:00 |
|
hyde zhou
|
573a1f0d7a
|
[v3.6.0 pipeline] refactor native root.h (#10356)
* decouple native RenderPipeline
|
2022-03-16 16:56:18 +08:00 |
|
mmyduckx
|
e52bb2bf06
|
add forward declaration for pipeline (#10082)
|
2022-02-14 09:31:00 +08:00 |
|
mmyduckx
|
ad947efe3a
|
add forward declaration for asset&core (#10072)
|
2022-02-11 14:27:33 +08:00 |
|
minggo
|
3ec7db4a5d
|
Fix crash when exit (#4177)
* Device owns Sampler and TextureBarrier
* do not detele smart pointer
* destroy program lib when exit program
|
2022-01-14 20:06:11 +08:00 |
|
bofeng-song
|
07ea4d4cce
|
remove float from IPreCompileInfoValueType & MacroValue (#4151)
|
2022-01-10 16:32:22 +08:00 |
|
minggo
|
5410a48a58
|
Implement more logic in native (#4131)
Co-authored-by: bofeng.song <bofeng.song@chukong-inc.com>
Co-authored-by: dumganhar <dumganhar@gmail.com>
Co-authored-by: mmyduckx <308303735@qq.com>
Co-authored-by: Patrice Jiang <397136899@qq.com>
Co-authored-by: 江战 <40414978+PatriceJiang@users.noreply.github.com>
|
2022-01-07 18:39:40 +08:00 |
|