yaml-cpp yaml-cpp is aYAMLparser and emitter in C++ matching theYAML 1.2 spec. To get a feel for how it can be used, see theTutorialorHow to Emit YAML. For the old API (version < 0.5.0), seeHow To Parse A Document. Problems?
yaml-cpp.pc.in Refactor CMake to use more modern paradigms (jbeder#741) Repository files navigation README MIT license yaml-cpp yaml-cpp is aYAMLparser and emitter in C++ matching theYAML 1.2 spec. To get a feel for how it can be used, see theTutorialorHow to Emit YAML. For the ol...
yaml-cpp-config.cmake.in 1.新增工程代码 7年前 yaml-cpp.pc.cmake 1.新增工程代码 7年前 README MIT yamlcpp 项目介绍 用于解析YAML的cpp库,github地址https://github.com/jbeder/yaml-cpptutorial地址https://github.com/jbeder/yaml-cpp/wiki/Tutorial ...
yaml-cpp (MIT License) Android Traditional Chinese IME (Apache License 2.0) GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changi...
1 change: 1 addition & 0 deletions 1 mingw-w64-yaml-cpp/PKGBUILD Original file line numberDiff line numberDiff line change @@ -1,6 +1,7 @@ # Maintainer: Alexey Pavlov <alexpux@gmail.com> _realname=yaml-cpp pkgbase="mingw-w64-${_realname}" pkgname="${MINGW_PACKAGE_PREFIX}-${...
yaml-cpp.pc.cmake Fix paths in pkg-config file (jbeder#556) Feb 2, 2018 README MIT license yaml-cpp yaml-cpp is aYAMLparser and emitter in C++ matching theYAML 1.2 spec. To get a feel for how it can be used, see theTutorialorHow to Emit YAML. For the old API (version < 0.5...
Python:abetlen/llama-cpp-python Go:go-skynet/go-llama.cpp Node.js:withcatai/node-llama-cpp JS/TS (llama.cpp server client):lgrammel/modelfusion JS/TS (Programmable Prompt Engine CLI):offline-ai/cli JavaScript/Wasm (works in browser):tangledgroup/llama-cpp-wasm ...
matplotlib-cpp。基于C++调用Python的方法将matplotlib封装了一层。但比用OpenCV的imshow写的图表绘制好。 matplotlib-cpp项目地址在:https://github.com/lava/matplotlib-cpp,仓库内容简单,核心的东西就是一个头文件matplotlibcpp.h, 这个头文件封装了大量了的C++调用mat
if(CONFIG_LIB_YAMLCPP) set(LIBYAMLCPP_DIR ${CMAKE_CURRENT_SOURCE_DIR}/yaml-cpp) nuttx_add_library(libyamlcpp STATIC) set(CXXFLAGS -Wno-unused-variable -Wno-sign-compare -Wno-shadow -Wno-range-loop-construct -fno-var-tracking-assignments) set(INCDIR ${LIBYAMLCPP_DIR}/include ${LIBYAML...
yaml-cpp defaults to building a static library, but you may build a shared library by specifying-DYAML_BUILD_SHARED_LIBS=ON. For more options on customizing the build, see theCMakeLists.txtfile. Build it! To clean up, just remove thebuilddirectory. ...