getboost icon indicating copy to clipboard operation
getboost copied to clipboard

NuGet packages for Boost C++ libraries.

Results 15 getboost issues
Sort by recently updated
recently updated
newest added

Bumps [NuGet.CommandLine](https://github.com/NuGet/NuGet.Client) from 5.10.0 to 5.11.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=NuGet.CommandLine&package-manager=nuget&previous-version=5.10.0&new-version=5.11.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

- github action as starting point (https://github.com/chcg/getboost/actions/runs/3256560986) - add initial appveyor.yml CI config (https://ci.appveyor.com/project/chcg/getboost/builds/44506728) - added dependabot action - running from a CI job there is an issue with pushing...

I specified the following in packages.config and restored the package. And that downloaded all the boost headers and boost.1.72.0.0\build\boost.targets ``` ``` I also added the following to the vcxproj: `...

- fixed license: now it shows boost license instead of package source code license - users are interested in library license, instead of package source code license. - updated NuGet...

The current summary "NuGet packages for Boost framework" is not clear enough. What is meant by "framework"? Boost is a collection of libraries. If your package provides _all_ these libraries,...

I need to support Windows xp in my programm which uses boost. Do I have to compile the packages for myself. Or is there any other way?

I use boost_python-src package and get a error message: ``` "xxxx\packages\boost.1.67.0.0\lib\native\include\boost\python\numpy\internal.hpp(29): fatal error C1083: Cannot open include file: 'numpy/arrayobject.h': No such file or directory" ``` I dont need a numpy...

Hello, Doest the last version of NuGet packages of Boost comes with ICU support? Or should it be build manually including ICU flag? The issue is that during _locale_ checks,...

http://www.symbolsource.org/Public Note: symbol packages for pre-releases should be deleted after release.

I was trying to specify the linkage for the unit test library but I cannot find the Referenced Package section in the property sheet of my project. As far as...

enhancement