Skip to content

Commit 5e9e246

Browse files
committed
refactor: Add fmt module
Add fmt source module which version is 10.2, because of the basekit need it. Log: Add fmt module.
1 parent eba6261 commit 5e9e246

205 files changed

Lines changed: 90175 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3rdparty/fmt/.clang-format

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Run manually to reformat a file:
2+
# clang-format -i --style=file <file>
3+
Language: Cpp
4+
BasedOnStyle: Google
5+
IndentPPDirectives: AfterHash
6+
IndentCaseLabels: false
7+
AlwaysBreakTemplateDeclarations: false
8+
DerivePointerAlignment: false

3rdparty/fmt/.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
*.a
2+
*.so*
3+
*.xcodeproj
4+
*~
5+
.vscode/
6+
/CMakeScripts
7+
/Testing
8+
/_CPack_Packages
9+
/doc/doxyxml
10+
/doc/html
11+
/doc/node_modules
12+
/install_manifest.txt
13+
CMakeCache.txt
14+
CMakeFiles
15+
CPack*.cmake
16+
CTestTestfile.cmake
17+
FMT.build
18+
Makefile
19+
bin/
20+
build/
21+
cmake_install.cmake
22+
fmt-*.cmake
23+
fmt.pc
24+
virtualenv

0 commit comments

Comments
 (0)