Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Evan2698/chimney-c
c++ version
https://github.com/Evan2698/chimney-c
Last synced: 6 days ago
JSON representation
c++ version
- Host: GitHub
- URL: https://github.com/Evan2698/chimney-c
- Owner: Evan2698
- License: mit
- Created: 2020-03-20T17:10:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T16:23:17.000Z (over 4 years ago)
- Last Synced: 2024-08-02T07:14:11.716Z (3 months ago)
- Language: C++
- Size: 248 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xmake - chimney-c
README
# chimney-c
c++ versionhttps://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 updategit submodule update --init --recursive
https://github.com/amrayn/easyloggingpp.git
android 特有的
HAVE_ANDROID_GETCPUFEATURES
__aarch64__ v8__ARM_NEON v7