Commit Graph

85 Commits

Author SHA1 Message Date
yangchao 40e0ab05b8
V3.5 nx (#257)
* add nx support

* fix nx external compiler error

* format code

* nx if use nvn, no need use tbb

* windows cl.exe not  support -include compile flag

* update pvmp3dec cmake , support windows
2022-05-28 20:10:19 +08:00
Zeqiang Li ea41ab8f47
conditional compile swappy (#247) 2022-04-14 18:12:30 +08:00
bofeng-song dae690a354
fix android build error (#246) 2022-04-14 16:08:15 +08:00
Zeqiang Li e5e37407a3
disable swappy by default (#245) 2022-04-11 10:54:04 +08:00
PatriceJiang ce6c0e8ee2 support ndk 19+ 2022-04-08 20:12:22 +08:00
minggo 705e0e0f59
fix compiling error on android (#242) 2022-04-01 13:37:16 +08:00
James Chen 53005b48c3
[v3.5] Don't depend on boost_container since it's not necessary (#240) 2022-04-01 11:54:59 +08:00
Zeqiang Li 5c20ccbf71
fix crash caused by swappy on android
* fix native android crash

Co-authored-by: Zeqiang Li <zeqiang-li@outlook.com.com>
2022-03-24 14:38:07 +08:00
Zeqiang Li bf693c7221
3.5.0 swappy (#226)
* swappy
* enable swappy macro
Co-authored-by: Zeqiang Li <zeqiang-li@outlook.com.com>
2022-03-22 17:51:40 +08:00
minggo 4ab24d8bf3
Merge branch 'v3.6' into v3.5 2022-03-08 14:38:27 +08:00
minggo eddd5fcae3
remove jemalloc and nedmalloc (#222) 2022-02-24 14:45:44 +08:00
Yun Hsiao Wu 5088645437
fix merge error (#220) 2022-02-08 11:00:37 +08:00
bofeng-song 7c33bc6102
fix merge conflict problem(it may cause editor Build failed) (#218) 2022-01-26 17:36:51 +08:00
minggo 3cb6ea1f12
Merge branch 'v3.6' into v3.5 2022-01-26 13:55:53 +08:00
Yun Hsiao Wu 937d14d529
better boost source cmake (#213) 2022-01-24 17:47:48 +08:00
bofeng-song 89a9602367
supports to generate editor`s uuid (#212) 2022-01-17 18:18:09 +08:00
minggo 995c2a2f02 fix conflict 2022-01-04 15:36:26 +08:00
minggo a9e9f10f0c merge v3.4 2021-12-22 10:37:56 +08:00
Yun Hsiao Wu 1aac2fcd8d
update boost & add container lib (#204)
* remove boost headers

* boost 1.78
2021-12-16 11:57:40 +08:00
PatriceJiang 101f8e780c skip change header file of pvmp3dec 2021-12-08 09:36:41 +08:00
minggo 87b44a95c4
compile mururhash2 (#186) 2021-09-07 14:45:41 +08:00
dumganhar 5215773c23 Add MurmurHash2.h/.cpp 2021-08-25 16:26:37 +08:00
James Chen 00dee102a5
Add rapidjson v1.1.0 source code. (#181)
* Delete mac specific temp file: .DS_Store.

* Update .gitignore.

* Add rapidjson source code.
2021-08-21 11:29:26 +08:00
timlyeee daaab59d3b
Update infomations (#177) 2021-08-12 14:41:06 +08:00
timlyeee 06fd753ae8
update opengl-registry api & egl registry api (#176)
* According to the pvr_sdk project, we found that the registry api is already updated, while our engine does not
2021-08-12 14:24:40 +08:00
Arnold c51a7e1c57 fix 2 2021-08-11 15:15:23 +08:00
Arnold 866613b6dd move tea to ccutils 2021-08-11 14:48:23 +08:00
Yun Hsiao Wu 434aef7496
unified glslang (#165) 2021-07-30 14:46:37 +08:00
江战 67693bdee5
change cond (#164) 2021-07-28 16:41:50 +08:00
江战 e119cc2d0d
V3.3 modularize (#163)
* seperate modules

* sep

* add include directory

* remove unused
2021-07-28 15:45:33 +08:00
Yun Hsiao Wu 07da055844
update vk headers (#162) 2021-07-22 10:42:09 +08:00
Wenhai Lin 16ad300367
Upgrade minizip to 1.2.0(sync cocos2d-x) (#150) 2021-07-01 16:15:45 +08:00
江战 c2e9e12d6c
Harmony OS (#152)
harmony os libs
2021-05-17 15:12:37 +08:00
jiaxin.lai 0ae7b51f5b
native physx (#143)
* add physx include file

* add win32 static libs

* add android static libs

* add mac static libs

* add ios static libs
2021-04-16 10:23:52 +08:00
Yun Hsiao Wu 8b90d7f9eb
enoki headers (#140) 2021-03-29 18:18:43 +08:00
Yun Hsiao Wu c52c374c45
fix typo (#139) 2021-03-26 17:56:55 +08:00
Yun Hsiao Wu c56773d74d
fix boost directory (#137) 2021-03-23 11:29:45 +08:00
Yun Hsiao Wu 44c3e39b52
adapt latest device layer (#129) 2021-02-04 15:08:04 +08:00
minggo 435895c2f5
Update unzip.h 2020-08-28 11:15:20 +08:00
minggo 4fe69eb307
Update tinyxml2.h 2020-08-27 16:46:55 +08:00
Yun Hsiao Wu ac3104cd6b
fix windows build (#114) 2020-07-13 16:17:52 +08:00
Arnold 95839b3bfc remove some libs 2020-06-16 18:59:29 +08:00
minggo eab0959367
change namespace from cocos2d to cc (#104) 2020-06-16 10:16:32 +08:00
minggo daa6839332
fix compiling error (#102) 2020-06-15 11:23:12 +08:00
PatriceJiang f9f89c0068 remove header references 2020-06-12 11:03:05 +08:00
PatriceJiang d33565815c remove tiff 2020-05-26 13:40:53 +08:00
PatriceJiang 64ac9016dc remove google-breakpad 2020-05-25 11:42:24 +08:00
Yun Hsiao Wu f89d046fd3
update vulkan headers (#85) 2020-05-06 11:02:57 +08:00
Arnold 7d8223bccb
3dgfx add cmake & remove spidermonkey glfw (#82)
* add sdl

* add SDL.h

* update libs

* update source code

* add sdl

* update libs

* update source code

* compile ios

* remove spidermonkey & glfw
2020-04-02 13:43:14 +08:00
minggo 74d1a52c73
move pvrsdk out of source folder and update pvrsdk dylib (#78) 2020-03-03 16:06:38 +08:00