Skip to content

Commit

Permalink
[libstrex] move base64 into string extension
Browse files Browse the repository at this point in the history
  • Loading branch information
gozfree committed May 15, 2022
1 parent 41f5f42 commit 3cdb944
Show file tree
Hide file tree
Showing 14 changed files with 216 additions and 386 deletions.
4 changes: 2 additions & 2 deletions README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
## I/O
| | |
|--|--|
| libbase64: Base64/32 编解码 | libconfig: 配置文件库 |
| libstrex: 字符扩展 | libconfig: 配置文件库 |
| liblog: 日志库 | libfile: 文件操作库 |
| libstrex: | libsubmask: 网络地址翻译 |
| libsubmask: 网络地址翻译 | |

## 多媒体
| | |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ This is a collection of basic libraries.
## I/O
| | |
|--|--|
| libbase64: Base64/32 encode/decode | libconfig: Support ini/json |
| libstrex: string extension | libconfig: Support ini/json |
| liblog: Support console/file/rsyslog | libfile: File operations |
| libstrex: | libsubmask: ip addr transform |
| libsubmask: ip addr transform | |

## Multi-Media
| | |
Expand Down
2 changes: 1 addition & 1 deletion gear-lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SET(UVC_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/libuvc/)
SET(TIME_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/libtime/)

ADD_SUBDIRECTORY(libposix)
ADD_SUBDIRECTORY(libbase64)
ADD_SUBDIRECTORY(libstrex)
ADD_SUBDIRECTORY(libbitmap)
ADD_SUBDIRECTORY(libdict)
ADD_SUBDIRECTORY(libdarray)
Expand Down
18 changes: 0 additions & 18 deletions gear-lib/libbase64/Android.mk

This file was deleted.

106 changes: 0 additions & 106 deletions gear-lib/libbase64/Makefile

This file was deleted.

3 changes: 0 additions & 3 deletions gear-lib/libbase64/README.md

This file was deleted.

161 changes: 0 additions & 161 deletions gear-lib/libbase64/libbase64.c

This file was deleted.

45 changes: 0 additions & 45 deletions gear-lib/libbase64/libbase64.h

This file was deleted.

Loading

0 comments on commit 3cdb944

Please sign in to comment.