Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
interceptor_test/ | H | 10-Dec-2021 | - | 87 | 87 | |
librdkafkacpp/ | H | 10-Dec-2021 | - | 105 | 102 | |
openssl_engine_example/ | H | 10-Dec-2021 | - | 133 | 132 | |
packages/ | H | 10-Dec-2021 | - | 4 | 4 | |
rdkafka_complex_consumer_example_cpp/ | H | 10-Dec-2021 | - | 67 | 65 | |
rdkafka_example/ | H | 10-Dec-2021 | - | 97 | 96 | |
rdkafka_performance/ | H | 10-Dec-2021 | - | 97 | 97 | |
tests/ | H | 10-Dec-2021 | - | 255 | 243 | |
win_ssl_cert_store/ | H | 10-Dec-2021 | - | 132 | 132 | |
.gitignore | H A D | 10-Dec-2021 | 1.1 KiB | 110 | 94 | |
README.md | H A D | 10-Dec-2021 | 346 | 7 | 5 | |
build-package.bat | H A D | 10-Dec-2021 | 38 | 4 | 1 | |
build.bat | H A D | 10-Dec-2021 | 337 | 20 | 13 | |
common.vcxproj | H A D | 10-Dec-2021 | 3.3 KiB | 85 | 71 | |
install-coapp.ps1 | H A D | 10-Dec-2021 | 495 | 12 | 5 | |
install-openssl.ps1 | H A D | 10-Dec-2021 | 1.2 KiB | 34 | 26 | |
librdkafka.autopkg.template | H A D | 10-Dec-2021 | 2 KiB | 55 | 48 | |
librdkafka.master.testing.targets | H A D | 10-Dec-2021 | 702 | 14 | 13 | |
librdkafka.sln | H A D | 10-Dec-2021 | 15.5 KiB | 224 | 223 | |
librdkafka.vcxproj | H A D | 10-Dec-2021 | 14.7 KiB | 264 | 263 | |
package-nuget.ps1 | H A D | 10-Dec-2021 | 256 | 22 | 1 | |
packages.config | H A D | 10-Dec-2021 | 436 | 7 | 7 | |
push-package.bat | H A D | 10-Dec-2021 | 303 | 5 | 4 | |
wingetopt.c | H A D | 10-Dec-2021 | 15.2 KiB | 565 | 357 | |
wingetopt.h | H A D | 10-Dec-2021 | 3 KiB | 96 | 48 | |
wintime.h | H A D | 10-Dec-2021 | 1.1 KiB | 33 | 18 |
README.md
1# Build guide for Windows 2 3* build.bat - Build for all combos of: Win32,x64,Release,Debug using the current msbuild toolset 4* build-package.bat - Build NuGet packages (wrapper for package-nuget.ps1) 5* package-nuget.ps1 - Build NuGet packages (using build.bat artifacts) 6* push-package.bat - Push NuGet packages to NuGet (edit script for version) 7