Skip to content
#

cpp-library

Here are 611 public repositories matching this topic...

Fleischner
Fleischner commented May 14, 2019

Team up with vcpkg
Related: microsoft/vcpkg#6154

Sync/verify port descriptions (vcpkg <-> awesome-cpp)
Sync/verify port license information (vcpkg <-> awesome-cpp)
Library Homepage (vcpkg <- awesome-cpp)
Vcpkg availability, operating system support, version, build status (vcpkg -> awesome-cpp)
Dependency level; level0=no deps; level1=depends on any level0; ... (vc

NancyLi1013
NancyLi1013 commented Mar 30, 2020

directxtk is available as a port in vcpkg, a C++ library manager that simplifies installation for directxtk and other project dependencies. Documenting the install process here will help users get started by providing a single set of commands to build directxtk , ready to be included in their projects.

We also test whether our library ports build in v

slayoo
slayoo commented May 6, 2019

Not sure if this is what we need. To be clear, here is how these things SHOULD work: There should be a CMake option (looks like DOCS) that turns on generation of documentation. If that option is not set, then no docs are generated. If the option IS set, then docs will be generated. If the option is set and the required programs for generating docs do not exist (pdflatex and texi2pdf), then

RuurddeRonde
RuurddeRonde commented Apr 28, 2020

Describe the bug
Whenever .open is called on a Document object that has a directory that is not a word document the application crashes.

To Reproduce
Steps to reproduce the behavior:
create a project and add this code:
duckx::Document doc("test.docx");
doc.open();

make sure test.docx does not exist

run the code

Expected behavior
A new docx file named test should be c

Improve this page

Add a description, image, and links to the cpp-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cpp-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.