| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix: 一些代码质量问题 (#65) * fix: 修复PR #49审核意见中的代码质量问题 - 字符串向量缺少逗号:修复字符串意外拼接 - off-by-one错误:在插入元素前先判断 - 变量遮蔽:循环变量str改为s避免遮蔽外层变量 * fix: 修复bmIdentifier循环逻辑问题 - 使用modulo索引确保length > strings.size()时正确填充map - 修复bmStringUnoderedMap和bmIdentifierUnoderedMap两个函数 Closes: PR #56 review feedback * fix: 修复 Codacy 高优先级问题 修复内容: 1. 成员变量未初始化问题 - TimeInterval.hpp: 为 iterator 类的 value_ 添加默认初始化 - MotionSGP4.hpp: 为 TwoLineElement 类所有成员变量添加默认初始化 - NLPIpoptSolver.cpp: 为 CIpoptNLP 类成员变量添加默认初始化 2. 单参数构造函数 explicit(已在上游修复) 相关问题类型: - cppcheck_uninitMemberVar - cppcheck_noExplicitConstructor 合并主分支最新代码 * fix: 移除 Dimension/Unit 的 explicit 以允许隐式转换 Dimension 类的 pow/invert/operator* 方法返回 EDimension,需要隐式转换为 Dimension。 添加 explicit 会导致编译错误。 修复 CI 编译失败问题。 * fix: 移除部分类的 explicit 以允许隐式转换 * fix: change HPOPEquation param to move, remove locale imbue --------- Co-authored-by: coze <coze@example.com> | 2 个月前 | |
refactor: update include paths to new directory structure | 1 个月前 | |
refactor: update include paths to new directory structure | 1 个月前 | |
refactor: update include paths to new directory structure | 1 个月前 | |
refactor: update include paths to new directory structure | 1 个月前 | |
refactor: update include paths to new directory structure | 1 个月前 | |
refactor: update include paths to new directory structure | 1 个月前 | |
refactor: rename SpiceParser to SpiceTextParser and add DAF support | 3 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 3 个月前 |