Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Evan2698/chimney-c

c++ version
https://github.com/Evan2698/chimney-c

Last synced: 6 days ago
JSON representation

c++ version

Awesome Lists containing this project

README

        

# chimney-c
c++ version

https://github.com/jefby/build-glog-for-android

./configure --disable-shared -with-pic

# 逆初始化模块,其中{MOD_NAME}为模块目录,执行后可发现模块目录被清空
git submodule deinit {MOD_NAME}
# 删除.gitmodules中记录的模块信息(--cached选项清除.git/modules中的缓存)
git rm --cached {MOD_NAME}
# 提交更改到代码库,可观察到'.gitmodules'内容发生变更
git commit -am "Remove a submodule."

git submodule add

其中,url为子模块的路径,path为该子模块存储的目录路径。

执行成功后,git status会看到项目中修改了.gitmodules,并增加了一个新文件(为刚刚添加的路径)

git diff --cached查看修改内容可以看到增加了子模块,并且新文件下为子模块的提交hash摘要

git commit提交即完成子模块的添加

git submodule init
git submodule update

git submodule update --init --recursive

https://github.com/amrayn/easyloggingpp.git

android 特有的

HAVE_ANDROID_GETCPUFEATURES
__aarch64__ v8

__ARM_NEON v7