refactor: refactor VectorGen
- use uv to manage VectorGen - use std::partial_ordering to replace auto in template because auto is not works for seperated implementation and declaration. - rename YYCC macro due to the upgrade of YYCC.
This commit is contained in:
16
Assets/CodeGen/VectorGen/.gitignore
vendored
16
Assets/CodeGen/VectorGen/.gitignore
vendored
@@ -1,3 +1,17 @@
|
||||
# Result
|
||||
## ======== Personal ========
|
||||
# Ignore generated code
|
||||
VxTypes.hpp
|
||||
VxTypes.cpp
|
||||
|
||||
## ======== Python ========
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user