4b2bb6998a
Añade soporte C++ al registry: vendor submodules (glfw, imgui, implot, tracy), sistema de build con CMake y toolchains cross-platform, runner C++ en fn CLI, parser de tests Google Test, y funciones bash para build Linux/Windows. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
993 B
993 B
name, kind, lang, domain, version, purity, signature, description, tags, uses_functions, uses_types, returns, returns_optional, error_type, imports, tested, tests, test_file_path, file_path, params, output
| name | kind | lang | domain | version | purity | signature | description | tags | uses_functions | uses_types | returns | returns_optional | error_type | imports | tested | tests | test_file_path | file_path | params | output | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| build_cpp_linux | function | bash | infra | 1.0.0 | impure | build_cpp_linux(target?: string) -> void | Compila las funciones y apps C++ del registry para Linux nativo usando cmake |
|
false | error_go_core | false | bash/functions/infra/build_cpp_linux.sh |
|
Compila los binarios en cpp/build/linux/ |
build_cpp_linux
Configura y compila el proyecto C++ (ImGui/ImPlot) para Linux nativo.
Usa cmake con compilacion paralela (-j$(nproc)). Si no se ha configurado antes, ejecuta cmake -B automaticamente.
fn run build_cpp_linux # Compilar todo
fn run build_cpp_linux chart_demo # Compilar solo chart_demo