Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix windows dynamic lib build. | Yuqian Yang | 2025-09-08 | 1 | -2/+2 |
| | |||||
* | Fix static lib build on win. | Yuqian Yang | 2025-09-08 | 1 | -1/+1 |
| | |||||
* | Move ImplementFormatterByToUtf8String. | Yuqian Yang | 2025-09-07 | 1 | -15/+3 |
| | |||||
* | Fix some compile error on macOS. | Yuqian Yang | 2025-09-07 | 1 | -3/+31 |
| | |||||
* | Remove some usage of my format. | Yuqian Yang | 2025-09-07 | 1 | -3/+4 |
| | |||||
* | Rename common to base. | crupest | 2024-10-06 | 1 | -3/+3 |
| | |||||
* | Fix typo: Infinate -> Infinite | crupest | 2023-10-18 | 1 | -5/+1 |
| | | | | Actually I'm testing nvim-gitsigns... | ||||
* | Re-think about ToString. | crupest | 2023-10-14 | 1 | -11/+12 |
| | | | | | | | ToString for a class should lies in the same namespace of the class. Argument-dependent name lookup will help make Format work. The problem is it will hide ToString at parent namespace. But if you call ToString explicitly, it's you duty to use the ToString in correct namespace. | ||||
* | SvgGeometryBuilder done! | crupest | 2023-10-12 | 1 | -12/+11 |
| | |||||
* | ... | crupest | 2022-03-12 | 1 | -2/+5 |
| | |||||
* | ... | crupest | 2022-03-02 | 1 | -1/+3 |
| | |||||
* | ... | crupest | 2022-02-08 | 1 | -0/+287 |