Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / cpp-main/cpp-tbox issues and pull requests
#71 - 终端处理命令的时候阻塞
Issue -
State: closed - Opened by hevake 10 months ago
- 2 comments
#70 - 希望增加.cmake文件,方便使用CMakelist编译时引用
Issue -
State: open - Opened by pd-unprofessional 10 months ago
#69 - Fixing the potential errors caused by TOP_DIR
Pull Request -
State: closed - Opened by heheda123123 12 months ago
#68 - build_env.mk 使用 $PWD 不合适
Issue -
State: closed - Opened by hevake 12 months ago
#67 - 为终端添加一些通用的模板函数,方便设置参数、执行某个函数
Issue -
State: open - Opened by hevake 12 months ago
#66 - cmake can't compile on master branch
Issue -
State: open - Opened by chris118 12 months ago
- 1 comment
#65 - 期望支持execlv()类似的执行方式
Issue -
State: open - Opened by hevake 12 months ago
#64 - 日志等级色调不太好
Issue -
State: closed - Opened by hevake about 1 year ago
#62 - TimerFd 不支持当降频过滤器使用
Issue -
State: closed - Opened by hevake about 1 year ago
- 1 comment
#61 - 给日志添加important的日志等级
Issue -
State: closed - Opened by hevake about 1 year ago
#60 - 在 util/fs 模块中添加遍历目录的函数
Issue -
State: open - Opened by hevake about 1 year ago
#59 - Serializer要加<< vector
Issue -
State: open - Opened by hevake about 1 year ago
#58 - Action::onReset()如果在running与pause状态,则要打警告
Issue -
State: closed - Opened by hevake about 1 year ago
#57 - 对LoopThread对象进行反复start()与stop()对出现其runInLoop()失效问题
Issue -
State: open - Opened by hevake about 1 year ago
#55 - 将log的stdout输出,改成前端模式
Issue -
State: closed - Opened by hevake about 1 year ago
#54 - terminal缺unmount的方法
Issue -
State: closed - Opened by hevake about 1 year ago
#53 - auto format code
Pull Request -
State: closed - Opened by lucas-law about 1 year ago
- 1 comment
#52 - 针对runNext(), runInLoop()进行核查,添加cancel动作
Issue -
State: closed - Opened by hevake about 1 year ago
- 1 comment
#51 - feat(jsonrpc) : cmake support for jsonrpc
Pull Request -
State: closed - Opened by lucas-law about 1 year ago
#50 - 如果系统时钟由超前的时间跳到现在的时间,会出现超时失效
Issue -
State: open - Opened by hevake about 1 year ago
#49 - runNext()与runInLoop()要返回一个可用于cancel的token,像TimerPool与ThreadPool一样
Issue -
State: closed - Opened by hevake about 1 year ago
#48 - Develop
Pull Request -
State: closed - Opened by lzl200110 about 1 year ago
- 2 comments
#47 - CMakeLists.txt 头文件install 目录错误
Issue -
State: closed - Opened by lzl200110 over 1 year ago
- 1 comment
#46 - 有符号char右移出错
Issue -
State: closed - Opened by lzl200110 over 1 year ago
- 1 comment
#45 - base/log.h 不能支持在C语言里使用
Issue -
State: closed - Opened by hevake over 1 year ago
#44 - TcpConnector中 stop() 的逻辑判断有问题
Issue -
State: closed - Opened by LnAYuTaK over 1 year ago
- 1 comment
#43 - 修改TcpServer中的setContext(),加对象释放的回调。
Issue -
State: closed - Opened by hevake over 1 year ago
- 1 comment
#41 - 在 util/json.cpp 中实现分析字节码中JSON长度的函数
Issue -
State: closed - Opened by hevake over 1 year ago
- 1 comment
#40 - 状态变改应该在enter_action之前
Issue -
State: closed - Opened by hevake over 1 year ago
#39 - 需要加label
Issue -
State: closed - Opened by hevake over 1 year ago
#37 - fix:(cmake) fix issue about installation
Pull Request -
State: closed - Opened by hevake over 1 year ago
#35 - fix:(cmake) fix issue about installation
Pull Request -
State: closed - Opened by lucas-law over 1 year ago
#34 - main/error_signals 里应该只走 SIGACTION 就可以了,可以去掉相关分支代码吗?
Issue -
State: closed - Opened by Gwill over 1 year ago
- 2 comments
#33 - Fix Typo
Pull Request -
State: closed - Opened by Gwill over 1 year ago
#32 - Update Github Actions
Pull Request -
State: closed - Opened by Gwill over 1 year ago
#31 - Add Github Action
Pull Request -
State: closed - Opened by Gwill over 1 year ago
#30 - Update gitignore
Pull Request -
State: closed - Opened by Gwill over 1 year ago
#29 - 使用 clang 进行构建,存在编译错误
Issue -
State: closed - Opened by hevake over 1 year ago
- 1 comment
#27 - 如果无结束路径,终止状态不应该显示
Issue -
State: closed - Opened by hevake over 1 year ago
#26 - 在 main 框架中 terminal.cpp 与 error_handlers.cpp 中的退出有很大的重合性,可合并
Issue -
State: closed - Opened by hevake over 1 year ago
#25 - 在 main 中添加一异常退出的动作选项
Issue -
State: closed - Opened by hevake over 1 year ago
- 1 comment
#24 - 优化状态机ToGraphviz中初始状态的展示
Issue -
State: closed - Opened by hevake over 1 year ago
- 1 comment
#23 - cannot find -levent_core -lev问题
Issue -
State: closed - Opened by wangwenqiangGitHub over 1 year ago
- 2 comments
#21 - 在个别gcc版本上编译 modules/eventx/timer_fd.cpp 出现了 TFD_TIMER_CANCEL_ON_SET 未定义问题
Issue -
State: closed - Opened by hevake over 1 year ago
- 1 comment
#19 - 添加 ObjectPool 的统计功能
Issue -
State: closed - Opened by hevake over 1 year ago
- 7 comments
#18 - 对 Loop 的 newXXXEvent() 使用 ObjectPool 进行改进,提升效率
Issue -
State: closed - Opened by hevake over 1 year ago
- 1 comment
#17 - CI support
Issue -
State: closed - Opened by lucas-law over 1 year ago
- 1 comment
#15 - epoll要支持HUP,ERR事件
Issue -
State: closed - Opened by hevake over 1 year ago
- 1 comment
#11 - 存在多次join()的风险
Issue -
State: closed - Opened by hevake over 1 year ago
#10 - 需要添加文件头
Issue -
State: closed - Opened by hevake over 1 year ago
- 1 comment
#9 - 期望TCP通信支持SSL
Issue -
State: closed - Opened by hevake over 1 year ago
#8 - 写一个多个子Module的应用示例
Issue -
State: closed - Opened by hevake over 1 year ago
#7 - cpp-tbox/modules/flow /event_publisher_impl_test.cpp
Issue -
State: open - Opened by JackyLucifer over 1 year ago
- 1 comment
#6 - Graphviz 在显示状态机时的错误
Issue -
State: closed - Opened by hevake over 1 year ago
- 1 comment
#5 - 期望日志系统能实现spdlog的格式化功能
Issue -
State: open - Opened by hevake over 1 year ago
- 1 comment
#4 - Log的可变参对atomic的支持不佳
Issue -
State: open - Opened by hevake over 1 year ago
#3 - 将README.md翻译成英文
Issue -
State: closed - Opened by hevake over 1 year ago
- 2 comments
#2 - 注释不正常
Issue -
State: closed - Opened by hevake almost 2 years ago
#1 - 注释存在错误,应该是1M
Issue -
State: closed - Opened by hevake almost 2 years ago
- 1 comment