Dmitry Arkhipov
Dmitry Arkhipov
The PR 1) adds a module to add customisable targets for external dependencies; 2) adds a vcpkg support module that allows searching for vcpkg-installed packages; 3) modifies pkg-config module to...
## Proposed changes 1. Adds the ability to add to usage requirements of targets created by ac.jam. 2. Uses that ability from toolset modules for libraries. ## Types of changes...
There are probably some other commands that can be similarly supported. Like `@bugs`.
From build output: ``` Generating output file: ../../bin.v2/libs/json/doc/json_doc.xml /home/grisumbras/dev/cppal/boost/bin.v2/libs/json/doc/reference.qbk|92| warning: line breaks generate invalid boostbook (will only note first occurrence). ``` reference.qbk:92 ``` [Constructor. [br][role silver —][br]Copy constructor. [br][role silver...
## Proposed changes `doxygen.headers-to-doxyfile` creates a Doxygen configuration file and populates its `INPUT` value with the paths to its sources. But when doing so it does not take into account...
## Proposed changes Allow `` feature to run on virtual targets with `exact` name or without type. Currently `` is disabled on `make` targets and other targets with `exact` name...
Fix #160