conan-sqlpp11

所属分类:数据库系统
开发工具:C++
文件大小:0KB
下载次数:0
上传日期:2019-11-21 04:58:45
上 传 者sh-1993
说明:  [过时]配方现在在<;https:github.com conan io conan中心-索引>;
([OBSOLETE] The recipe is now in <https: github.com conan-io conan-center- index>)

文件列表:
conan-sqlpp11-testing-0.57/ (0, 2019-11-20)
conan-sqlpp11-testing-0.57/.ci/ (0, 2019-11-20)
conan-sqlpp11-testing-0.57/.ci/install.sh (489, 2019-11-20)
conan-sqlpp11-testing-0.57/.ci/run.sh (189, 2019-11-20)
conan-sqlpp11-testing-0.57/.travis.yml (344, 2019-11-20)
conan-sqlpp11-testing-0.57/CMakeLists.txt (151, 2019-11-20)
conan-sqlpp11-testing-0.57/LICENSE (1103, 2019-11-20)
conan-sqlpp11-testing-0.57/LICENSE.md (1060, 2019-11-20)
conan-sqlpp11-testing-0.57/appveyor.yml (422, 2019-11-20)
conan-sqlpp11-testing-0.57/build.py (202, 2019-11-20)
conan-sqlpp11-testing-0.57/conanfile.py (1832, 2019-11-20)
conan-sqlpp11-testing-0.57/test_package/ (0, 2019-11-20)
conan-sqlpp11-testing-0.57/test_package/CMakeLists.txt (560, 2019-11-20)
conan-sqlpp11-testing-0.57/test_package/MockDb.h (12916, 2019-11-20)
conan-sqlpp11-testing-0.57/test_package/Sample.h (4354, 2019-11-20)
conan-sqlpp11-testing-0.57/test_package/conanfile.py (498, 2019-11-20)
conan-sqlpp11-testing-0.57/test_package/example.cpp (2175, 2019-11-20)
conan-sqlpp11-testing-0.57/test_package/insert.cpp (2521, 2019-11-20)
conan-sqlpp11-testing-0.57/test_package/remove.cpp (1655, 2019-11-20)
conan-sqlpp11-testing-0.57/test_package/select.cpp (3787, 2019-11-20)
conan-sqlpp11-testing-0.57/test_package/update.cpp (1592, 2019-11-20)

[![Download](https://api.bintray.com/packages/bincrafters/public-conan/sqlpp11%3Abincrafters/images/download.svg) ](https://bintray.com/bincrafters/public-conan/sqlpp11%3Abincrafters/_latestVersion) [![Build Status](https://travis-ci.com/bincrafters/conan-sqlpp11.svg?branch=testing%2F0.54)](https://travis-ci.com/bincrafters/conan-sqlpp11) [![Build status](https://ci.appveyor.com/api/projects/status/github/bincrafters/conan-sqlpp11?branch=testing%2F0.54&svg=true)](https://ci.appveyor.com/project/bincrafters/conan-sqlpp11) [Conan.io](https://conan.io) package recipe for [*sqlpp11*](https://github.com/rbock/sqlpp11). A type safe embedded domain specific language for SQL queries and results in C++. The packages generated with this **conanfile** can be found on [Bintray](https://bintray.com/bincrafters/public-conan/sqlpp11%3Abincrafters). ## For Users: Use this package ### Basic setup $ conan install sqlpp11/0.54@bincrafters/testing ### Project setup If you handle multiple dependencies in your project is better to add a *conanfile.txt* [requires] sqlpp11/0.54@bincrafters/testing [generators] cmake Complete the installation of requirements for your project running: $ mkdir build && cd build && conan install .. Note: It is recommended that you run conan install from a build directory and not the root of the project directory. This is because conan generates *conanbuildinfo* files specific to a single build configuration which by default comes from an autodetected default profile located in ~/.conan/profiles/default . If you pass different build configuration options to conan install, it will generate different *conanbuildinfo* files. Thus, they should not be added to the root of the project, nor committed to git. ## For Packagers: Publish this Package The example below shows the commands used to publish to bincrafters conan repository. To publish to your own conan respository (for example, after forking this git repository), you will need to change the commands below accordingly. ## Build and package The following command both runs all the steps of the conan file, and publishes the package to the local system cache. This includes downloading dependencies from "build_requires" and "requires" , and then running the build() method. $ conan create bincrafters/testing ## Add Remote $ conan remote add bincrafters "https://api.bintray.com/conan/bincrafters/public-conan" ## Upload $ conan upload sqlpp11/0.54@bincrafters/testing --all -r bincrafters ## Conan Recipe License NOTE: The conan recipe license applies only to the files of this recipe, which can be used to build and package sqlpp11. It does *not* in any way apply or is related to the actual software being packaged. [MIT](https://github.com/bincrafters/conan-sqlpp11.git/blob/testing/0.54/LICENSE.md)

近期下载者

相关文件


收藏者