Conan 2.5 Documentation
libhello library. This branch has two novelties on the library side: • We added a new function called compose_message() to the library sources so we can add some unit tests over this function. This function (test_hello GTest::gtest GTest::gtest_main hello) With basic tests on the functionality of the compose_message() function: Listing 48: tests/test.cpp #include "../include/hello.h" #include "gtest/gtest TEST(HelloTest, ComposeMessages) { EXPECT_EQ(std::string("hello/1.0: Hello World Release! (with color!)\n"), compose_ ˓→message("Release", "with color!")); ... } } Now that we have gone through all the changes in0 码力 | 769 页 | 4.70 MB | 1 年前3Conan 2.4 Documentation
libhello library. This branch has two novelties on the library side: • We added a new function called compose_message() to the library sources so we can add some unit tests over this function. This function (test_hello GTest::gtest GTest::gtest_main hello) With basic tests on the functionality of the compose_message() function: Listing 48: tests/test.cpp #include "../include/hello.h" #include "gtest/gtest TEST(HelloTest, ComposeMessages) { EXPECT_EQ(std::string("hello/1.0: Hello World Release! (with color!)\n"), compose_ ˓→message("Release", "with color!")); ... } } Now that we have gone through all the changes in0 码力 | 769 页 | 4.69 MB | 1 年前3Conan 2.3 Documentation
libhello library. This branch has two novelties on the library side: • We added a new function called compose_message() to the library sources so we can add some unit tests over this function. This function (test_hello GTest::gtest GTest::gtest_main hello) With basic tests on the functionality of the compose_message() function: Listing 48: tests/test.cpp #include "../include/hello.h" #include "gtest/gtest TEST(HelloTest, ComposeMessages) { EXPECT_EQ(std::string("hello/1.0: Hello World Release! (with color!)\n"), compose_ ˓→message("Release", "with color!")); ... } } Now that we have gone through all the changes in0 码力 | 748 页 | 4.65 MB | 1 年前3Conan 2.10 Documentation
libhello library. This branch has two novelties on the library side: • We added a new function called compose_message() to the library sources so we can add some unit tests over this function. This function (test_hello GTest::gtest GTest::gtest_main hello) With basic tests on the functionality of the compose_message() function: Listing 50: tests/test.cpp #include "../include/hello.h" #include "gtest/gtest TEST(HelloTest, ComposeMessages) { EXPECT_EQ(std::string("hello/1.0: Hello World Release! (with color!)\n"), compose_ ˓→message("Release", "with color!")); ... } } Now that we have gone through all the changes in0 码力 | 803 页 | 5.02 MB | 10 月前3Conan 2.6 Documentation
libhello library. This branch has two novelties on the library side: • We added a new function called compose_message() to the library sources so we can add some unit tests over this function. This function (test_hello GTest::gtest GTest::gtest_main hello) With basic tests on the functionality of the compose_message() function: Listing 48: tests/test.cpp #include "../include/hello.h" #include "gtest/gtest TEST(HelloTest, ComposeMessages) { EXPECT_EQ(std::string("hello/1.0: Hello World Release! (with color!)\n"), compose_ ˓→message("Release", "with color!")); ... } } Now that we have gone through all the changes in0 码力 | 777 页 | 4.91 MB | 10 月前3Conan 2.9 Documentation
libhello library. This branch has two novelties on the library side: • We added a new function called compose_message() to the library sources so we can add some unit tests over this function. This function (test_hello GTest::gtest GTest::gtest_main hello) With basic tests on the functionality of the compose_message() function: Listing 50: tests/test.cpp #include "../include/hello.h" #include "gtest/gtest TEST(HelloTest, ComposeMessages) { EXPECT_EQ(std::string("hello/1.0: Hello World Release! (with color!)\n"), compose_ ˓→message("Release", "with color!")); ... } } Now that we have gone through all the changes in0 码力 | 795 页 | 4.99 MB | 10 月前3Conan 2.7 Documentation
libhello library. This branch has two novelties on the library side: • We added a new function called compose_message() to the library sources so we can add some unit tests over this function. This function (test_hello GTest::gtest GTest::gtest_main hello) With basic tests on the functionality of the compose_message() function: Listing 50: tests/test.cpp #include "../include/hello.h" #include "gtest/gtest TEST(HelloTest, ComposeMessages) { EXPECT_EQ(std::string("hello/1.0: Hello World Release! (with color!)\n"), compose_ ˓→message("Release", "with color!")); ... } } Now that we have gone through all the changes in0 码力 | 779 页 | 4.93 MB | 10 月前3Conan 2.8 Documentation
libhello library. This branch has two novelties on the library side: • We added a new function called compose_message() to the library sources so we can add some unit tests over this function. This function (test_hello GTest::gtest GTest::gtest_main hello) With basic tests on the functionality of the compose_message() function: Listing 50: tests/test.cpp #include "../include/hello.h" #include "gtest/gtest TEST(HelloTest, ComposeMessages) { EXPECT_EQ(std::string("hello/1.0: Hello World Release! (with color!)\n"), compose_ ˓→message("Release", "with color!")); ... } } Now that we have gone through all the changes in0 码力 | 785 页 | 4.95 MB | 10 月前3Conan 1.46 Documentation
standard [EXPERIMENTAL] . . . . . . . . . . . . . . . . . . . . . . . . . . . 344 17.9 How to use Docker to create and cross-build C and C++ Conan packages . . . . . . . . . . . . . . . 346 17.10 How to server, and cross-building for embedded and bare metal devices. It integrates with other tools like Docker, MinGW, WSL, and with all build systems such as CMake, MSBuild, Makefiles, Meson, SCons. It can even package generation in Travis/Appveyor server with distributed builds in CI jobs for big/slow builds. • Docker: Automatic generation of packages for several versions of gcc and clang in Linux, and in Travis CI0 码力 | 893 页 | 7.46 MB | 1 年前3Conan 1.36 Documentation
standard [EXPERIMENTAL] . . . . . . . . . . . . . . . . . . . . . . . . . . . 315 16.9 How to use Docker to create and cross-build C and C++ Conan packages . . . . . . . . . . . . . . . 316 16.10 How to server, and cross-building for embedded and bare metal devices. It integrates with other tools like Docker, MinGW, WSL, and with all build systems such as CMake, MSBuild, Makefiles, Meson, SCons. It can even package generation in Travis/Appveyor server with distributed builds in CI jobs for big/slow builds. • Docker: Automatic generation of packages for several versions of gcc and clang in Linux, and in Travis CI0 码力 | 765 页 | 5.71 MB | 1 年前3
共 104 条
- 1
- 2
- 3
- 4
- 5
- 6
- 11