diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index 231ba8f7e5..d78710d217 100644 --- a/.github/CONTRIBUTING.rst +++ b/.github/CONTRIBUTING.rst @@ -1,5 +1,5 @@ Hi, -Please read `contributing guide `__ before sending pull requests or reporting bugs. +Please read `contributing guide `__ before sending pull requests or reporting bugs. Thank you! diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e7f6b3de4e..a5dc660195 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,7 +1,7 @@ -* I've read [Brief overview section](https://docs.hunter.sh/en/latest/overview.html) and do understand basic concepts. **[Yes|No]** -* I've read [F.A.Q. section](https://docs.hunter.sh/en/latest/faq.html) and haven't found an answer to my question. **[Yes|No]** +* I've read [Brief overview section](https://cpp-pm-hunter.readthedocs.io/en/latest/overview.html) and do understand basic concepts. **[Yes|No]** +* I've read [F.A.Q. section](https://cpp-pm-hunter.readthedocs.io/en/latest/faq.html) and haven't found an answer to my question. **[Yes|No]** * I've read [Code of Conduct](https://github.com/cpp-pm/hunter/blob/master/.github/CODE_OF_CONDUCT.md), I promise to be polite and will do my best at being constructive. **[Yes|No]** --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dff81f7003..4b239610bc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,11 +7,11 @@ assignees: '' --- -* I've read [Brief overview section](https://docs.hunter.sh/en/latest/overview.html) and do understand basic concepts. **[Yes|No]** -* I've read [F.A.Q. section](https://docs.hunter.sh/en/latest/faq.html) and there is no solution to my problem there. **[Yes|No]** +* I've read [Brief overview section](https://cpp-pm-hunter.readthedocs.io/en/latest/overview.html) and do understand basic concepts. **[Yes|No]** +* I've read [F.A.Q. section](https://cpp-pm-hunter.readthedocs.io/en/latest/faq.html) and there is no solution to my problem there. **[Yes|No]** * I've read [Code of Conduct](https://github.com/cpp-pm/hunter/blob/master/.github/CODE_OF_CONDUCT.md), I promise to be polite and will do my best at being constructive. **[Yes|No]** -* I've read [Reporting bugs section](https://docs.hunter.sh/en/latest/contributing.html#reporting-bugs) carefully. **[Yes|No]** -* I've checked that all the `hunter_add_package`/`find_package` API used by me in the example is the same as in [documentation](https://docs.hunter.sh/en/latest/packages.html). **[Yes|No]** +* I've read [Reporting bugs section](https://cpp-pm-hunter.readthedocs.io/en/latest/contributing.html#reporting-bugs) carefully. **[Yes|No]** +* I've checked that all the `hunter_add_package`/`find_package` API used by me in the example is the same as in [documentation](https://cpp-pm-hunter.readthedocs.io/en/latest/packages.html). **[Yes|No]** * I'm using [latest](https://github.com/cpp-pm/hunter/releases) Hunter `URL`/`SHA1`. **[Yes|No]** @@ -47,7 +47,7 @@ find_package(boo CONFIG REQUIRED) Here is the log until first error reported by Hunter, option `HUNTER_STATUS_DEBUG` is `ON`: * - + I've checked that the first error in logs **IS NOT** `external.build.failed`. **[Yes|No]** @@ -58,8 +58,8 @@ I've checked that the first error in logs **IS NOT** `external.build.failed`. ** * I'm not using toolchain -* I'm using unmodified toolchain from [Polly](https://github.com/ruslo/polly) -* I've patched toolchain from [Polly](https://github.com/ruslo/polly). Here is my patch: https://github.com//polly +* I'm using unmodified toolchain from [Polly](https://github.com/cpp-pm/polly) +* I've patched toolchain from [Polly](https://github.com/cpp-pm/polly). Here is my patch: https://github.com//polly * I'm using my toolchain: https://github.com// I'm using the next command line on generate step: diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md index 61c7e3120a..32f4f8af89 100644 --- a/.github/ISSUE_TEMPLATE/discussion.md +++ b/.github/ISSUE_TEMPLATE/discussion.md @@ -9,8 +9,8 @@ assignees: '' -* I've read [Brief overview section](https://docs.hunter.sh/en/latest/overview.html) and do understand basic concepts. **[Yes|No]** -* I've read [F.A.Q. section](https://docs.hunter.sh/en/latest/faq.html) and haven't found an answer to my question. **[Yes|No]** +* I've read [Brief overview section](https://cpp-pm-hunter.readthedocs.io/en/latest/overview.html) and do understand basic concepts. **[Yes|No]** +* I've read [F.A.Q. section](https://cpp-pm-hunter.readthedocs.io/en/latest/faq.html) and haven't found an answer to my question. **[Yes|No]** * I've read [Code of Conduct](https://github.com/cpp-pm/hunter/blob/master/.github/CODE_OF_CONDUCT.md), I promise to be polite and will do my best at being constructive. **[Yes|No]** --- diff --git a/.github/ISSUE_TEMPLATE/package-request.md b/.github/ISSUE_TEMPLATE/package-request.md index 075707824f..356047be8a 100644 --- a/.github/ISSUE_TEMPLATE/package-request.md +++ b/.github/ISSUE_TEMPLATE/package-request.md @@ -31,7 +31,7 @@ assignees: '' * This package has no dependencies * This package has next dependencies: - * `` (required, available in Hunter: https://docs.hunter.sh/en/latest/packages/pkg/.html) + * `` (required, available in Hunter: https://cpp-pm-hunter.readthedocs.io/en/latest/packages/pkg/.html) * `` (required, not available in Hunter, corresponding "New package" request: https://github.com/cpp-pm/hunter/issues/) * `` (optional, not available in Hunter, corresponding "New package" request: https://github.com/cpp-pm/hunter/issues/) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cacc16d83c..34b21e05c2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ -* I've followed [this guide](https://docs.hunter.sh/en/latest/creating-new/create/cmake.html) +* I've followed [this guide](https://cpp-pm-hunter.readthedocs.io/en/latest/creating-new/create/cmake.html) step by step carefully. **[Yes|No]** * I've tested this package remotely and have excluded all broken builds. @@ -22,7 +22,7 @@ -* I've followed [this guide](https://docs.hunter.sh/en/latest/creating-new/update.html) +* I've followed [this guide](https://cpp-pm-hunter.readthedocs.io/en/latest/creating-new/update.html) step by step carefully. **[Yes|No]** * I've tested this package remotely and have excluded all broken builds. diff --git a/.travis.yml b/.travis.yml index f6600dfa7b..2a2120b54b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ install: - if [[ "`uname`" == "Linux" ]]; then travis_retry pip3 install --user requests; fi # Install latest Polly toolchains and scripts - - wget https://github.com/ruslo/polly/archive/master.zip + - wget https://github.com/cpp-pm/polly/archive/master.zip - unzip master.zip - POLLY_ROOT="`pwd`/polly-master" - export PATH="${POLLY_ROOT}/bin:${PATH}" @@ -58,6 +58,5 @@ script: - ./jenkins.sh branches: - except: - - /^pr\..*/ - - /^v[0-9]+\.[0-9]+\.[0-9]+$/ + only: + - master diff --git a/README.rst b/README.rst index da873095e0..ee9fe85164 100644 --- a/README.rst +++ b/README.rst @@ -6,13 +6,13 @@ Hunter CMake driven cross-platform package manager for C/C++. Linux, Windows, macOS, iOS, Android, Raspberry Pi, etc. -* Documentation: https://docs.hunter.sh -* Brief overview: https://docs.hunter.sh/en/latest/overview.html (**Must-read!**) -* Packages: https://docs.hunter.sh/en/latest/packages.html +* Documentation: https://cpp-pm-hunter.readthedocs.io +* Brief overview: https://cpp-pm-hunter.readthedocs.io/en/latest/overview.html (**Must-read!**) +* Packages: https://cpp-pm-hunter.readthedocs.io/en/latest/packages.html * Sources: https://github.com/cpp-pm/hunter * Reporting issues: https://github.com/cpp-pm/hunter/issues/new -* Contributing guide: https://docs.hunter.sh/en/latest/contributing.html -* Contacts: https://docs.hunter.sh/en/latest/contacts.html +* Contributing guide: https://cpp-pm-hunter.readthedocs.io/en/latest/contributing.html +* Contacts: https://cpp-pm-hunter.readthedocs.io/en/latest/contacts.html * `Per package testing table `_ .. |gitter| image:: https://badges.gitter.im/cpp-pm/community.svg @@ -20,18 +20,17 @@ Linux, Windows, macOS, iOS, Android, Raspberry Pi, etc. :alt: Gitter public chat room .. |rtfd| image:: https://readthedocs.org/projects/hunter/badge/?version=latest - :target: http://hunter.readthedocs.io/en/latest/?badge=latest + :target: http://cpp-pm-hunter.readthedocs.io/en/latest/?badge=latest :alt: Documentation status -.. |travis| image:: https://img.shields.io/travis/cpp-pm/hunter-testing/pkg.gtest.svg?style=flat-square&label=Linux%20OSX%20Android%20iOS +.. |travis| image:: https://img.shields.io/travis/cpp-pm/hunter-testing/pkg.gtest.svg?style=flat&logo=travis&label=Linux%20OSX%20Android%20iOS :target: https://travis-ci.com/cpp-pm/hunter-testing/builds :alt: Travis CI -.. |appveyor| image:: https://img.shields.io/appveyor/ci/cpp-pm/hunter-testing/pkg.gtest.svg?style=flat-square&label=Windows - :target: https://ci.appveyor.com/project/cpp-pm/hunter-testing/history +.. |appveyor| image:: https://img.shields.io/appveyor/ci/rbsheth/hunter-testing/pkg.gtest.svg?style=flat&logo=appveyor&label=Windows + :target: https://ci.appveyor.com/project/rbsheth/hunter-testing/history :alt: AppVeyor CI .. |license| image:: https://img.shields.io/github/license/cpp-pm/hunter.svg :target: https://github.com/cpp-pm/hunter/blob/master/LICENSE :alt: LICENSE - diff --git a/cmake/modules/hunter_download.cmake b/cmake/modules/hunter_download.cmake index 1fb3e27b12..0e1fb63656 100644 --- a/cmake/modules/hunter_download.cmake +++ b/cmake/modules/hunter_download.cmake @@ -315,7 +315,7 @@ function(hunter_download) hunter_create_args_file("${package_cmake_args}" "${HUNTER_ARGS_FILE}") # Pass the raw list of arguments to build scheme: - # * https://github.com/ruslo/hunter/blob/v0.23.18/cmake/projects/Boost/schemes/url_sha1_boost.cmake.in#L95-L100 + # * https://github.com/cpp-pm/hunter/blob/v0.23.18/cmake/projects/Boost/schemes/url_sha1_boost.cmake.in#L95-L100 # * https://github.com/ruslo/hunter/issues/1525 set(HUNTER_${HUNTER_PACKAGE_NAME}_CMAKE_ARGS "${package_cmake_args}") diff --git a/cmake/modules/hunter_error_page.cmake b/cmake/modules/hunter_error_page.cmake index 3fbfafaa30..efac154830 100644 --- a/cmake/modules/hunter_error_page.cmake +++ b/cmake/modules/hunter_error_page.cmake @@ -2,7 +2,7 @@ # All rights reserved. # Do not move to master - build schemes use this module but they not use master -set(HUNTER_ERROR_PAGE "https://docs.hunter.sh/en/latest/reference/errors") +set(HUNTER_ERROR_PAGE "https://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors") function(hunter_error_page error_page) message("------------------------------ ERROR -----------------------------") diff --git a/cmake/modules/hunter_finalize.cmake b/cmake/modules/hunter_finalize.cmake index 27e2a30d9a..949cd53ca8 100644 --- a/cmake/modules/hunter_finalize.cmake +++ b/cmake/modules/hunter_finalize.cmake @@ -151,7 +151,7 @@ macro(hunter_finalize) if(ANDROID AND CMAKE_VERSION VERSION_LESS "3.7.1") hunter_user_error( "CMake version 3.7.1+ required for Android platforms, see" - " https://docs.hunter.sh/en/latest/quick-start/cmake.html" + " https://cpp-pm-hunter.readthedocs.io/en/latest/quick-start/cmake.html" ) endif() diff --git a/cmake/modules/hunter_protected_sources.cmake b/cmake/modules/hunter_protected_sources.cmake index c161fbd402..7c866d0c9c 100644 --- a/cmake/modules/hunter_protected_sources.cmake +++ b/cmake/modules/hunter_protected_sources.cmake @@ -7,7 +7,7 @@ function(hunter_protected_sources package_name) if(CMAKE_VERSION VERSION_LESS "3.7") hunter_user_error( "'hunter_protected_sources' need CMake version 3.7+, see" - " https://docs.hunter.sh/en/latest/quick-start/cmake.html" + " https://cpp-pm-hunter.readthedocs.io/en/latest/quick-start/cmake.html" ) endif() set("HUNTER_${package_name}_PROTECTED_SOURCES" YES PARENT_SCOPE) diff --git a/docs/contacts.rst b/docs/contacts.rst index db205e15d7..37ae492be8 100644 --- a/docs/contacts.rst +++ b/docs/contacts.rst @@ -22,7 +22,7 @@ Private * Write me at ruslan_baratov@yahoo.com * Private chat room on Gitter: https://gitter.im/ruslo -.. _issue: https://github.com/ruslo/hunter/issues/new +.. _issue: https://github.com/cpp-pm/hunter/issues/new Please don't ============ diff --git a/docs/contributing.rst b/docs/contributing.rst index 360818a0e1..bc8d71c3fa 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -9,9 +9,9 @@ Contributing There are many ways to contribute to Hunter: - Documentation -- There is a newer version of an existing package? `Notify us `__ or send a pull request with an updated version. +- There is a newer version of an existing package? `Notify us `__ or send a pull request with an updated version. - Missing a package in Hunter? :ref:`Add a new package ` -- `Resolve Issues `__ +- `Resolve Issues `__ - Can you provide an answer to an open question? - Can you reproduce the error? @@ -83,11 +83,11 @@ If everything seems OK: * Make sure you're not using :ref:`HUNTER_NO_TOOLCHAIN_ID_RECALCULATION ` * Take a look at **first** error reported by Hunter. If Hunter reports chain of errors the last error you see is **not relevant**! -* Update to `latest Hunter URL/SHA1 `__ +* Update to `latest Hunter URL/SHA1 `__ and check that issue you have hit is not already fixed/reported * Check this document if the first error you see is ``external.build.failed``: - * https://docs.hunter.sh/en/latest/reference/errors/error.external.build.failed.html + * https://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors/error.external.build.failed.html * Remove irrelevant code from your example and report one problem at a time. Try to construct `SSCCE `__. If you need more files than just ``CMakeLists.txt`` it's better to create separate GitHub repository @@ -101,7 +101,7 @@ If everything seems OK: there is a bug somewhere. If you want to figure out what is the origin of the problem please do keep ``~/.hunter`` directory. -* Open an `issue `__ and provide +* Open an `issue `__ and provide next info: * CMake version you're using ``cmake --version``. CMake build from source? diff --git a/docs/creating-new/create/ci/.travis-NEW.yml b/docs/creating-new/create/ci/.travis-NEW.yml index 4c8bef5873..87719b9d35 100644 --- a/docs/creating-new/create/ci/.travis-NEW.yml +++ b/docs/creating-new/create/ci/.travis-NEW.yml @@ -79,7 +79,7 @@ install: - if [[ "`uname`" == "Linux" ]]; then travis_retry pip3 install --user requests; fi # Install latest Polly toolchains and scripts - - wget https://github.com/ruslo/polly/archive/master.zip + - wget https://github.com/cpp-pm/polly/archive/master.zip - unzip master.zip - POLLY_ROOT="`pwd`/polly-master" - export PATH="${POLLY_ROOT}/bin:${PATH}" diff --git a/docs/creating-new/create/ci/.travis-OLD.yml b/docs/creating-new/create/ci/.travis-OLD.yml index b63a034e53..c5a9c218d5 100644 --- a/docs/creating-new/create/ci/.travis-OLD.yml +++ b/docs/creating-new/create/ci/.travis-OLD.yml @@ -75,7 +75,7 @@ install: - if [[ "`uname`" == "Linux" ]]; then travis_retry pip3 install --user requests; fi # Install latest Polly toolchains and scripts - - wget https://github.com/ruslo/polly/archive/master.zip + - wget https://github.com/cpp-pm/polly/archive/master.zip - unzip master.zip - POLLY_ROOT="`pwd`/polly-master" - export PATH="${POLLY_ROOT}/bin:${PATH}" diff --git a/docs/creating-new/create/cmake.rst b/docs/creating-new/create/cmake.rst index f5c43b4f5d..bb4067d33e 100644 --- a/docs/creating-new/create/cmake.rst +++ b/docs/creating-new/create/cmake.rst @@ -15,19 +15,19 @@ Examples of such packages: * :ref:`pkg.flatbuffers` * https://github.com/google/flatbuffers - * See `flatbuffers/hunter.cmake `__ + * See `flatbuffers/hunter.cmake `__ * Testing table: `AppVeyor `__, `Travis `__ * :ref:`pkg.rocksdb` * https://github.com/facebook/rocksdb - * See `rocksdb/hunter.cmake `__ + * See `rocksdb/hunter.cmake `__ * Testing table: `Travis `__ * :ref:`pkg.nlohmann_json` * https://github.com/nlohmann/json - * See `nlohmann_json/hunter.cmake `__ + * See `nlohmann_json/hunter.cmake `__ * Testing table: `AppVeyor `__, `Travis `__ Default behavior @@ -241,7 +241,7 @@ Fork Hunter Hunter hosted on GitHub service where common way to add code is to fork project and create pull request. -Fork `ruslo/hunter `__, clone +Fork `cpp-pm/hunter `__, clone `your fork `__ and initialize all submodules: @@ -526,7 +526,7 @@ fastest way to check that everything is ready and working correctly. Script ``jenkins.py`` will package a temporary Hunter archive based on current state and build the specified example. This script uses -`Polly `__ toolchains. +`Polly `__ toolchains. Check you have Python 3 installed, clone Polly, add its ``bin`` folder to ``PATH`` environment variable, go back to Hunter repository and run test. @@ -538,7 +538,7 @@ On Linux: > which python3 /usr/bin/python3 - > git clone https://github.com/ruslo/polly + > git clone https://github.com/cpp-pm/polly > cd polly [polly]> export PATH="`pwd`/bin:$PATH" @@ -557,7 +557,7 @@ On Windows: .. code-block:: none - > git clone https://github.com/ruslo/polly + > git clone https://github.com/cpp-pm/polly > cd polly [polly]> set PATH=%CD%\bin;%PATH% @@ -608,7 +608,7 @@ of branches. In branch ``master`` there is only the ``.travis.yml`` file which will only check if the documentation is building: -* https://github.com/ruslo/hunter/blob/ea9de264d6c1b05484bdc16a9967c3cb8cca9048/.travis.yml#L57-L59 +* https://github.com/cpp-pm/hunter/blob/ea9de264d6c1b05484bdc16a9967c3cb8cca9048/.travis.yml#L57-L59 When you open a pull request to ``ruslo/hunter`` this test will automatically run. @@ -974,7 +974,7 @@ via Hunter: |hunter| .. |hunter| image:: https://img.shields.io/badge/hunter-hunter_box_1-blue.svg - :target: https://docs.hunter.sh/en/latest/packages/pkg/hunter_box_1.html + :target: https://cpp-pm-hunter.readthedocs.io/en/latest/packages/pkg/hunter_box_1.html :alt: Hunter Example: diff --git a/docs/creating-new/create/custom.rst b/docs/creating-new/create/custom.rst index 95fa7a6dd2..8cf5000c37 100644 --- a/docs/creating-new/create/custom.rst +++ b/docs/creating-new/create/custom.rst @@ -5,7 +5,7 @@ Non-CMake: custom scheme ------------------------ Non-CMake projects can be added too. But sometimes it's not a trivial task -(for example there are a 3 custom schemes for `OpenSSL `_. In general it's better to +(for example there are a 3 custom schemes for `OpenSSL `_. In general it's better to apply a patch to an existing CMake build and use :ref:`cmake-simple` add instruction. Anyway here is a guide how to add a project with custom build: diff --git a/docs/creating-new/update.rst b/docs/creating-new/update.rst index 15ee620b44..b95a9aedab 100644 --- a/docs/creating-new/update.rst +++ b/docs/creating-new/update.rst @@ -133,4 +133,4 @@ Once the tests are passing, and all required toolchain modifications have been a [hunter]> git push -u origin pr.hunter_box_1 -Finally, a pull request should be opened to send the package update to the main Hunter repository, as illustrated in the previous section pull request `screen shot `__ (see `example `__). +Finally, a pull request should be opened to send the package update to the main Hunter repository, as illustrated in the previous section pull request `screen shot `__ (see `example `__). diff --git a/docs/faq/how-to-fix-download-error.rst b/docs/faq/how-to-fix-download-error.rst index 5be86e81b5..8a51571afc 100644 --- a/docs/faq/how-to-fix-download-error.rst +++ b/docs/faq/how-to-fix-download-error.rst @@ -35,7 +35,7 @@ You can check that everything is fine by invoking this script: file( DOWNLOAD - "https://github.com/ruslo/hunter/archive/v0.23.13.tar.gz" + "https://github.com/cpp-pm/hunter/archive/v0.23.13.tar.gz" "${CMAKE_CURRENT_LIST_DIR}/hunter-archive.tar.gz" EXPECTED_HASH SHA1=ef7d6ac5a4ba88307b2bea3e6ed7206c69f542e8 SHOW_PROGRESS diff --git a/docs/faq/why-binaries-from-server-not-used.rst b/docs/faq/why-binaries-from-server-not-used.rst index d1b4d6e92d..1f4f5cffa1 100644 --- a/docs/faq/why-binaries-from-server-not-used.rst +++ b/docs/faq/why-binaries-from-server-not-used.rst @@ -29,13 +29,13 @@ Next information will help you to set your environment. * Xcode 6.1 used by default on Travis CI: * `The OS X Build Environment `__ - * `iOS 8.1 SDK is default for Xcode 6.1 `__ + * `iOS 8.1 SDK is default for Xcode 6.1 `__ * `Xcode 6.1 direct download link `__ * Xcode 7.3.1 used for ``osx_image: xcode7.3`` on Travis CI: * `Xcode 7.3.1 image `__ - * `iOS 9.3 SDK is default for Xcode 7.3 `__ + * `iOS 9.3 SDK is default for Xcode 7.3 `__ * `Xcode 7.3.1 direct download link `__ * Visual Studio versions on AppVeyor: diff --git a/docs/faq/why-do-we-need-forks.rst b/docs/faq/why-do-we-need-forks.rst index 18e4df2e51..07171e426d 100644 --- a/docs/faq/why-do-we-need-forks.rst +++ b/docs/faq/why-do-we-need-forks.rst @@ -68,7 +68,7 @@ variables introduced by new CMake version and general improvements): Note that Hunter keep all available ``OpenCV`` versions in ``cmake/projects/OpenCV/hunter.cmake`` file: -* https://github.com/ruslo/hunter/blob/e412a3a1e9d58056efb56cb75440aead83f2e9e5/cmake/projects/OpenCV/hunter.cmake +* https://github.com/cpp-pm/hunter/blob/e412a3a1e9d58056efb56cb75440aead83f2e9e5/cmake/projects/OpenCV/hunter.cmake At this moment there are 29 versions of ``OpenCV`` available for users, hence it will be 19 x 29 = 551 ``*.patch`` files to maintain. Some of them can be @@ -126,7 +126,7 @@ fork-free approach: Any non-CMake custom build scheme suffers from this problem since build instructions have to know everything about all versions available, e.g. see -`Boost components `__ +`Boost components `__ . .. [1] http://enterprisecraftsmanship.com/2015/09/02/cohesion-coupling-difference/ diff --git a/docs/faq/why-hunter-is-slow.rst b/docs/faq/why-hunter-is-slow.rst index 84987ec8e1..c062f79df8 100644 --- a/docs/faq/why-hunter-is-slow.rst +++ b/docs/faq/why-hunter-is-slow.rst @@ -125,7 +125,7 @@ option: include("cmake/HunterGate.cmake") HunterGate( - URL "https://github.com/ruslo/hunter/archive/v0.22.22.tar.gz" + URL "https://github.com/cpp-pm/hunter/archive/v0.22.22.tar.gz" SHA1 "83f7dd182930dee784fafd29745f55e7cd06ca34" ) project(foo) @@ -187,7 +187,7 @@ As an example here are actions that can lead to incorrect cache state: include("cmake/HunterGate.cmake") HunterGate( - URL "https://github.com/ruslo/hunter/archive/v0.22.22.tar.gz" + URL "https://github.com/cpp-pm/hunter/archive/v0.22.22.tar.gz" SHA1 "83f7dd182930dee784fafd29745f55e7cd06ca34" ) project(foo) @@ -245,7 +245,7 @@ And add "GTest" to CMakeLists.txt: include("cmake/HunterGate.cmake") HunterGate( - URL "https://github.com/ruslo/hunter/archive/v0.22.22.tar.gz" + URL "https://github.com/cpp-pm/hunter/archive/v0.22.22.tar.gz" SHA1 "83f7dd182930dee784fafd29745f55e7cd06ca34" ) project(foo) @@ -299,7 +299,7 @@ Xcode generator only: include("cmake/HunterGate.cmake") HunterGate( - URL "https://github.com/ruslo/hunter/archive/v0.22.22.tar.gz" + URL "https://github.com/cpp-pm/hunter/archive/v0.22.22.tar.gz" SHA1 "83f7dd182930dee784fafd29745f55e7cd06ca34" ) project(foo) diff --git a/docs/old-wiki/Home.md b/docs/old-wiki/Home.md index 63975e315d..5060589689 100644 --- a/docs/old-wiki/Home.md +++ b/docs/old-wiki/Home.md @@ -4,12 +4,12 @@ Cross-platform package manager for C++ (based on CMake ExternalProject). * Package customization * [Version and options](https://github.com/ruslo/hunter/wiki/example.custom.config.id) * [Build type](https://github.com/ruslo/hunter/wiki/example.hunter_configuration_types) -* [Uploading binaries to server](https://docs.hunter.sh/en/latest/faq/why-binaries-from-server-not-used.html#uploading-to-server) +* [Uploading binaries to server](https://cpp-pm-hunter.readthedocs.io/en/latest/faq/why-binaries-from-server-not-used.html#uploading-to-server) * [Multiple HunterGate commands (e.g. projects/subprojects)] (https://github.com/ruslo/hunter/wiki/usr.multiple.huntergate) ### Tutorials -* [Adding new package](https://docs.hunter.sh/en/latest/creating-new/cmake.html) +* [Adding new package](https://cpp-pm-hunter.readthedocs.io/en/latest/creating-new/cmake.html) * [Adding new package (custom download scheme)] (https://github.com/ruslo/hunter/wiki/usr.adding.new.package.custom.scheme) diff --git a/docs/old-wiki/Requirements.md b/docs/old-wiki/Requirements.md index 2698741a4b..e9d9b7893a 100644 --- a/docs/old-wiki/Requirements.md +++ b/docs/old-wiki/Requirements.md @@ -27,8 +27,8 @@ For example windows (VS 64/32 + cygwin): Projects that uses different toolchains can be build in one HUNTER_ROOT directory if each toolchain define `HUNTER_INSTALL_TAG` variable. -For example if [clang_libstdcxx](https://github.com/ruslo/polly/wiki/Toolchain-list#clang_libstdcxx) -and [gcc](https://github.com/ruslo/polly/wiki/Toolchain-list#gcc) toolchain used: +For example if [clang_libstdcxx](https://github.com/cpp-pm/polly/wiki/Toolchain-list#clang_libstdcxx) +and [gcc](https://github.com/cpp-pm/polly/wiki/Toolchain-list#gcc) toolchain used: * HUNTER_ROOT/Base/Install/clang_libstdcxx * HUNTER_ROOT/Base/Install/gcc @@ -53,7 +53,7 @@ target_link_libraries(... PUBLIC ${Boost_LIBRARIES}) * Download archive, unpack it and set `POLLY_ROOT` environment variable. Unix-style: ``` > POLLY_VERSION="0.4.4" -> wget "https://github.com/ruslo/polly/archive/v${POLLY_VERSION}.tar.gz" +> wget "https://github.com/cpp-pm/polly/archive/v${POLLY_VERSION}.tar.gz" > tar xf "v${POLLY_VERSION}.tar.gz" > export POLLY_ROOT="`pwd`/polly-${POLLY_VERSION}" > export PATH="${POLLY_ROOT}/bin:${PATH}" # If you want to use build.py script @@ -82,5 +82,5 @@ clang++ -std=c++11 -fsanitize=address ... ... ``` -* https://github.com/ruslo/polly +* https://github.com/cpp-pm/polly diff --git a/docs/old-wiki/dev.build.schemes.md b/docs/old-wiki/dev.build.schemes.md index 311765efb9..462827f989 100644 --- a/docs/old-wiki/dev.build.schemes.md +++ b/docs/old-wiki/dev.build.schemes.md @@ -18,29 +18,29 @@ Since not every package use CMake as a build tool there are templates for [Exter Also refer to [Useful variables while building schemes](https://github.com/ruslo/hunter/wiki/dev.scheme_variables) ### Boost -* [url_sha1_boost.cmake.in](https://github.com/ruslo/hunter/blob/master/cmake/schemes/url_sha1_boost.cmake.in) -* [url_sha1_boost_ios_library.cmake.in](https://github.com/ruslo/hunter/blob/master/cmake/schemes/url_sha1_boost_ios_library.cmake.in) -* [url_sha1_boost_library.cmake.in](https://github.com/ruslo/hunter/blob/master/cmake/schemes/url_sha1_boost_library.cmake.in) +* [url_sha1_boost.cmake.in](https://github.com/cpp-pm/hunter/blob/master/cmake/schemes/url_sha1_boost.cmake.in) +* [url_sha1_boost_ios_library.cmake.in](https://github.com/cpp-pm/hunter/blob/master/cmake/schemes/url_sha1_boost_ios_library.cmake.in) +* [url_sha1_boost_library.cmake.in](https://github.com/cpp-pm/hunter/blob/master/cmake/schemes/url_sha1_boost_library.cmake.in) ### OpenSSL -* [url_sha1_openssl.cmake.in](https://github.com/ruslo/hunter/blob/master/cmake/schemes/url_sha1_openssl.cmake.in) +* [url_sha1_openssl.cmake.in](https://github.com/cpp-pm/hunter/blob/master/cmake/schemes/url_sha1_openssl.cmake.in) * [url_sha1_openssl_ios.cmake.in][12] * [url_sha1_openssl_windows.cmake.in][11] ### iOS-Sim -* [url_sha1_ios_sim.cmake.in](https://github.com/ruslo/hunter/blob/master/cmake/schemes/url_sha1_ios_sim.cmake.in) +* [url_sha1_ios_sim.cmake.in](https://github.com/cpp-pm/hunter/blob/master/cmake/schemes/url_sha1_ios_sim.cmake.in) [1]: http://www.cmake.org/cmake/help/v3.0/module/ExternalProject.html [2]: https://github.com/ruslo/hunter/tree/master/cmake/schemes [3]: https://github.com/ruslo/hunter/wiki/usr.adding.new.package.custom.scheme -[4]: https://github.com/ruslo/hunter/blob/master/cmake/schemes/url_sha1_download.cmake.in -[5]: https://github.com/ruslo/hunter/blob/master/cmake/schemes/url_sha1_unpack.cmake.in +[4]: https://github.com/cpp-pm/hunter/blob/master/cmake/schemes/url_sha1_download.cmake.in +[5]: https://github.com/cpp-pm/hunter/blob/master/cmake/schemes/url_sha1_unpack.cmake.in [6]: https://github.com/ruslo/hunter/wiki/dev.modules#hunter_pick_scheme -[7]: https://github.com/ruslo/hunter/blob/master/cmake/schemes/url_sha1_cmake.cmake.in +[7]: https://github.com/cpp-pm/hunter/blob/master/cmake/schemes/url_sha1_cmake.cmake.in [8]: https://github.com/ruslo/hunter/wiki/pkg.sugar -[9]: https://github.com/ruslo/hunter/blob/develop/cmake/projects/ClangToolsExtra/hunter.cmake -[10]: https://github.com/ruslo/hunter/blob/23a5a8342a4bdd81da336bc449e7e8707d77df18/cmake/config.cmake#L36 -[11]: https://github.com/ruslo/hunter/blob/master/cmake/schemes/url_sha1_openssl_windows.cmake.in -[12]: https://github.com/ruslo/hunter/blob/master/cmake/schemes/url_sha1_openssl_ios.cmake.in +[9]: https://github.com/cpp-pm/hunter/blob/develop/cmake/projects/ClangToolsExtra/hunter.cmake +[10]: https://github.com/cpp-pm/hunter/blob/23a5a8342a4bdd81da336bc449e7e8707d77df18/cmake/config.cmake#L36 +[11]: https://github.com/cpp-pm/hunter/blob/master/cmake/schemes/url_sha1_openssl_windows.cmake.in +[12]: https://github.com/cpp-pm/hunter/blob/master/cmake/schemes/url_sha1_openssl_ios.cmake.in [13]: http://www.cmake.org/cmake/help/v3.0/manual/cmake-buildsystem.7.html#interface-libraries [14]: https://github.com/ruslo/hunter/wiki/pkg.leathers \ No newline at end of file diff --git a/docs/old-wiki/dev.hunter.root.md b/docs/old-wiki/dev.hunter.root.md index 2873a1464f..cd8638a67f 100644 --- a/docs/old-wiki/dev.hunter.root.md +++ b/docs/old-wiki/dev.hunter.root.md @@ -16,7 +16,7 @@ Where `hunter-id` is the first 7 digits of `SHA1` of archive (i.e. first 7 digit However for development purposes like [adding new package][4] there is git-based functionality in `HunterGate`. Do clone and set [HUNTER_ROOT][5] environment variable: ```bash -> git clone https://github.com/ruslo/hunter +> git clone https://github.com/cpp-pm/hunter > export HUNTER_ROOT="`pwd`/hunter" ``` @@ -57,13 +57,13 @@ To avoid such problems script `jenkins.py` can be used. This script will pack cu Python 3.4.3 # download build.py script -> git clone https://github.com/ruslo/polly +> git clone https://github.com/cpp-pm/polly > export PATH="`pwd`/polly/bin:$PATH" > which build.py /.../polly/bin/build.py # clone Hunter repository -> git clone https://github.com/ruslo/hunter +> git clone https://github.com/cpp-pm/hunter > cd hunter # run build for some package, like GTest @@ -76,7 +76,7 @@ Python 3.4.3 -- [hunter] -> /.../_testing/Hunter/_Base/Download/Hunter/unknown/f055021 ``` -About `build.py` and toolchains: [link](https://github.com/ruslo/polly#buildpy) +About `build.py` and toolchains: [link](https://github.com/cpp-pm/polly#buildpy) See `jenkins.py --help` for more options: * `--nocreate` will not pack new Hunter archive but reuse old one (`_testing/hunter.tar.gz`). This may be useful for testing several packages one-by-one. Also it means that any new changes in Hunter internal modules will not be used. diff --git a/docs/old-wiki/dev.variables.md b/docs/old-wiki/dev.variables.md index 8a4e94404c..d795bc99a4 100644 --- a/docs/old-wiki/dev.variables.md +++ b/docs/old-wiki/dev.variables.md @@ -65,4 +65,4 @@ cmake -H./examples/Sugar/ -B./_builds -DHUNTER_ROOT="`pwd`" -DHUNTER_BASE="`pwd` #### HUNTER_CMAKE_GENERATOR -* Set by [toolchain](https://github.com/ruslo/polly/blob/master/utilities/polly_init.cmake). This generator used for all the projects in superbuild (optimization possible, like `NMake` -> `Visual Studio`) \ No newline at end of file +* Set by [toolchain](https://github.com/cpp-pm/polly/blob/master/utilities/polly_init.cmake). This generator used for all the projects in superbuild (optimization possible, like `NMake` -> `Visual Studio`) \ No newline at end of file diff --git a/docs/old-wiki/example.custom.config.id.md b/docs/old-wiki/example.custom.config.id.md index 4945007682..8b3bc044e6 100644 --- a/docs/old-wiki/example.custom.config.id.md +++ b/docs/old-wiki/example.custom.config.id.md @@ -5,7 +5,7 @@ Package version and extra CMake options can be set in user's `config.cmake` file ```cmake # CMakeLists.txt HunterGate( - URL "https://github.com/ruslo/hunter/archive/v0.8.10.tar.gz" + URL "https://github.com/cpp-pm/hunter/archive/v0.8.10.tar.gz" SHA1 "9308d01ea52c7b8cf1347073c982c679dbac3c09" LOCAL # <----- Use local config.cmake ) diff --git a/docs/old-wiki/example.hunter_configuration_types.md b/docs/old-wiki/example.hunter_configuration_types.md index 95ed1fc961..2ad664c0bd 100644 --- a/docs/old-wiki/example.hunter_configuration_types.md +++ b/docs/old-wiki/example.hunter_configuration_types.md @@ -75,7 +75,7 @@ You can customize package using `hunter_config` command (see also other [customi ```cmake # CMakeLists.txt HunterGate( - URL "https://github.com/ruslo/hunter/archive/v0.8.10.tar.gz" + URL "https://github.com/cpp-pm/hunter/archive/v0.8.10.tar.gz" SHA1 "9308d01ea52c7b8cf1347073c982c679dbac3c09" LOCAL # <----- Use local config.cmake ) diff --git a/docs/old-wiki/usr.adding.new.package.custom.scheme.md b/docs/old-wiki/usr.adding.new.package.custom.scheme.md index c7c3a71c50..a76d66df51 100644 --- a/docs/old-wiki/usr.adding.new.package.custom.scheme.md +++ b/docs/old-wiki/usr.adding.new.package.custom.scheme.md @@ -1,5 +1,5 @@ Non-CMake projects can be added too. But sometimes it's not a trivial task (for example -there are a 3 custom schemes for [OpenSSL](https://github.com/ruslo/hunter/blob/master/cmake/projects/OpenSSL/hunter.cmake)). In general it's better to apply patch with CMake build and use [regular](https://github.com/ruslo/hunter/wiki/usr.adding.new.package) add instruction. Anyway here is a guide how to add a project with custom build: +there are a 3 custom schemes for [OpenSSL](https://github.com/cpp-pm/hunter/blob/master/cmake/projects/OpenSSL/hunter.cmake)). In general it's better to apply patch with CMake build and use [regular](https://github.com/ruslo/hunter/wiki/usr.adding.new.package) add instruction. Anyway here is a guide how to add a project with custom build: ### 01. Test it manually ```bash diff --git a/docs/overview/customization/hunter-id.rst b/docs/overview/customization/hunter-id.rst index ef7676473a..802232379f 100644 --- a/docs/overview/customization/hunter-id.rst +++ b/docs/overview/customization/hunter-id.rst @@ -57,5 +57,5 @@ Message in logs: .. admonition:: Hunter - * `Releases `__ - * `Atom feed `__ + * `Releases `__ + * `Atom feed `__ diff --git a/docs/overview/customization/toolchain-id.rst b/docs/overview/customization/toolchain-id.rst index 8180dc1b94..b8b57a0ab8 100644 --- a/docs/overview/customization/toolchain-id.rst +++ b/docs/overview/customization/toolchain-id.rst @@ -90,7 +90,7 @@ Message in logs: .. admonition:: Polly - * `Collection of toolchains `__ + * `Collection of toolchains `__ .. _simple toolchains: diff --git a/docs/overview/what-is-it.rst b/docs/overview/what-is-it.rst index 2ef01d2a19..a358749c5f 100644 --- a/docs/overview/what-is-it.rst +++ b/docs/overview/what-is-it.rst @@ -13,7 +13,7 @@ the ``URL`` and ``SHA1``: :emphasize-lines: 2-3 HunterGate( - URL "https://github.com/ruslo/hunter/archive/v0.14.5.tar.gz" + URL "https://github.com/cpp-pm/hunter/archive/v0.14.5.tar.gz" SHA1 "f2c3de6d13baf8c5d2aa77bdc47c516e668c677e" ) @@ -90,8 +90,8 @@ Default version from `default.cmake`_ * :doc:`Detailed sources layout ` * :doc:`Creating version on the fly from Git submodule ` -.. _release: https://github.com/ruslo/hunter/releases -.. _Atom feed: https://github.com/ruslo/hunter/releases.atom -.. _default.cmake: https://github.com/ruslo/hunter/blob/master/cmake/configs/default.cmake -.. _hunter.cmake: https://github.com/ruslo/hunter/blob/master/cmake/projects/OpenSSL/hunter.cmake -.. _url_sha1_openssl.cmake.in: https://github.com/ruslo/hunter/blob/master/cmake/projects/OpenSSL/schemes/url_sha1_openssl.cmake.in +.. _release: https://github.com/cpp-pm/hunter/releases +.. _Atom feed: https://github.com/cpp-pm/hunter/releases.atom +.. _default.cmake: https://github.com/cpp-pm/hunter/blob/master/cmake/configs/default.cmake +.. _hunter.cmake: https://github.com/cpp-pm/hunter/blob/master/cmake/projects/OpenSSL/hunter.cmake +.. _url_sha1_openssl.cmake.in: https://github.com/cpp-pm/hunter/blob/master/cmake/projects/OpenSSL/schemes/url_sha1_openssl.cmake.in diff --git a/docs/overview/what-is-it.sh b/docs/overview/what-is-it.sh index 1c81c924d8..c74f4b4f9e 100755 --- a/docs/overview/what-is-it.sh +++ b/docs/overview/what-is-it.sh @@ -4,7 +4,7 @@ rm -f v0.14.5.tar.gz rm -rf hunter-0.14.5 # doc: download-start -wget https://github.com/ruslo/hunter/archive/v0.14.5.tar.gz +wget https://github.com/cpp-pm/hunter/archive/v0.14.5.tar.gz tar xf v0.14.5.tar.gz # doc: download-end diff --git a/docs/packages/pkg/ARM_NEON_2_x86_SSE.rst b/docs/packages/pkg/ARM_NEON_2_x86_SSE.rst index d3319370f0..a5b432351f 100644 --- a/docs/packages/pkg/ARM_NEON_2_x86_SSE.rst +++ b/docs/packages/pkg/ARM_NEON_2_x86_SSE.rst @@ -11,7 +11,7 @@ ARM_NEON_2_x86_SSE - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/AllTheFlopsThreads.rst b/docs/packages/pkg/AllTheFlopsThreads.rst index b716f6460e..4fb50d4cde 100644 --- a/docs/packages/pkg/AllTheFlopsThreads.rst +++ b/docs/packages/pkg/AllTheFlopsThreads.rst @@ -16,8 +16,8 @@ AllTheFlopsThreads - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/Android-ARM-EABI-v7a-System-Image.rst b/docs/packages/pkg/Android-ARM-EABI-v7a-System-Image.rst index 87b67efef0..d8a95539ab 100644 --- a/docs/packages/pkg/Android-ARM-EABI-v7a-System-Image.rst +++ b/docs/packages/pkg/Android-ARM-EABI-v7a-System-Image.rst @@ -17,8 +17,8 @@ Android-ARM-EABI-v7a-System-Image - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/Android-ARM64-v8a-System-Image.rst b/docs/packages/pkg/Android-ARM64-v8a-System-Image.rst index 283127e6a9..8b5cf723c5 100644 --- a/docs/packages/pkg/Android-ARM64-v8a-System-Image.rst +++ b/docs/packages/pkg/Android-ARM64-v8a-System-Image.rst @@ -13,7 +13,7 @@ Android-ARM64-v8a-System-Image ============================== -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/Android-ARM64-v8a-System-Image/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/Android-Build-Tools.rst b/docs/packages/pkg/Android-Build-Tools.rst index 422ba14de8..4c37ca9ec7 100644 --- a/docs/packages/pkg/Android-Build-Tools.rst +++ b/docs/packages/pkg/Android-Build-Tools.rst @@ -16,8 +16,8 @@ Android-Build-Tools - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/Android-Google-APIs-Intel-x86-Atom-System-Image.rst b/docs/packages/pkg/Android-Google-APIs-Intel-x86-Atom-System-Image.rst index 7b9977919d..29489cfb17 100644 --- a/docs/packages/pkg/Android-Google-APIs-Intel-x86-Atom-System-Image.rst +++ b/docs/packages/pkg/Android-Google-APIs-Intel-x86-Atom-System-Image.rst @@ -17,8 +17,8 @@ Android-Google-APIs-Intel-x86-Atom-System-Image - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/Android-Google-APIs.rst b/docs/packages/pkg/Android-Google-APIs.rst index 215ca59909..b4bf5617f3 100644 --- a/docs/packages/pkg/Android-Google-APIs.rst +++ b/docs/packages/pkg/Android-Google-APIs.rst @@ -17,8 +17,8 @@ Android-Google-APIs - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/Android-Google-Repository.rst b/docs/packages/pkg/Android-Google-Repository.rst index 809acea010..f789ace1fa 100644 --- a/docs/packages/pkg/Android-Google-Repository.rst +++ b/docs/packages/pkg/Android-Google-Repository.rst @@ -16,8 +16,8 @@ Android-Google-Repository - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/Android-Intel-x86-Atom-System-Image.rst b/docs/packages/pkg/Android-Intel-x86-Atom-System-Image.rst index be8d2f7af9..9d6ad87808 100644 --- a/docs/packages/pkg/Android-Intel-x86-Atom-System-Image.rst +++ b/docs/packages/pkg/Android-Intel-x86-Atom-System-Image.rst @@ -16,8 +16,8 @@ Android-Intel-x86-Atom-System-Image - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/Android-MIPS-System-Image.rst b/docs/packages/pkg/Android-MIPS-System-Image.rst index 1c17529118..343d38c810 100644 --- a/docs/packages/pkg/Android-MIPS-System-Image.rst +++ b/docs/packages/pkg/Android-MIPS-System-Image.rst @@ -12,7 +12,7 @@ Android-MIPS-System-Image ========================= -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/Android-MIPS-System-Image/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/Android-SDK-Platform-tools.rst b/docs/packages/pkg/Android-SDK-Platform-tools.rst index 21c5244174..7ca542f24d 100644 --- a/docs/packages/pkg/Android-SDK-Platform-tools.rst +++ b/docs/packages/pkg/Android-SDK-Platform-tools.rst @@ -16,8 +16,8 @@ Android-SDK-Platform-tools - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/Android-SDK-Platform.rst b/docs/packages/pkg/Android-SDK-Platform.rst index 930e928869..18559f0f5b 100644 --- a/docs/packages/pkg/Android-SDK-Platform.rst +++ b/docs/packages/pkg/Android-SDK-Platform.rst @@ -16,8 +16,8 @@ Android-SDK-Platform - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/Android-SDK-Tools.rst b/docs/packages/pkg/Android-SDK-Tools.rst index ff5c683e86..7cb52ff749 100644 --- a/docs/packages/pkg/Android-SDK-Tools.rst +++ b/docs/packages/pkg/Android-SDK-Tools.rst @@ -16,8 +16,8 @@ Android-SDK-Tools - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/Android-Support-Repository.rst b/docs/packages/pkg/Android-Support-Repository.rst index 973f83f6c3..23bb34dc25 100644 --- a/docs/packages/pkg/Android-Support-Repository.rst +++ b/docs/packages/pkg/Android-Support-Repository.rst @@ -16,8 +16,8 @@ Android-Support-Repository - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/AngelScript.rst b/docs/packages/pkg/AngelScript.rst index e37f7f5673..c9355931d0 100644 --- a/docs/packages/pkg/AngelScript.rst +++ b/docs/packages/pkg/AngelScript.rst @@ -11,7 +11,7 @@ AngelScript - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/ArrayFire.rst b/docs/packages/pkg/ArrayFire.rst index bd9d330ba9..b2d4222fbd 100644 --- a/docs/packages/pkg/ArrayFire.rst +++ b/docs/packages/pkg/ArrayFire.rst @@ -10,12 +10,12 @@ ArrayFire ========= .. |hunter| image:: https://img.shields.io/badge/hunter-v0.12.48-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.12.48 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.12.48 :alt: Hunter v0.12.48 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - `Testing `__ - Available since |hunter| diff --git a/docs/packages/pkg/Assimp.rst b/docs/packages/pkg/Assimp.rst index 82b9d1a85d..68ed932f70 100644 --- a/docs/packages/pkg/Assimp.rst +++ b/docs/packages/pkg/Assimp.rst @@ -12,7 +12,7 @@ Assimp - http://assimp.org/ - `Official GitHub repo `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/Async++.rst b/docs/packages/pkg/Async++.rst index 5d2c1ba613..bea08d32e3 100644 --- a/docs/packages/pkg/Async++.rst +++ b/docs/packages/pkg/Async++.rst @@ -8,7 +8,7 @@ Async++ ======= .. |hunter| image:: https://img.shields.io/badge/hunter-v0.12.28-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.12.28 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.12.28 :alt: Hunter v0.12.28 - `Official `__ diff --git a/docs/packages/pkg/Avahi.rst b/docs/packages/pkg/Avahi.rst index f33141162a..10e26793e0 100644 --- a/docs/packages/pkg/Avahi.rst +++ b/docs/packages/pkg/Avahi.rst @@ -10,11 +10,11 @@ Avahi ===== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.12.10-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.12.10 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.12.10 :alt: Hunter v0.12.10 - `Official `__ -- `Example `__ +- `Example `__ - Available since |hunter| - Added by `Damien Buhl `__ (`pr-237 `__) diff --git a/docs/packages/pkg/BZip2.rst b/docs/packages/pkg/BZip2.rst index 58948df86c..7b712c92ea 100644 --- a/docs/packages/pkg/BZip2.rst +++ b/docs/packages/pkg/BZip2.rst @@ -10,12 +10,12 @@ BZip2 ===== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.9.9-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.9.9 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.9.9 :alt: Hunter v0.9.9 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Available since |hunter| .. code-block:: cmake diff --git a/docs/packages/pkg/Beast.rst b/docs/packages/pkg/Beast.rst index c3b2d22fec..4a656d83c7 100644 --- a/docs/packages/pkg/Beast.rst +++ b/docs/packages/pkg/Beast.rst @@ -10,7 +10,7 @@ Beast ===== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.9.9-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.9.9 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.9.9 :alt: Hunter v0.9.9 - `Official `__ diff --git a/docs/packages/pkg/Boost.rst b/docs/packages/pkg/Boost.rst index 88b32a2fec..cd41a29ac3 100644 --- a/docs/packages/pkg/Boost.rst +++ b/docs/packages/pkg/Boost.rst @@ -12,7 +12,7 @@ Boost find_package(Boost CONFIG REQUIRED) target_link_libraries(... Boost::boost) -- `Example `__ +- `Example `__ .. code-block:: cmake @@ -23,13 +23,13 @@ Boost Examples: -- `Boost-uuid `__ -- `Boost-system `__ -- `Boost-iostreams `__ -- `Boost-filesystem `__ -- `Boost-math `__ -- `Boost-contract `__ -- `Boost-stacktrace `__ +- `Boost-uuid `__ +- `Boost-system `__ +- `Boost-iostreams `__ +- `Boost-filesystem `__ +- `Boost-math `__ +- `Boost-contract `__ +- `Boost-stacktrace `__ List of components and availability (other libraries are header-only): diff --git a/docs/packages/pkg/BoostCompute.rst b/docs/packages/pkg/BoostCompute.rst index 94721de8bf..5cf47b108e 100644 --- a/docs/packages/pkg/BoostCompute.rst +++ b/docs/packages/pkg/BoostCompute.rst @@ -10,12 +10,12 @@ BoostCompute ============ .. |hunter| image:: https://img.shields.io/badge/hunter-v0.12.45-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.12.45 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.12.45 :alt: Hunter v0.12.45 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Available since |hunter| .. code-block:: cmake diff --git a/docs/packages/pkg/BoostProcess.rst b/docs/packages/pkg/BoostProcess.rst index 6b9926b7c6..a5b9eba118 100644 --- a/docs/packages/pkg/BoostProcess.rst +++ b/docs/packages/pkg/BoostProcess.rst @@ -10,12 +10,12 @@ BoostProcess ============ .. |hunter| image:: https://img.shields.io/badge/hunter-v0.12.50-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.12.50 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.12.50 :alt: Hunter v0.12.50 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Alexander Lamaison `__ (`pr-330 `__) - Available since |hunter| diff --git a/docs/packages/pkg/BoringSSL.rst b/docs/packages/pkg/BoringSSL.rst index 7a3d00f9d4..b981a06507 100644 --- a/docs/packages/pkg/BoringSSL.rst +++ b/docs/packages/pkg/BoringSSL.rst @@ -18,7 +18,7 @@ BoringSSL - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `David Hirvonen `__ (`pr-1186 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/Box2D.rst b/docs/packages/pkg/Box2D.rst index e47a8cb89b..18d946fa86 100644 --- a/docs/packages/pkg/Box2D.rst +++ b/docs/packages/pkg/Box2D.rst @@ -12,7 +12,7 @@ Box2D - http://box2d.org - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/CLAPACK.rst b/docs/packages/pkg/CLAPACK.rst index 654fa5ed87..1d92ba470b 100644 --- a/docs/packages/pkg/CLAPACK.rst +++ b/docs/packages/pkg/CLAPACK.rst @@ -16,8 +16,8 @@ CLAPACK - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/CLI11.rst b/docs/packages/pkg/CLI11.rst index 433a705e5b..db0b7cbf31 100644 --- a/docs/packages/pkg/CLI11.rst +++ b/docs/packages/pkg/CLI11.rst @@ -11,7 +11,7 @@ CLI11 ===== - `Official `__ -- `Example `__ +- `Example `__ - Added by `Paweł Bylica `__ (`pr-1446 `__) .. literalinclude:: /../examples/CLI11/CMakeLists.txt diff --git a/docs/packages/pkg/CURL.rst b/docs/packages/pkg/CURL.rst index 2d6b9059a0..385f7db17a 100644 --- a/docs/packages/pkg/CURL.rst +++ b/docs/packages/pkg/CURL.rst @@ -11,7 +11,7 @@ CURL - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/CapnProto.rst b/docs/packages/pkg/CapnProto.rst index 3fb0f39494..b270294463 100644 --- a/docs/packages/pkg/CapnProto.rst +++ b/docs/packages/pkg/CapnProto.rst @@ -10,11 +10,11 @@ CapnProto ========= .. |hunter| image:: https://img.shields.io/badge/hunter-v0.18.49-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.18.49 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.18.49 :alt: Hunter v0.18.49 - `Official `__ -- `Example `__ +- `Example `__ - Available since |hunter| .. code-block:: cmake diff --git a/docs/packages/pkg/Catch.rst b/docs/packages/pkg/Catch.rst index 374eadea3c..1bfd5dcce2 100644 --- a/docs/packages/pkg/Catch.rst +++ b/docs/packages/pkg/Catch.rst @@ -10,7 +10,7 @@ Catch ===== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.17.6-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.17.6 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.17.6 :alt: Hunter v0.17.6 - `Official `__ diff --git a/docs/packages/pkg/Clang.rst b/docs/packages/pkg/Clang.rst index 8f8fcaf20e..fb8889bc9f 100644 --- a/docs/packages/pkg/Clang.rst +++ b/docs/packages/pkg/Clang.rst @@ -16,8 +16,8 @@ Clang - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/ClangToolsExtra.rst b/docs/packages/pkg/ClangToolsExtra.rst index 5611b491b7..cfeee83128 100644 --- a/docs/packages/pkg/ClangToolsExtra.rst +++ b/docs/packages/pkg/ClangToolsExtra.rst @@ -16,8 +16,8 @@ ClangToolsExtra - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/CppNetlib.rst b/docs/packages/pkg/CppNetlib.rst index 315a8f50b1..49b5dec80b 100644 --- a/docs/packages/pkg/CppNetlib.rst +++ b/docs/packages/pkg/CppNetlib.rst @@ -16,8 +16,8 @@ CppNetlib - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/CppNetlibUri.rst b/docs/packages/pkg/CppNetlibUri.rst index 2fb85afd6f..8fb19693c7 100644 --- a/docs/packages/pkg/CppNetlibUri.rst +++ b/docs/packages/pkg/CppNetlibUri.rst @@ -13,8 +13,8 @@ CppNetlibUri - `__FIXME__ Hunterized `__ -.. - `__FIXME__ Example `__ -.. - Available since `__FIXME__ vX.Y.Z `__ +.. - `__FIXME__ Example `__ +.. - Available since `__FIXME__ vX.Y.Z `__ .. - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/CreateLaunchers.rst b/docs/packages/pkg/CreateLaunchers.rst index 6fbe7a3dd5..5b1e2e15af 100644 --- a/docs/packages/pkg/CreateLaunchers.rst +++ b/docs/packages/pkg/CreateLaunchers.rst @@ -10,7 +10,7 @@ CreateLaunchers =============== - `Official GitHub `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/CreateLaunchers/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/CsvParserCPlusPlus.rst b/docs/packages/pkg/CsvParserCPlusPlus.rst index dec1b3775b..a24f0bc9df 100644 --- a/docs/packages/pkg/CsvParserCPlusPlus.rst +++ b/docs/packages/pkg/CsvParserCPlusPlus.rst @@ -10,7 +10,7 @@ CsvParserCPlusPlus ================== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.8.9-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.8.9 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.8.9 :alt: Hunter v0.8.9 - `Official `__ diff --git a/docs/packages/pkg/Eigen.rst b/docs/packages/pkg/Eigen.rst index 17adb7b7b7..ff393aa0fb 100644 --- a/docs/packages/pkg/Eigen.rst +++ b/docs/packages/pkg/Eigen.rst @@ -20,7 +20,7 @@ Eigen :start-after: # DOCUMENTATION_START { :end-before: # DOCUMENTATION_END } -For Hunter < `v0.17.15 `__ +For Hunter < `v0.17.15 `__ .. code-block:: cmake diff --git a/docs/packages/pkg/EnumGroup.rst b/docs/packages/pkg/EnumGroup.rst index 5f4281906b..347b4e5adc 100644 --- a/docs/packages/pkg/EnumGroup.rst +++ b/docs/packages/pkg/EnumGroup.rst @@ -10,7 +10,7 @@ EnumGroup ========= - `Official `__ -- `Example `__ +- `Example `__ - Added by `EnumGroup_developer `__ (`pr-1368 `__) .. literalinclude:: /../examples/EnumGroup/CMakeLists.txt diff --git a/docs/packages/pkg/Expat.rst b/docs/packages/pkg/Expat.rst index 93ed5e17c1..902e9c7eaa 100644 --- a/docs/packages/pkg/Expat.rst +++ b/docs/packages/pkg/Expat.rst @@ -10,7 +10,7 @@ Expat ===== - `Official `__ -- `Example `__ +- `Example `__ - Added by `Alexander Lamaison `__ (`pr-59 `__) diff --git a/docs/packages/pkg/FP16.rst b/docs/packages/pkg/FP16.rst index c09034541a..3c76b39478 100644 --- a/docs/packages/pkg/FP16.rst +++ b/docs/packages/pkg/FP16.rst @@ -12,7 +12,7 @@ FP16 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `xsacha `__ (`pr-1787 `__) .. literalinclude:: /../examples/FP16/CMakeLists.txt diff --git a/docs/packages/pkg/FakeIt.rst b/docs/packages/pkg/FakeIt.rst index 7e35c150cd..c24411461f 100644 --- a/docs/packages/pkg/FakeIt.rst +++ b/docs/packages/pkg/FakeIt.rst @@ -10,7 +10,7 @@ FakeIt ====== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.18.24-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.18.24 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.18.24 :alt: Hunter v0.18.24 - `Official `__ diff --git a/docs/packages/pkg/Fruit.rst b/docs/packages/pkg/Fruit.rst index db03603318..52991642b7 100644 --- a/docs/packages/pkg/Fruit.rst +++ b/docs/packages/pkg/Fruit.rst @@ -11,8 +11,8 @@ Fruit - `Official `__ - `Hunterized `__ -- `Versions `__ -- `Example `__ +- `Versions `__ +- `Example `__ - `Added by Alexey Shevchenko `__ (`pr-1527 `__) diff --git a/docs/packages/pkg/FunctionalPlus.rst b/docs/packages/pkg/FunctionalPlus.rst index 08d99260a2..85c97657b3 100644 --- a/docs/packages/pkg/FunctionalPlus.rst +++ b/docs/packages/pkg/FunctionalPlus.rst @@ -10,7 +10,7 @@ FunctionalPlus ============== - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/FunctionalPlus/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/GPUImage.rst b/docs/packages/pkg/GPUImage.rst index 590dd14944..c8b2dcaddd 100644 --- a/docs/packages/pkg/GPUImage.rst +++ b/docs/packages/pkg/GPUImage.rst @@ -11,7 +11,7 @@ GPUImage - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/GPUImage/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/GSL.rst b/docs/packages/pkg/GSL.rst index 99318e577d..72305f4c32 100644 --- a/docs/packages/pkg/GSL.rst +++ b/docs/packages/pkg/GSL.rst @@ -11,7 +11,7 @@ GSL - `GitHub mirror `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/GTest.rst b/docs/packages/pkg/GTest.rst index 1b6b6b38ad..75dc15385c 100644 --- a/docs/packages/pkg/GTest.rst +++ b/docs/packages/pkg/GTest.rst @@ -14,8 +14,8 @@ GTest - `Hunterized `__ (`old repo `__) - `Dev branch `__ -- `Versions `__ -- `Example `__ +- `Versions `__ +- `Example `__ - Added by `Knitschi `__ (`pr-306 `__) @@ -40,7 +40,7 @@ GMock ===== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.12.42-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.12.42 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.12.42 :alt: Hunter v0.12.42 - Available since |hunter| diff --git a/docs/packages/pkg/HalideIR.rst b/docs/packages/pkg/HalideIR.rst index 6601128349..3c9db3bd45 100644 --- a/docs/packages/pkg/HalideIR.rst +++ b/docs/packages/pkg/HalideIR.rst @@ -12,7 +12,7 @@ HalideIR - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/HalideIR/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/HastyNoise.rst b/docs/packages/pkg/HastyNoise.rst index a4117e414e..c03c97a7ce 100644 --- a/docs/packages/pkg/HastyNoise.rst +++ b/docs/packages/pkg/HastyNoise.rst @@ -10,7 +10,7 @@ HastyNoise ========== - `Official `__ -- `Example `__ +- `Example `__ - Added by `Casey `__ (`pr-1832 `__) HastyNoise SIMD open source noise generation library with a large collection of different noise algorithms. diff --git a/docs/packages/pkg/ICU.rst b/docs/packages/pkg/ICU.rst index d3fbf2bd2a..d2f53794e8 100644 --- a/docs/packages/pkg/ICU.rst +++ b/docs/packages/pkg/ICU.rst @@ -11,7 +11,7 @@ ICU - http://site.icu-project.org/ - `Hunterized `__ -- `Example `__ +- `Example `__ - `Stand-alone example with advanced testing `__ .. literalinclude:: /../examples/ICU/CMakeLists.txt diff --git a/docs/packages/pkg/IF97.rst b/docs/packages/pkg/IF97.rst index 8eff4c6131..546f0b9148 100644 --- a/docs/packages/pkg/IF97.rst +++ b/docs/packages/pkg/IF97.rst @@ -11,7 +11,7 @@ IF97 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Jorrit Wronski `__ (`pr-1201 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/Igloo.rst b/docs/packages/pkg/Igloo.rst index a1e402bb05..b6fc1b13b9 100644 --- a/docs/packages/pkg/Igloo.rst +++ b/docs/packages/pkg/Igloo.rst @@ -16,8 +16,8 @@ Igloo - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/Jpeg.rst b/docs/packages/pkg/Jpeg.rst index 1b26d22c36..16c032a5ed 100644 --- a/docs/packages/pkg/Jpeg.rst +++ b/docs/packages/pkg/Jpeg.rst @@ -11,7 +11,7 @@ Jpeg - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/Jpeg/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/JsonSpirit.rst b/docs/packages/pkg/JsonSpirit.rst index 49855569c8..6930a73d11 100644 --- a/docs/packages/pkg/JsonSpirit.rst +++ b/docs/packages/pkg/JsonSpirit.rst @@ -12,8 +12,8 @@ JsonSpirit - `Official `__ - `Hunterized `__ -.. - `__FIXME__ Example `__ -.. - Available since `__FIXME__ vX.Y.Z `__ +.. - `__FIXME__ Example `__ +.. - Available since `__FIXME__ vX.Y.Z `__ .. - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/LAPACK.rst b/docs/packages/pkg/LAPACK.rst index 31816e14ec..259818a411 100644 --- a/docs/packages/pkg/LAPACK.rst +++ b/docs/packages/pkg/LAPACK.rst @@ -10,12 +10,12 @@ LAPACK ====== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.19.24-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.19.24 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.19.24 :alt: Hunter v0.19.24 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Available since |hunter| - Added by `NeroBurner `__ (`pr-860 `__) diff --git a/docs/packages/pkg/LLVM.rst b/docs/packages/pkg/LLVM.rst index 0c097cd7bc..423c52ec7f 100644 --- a/docs/packages/pkg/LLVM.rst +++ b/docs/packages/pkg/LLVM.rst @@ -11,7 +11,7 @@ LLVM - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/LLVM/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/LLVMCompilerRT.rst b/docs/packages/pkg/LLVMCompilerRT.rst index d8ee99be8f..2693d66c93 100644 --- a/docs/packages/pkg/LLVMCompilerRT.rst +++ b/docs/packages/pkg/LLVMCompilerRT.rst @@ -16,8 +16,8 @@ LLVMCompilerRT - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/Leptonica.rst b/docs/packages/pkg/Leptonica.rst index 27f582c50e..ca311bb7b9 100644 --- a/docs/packages/pkg/Leptonica.rst +++ b/docs/packages/pkg/Leptonica.rst @@ -10,13 +10,13 @@ Leptonica ========= .. |hunter| image:: https://img.shields.io/badge/hunter-v0.19.5-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.19.5 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.19.5 :alt: Hunter v0.19.5 - `Official `__ - `GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Available since |hunter| - Added by `Sacha Refshauge `__ (`pr-815 `__) diff --git a/docs/packages/pkg/LibCDS.rst b/docs/packages/pkg/LibCDS.rst index e441bab246..c7cf706bdc 100644 --- a/docs/packages/pkg/LibCDS.rst +++ b/docs/packages/pkg/LibCDS.rst @@ -11,7 +11,7 @@ LibCDS - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1194 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/Libcxx.rst b/docs/packages/pkg/Libcxx.rst index 26924bac78..08a58eff93 100644 --- a/docs/packages/pkg/Libcxx.rst +++ b/docs/packages/pkg/Libcxx.rst @@ -16,8 +16,8 @@ Libcxx - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/Libcxxabi.rst b/docs/packages/pkg/Libcxxabi.rst index 1d9a2aa44b..d9823d6199 100644 --- a/docs/packages/pkg/Libcxxabi.rst +++ b/docs/packages/pkg/Libcxxabi.rst @@ -16,8 +16,8 @@ Libcxxabi - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/Libevent.rst b/docs/packages/pkg/Libevent.rst index 3f62652937..271f8c6b64 100644 --- a/docs/packages/pkg/Libevent.rst +++ b/docs/packages/pkg/Libevent.rst @@ -11,7 +11,7 @@ Libevent - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1019 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/Libssh2.rst b/docs/packages/pkg/Libssh2.rst index ac60cd8cae..bf17a2d12c 100644 --- a/docs/packages/pkg/Libssh2.rst +++ b/docs/packages/pkg/Libssh2.rst @@ -12,8 +12,8 @@ Libssh2 - `Official `__ - `Hunterized `__ -.. - `__FIXME__ Example `__ -.. - Available since `__FIXME__ vX.Y.Z `__ +.. - `__FIXME__ Example `__ +.. - Available since `__FIXME__ vX.Y.Z `__ - Added by `Alexander Lamaison `__ (`pr-48 `__) diff --git a/docs/packages/pkg/LodePNG.rst b/docs/packages/pkg/LodePNG.rst index 0b0edf0c4f..e66a4620a2 100644 --- a/docs/packages/pkg/LodePNG.rst +++ b/docs/packages/pkg/LodePNG.rst @@ -11,7 +11,7 @@ LodePNG - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Brad Kotsopoulos `__ (`pr-1636 `__) .. literalinclude:: /../examples/LodePNG/CMakeLists.txt diff --git a/docs/packages/pkg/Lua.rst b/docs/packages/pkg/Lua.rst index 256dc7b722..6e9fca477c 100644 --- a/docs/packages/pkg/Lua.rst +++ b/docs/packages/pkg/Lua.rst @@ -10,12 +10,12 @@ Lua === .. |hunter| image:: https://img.shields.io/badge/hunter-v0.12.35-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.12.35 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.12.35 :alt: Hunter v0.12.35 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Available since |hunter| - Added by `Denis Kerzhemanov `__ (`pr-283 `__) diff --git a/docs/packages/pkg/MathFu.rst b/docs/packages/pkg/MathFu.rst index f223c75c7a..28db17d4d0 100644 --- a/docs/packages/pkg/MathFu.rst +++ b/docs/packages/pkg/MathFu.rst @@ -12,7 +12,7 @@ MathFu - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Rahul Sheth `__ (`pr-1687 `__) .. literalinclude:: /../examples/MathFu/CMakeLists.txt diff --git a/docs/packages/pkg/Microsoft.GSL.rst b/docs/packages/pkg/Microsoft.GSL.rst index 8d95d8be1a..0644a07657 100644 --- a/docs/packages/pkg/Microsoft.GSL.rst +++ b/docs/packages/pkg/Microsoft.GSL.rst @@ -12,7 +12,7 @@ Microsoft.GSL - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Stefan Reinhold `__ (`pr-1499 `__) .. literalinclude:: /../examples/Microsoft.GSL/CMakeLists.txt diff --git a/docs/packages/pkg/MySQL-client.rst b/docs/packages/pkg/MySQL-client.rst index c969e7fc81..0c20b1e597 100644 --- a/docs/packages/pkg/MySQL-client.rst +++ b/docs/packages/pkg/MySQL-client.rst @@ -10,11 +10,11 @@ MySQL-client ============ .. |hunter| image:: https://img.shields.io/badge/hunter-v0.12.51-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.12.51 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.12.51 :alt: Hunter v0.12.51 - `Official `__ -- `Example `__ +- `Example `__ - Available since |hunter| .. code-block:: cmake @@ -23,7 +23,7 @@ MySQL-client find_package(MySQL-client REQUIRED) target_link_libraries(... "MySQL::libmysql") -before Hunter `v0.19.58 `__ +before Hunter `v0.19.58 `__ .. code-block:: cmake diff --git a/docs/packages/pkg/NASM.rst b/docs/packages/pkg/NASM.rst index 81d140f353..e4f976284c 100644 --- a/docs/packages/pkg/NASM.rst +++ b/docs/packages/pkg/NASM.rst @@ -16,8 +16,8 @@ NASM - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/NLopt.rst b/docs/packages/pkg/NLopt.rst index 67e8e4e08e..d34c647940 100644 --- a/docs/packages/pkg/NLopt.rst +++ b/docs/packages/pkg/NLopt.rst @@ -12,7 +12,7 @@ NLopt - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `t0p4 `__ (`pr-1617 `__) .. literalinclude:: /../examples/NLopt/CMakeLists.txt diff --git a/docs/packages/pkg/ONNX.rst b/docs/packages/pkg/ONNX.rst index a3f5558215..4ebe263554 100644 --- a/docs/packages/pkg/ONNX.rst +++ b/docs/packages/pkg/ONNX.rst @@ -12,7 +12,7 @@ ONNX - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `xsacha `__ (`pr-1785 `__) .. literalinclude:: /../examples/ONNX/CMakeLists.txt diff --git a/docs/packages/pkg/OpenAL.rst b/docs/packages/pkg/OpenAL.rst index 01bf5979c8..f84d16d4e4 100644 --- a/docs/packages/pkg/OpenAL.rst +++ b/docs/packages/pkg/OpenAL.rst @@ -10,7 +10,7 @@ OpenAL ====== - `Official `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1128 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/OpenBLAS.rst b/docs/packages/pkg/OpenBLAS.rst index 04e9990d52..aea5c4d2f2 100644 --- a/docs/packages/pkg/OpenBLAS.rst +++ b/docs/packages/pkg/OpenBLAS.rst @@ -10,13 +10,13 @@ OpenBLAS ======== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.16.4-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.16.4 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.16.4 :alt: Hunter v0.16.4 - `Official `__ - `Hunterized `__ - Available since |hunter| -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/OpenCL-cpp.rst b/docs/packages/pkg/OpenCL-cpp.rst index 21b835a2ab..5adb8a8211 100644 --- a/docs/packages/pkg/OpenCL-cpp.rst +++ b/docs/packages/pkg/OpenCL-cpp.rst @@ -11,7 +11,7 @@ OpenCL-cpp - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ Adds c++ wrappers for OpenCL, http://github.khronos.org/OpenCL-CLHPP/ diff --git a/docs/packages/pkg/OpenCL.rst b/docs/packages/pkg/OpenCL.rst index 98d5796cd4..bcb8fbee51 100644 --- a/docs/packages/pkg/OpenCL.rst +++ b/docs/packages/pkg/OpenCL.rst @@ -10,12 +10,12 @@ OpenCL ====== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.17.3-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.17.3 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.17.3 :alt: Hunter v0.17.3 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Available since |hunter| Adds OpenCL headers and ICD (Installable Client Driver) diff --git a/docs/packages/pkg/OpenCV-Extra.rst b/docs/packages/pkg/OpenCV-Extra.rst index acfe7844d9..d6ac960bf1 100644 --- a/docs/packages/pkg/OpenCV-Extra.rst +++ b/docs/packages/pkg/OpenCV-Extra.rst @@ -16,8 +16,8 @@ OpenCV-Extra - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/OpenCV.rst b/docs/packages/pkg/OpenCV.rst index cc64ffb6d8..66f8c91712 100644 --- a/docs/packages/pkg/OpenCV.rst +++ b/docs/packages/pkg/OpenCV.rst @@ -13,7 +13,7 @@ OpenCV - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/OpenCV/CMakeLists.txt :language: cmake @@ -52,7 +52,7 @@ Known issues ------------ - since hunter - `v0.18.44 `__ + `v0.18.44 `__ OpenCV can't find system libraries to link against on Linux. If you need those dependencies (FFMPEG, GTK, GStreamer, V4L2, etc.) you need to fork hunter and revert commit diff --git a/docs/packages/pkg/OpenNMTTokenizer.rst b/docs/packages/pkg/OpenNMTTokenizer.rst index f5c3adb682..6bd41e3cd6 100644 --- a/docs/packages/pkg/OpenNMTTokenizer.rst +++ b/docs/packages/pkg/OpenNMTTokenizer.rst @@ -11,7 +11,7 @@ OpenNMTTokenizer - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/OpenNMTTokenizer/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/OpenSSL.rst b/docs/packages/pkg/OpenSSL.rst index 5f9a1ffe5a..58f9e4c05c 100644 --- a/docs/packages/pkg/OpenSSL.rst +++ b/docs/packages/pkg/OpenSSL.rst @@ -10,7 +10,7 @@ OpenSSL ======= - `Official `__ -- `Example `__ +- `Example `__ .. code-block:: cmake @@ -22,7 +22,7 @@ Fixed/workaround ---------------- - `space in path `__, - `related `__ + `related `__ - Can't be build with ``make -jN``: https://github.com/ruslo/hunter/issues/87 diff --git a/docs/packages/pkg/OpenSceneGraph.rst b/docs/packages/pkg/OpenSceneGraph.rst index abafea7c98..0c90685532 100644 --- a/docs/packages/pkg/OpenSceneGraph.rst +++ b/docs/packages/pkg/OpenSceneGraph.rst @@ -12,7 +12,7 @@ OpenSceneGraph - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `t0p4 `__ (`pr-1689 `__) .. literalinclude:: /../examples/OpenSceneGraph/CMakeLists.txt diff --git a/docs/packages/pkg/PNG.rst b/docs/packages/pkg/PNG.rst index 5c7f6a59ed..00b5478dee 100644 --- a/docs/packages/pkg/PNG.rst +++ b/docs/packages/pkg/PNG.rst @@ -11,7 +11,7 @@ PNG - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/PNG/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/PROJ4.rst b/docs/packages/pkg/PROJ4.rst index bbe4b0d203..8ad3a711ca 100644 --- a/docs/packages/pkg/PROJ4.rst +++ b/docs/packages/pkg/PROJ4.rst @@ -10,7 +10,7 @@ PROJ4 ===== - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/PROJ4/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/PhysUnits.rst b/docs/packages/pkg/PhysUnits.rst index 3e7d04ef84..2fc8d0c85f 100644 --- a/docs/packages/pkg/PhysUnits.rst +++ b/docs/packages/pkg/PhysUnits.rst @@ -11,7 +11,7 @@ PhysUnits ========= - `Official `__ -- `Example `__ +- `Example `__ - Added by `Stefan Reinhold `__ (`pr-1503 `__) .. literalinclude:: /../examples/PhysUnits/CMakeLists.txt diff --git a/docs/packages/pkg/PocoCpp.rst b/docs/packages/pkg/PocoCpp.rst index c4042027bb..10e5ad9fd2 100644 --- a/docs/packages/pkg/PocoCpp.rst +++ b/docs/packages/pkg/PocoCpp.rst @@ -34,6 +34,6 @@ Components are as follows: - Zip (``Poco::Zip``) **Note**: Components can be enabled or disabled by using -`CMAKE_ARGS `__. +`CMAKE_ARGS `__. The map between ``CMAKE_ARGS`` and PocoCpp components can be found `here `__. diff --git a/docs/packages/pkg/PostgreSQL.rst b/docs/packages/pkg/PostgreSQL.rst index 9b6a5d5978..947cc9a606 100644 --- a/docs/packages/pkg/PostgreSQL.rst +++ b/docs/packages/pkg/PostgreSQL.rst @@ -10,12 +10,12 @@ PostgreSQL ========== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.12.35-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.12.35 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.12.35 :alt: Hunter v0.12.35 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Available since |hunter| - Added by `Alexandre Pretyman `__ (`pr-301 `__) diff --git a/docs/packages/pkg/Protobuf.rst b/docs/packages/pkg/Protobuf.rst index 67069b67ff..7a8c72fcc2 100644 --- a/docs/packages/pkg/Protobuf.rst +++ b/docs/packages/pkg/Protobuf.rst @@ -10,12 +10,12 @@ Protobuf ======== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.12.54-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.12.54 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.12.54 :alt: Hunter v0.12.54 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Available since |hunter| - Added by `Antal Tátrai `__ (`pr-340 `__) diff --git a/docs/packages/pkg/Qt.rst b/docs/packages/pkg/Qt.rst index a2d32cbc27..f0b2e7ee30 100644 --- a/docs/packages/pkg/Qt.rst +++ b/docs/packages/pkg/Qt.rst @@ -142,7 +142,7 @@ Customization * Adds ``-gstreamer 1.0`` * Only configuration with shared libraries tested. Also you have to set runtime paths with ``LD_LIBRARY_PATH``/``GST_PLUGIN_PATH``, see - `example `__. + `example `__. * To test GStreamer camera you can run ``gst-launch -v -m camerabin`` * ``QT_OPENGL_DESKTOP`` diff --git a/docs/packages/pkg/QtCMakeExtra.rst b/docs/packages/pkg/QtCMakeExtra.rst index 17b7fd9739..e03b5b8967 100644 --- a/docs/packages/pkg/QtCMakeExtra.rst +++ b/docs/packages/pkg/QtCMakeExtra.rst @@ -16,8 +16,8 @@ QtCMakeExtra - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/QtPropertyEditor.rst b/docs/packages/pkg/QtPropertyEditor.rst index 20f85c9b7e..f28d28fe24 100644 --- a/docs/packages/pkg/QtPropertyEditor.rst +++ b/docs/packages/pkg/QtPropertyEditor.rst @@ -12,7 +12,7 @@ QtPropertyEditor - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `t0p4 `__ (`pr-1670 `__) .. literalinclude:: /../examples/QtPropertyEditor/CMakeLists.txt diff --git a/docs/packages/pkg/Qwt.rst b/docs/packages/pkg/Qwt.rst index 331711a94a..4c4e01ff31 100644 --- a/docs/packages/pkg/Qwt.rst +++ b/docs/packages/pkg/Qwt.rst @@ -12,7 +12,7 @@ Qwt - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `t0p4 `__ (`pr-1626 `__) .. literalinclude:: /../examples/Qwt/CMakeLists.txt diff --git a/docs/packages/pkg/RapidJSON.rst b/docs/packages/pkg/RapidJSON.rst index cdcc3cb174..a33c12a868 100644 --- a/docs/packages/pkg/RapidJSON.rst +++ b/docs/packages/pkg/RapidJSON.rst @@ -12,7 +12,7 @@ RapidJSON - http://rapidjson.org/ - `GitHub official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/RedisClient.rst b/docs/packages/pkg/RedisClient.rst index 350b06dc81..afa79eaac9 100644 --- a/docs/packages/pkg/RedisClient.rst +++ b/docs/packages/pkg/RedisClient.rst @@ -12,7 +12,7 @@ RedisClient - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/RedisClient/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/SDL2.rst b/docs/packages/pkg/SDL2.rst index 958ffcedc7..52359fd3aa 100644 --- a/docs/packages/pkg/SDL2.rst +++ b/docs/packages/pkg/SDL2.rst @@ -12,8 +12,8 @@ SDL2 - `Official `__ - `Hunterized `__ -- `Example `__ -- Available since `v0.14.29 `__ +- `Example `__ +- Available since `v0.14.29 `__ - Added by `Cyberunner23 `__ (`pr-451 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/SDL_image.rst b/docs/packages/pkg/SDL_image.rst index 5fb632042c..fd0f1892c8 100644 --- a/docs/packages/pkg/SDL_image.rst +++ b/docs/packages/pkg/SDL_image.rst @@ -11,8 +11,8 @@ SDL_image - `Official `__ - `Hunterized `__ -- `Example `__ -- Available since `v0.19.86 `__ +- `Example `__ +- Available since `v0.19.86 `__ - Added by `wheybags `__ (`pr-989 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/SDL_mixer.rst b/docs/packages/pkg/SDL_mixer.rst index 7b94fed7da..a84fa18e82 100644 --- a/docs/packages/pkg/SDL_mixer.rst +++ b/docs/packages/pkg/SDL_mixer.rst @@ -11,8 +11,8 @@ SDL_mixer - `Official `__ - `Hunterized `__ -- `Example `__ -- Available since `v0.19.56 `__ +- `Example `__ +- Available since `v0.19.56 `__ - Added by `wheybags `__ (`pr-924 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/SDL_ttf.rst b/docs/packages/pkg/SDL_ttf.rst index 5547283e09..4a0249fa2a 100644 --- a/docs/packages/pkg/SDL_ttf.rst +++ b/docs/packages/pkg/SDL_ttf.rst @@ -10,12 +10,12 @@ SDL_ttf ======= .. |hunter| image:: https://img.shields.io/badge/hunter-v0.19.180-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.19.180 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.19.180 :alt: Hunter v0.12.35 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Dennis Biber `__ (`pr-1251 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/SPIRV-Headers.rst b/docs/packages/pkg/SPIRV-Headers.rst index aa04e32b97..69af11f12e 100644 --- a/docs/packages/pkg/SPIRV-Headers.rst +++ b/docs/packages/pkg/SPIRV-Headers.rst @@ -11,7 +11,7 @@ SPIRV-Headers ============= - `Official `__ -- `Example `__ +- `Example `__ - Added by `Mathieu-Andre Chiasson `__ (`pr-13 `__) .. literalinclude:: /../examples/SPIRV-Headers/CMakeLists.txt diff --git a/docs/packages/pkg/SimpleSignal.rst b/docs/packages/pkg/SimpleSignal.rst index ecb8d4fe94..b03d16f593 100644 --- a/docs/packages/pkg/SimpleSignal.rst +++ b/docs/packages/pkg/SimpleSignal.rst @@ -12,7 +12,7 @@ SimpleSignal - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Rahul Sheth `__ (`pr-1685 `__) .. literalinclude:: /../examples/SimpleSignal/CMakeLists.txt diff --git a/docs/packages/pkg/Snappy.rst b/docs/packages/pkg/Snappy.rst index 641b41e7c2..f373c01849 100644 --- a/docs/packages/pkg/Snappy.rst +++ b/docs/packages/pkg/Snappy.rst @@ -10,8 +10,8 @@ Snappy ====== - `Official `__ -- `Example `__ -- Available since `v0.19.68 `__ +- `Example `__ +- Available since `v0.19.68 `__ - Added by `Paweł Bylica `__ (`pr-949 `__) .. literalinclude:: /../examples/sleef/CMakeLists.txt diff --git a/docs/packages/pkg/Sober.rst b/docs/packages/pkg/Sober.rst index 1690a7064a..c466bd6816 100644 --- a/docs/packages/pkg/Sober.rst +++ b/docs/packages/pkg/Sober.rst @@ -16,8 +16,8 @@ Sober - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/Sources-for-Android-SDK.rst b/docs/packages/pkg/Sources-for-Android-SDK.rst index 9e2883e5ed..57824b1597 100644 --- a/docs/packages/pkg/Sources-for-Android-SDK.rst +++ b/docs/packages/pkg/Sources-for-Android-SDK.rst @@ -16,8 +16,8 @@ Sources-for-Android-SDK - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/Sqlpp11.rst b/docs/packages/pkg/Sqlpp11.rst index 96f8b07161..bb25512fb2 100644 --- a/docs/packages/pkg/Sqlpp11.rst +++ b/docs/packages/pkg/Sqlpp11.rst @@ -12,7 +12,7 @@ Sqlpp11 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `xsacha `__ (`pr-1786 `__) .. literalinclude:: /../examples/Sqlpp11/CMakeLists.txt diff --git a/docs/packages/pkg/SuiteSparse.rst b/docs/packages/pkg/SuiteSparse.rst index 22e434a1cf..ed8a943ee4 100644 --- a/docs/packages/pkg/SuiteSparse.rst +++ b/docs/packages/pkg/SuiteSparse.rst @@ -10,12 +10,12 @@ SuiteSparse =========== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.19.31-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.19.31 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.19.31 :alt: Hunter v0.19.31 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Available since |hunter| - Added by `Neroburner `__ (`pr-861 `__) - Dependencies: diff --git a/docs/packages/pkg/TIFF.rst b/docs/packages/pkg/TIFF.rst index 40a94b6cca..8e83202eb0 100644 --- a/docs/packages/pkg/TIFF.rst +++ b/docs/packages/pkg/TIFF.rst @@ -11,7 +11,7 @@ TIFF - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/Tesseract.rst b/docs/packages/pkg/Tesseract.rst index 41237c92a2..d7327eaff5 100644 --- a/docs/packages/pkg/Tesseract.rst +++ b/docs/packages/pkg/Tesseract.rst @@ -10,12 +10,12 @@ Tesseract ========= .. |hunter| image:: https://img.shields.io/badge/hunter-v0.19.20-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.19.20 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.19.20 :alt: Hunter v0.19.20 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Available since |hunter| - Added by `Sacha Refshauge `__ (`pr-830 `__) diff --git a/docs/packages/pkg/Urho3D.rst b/docs/packages/pkg/Urho3D.rst index 8a16bd3bd7..f152610c05 100644 --- a/docs/packages/pkg/Urho3D.rst +++ b/docs/packages/pkg/Urho3D.rst @@ -13,7 +13,7 @@ Urho3D - https://urho3d.github.io - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - `Stand-alone example (includes configuration for iOS and Android) `__ You have to explicitly switch to these versions of dependencies: diff --git a/docs/packages/pkg/VulkanMemoryAllocator.rst b/docs/packages/pkg/VulkanMemoryAllocator.rst index 0155c9370e..aaf9f17e75 100644 --- a/docs/packages/pkg/VulkanMemoryAllocator.rst +++ b/docs/packages/pkg/VulkanMemoryAllocator.rst @@ -17,7 +17,7 @@ VulkanMemoryAllocator - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Jon Spencer `__ (`pr-1509 `__) To use this package the vulkan headers (not part of Hunter at the time of writing) must be installed. diff --git a/docs/packages/pkg/WTL.rst b/docs/packages/pkg/WTL.rst index 4897b2125b..130552b52a 100644 --- a/docs/packages/pkg/WTL.rst +++ b/docs/packages/pkg/WTL.rst @@ -10,11 +10,11 @@ WTL === .. |hunter| image:: https://img.shields.io/badge/hunter-v0.12.49-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.12.49 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.12.49 :alt: Hunter v0.12.49 - `Official `__ -- `Example `__ +- `Example `__ - Available since |hunter| - Added by `Alexander Lamaison `__ (`pr-329 `__) diff --git a/docs/packages/pkg/Washer.rst b/docs/packages/pkg/Washer.rst index 44a595daa2..37cca4b0bd 100644 --- a/docs/packages/pkg/Washer.rst +++ b/docs/packages/pkg/Washer.rst @@ -16,8 +16,8 @@ Washer - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/WebKit.rst b/docs/packages/pkg/WebKit.rst index 6fdc9e0df1..9dc4286c60 100644 --- a/docs/packages/pkg/WebKit.rst +++ b/docs/packages/pkg/WebKit.rst @@ -12,7 +12,7 @@ WebKit - https://webkit.org/ - `Unofficial mirror of the WebKit SVN repository `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/WebKit/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/WebP.rst b/docs/packages/pkg/WebP.rst index e7f5363273..ea0076e5e6 100644 --- a/docs/packages/pkg/WebP.rst +++ b/docs/packages/pkg/WebP.rst @@ -14,7 +14,7 @@ WebP codec: library to encode and decode images in WebP format. This package con - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Mathieu-Andre Chiasson `__ (`pr-1371 `__) .. literalinclude:: /../examples/WebP/CMakeLists.txt diff --git a/docs/packages/pkg/WinSparkle.rst b/docs/packages/pkg/WinSparkle.rst index f2f2e29ee8..005f76906a 100644 --- a/docs/packages/pkg/WinSparkle.rst +++ b/docs/packages/pkg/WinSparkle.rst @@ -16,8 +16,8 @@ WinSparkle - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/YAJL.rst b/docs/packages/pkg/YAJL.rst index 1aa5b14ba6..a0f50b3aa1 100644 --- a/docs/packages/pkg/YAJL.rst +++ b/docs/packages/pkg/YAJL.rst @@ -12,7 +12,7 @@ YAJL - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Fredrik Appelros `__ (`pr-1837 `__) .. literalinclude:: /../examples/YAJL/CMakeLists.txt diff --git a/docs/packages/pkg/ZLIB.rst b/docs/packages/pkg/ZLIB.rst index 27ed3b8028..af19af5700 100644 --- a/docs/packages/pkg/ZLIB.rst +++ b/docs/packages/pkg/ZLIB.rst @@ -11,7 +11,7 @@ ZLIB - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/ZLIB/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/ZMQPP.rst b/docs/packages/pkg/ZMQPP.rst index 34745f3cf3..a91b29f1e3 100644 --- a/docs/packages/pkg/ZMQPP.rst +++ b/docs/packages/pkg/ZMQPP.rst @@ -10,13 +10,13 @@ ZMQPP ===== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.14.7-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.14.7 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.14.7 :alt: Hunter v0.14.7 - `Official `__ - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Available since |hunter| - Added by `Antal Tátrai `__ (`pr-343 `__) diff --git a/docs/packages/pkg/ZeroMQ.rst b/docs/packages/pkg/ZeroMQ.rst index 48dbc9dfbc..a58cc161d8 100644 --- a/docs/packages/pkg/ZeroMQ.rst +++ b/docs/packages/pkg/ZeroMQ.rst @@ -10,11 +10,11 @@ ZeroMQ ====== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.12.52-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.12.52 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.12.52 :alt: Hunter v0.12.52 - `Official `__ -- `Example `__ +- `Example `__ - Available since |hunter| - Added by `Antal Tátrai `__ (`pr-334 `__) diff --git a/docs/packages/pkg/acf.rst b/docs/packages/pkg/acf.rst index 5718576b69..1b5dc3a3e2 100644 --- a/docs/packages/pkg/acf.rst +++ b/docs/packages/pkg/acf.rst @@ -10,7 +10,7 @@ acf === - `Official `__ -- `Example `__ +- `Example `__ - Added by `David Hirvonen `__ (`pr-1176 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/actionlib.rst b/docs/packages/pkg/actionlib.rst index bb8f7f7310..4c41477833 100644 --- a/docs/packages/pkg/actionlib.rst +++ b/docs/packages/pkg/actionlib.rst @@ -12,7 +12,7 @@ actionlib - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Krasimir Georgiev `__ (`pr-1931 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/aes.rst b/docs/packages/pkg/aes.rst index c1725ef235..ff7acfcf39 100644 --- a/docs/packages/pkg/aes.rst +++ b/docs/packages/pkg/aes.rst @@ -11,7 +11,7 @@ aes - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/aglet.rst b/docs/packages/pkg/aglet.rst index 0786bca3f8..049211da5e 100644 --- a/docs/packages/pkg/aglet.rst +++ b/docs/packages/pkg/aglet.rst @@ -10,7 +10,7 @@ aglet ===== - `Official `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/android_arm64_v8a_system_image_packer.rst b/docs/packages/pkg/android_arm64_v8a_system_image_packer.rst index 3d447298d5..a52272680d 100644 --- a/docs/packages/pkg/android_arm64_v8a_system_image_packer.rst +++ b/docs/packages/pkg/android_arm64_v8a_system_image_packer.rst @@ -15,7 +15,7 @@ android_arm64_v8a_system_image_packer ===================================== - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/android_arm64_v8a_system_image_packer/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/android_arm_eabi_v7a_system_image_packer.rst b/docs/packages/pkg/android_arm_eabi_v7a_system_image_packer.rst index b92ca5bc49..f5d9fa5ee5 100644 --- a/docs/packages/pkg/android_arm_eabi_v7a_system_image_packer.rst +++ b/docs/packages/pkg/android_arm_eabi_v7a_system_image_packer.rst @@ -10,7 +10,7 @@ android_arm_eabi_v7a_system_image_packer ======================================== - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/android_arm_eabi_v7a_system_image_packer/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/android_build_tools_packer.rst b/docs/packages/pkg/android_build_tools_packer.rst index ce64fc13f6..d8f9f9fced 100644 --- a/docs/packages/pkg/android_build_tools_packer.rst +++ b/docs/packages/pkg/android_build_tools_packer.rst @@ -13,7 +13,7 @@ android_build_tools_packer ========================== - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/android_build_tools_packer/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/android_google_apis_intel_x86_atom_system_image_packer.rst b/docs/packages/pkg/android_google_apis_intel_x86_atom_system_image_packer.rst index 38cea252c1..baa93e9412 100644 --- a/docs/packages/pkg/android_google_apis_intel_x86_atom_system_image_packer.rst +++ b/docs/packages/pkg/android_google_apis_intel_x86_atom_system_image_packer.rst @@ -18,7 +18,7 @@ android_google_apis_intel_x86_atom_system_image_packer ====================================================== - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/android_google_apis_intel_x86_atom_system_image_packer/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/android_google_apis_packer.rst b/docs/packages/pkg/android_google_apis_packer.rst index 791ddac91e..fdd7ca6ce8 100644 --- a/docs/packages/pkg/android_google_apis_packer.rst +++ b/docs/packages/pkg/android_google_apis_packer.rst @@ -13,7 +13,7 @@ android_google_apis_packer ========================== - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/android_google_apis_packer/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/android_google_repository_packer.rst b/docs/packages/pkg/android_google_repository_packer.rst index ea9a51cd03..1c9d5187e7 100644 --- a/docs/packages/pkg/android_google_repository_packer.rst +++ b/docs/packages/pkg/android_google_repository_packer.rst @@ -13,7 +13,7 @@ android_google_repository_packer ================================ - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/android_google_repository_packer/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/android_intel_x86_atom_system_image_packer.rst b/docs/packages/pkg/android_intel_x86_atom_system_image_packer.rst index ebde66fea5..25f7e6318b 100644 --- a/docs/packages/pkg/android_intel_x86_atom_system_image_packer.rst +++ b/docs/packages/pkg/android_intel_x86_atom_system_image_packer.rst @@ -16,7 +16,7 @@ android_intel_x86_atom_system_image_packer ========================================== - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/android_intel_x86_atom_system_image_packer/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/android_mips_system_image_packer.rst b/docs/packages/pkg/android_mips_system_image_packer.rst index e0333eaab3..c21eead708 100644 --- a/docs/packages/pkg/android_mips_system_image_packer.rst +++ b/docs/packages/pkg/android_mips_system_image_packer.rst @@ -14,7 +14,7 @@ android_mips_system_image_packer ================================ - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/android_mips_system_image_packer/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/android_sdk_packer.rst b/docs/packages/pkg/android_sdk_packer.rst index aa60118e04..f15c2e9c03 100644 --- a/docs/packages/pkg/android_sdk_packer.rst +++ b/docs/packages/pkg/android_sdk_packer.rst @@ -12,7 +12,7 @@ android_sdk_packer ================== - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/android_sdk_packer/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/android_sdk_platform_packer.rst b/docs/packages/pkg/android_sdk_platform_packer.rst index b8f0b5b6ff..78aa3ce1e7 100644 --- a/docs/packages/pkg/android_sdk_platform_packer.rst +++ b/docs/packages/pkg/android_sdk_platform_packer.rst @@ -13,7 +13,7 @@ android_sdk_platform_packer =========================== - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/android_sdk_platform_packer/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/android_sdk_platform_tools_packer.rst b/docs/packages/pkg/android_sdk_platform_tools_packer.rst index 99350ad13a..b25c8528c0 100644 --- a/docs/packages/pkg/android_sdk_platform_tools_packer.rst +++ b/docs/packages/pkg/android_sdk_platform_tools_packer.rst @@ -14,7 +14,7 @@ android_sdk_platform_tools_packer ================================= - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/android_sdk_platform_tools_packer/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/android_sdk_tools_packer.rst b/docs/packages/pkg/android_sdk_tools_packer.rst index 328980257f..1e63d5e514 100644 --- a/docs/packages/pkg/android_sdk_tools_packer.rst +++ b/docs/packages/pkg/android_sdk_tools_packer.rst @@ -13,7 +13,7 @@ android_sdk_tools_packer ======================== - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/android_sdk_tools_packer/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/android_support_repository_packer.rst b/docs/packages/pkg/android_support_repository_packer.rst index a5795f7a76..1a3eda8b27 100644 --- a/docs/packages/pkg/android_support_repository_packer.rst +++ b/docs/packages/pkg/android_support_repository_packer.rst @@ -13,7 +13,7 @@ android_support_repository_packer ================================= - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/android_support_repository_packer/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/angles.rst b/docs/packages/pkg/angles.rst index dc0adcc1b6..1acada4145 100644 --- a/docs/packages/pkg/angles.rst +++ b/docs/packages/pkg/angles.rst @@ -11,7 +11,7 @@ angles - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Krasimir Georgiev `__ (`pr-1928 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/arabica.rst b/docs/packages/pkg/arabica.rst index baced5d9d3..cd455b351e 100644 --- a/docs/packages/pkg/arabica.rst +++ b/docs/packages/pkg/arabica.rst @@ -12,7 +12,7 @@ arabica - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Fredrik Appelros `__ (`pr-1838 `__) .. literalinclude:: /../examples/arabica/CMakeLists.txt diff --git a/docs/packages/pkg/autoutils.rst b/docs/packages/pkg/autoutils.rst index 07b25f9ed7..ebba939d4f 100644 --- a/docs/packages/pkg/autoutils.rst +++ b/docs/packages/pkg/autoutils.rst @@ -10,7 +10,7 @@ autoutils ========= - `Project `__ -- `Example `__ +- `Example `__ - Added by `isaachier `__ (`pr-1273 `__) .. literalinclude:: /../examples/autoutils/CMakeLists.txt diff --git a/docs/packages/pkg/aws-c-common.rst b/docs/packages/pkg/aws-c-common.rst index b6ea4182d1..cc982673cc 100644 --- a/docs/packages/pkg/aws-c-common.rst +++ b/docs/packages/pkg/aws-c-common.rst @@ -13,7 +13,7 @@ aws-c-common - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `insufficientchocolate `__ (`pr-1694 `__) .. literalinclude:: /../examples/aws-c-common/CMakeLists.txt diff --git a/docs/packages/pkg/benchmark.rst b/docs/packages/pkg/benchmark.rst index 9954f9fe1b..396f654b39 100644 --- a/docs/packages/pkg/benchmark.rst +++ b/docs/packages/pkg/benchmark.rst @@ -10,7 +10,7 @@ benchmark ========= - `Official `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1088 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/bento4.rst b/docs/packages/pkg/bento4.rst index a989ee57e7..fd69c10649 100644 --- a/docs/packages/pkg/bento4.rst +++ b/docs/packages/pkg/bento4.rst @@ -11,7 +11,7 @@ bento4 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Brad Kotsopoulos `__ (`pr-1797 `__) .. literalinclude:: /../examples/bento4/CMakeLists.txt diff --git a/docs/packages/pkg/binaryen.rst b/docs/packages/pkg/binaryen.rst index 2fa05eac61..9fe34efbb6 100644 --- a/docs/packages/pkg/binaryen.rst +++ b/docs/packages/pkg/binaryen.rst @@ -13,7 +13,7 @@ Binaryen - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Warchant `__ (`pr-1751 `__) .. literalinclude:: /../examples/binaryen/CMakeLists.txt diff --git a/docs/packages/pkg/bison.rst b/docs/packages/pkg/bison.rst index c9a1ef0bb2..a53c3ddd37 100644 --- a/docs/packages/pkg/bison.rst +++ b/docs/packages/pkg/bison.rst @@ -10,7 +10,7 @@ bison ===== - `Official `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1036 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/boost-pba.rst b/docs/packages/pkg/boost-pba.rst index 1963e113fa..5a7a4799ac 100644 --- a/docs/packages/pkg/boost-pba.rst +++ b/docs/packages/pkg/boost-pba.rst @@ -10,7 +10,7 @@ boost-pba ========= - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/botan.rst b/docs/packages/pkg/botan.rst index 0f2e793ae2..f28fb5c32c 100644 --- a/docs/packages/pkg/botan.rst +++ b/docs/packages/pkg/botan.rst @@ -11,7 +11,7 @@ botan ===== - `Official `__ -- `Example `__ +- `Example `__ - Added by `Jörg-Christian Böhme `__ (`pr-1922 `__) .. literalinclude:: /../examples/botan/CMakeLists.txt diff --git a/docs/packages/pkg/breakpad.rst b/docs/packages/pkg/breakpad.rst index 04e5330c70..81223c7bd3 100644 --- a/docs/packages/pkg/breakpad.rst +++ b/docs/packages/pkg/breakpad.rst @@ -12,7 +12,7 @@ breakpad - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `t0p4 `__ (`pr-1631 `__) .. literalinclude:: /../examples/breakpad/CMakeLists.txt diff --git a/docs/packages/pkg/bullet.rst b/docs/packages/pkg/bullet.rst index f2c2c6ac30..06d6cd7136 100644 --- a/docs/packages/pkg/bullet.rst +++ b/docs/packages/pkg/bullet.rst @@ -12,7 +12,7 @@ bullet - http://bulletphysics.org/wordpress/ - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/c-ares.rst b/docs/packages/pkg/c-ares.rst index 26e5a5a4b9..417111e018 100644 --- a/docs/packages/pkg/c-ares.rst +++ b/docs/packages/pkg/c-ares.rst @@ -10,7 +10,7 @@ c-ares ====== - `Official `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1087 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/caffe.rst b/docs/packages/pkg/caffe.rst index 4a6697578d..3e413d426b 100644 --- a/docs/packages/pkg/caffe.rst +++ b/docs/packages/pkg/caffe.rst @@ -10,13 +10,13 @@ caffe ===== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.16.5-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.16.5 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.16.5 :alt: Hunter v0.16.5 - `Official `__ - `Hunterized `__ - Available since |hunter| -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/catkin.rst b/docs/packages/pkg/catkin.rst index 5c967e5d92..bcd60b7130 100644 --- a/docs/packages/pkg/catkin.rst +++ b/docs/packages/pkg/catkin.rst @@ -12,7 +12,7 @@ catkin - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by - `Lukas Solanka `__ (`pr-1407 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/cctz.rst b/docs/packages/pkg/cctz.rst index 8d705a6d75..3c2bbee46f 100644 --- a/docs/packages/pkg/cctz.rst +++ b/docs/packages/pkg/cctz.rst @@ -11,7 +11,7 @@ cctz - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1370 `__) .. literalinclude:: /../examples/cctz/CMakeLists.txt diff --git a/docs/packages/pkg/ccv.rst b/docs/packages/pkg/ccv.rst index 864a19511f..aa7f80519c 100644 --- a/docs/packages/pkg/ccv.rst +++ b/docs/packages/pkg/ccv.rst @@ -11,7 +11,7 @@ ccv - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/ccv/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/ceres-solver.rst b/docs/packages/pkg/ceres-solver.rst index 35b86ead92..38ce9de20c 100644 --- a/docs/packages/pkg/ceres-solver.rst +++ b/docs/packages/pkg/ceres-solver.rst @@ -14,17 +14,17 @@ ceres-solver - `Hunterized `__ - Examples: - - `Basic `__ - - `with SuiteSparse `__ - - `with SuiteSparse dyn LAPACK `__ + - `Basic `__ + - `with SuiteSparse `__ + - `with SuiteSparse dyn LAPACK `__ - Available since - `v0.18.30 `__ + `v0.18.30 `__ - Added by `NeroBurner `__ (`pr-648 `__) - with SuiteSparse support - Available since - `v0.19.40 `__ + `v0.19.40 `__ - Added by `NeroBurner `__ (`pr-898 `__) - Maintainer: https://github.com/NeroBurner diff --git a/docs/packages/pkg/check_ci_tag.rst b/docs/packages/pkg/check_ci_tag.rst index 23ed02b014..0ab4decc09 100644 --- a/docs/packages/pkg/check_ci_tag.rst +++ b/docs/packages/pkg/check_ci_tag.rst @@ -10,7 +10,7 @@ check_ci_tag ============ - `Official GitHub `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/check_ci_tag/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/chromium_zlib.rst b/docs/packages/pkg/chromium_zlib.rst index 257ba09edf..ef49fba0d9 100644 --- a/docs/packages/pkg/chromium_zlib.rst +++ b/docs/packages/pkg/chromium_zlib.rst @@ -13,7 +13,7 @@ chromium_zlib - https://chromium.googlesource.com/chromium/src/third_party/+/master/zlib - https://github.com/hunter-packages/chromium_zlib -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/chromium_zlib/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/civetweb.rst b/docs/packages/pkg/civetweb.rst index 70435089fd..0e75b780b5 100644 --- a/docs/packages/pkg/civetweb.rst +++ b/docs/packages/pkg/civetweb.rst @@ -11,7 +11,7 @@ civetweb - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/clBLAS.rst b/docs/packages/pkg/clBLAS.rst index 9428c69b07..af60f59cd3 100644 --- a/docs/packages/pkg/clBLAS.rst +++ b/docs/packages/pkg/clBLAS.rst @@ -16,8 +16,8 @@ clBLAS - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/class_loader.rst b/docs/packages/pkg/class_loader.rst index 49e1359353..94e93627b3 100644 --- a/docs/packages/pkg/class_loader.rst +++ b/docs/packages/pkg/class_loader.rst @@ -11,7 +11,7 @@ class_loader - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Krasimir Georgiev `__ (`pr-1899 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/cmcstl2.rst b/docs/packages/pkg/cmcstl2.rst index 84d04ea80f..c847ca61e0 100644 --- a/docs/packages/pkg/cmcstl2.rst +++ b/docs/packages/pkg/cmcstl2.rst @@ -10,7 +10,7 @@ cmcstl2 ======= - `Official `__ -- `Example `__ +- `Example `__ - Added by `dvirtz `__ (`pr-1801 `__) .. literalinclude:: /../examples/cmcstl2/CMakeLists.txt diff --git a/docs/packages/pkg/convertutf.rst b/docs/packages/pkg/convertutf.rst index 64d138b0bb..e90bcfaf3a 100644 --- a/docs/packages/pkg/convertutf.rst +++ b/docs/packages/pkg/convertutf.rst @@ -10,7 +10,7 @@ convertutf ========== - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/corrade.rst b/docs/packages/pkg/corrade.rst index 6a846609b0..29056781b8 100644 --- a/docs/packages/pkg/corrade.rst +++ b/docs/packages/pkg/corrade.rst @@ -11,7 +11,7 @@ corrade ======= - `Official `__ -- `Example `__ +- `Example `__ - Developed by `Vladimír Vondruš `__ - Added by `Pascal Thomet `__ (`pr-1646 `__) diff --git a/docs/packages/pkg/cpp_redis.rst b/docs/packages/pkg/cpp_redis.rst index 077250bf52..9c62bb7653 100644 --- a/docs/packages/pkg/cpp_redis.rst +++ b/docs/packages/pkg/cpp_redis.rst @@ -11,13 +11,13 @@ cpp_redis ========= .. |hunter| image:: https://img.shields.io/badge/hunter-v0.18.51-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.18.51 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.18.51 :alt: Hunter v0.18.51 - `Official `__ - `Official github fork `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Available since |hunter| .. code-block:: cmake diff --git a/docs/packages/pkg/cppcodec.rst b/docs/packages/pkg/cppcodec.rst index c93ef74357..a790c3909b 100644 --- a/docs/packages/pkg/cppcodec.rst +++ b/docs/packages/pkg/cppcodec.rst @@ -12,7 +12,7 @@ cppcodec - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Rahul Sheth `__ (`pr-1676 `__) .. literalinclude:: /../examples/cppcodec/CMakeLists.txt diff --git a/docs/packages/pkg/cpr.rst b/docs/packages/pkg/cpr.rst index a87aa3b074..37ac21cefa 100644 --- a/docs/packages/pkg/cpr.rst +++ b/docs/packages/pkg/cpr.rst @@ -11,7 +11,7 @@ cpr - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `dvirtz `__ (`pr-1212 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/cpuinfo.rst b/docs/packages/pkg/cpuinfo.rst index f666a9948c..74148d08c9 100644 --- a/docs/packages/pkg/cpuinfo.rst +++ b/docs/packages/pkg/cpuinfo.rst @@ -12,7 +12,7 @@ cpuinfo - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `xsacha `__ (`pr-1789 `__) .. literalinclude:: /../examples/cpuinfo/CMakeLists.txt diff --git a/docs/packages/pkg/crashpad.rst b/docs/packages/pkg/crashpad.rst index c49c66d52b..b2eb59e189 100644 --- a/docs/packages/pkg/crashpad.rst +++ b/docs/packages/pkg/crashpad.rst @@ -10,12 +10,12 @@ crashpad ======== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.15.22-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.15.22 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.15.22 :alt: Hunter v0.15.22 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Available since |hunter| .. code:: cmake diff --git a/docs/packages/pkg/crashup.rst b/docs/packages/pkg/crashup.rst index a7b8ec1f43..59b238bdbb 100644 --- a/docs/packages/pkg/crashup.rst +++ b/docs/packages/pkg/crashup.rst @@ -16,8 +16,8 @@ crashup - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/crc32c.rst b/docs/packages/pkg/crc32c.rst index 0abe37175b..88f9379385 100644 --- a/docs/packages/pkg/crc32c.rst +++ b/docs/packages/pkg/crc32c.rst @@ -12,7 +12,7 @@ crc32c - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1243 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/cryptopp.rst b/docs/packages/pkg/cryptopp.rst index 39dd932089..2ecd62347a 100644 --- a/docs/packages/pkg/cryptopp.rst +++ b/docs/packages/pkg/cryptopp.rst @@ -12,7 +12,7 @@ cryptopp - `Official `__ - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Paweł Bylica `__ (`pr-1041 `__) .. literalinclude:: /../examples/cryptopp/CMakeLists.txt diff --git a/docs/packages/pkg/ctti.rst b/docs/packages/pkg/ctti.rst index e7ad0f4601..a5f7b02f56 100644 --- a/docs/packages/pkg/ctti.rst +++ b/docs/packages/pkg/ctti.rst @@ -12,7 +12,7 @@ ctti - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Casey `__ (`pr-1518 `__) Compile Time Type Information for the C++ programming language. diff --git a/docs/packages/pkg/cub.rst b/docs/packages/pkg/cub.rst index 6e7c7e22cf..59f218948d 100644 --- a/docs/packages/pkg/cub.rst +++ b/docs/packages/pkg/cub.rst @@ -11,7 +11,7 @@ cub - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `David Hirvonen `__ (`pr-1162 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/cvsteer.rst b/docs/packages/pkg/cvsteer.rst index 71c7eaa117..640d85d6c4 100644 --- a/docs/packages/pkg/cvsteer.rst +++ b/docs/packages/pkg/cvsteer.rst @@ -10,7 +10,7 @@ cvsteer ======= - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/cvsteer/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/cxxopts.rst b/docs/packages/pkg/cxxopts.rst index 378845409a..1831b0a409 100644 --- a/docs/packages/pkg/cxxopts.rst +++ b/docs/packages/pkg/cxxopts.rst @@ -10,7 +10,7 @@ cxxopts ======= - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/cxxopts/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/czmq.rst b/docs/packages/pkg/czmq.rst index 90dc33d193..27582b066f 100644 --- a/docs/packages/pkg/czmq.rst +++ b/docs/packages/pkg/czmq.rst @@ -16,8 +16,8 @@ czmq - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/damageproto.rst b/docs/packages/pkg/damageproto.rst index 4fca985963..f4bfa313c3 100644 --- a/docs/packages/pkg/damageproto.rst +++ b/docs/packages/pkg/damageproto.rst @@ -16,8 +16,8 @@ damageproto - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/date.rst b/docs/packages/pkg/date.rst index c6048f8007..fea1298f00 100644 --- a/docs/packages/pkg/date.rst +++ b/docs/packages/pkg/date.rst @@ -11,7 +11,7 @@ date ==== - https://github.com/HowardHinnant/date -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/date/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/dbus.rst b/docs/packages/pkg/dbus.rst index 3dd34cab68..fbf31e92f5 100644 --- a/docs/packages/pkg/dbus.rst +++ b/docs/packages/pkg/dbus.rst @@ -16,8 +16,8 @@ dbus - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/debug_assert.rst b/docs/packages/pkg/debug_assert.rst index 4826575ac2..6332ce504b 100644 --- a/docs/packages/pkg/debug_assert.rst +++ b/docs/packages/pkg/debug_assert.rst @@ -10,7 +10,7 @@ debug_assert ============ - `Official `__ -- `Example `__ +- `Example `__ - Added by `dvirtz `__ (`pr-1127 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/dest.rst b/docs/packages/pkg/dest.rst index 3451cdd813..da9499186d 100644 --- a/docs/packages/pkg/dest.rst +++ b/docs/packages/pkg/dest.rst @@ -11,7 +11,7 @@ dest - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/dlib.rst b/docs/packages/pkg/dlib.rst index 097821ec5b..b2def4a1c2 100644 --- a/docs/packages/pkg/dlib.rst +++ b/docs/packages/pkg/dlib.rst @@ -10,13 +10,13 @@ dlib ==== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.9.2-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.9.2 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.9.2 :alt: Hunter v0.9.2 - `Official `__ - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Available since |hunter| .. literalinclude:: /../examples/dlib/CMakeLists.txt diff --git a/docs/packages/pkg/dlpack.rst b/docs/packages/pkg/dlpack.rst index dffdabfc48..79b65c3389 100644 --- a/docs/packages/pkg/dlpack.rst +++ b/docs/packages/pkg/dlpack.rst @@ -11,7 +11,7 @@ dlpack ====== - `Official GitHub `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/dlpack/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/dmlc-core.rst b/docs/packages/pkg/dmlc-core.rst index 1c4f6653b6..3d4c3fb0a5 100644 --- a/docs/packages/pkg/dmlc-core.rst +++ b/docs/packages/pkg/dmlc-core.rst @@ -11,7 +11,7 @@ dmlc-core - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/dmlc-core/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/doctest.rst b/docs/packages/pkg/doctest.rst index 70515d9254..8bc04d288b 100644 --- a/docs/packages/pkg/doctest.rst +++ b/docs/packages/pkg/doctest.rst @@ -10,7 +10,7 @@ doctest ======= .. |hunter| image:: https://img.shields.io/badge/hunter-v0.18.29-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.18.29 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.18.29 :alt: Hunter v0.18.29 - `Official `__ diff --git a/docs/packages/pkg/double-conversion.rst b/docs/packages/pkg/double-conversion.rst index 0a6767ee6d..28fd68af52 100644 --- a/docs/packages/pkg/double-conversion.rst +++ b/docs/packages/pkg/double-conversion.rst @@ -12,7 +12,7 @@ double-conversion - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1017 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/draco.rst b/docs/packages/pkg/draco.rst index 59159aab59..ccb97e4fde 100644 --- a/docs/packages/pkg/draco.rst +++ b/docs/packages/pkg/draco.rst @@ -12,7 +12,7 @@ draco - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Rahul Sheth `__ (`pr-1688 `__) .. literalinclude:: /../examples/draco/CMakeLists.txt diff --git a/docs/packages/pkg/dri2proto.rst b/docs/packages/pkg/dri2proto.rst index c0ee758f99..75f28d8279 100644 --- a/docs/packages/pkg/dri2proto.rst +++ b/docs/packages/pkg/dri2proto.rst @@ -17,8 +17,8 @@ dri2proto - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/dri3proto.rst b/docs/packages/pkg/dri3proto.rst index a4ea478b03..2ef3fb2f8e 100644 --- a/docs/packages/pkg/dri3proto.rst +++ b/docs/packages/pkg/dri3proto.rst @@ -17,8 +17,8 @@ dri3proto - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/drishti.rst b/docs/packages/pkg/drishti.rst index 32d1c62060..e7d9059d06 100644 --- a/docs/packages/pkg/drishti.rst +++ b/docs/packages/pkg/drishti.rst @@ -10,7 +10,7 @@ drishti ======= - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/drishti/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/drishti_assets.rst b/docs/packages/pkg/drishti_assets.rst index 51518daa6f..a479189b4c 100644 --- a/docs/packages/pkg/drishti_assets.rst +++ b/docs/packages/pkg/drishti_assets.rst @@ -16,8 +16,8 @@ drishti_assets - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/drishti_faces.rst b/docs/packages/pkg/drishti_faces.rst index a6c492d64a..f7001c901d 100644 --- a/docs/packages/pkg/drishti_faces.rst +++ b/docs/packages/pkg/drishti_faces.rst @@ -16,8 +16,8 @@ drishti_faces - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/drm.rst b/docs/packages/pkg/drm.rst index 566e2db98e..186f82d083 100644 --- a/docs/packages/pkg/drm.rst +++ b/docs/packages/pkg/drm.rst @@ -16,8 +16,8 @@ drm - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/duktape.rst b/docs/packages/pkg/duktape.rst index adba2bdeee..6caf3e14b3 100644 --- a/docs/packages/pkg/duktape.rst +++ b/docs/packages/pkg/duktape.rst @@ -11,7 +11,7 @@ duktape - http://duktape.org/ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/duktape/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/dynalo.rst b/docs/packages/pkg/dynalo.rst index eb98d193c2..b146df674a 100644 --- a/docs/packages/pkg/dynalo.rst +++ b/docs/packages/pkg/dynalo.rst @@ -10,7 +10,7 @@ dynalo ====== - `Official `__ -- `Example `__ +- `Example `__ - Added by `Yassine Maddouri `__ (`pr-1350 `__) .. literalinclude:: /../examples/dynalo/CMakeLists.txt diff --git a/docs/packages/pkg/eigen3-nnls.rst b/docs/packages/pkg/eigen3-nnls.rst index 44c698ea57..9e1e214b52 100644 --- a/docs/packages/pkg/eigen3-nnls.rst +++ b/docs/packages/pkg/eigen3-nnls.rst @@ -17,8 +17,8 @@ eigen3-nnls - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/enet.rst b/docs/packages/pkg/enet.rst index 6e4ac4a095..bf6e0a5ebd 100644 --- a/docs/packages/pkg/enet.rst +++ b/docs/packages/pkg/enet.rst @@ -16,8 +16,8 @@ enet - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/entityx.rst b/docs/packages/pkg/entityx.rst index 534eda3d3c..406e80f2df 100644 --- a/docs/packages/pkg/entityx.rst +++ b/docs/packages/pkg/entityx.rst @@ -12,7 +12,7 @@ entityx - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Rahul Sheth `__ (`pr-1697 `__) .. literalinclude:: /../examples/entityx/CMakeLists.txt diff --git a/docs/packages/pkg/eos.rst b/docs/packages/pkg/eos.rst index e44583a4b3..0e509dd509 100644 --- a/docs/packages/pkg/eos.rst +++ b/docs/packages/pkg/eos.rst @@ -10,12 +10,12 @@ eos === .. |hunter| image:: https://img.shields.io/badge/hunter-v0.15.28-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.15.28 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.15.28 :alt: Hunter v0.15.28 - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Available since |hunter| .. code-block:: cmake diff --git a/docs/packages/pkg/ethash.rst b/docs/packages/pkg/ethash.rst index 8a1c72aaf7..50c44722c0 100644 --- a/docs/packages/pkg/ethash.rst +++ b/docs/packages/pkg/ethash.rst @@ -10,7 +10,7 @@ ethash ====== - `Official `__ -- `Example `__ +- `Example `__ - Added by `Paweł Bylica `__ (`pr-1430 `__) .. literalinclude:: /../examples/ethash/CMakeLists.txt diff --git a/docs/packages/pkg/farmhash.rst b/docs/packages/pkg/farmhash.rst index 9dfce09515..6fa907fb09 100644 --- a/docs/packages/pkg/farmhash.rst +++ b/docs/packages/pkg/farmhash.rst @@ -11,7 +11,7 @@ farmhash - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `David Hirvonen `__ (`pr-1150 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/ffmpeg.rst b/docs/packages/pkg/ffmpeg.rst index 8f24cfccd9..8dd84010aa 100644 --- a/docs/packages/pkg/ffmpeg.rst +++ b/docs/packages/pkg/ffmpeg.rst @@ -13,7 +13,7 @@ ffmpeg - https://ffmpeg.org/ - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/ffmpeg/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/fft2d.rst b/docs/packages/pkg/fft2d.rst index 57d7faa903..c90f60be77 100644 --- a/docs/packages/pkg/fft2d.rst +++ b/docs/packages/pkg/fft2d.rst @@ -11,7 +11,7 @@ fft2d - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `David Hirvonen `__ (`pr-1161 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/fixesproto.rst b/docs/packages/pkg/fixesproto.rst index 33f227059e..6557ef577e 100644 --- a/docs/packages/pkg/fixesproto.rst +++ b/docs/packages/pkg/fixesproto.rst @@ -16,8 +16,8 @@ fixesproto - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/flatbuffers.rst b/docs/packages/pkg/flatbuffers.rst index 86145652b4..e00c9c1162 100644 --- a/docs/packages/pkg/flatbuffers.rst +++ b/docs/packages/pkg/flatbuffers.rst @@ -10,7 +10,7 @@ flatbuffers =========== - `Official GitHub `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/flatbuffers/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/flex.rst b/docs/packages/pkg/flex.rst index 5c43e1545e..70bfb7b819 100644 --- a/docs/packages/pkg/flex.rst +++ b/docs/packages/pkg/flex.rst @@ -10,7 +10,7 @@ flex ===== - `Official `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1039 `__) Simple flex example (no bison). diff --git a/docs/packages/pkg/fmt.rst b/docs/packages/pkg/fmt.rst index b50d16447d..d524c0c1e6 100644 --- a/docs/packages/pkg/fmt.rst +++ b/docs/packages/pkg/fmt.rst @@ -10,11 +10,11 @@ fmt === .. |hunter| image:: https://img.shields.io/badge/hunter-v0.14.22-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.14.22 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.14.22 :alt: Hunter v0.14.22 - `Official `__ -- `Example `__ +- `Example `__ - Available since |hunter| - Added by `Dmitry Panteleev `__ (`pr-413 `__) diff --git a/docs/packages/pkg/folly.rst b/docs/packages/pkg/folly.rst index d91ed72175..bcce8705b8 100644 --- a/docs/packages/pkg/folly.rst +++ b/docs/packages/pkg/folly.rst @@ -11,7 +11,7 @@ folly - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/folly/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/foo.rst b/docs/packages/pkg/foo.rst index 1bb3306246..2dba515d01 100644 --- a/docs/packages/pkg/foo.rst +++ b/docs/packages/pkg/foo.rst @@ -12,7 +12,7 @@ foo - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `foo_developer `__ (`pr-N `__) .. literalinclude:: /../examples/foo/CMakeLists.txt diff --git a/docs/packages/pkg/freetype.rst b/docs/packages/pkg/freetype.rst index ba329e8631..b9aad88649 100644 --- a/docs/packages/pkg/freetype.rst +++ b/docs/packages/pkg/freetype.rst @@ -11,7 +11,7 @@ freetype - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Denis A. Kerzhemanov `__ (`pr-284 `__) diff --git a/docs/packages/pkg/frugally-deep.rst b/docs/packages/pkg/frugally-deep.rst index 1c9cb50b11..4caaeb121b 100644 --- a/docs/packages/pkg/frugally-deep.rst +++ b/docs/packages/pkg/frugally-deep.rst @@ -10,7 +10,7 @@ frugally-deep ============= - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/frugally-deep/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/gRPC.rst b/docs/packages/pkg/gRPC.rst index 6da90252de..7b188008e8 100644 --- a/docs/packages/pkg/gRPC.rst +++ b/docs/packages/pkg/gRPC.rst @@ -12,7 +12,7 @@ gRPC - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1089 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/gauze.rst b/docs/packages/pkg/gauze.rst index 7a806459fc..6024543901 100644 --- a/docs/packages/pkg/gauze.rst +++ b/docs/packages/pkg/gauze.rst @@ -10,7 +10,7 @@ gauze ===== - `Official `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/gemmlowp.rst b/docs/packages/pkg/gemmlowp.rst index 98b7b24ce4..2416f4727e 100644 --- a/docs/packages/pkg/gemmlowp.rst +++ b/docs/packages/pkg/gemmlowp.rst @@ -11,7 +11,7 @@ gemmlowp - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `David Hirvonen `__ (`pr-1149 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/geos.rst b/docs/packages/pkg/geos.rst index e779c044db..d3d8d52c38 100644 --- a/docs/packages/pkg/geos.rst +++ b/docs/packages/pkg/geos.rst @@ -16,8 +16,8 @@ geos - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/getopt.rst b/docs/packages/pkg/getopt.rst index 628633477d..4bde1bfb4f 100644 --- a/docs/packages/pkg/getopt.rst +++ b/docs/packages/pkg/getopt.rst @@ -16,8 +16,8 @@ getopt - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/gflags.rst b/docs/packages/pkg/gflags.rst index 99ab55bfe2..ca189ab607 100644 --- a/docs/packages/pkg/gflags.rst +++ b/docs/packages/pkg/gflags.rst @@ -10,12 +10,12 @@ gflags ====== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.16.3-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.16.3 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.16.3 :alt: Hunter v0.16.3 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Available since |hunter| .. code-block:: cmake diff --git a/docs/packages/pkg/giflib.rst b/docs/packages/pkg/giflib.rst index 4f4aa00962..bfffe56c09 100644 --- a/docs/packages/pkg/giflib.rst +++ b/docs/packages/pkg/giflib.rst @@ -11,7 +11,7 @@ giflib - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `David Hirvonen `__ (`pr-1152 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/glbinding.rst b/docs/packages/pkg/glbinding.rst index cd280cafc8..a0ea69232b 100644 --- a/docs/packages/pkg/glbinding.rst +++ b/docs/packages/pkg/glbinding.rst @@ -11,7 +11,7 @@ glbinding - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `NeroBurner `__ (`pr-1073 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/glew.rst b/docs/packages/pkg/glew.rst index 23786b61f6..538356427d 100644 --- a/docs/packages/pkg/glew.rst +++ b/docs/packages/pkg/glew.rst @@ -12,7 +12,7 @@ glew - http://glew.sourceforge.net - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/glib.rst b/docs/packages/pkg/glib.rst index 5fecc2b6d4..9c7715f022 100644 --- a/docs/packages/pkg/glib.rst +++ b/docs/packages/pkg/glib.rst @@ -10,7 +10,7 @@ glib ==== - `Official `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/glm.rst b/docs/packages/pkg/glm.rst index 12e8455d00..f7c087f656 100644 --- a/docs/packages/pkg/glm.rst +++ b/docs/packages/pkg/glm.rst @@ -11,7 +11,7 @@ glm - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/globjects.rst b/docs/packages/pkg/globjects.rst index 8997612b61..b73289c49f 100644 --- a/docs/packages/pkg/globjects.rst +++ b/docs/packages/pkg/globjects.rst @@ -11,7 +11,7 @@ globjects - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `NeroBurner `__ (`pr-1075 `__) Required customization: diff --git a/docs/packages/pkg/glog.rst b/docs/packages/pkg/glog.rst index f0feee0ee5..5c3396ec7f 100644 --- a/docs/packages/pkg/glog.rst +++ b/docs/packages/pkg/glog.rst @@ -19,7 +19,7 @@ glog find_package(glog CONFIG REQUIRED) target_link_libraries(... glog::glog) -For Hunter <= `v0.17.15 `__: +For Hunter <= `v0.17.15 `__: .. code-block:: cmake diff --git a/docs/packages/pkg/glproto.rst b/docs/packages/pkg/glproto.rst index 016d736ecb..4039217d23 100644 --- a/docs/packages/pkg/glproto.rst +++ b/docs/packages/pkg/glproto.rst @@ -16,8 +16,8 @@ glproto - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/glslang.rst b/docs/packages/pkg/glslang.rst index 17bb4d288a..67543ff84a 100644 --- a/docs/packages/pkg/glslang.rst +++ b/docs/packages/pkg/glslang.rst @@ -12,7 +12,7 @@ glslang - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Jon Spencer `__ (`pr-1475 `__) .. literalinclude:: /../examples/glslang/CMakeLists.txt diff --git a/docs/packages/pkg/gst_plugins_bad.rst b/docs/packages/pkg/gst_plugins_bad.rst index f677ff79f3..2dc27a346d 100644 --- a/docs/packages/pkg/gst_plugins_bad.rst +++ b/docs/packages/pkg/gst_plugins_bad.rst @@ -10,7 +10,7 @@ gst_plugins_bad ================ - `Official `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/gst_plugins_base.rst b/docs/packages/pkg/gst_plugins_base.rst index c772c7322a..ae447da59f 100644 --- a/docs/packages/pkg/gst_plugins_base.rst +++ b/docs/packages/pkg/gst_plugins_base.rst @@ -10,7 +10,7 @@ gst_plugins_base ================ - `Official `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/gst_plugins_good.rst b/docs/packages/pkg/gst_plugins_good.rst index 88c64fa9d7..c74aa0c7d1 100644 --- a/docs/packages/pkg/gst_plugins_good.rst +++ b/docs/packages/pkg/gst_plugins_good.rst @@ -10,7 +10,7 @@ gst_plugins_good ================ - `Official `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/gst_plugins_ugly.rst b/docs/packages/pkg/gst_plugins_ugly.rst index c0c1c4ce60..d57eaf31db 100644 --- a/docs/packages/pkg/gst_plugins_ugly.rst +++ b/docs/packages/pkg/gst_plugins_ugly.rst @@ -10,7 +10,7 @@ gst_plugins_ugly ================ - `Official `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/gstreamer.rst b/docs/packages/pkg/gstreamer.rst index 89497d21de..298197c0d6 100644 --- a/docs/packages/pkg/gstreamer.rst +++ b/docs/packages/pkg/gstreamer.rst @@ -10,7 +10,7 @@ gstreamer ========= - `Official `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/gumbo.rst b/docs/packages/pkg/gumbo.rst index 996426a1c2..c365e754ff 100644 --- a/docs/packages/pkg/gumbo.rst +++ b/docs/packages/pkg/gumbo.rst @@ -11,7 +11,7 @@ gumbo - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1062 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/h3.rst b/docs/packages/pkg/h3.rst index 02219c7192..37db56d364 100644 --- a/docs/packages/pkg/h3.rst +++ b/docs/packages/pkg/h3.rst @@ -10,7 +10,7 @@ h3 == - `Official `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1408 `__) .. literalinclude:: /../examples/h3/CMakeLists.txt diff --git a/docs/packages/pkg/half.rst b/docs/packages/pkg/half.rst index 9f6a1955f8..1dd2b9293e 100644 --- a/docs/packages/pkg/half.rst +++ b/docs/packages/pkg/half.rst @@ -10,12 +10,12 @@ half ==== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.12.31-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.12.31 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.12.31 :alt: Hunter v0.12.31 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Available since |hunter| - Added by `David Hirvonen `__ (`pr-286 `__) diff --git a/docs/packages/pkg/harfbuzz.rst b/docs/packages/pkg/harfbuzz.rst index 1d9b66d07d..8e7128cbae 100644 --- a/docs/packages/pkg/harfbuzz.rst +++ b/docs/packages/pkg/harfbuzz.rst @@ -11,7 +11,7 @@ harfbuzz - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Jon Spencer `__ (`pr-1440 `__) .. literalinclude:: /../examples/harfbuzz/CMakeLists.txt diff --git a/docs/packages/pkg/hdf5.rst b/docs/packages/pkg/hdf5.rst index a2743ee25f..b400f91c56 100644 --- a/docs/packages/pkg/hdf5.rst +++ b/docs/packages/pkg/hdf5.rst @@ -10,7 +10,7 @@ hdf5 ==== - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/highwayhash.rst b/docs/packages/pkg/highwayhash.rst index bfc4b7da08..44a9737e5c 100644 --- a/docs/packages/pkg/highwayhash.rst +++ b/docs/packages/pkg/highwayhash.rst @@ -11,7 +11,7 @@ highwayhash - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `David Hirvonen `__ (`pr-1151 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/http-parser.rst b/docs/packages/pkg/http-parser.rst index 69ffc5069e..4450a3d96a 100644 --- a/docs/packages/pkg/http-parser.rst +++ b/docs/packages/pkg/http-parser.rst @@ -11,7 +11,7 @@ http-parser - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1375 `__) .. literalinclude:: /../examples/http-parser/CMakeLists.txt diff --git a/docs/packages/pkg/hunter_venv.rst b/docs/packages/pkg/hunter_venv.rst index 1e84c55818..eeae902032 100644 --- a/docs/packages/pkg/hunter_venv.rst +++ b/docs/packages/pkg/hunter_venv.rst @@ -11,7 +11,7 @@ hunter_venv =========== - https://github.com/hunter-packages/hunter_venv -- `Example `__ +- `Example `__ This package is used to create `an isolated Python environment `__ inside Hunter and diff --git a/docs/packages/pkg/ice.rst b/docs/packages/pkg/ice.rst index 75eba28a16..aa2d744bc8 100644 --- a/docs/packages/pkg/ice.rst +++ b/docs/packages/pkg/ice.rst @@ -16,8 +16,8 @@ ice - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/icu-le-hb.rst b/docs/packages/pkg/icu-le-hb.rst index f10fb7c3ca..6e38da298e 100644 --- a/docs/packages/pkg/icu-le-hb.rst +++ b/docs/packages/pkg/icu-le-hb.rst @@ -14,7 +14,7 @@ icu-le-hb - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/icu-le-hb/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/icu-lx.rst b/docs/packages/pkg/icu-lx.rst index b571db60f9..44962bff2f 100644 --- a/docs/packages/pkg/icu-lx.rst +++ b/docs/packages/pkg/icu-lx.rst @@ -13,7 +13,7 @@ icu-lx - http://site.icu-project.org - `Hunterized `__ -- `Example `__ +- `Example `__ This library is part of the ICU project and separated from the main :ref:`ICU ` package to break a circular dependency diff --git a/docs/packages/pkg/imagequant.rst b/docs/packages/pkg/imagequant.rst index 0e10bdc645..152b8c20a6 100644 --- a/docs/packages/pkg/imagequant.rst +++ b/docs/packages/pkg/imagequant.rst @@ -12,7 +12,7 @@ imagequant - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Rahul Sheth `__ (`pr-1672 `__) .. literalinclude:: /../examples/imagequant/CMakeLists.txt diff --git a/docs/packages/pkg/imgui.rst b/docs/packages/pkg/imgui.rst index 46fb753261..5b501667a9 100644 --- a/docs/packages/pkg/imgui.rst +++ b/docs/packages/pkg/imgui.rst @@ -11,7 +11,7 @@ imgui - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Casey `__ (`pr-1521 `__) Immediate-mode, bloat-free graphical user interface library for C++ diff --git a/docs/packages/pkg/imshow.rst b/docs/packages/pkg/imshow.rst index f4a1a11ea1..ea518fa970 100644 --- a/docs/packages/pkg/imshow.rst +++ b/docs/packages/pkg/imshow.rst @@ -11,7 +11,7 @@ imshow - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/inja.rst b/docs/packages/pkg/inja.rst index 8a7494f7ea..649d8ab228 100644 --- a/docs/packages/pkg/inja.rst +++ b/docs/packages/pkg/inja.rst @@ -10,7 +10,7 @@ inja ==== - `Official `__ -- `Example `__ +- `Example `__ - Added by `Jorrit Wronski `__ (`pr-1207 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/inputproto.rst b/docs/packages/pkg/inputproto.rst index 2a848d2231..c8d38db3cc 100644 --- a/docs/packages/pkg/inputproto.rst +++ b/docs/packages/pkg/inputproto.rst @@ -16,8 +16,8 @@ inputproto - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/intltool.rst b/docs/packages/pkg/intltool.rst index 48a0920d34..789ca3880b 100644 --- a/docs/packages/pkg/intltool.rst +++ b/docs/packages/pkg/intltool.rst @@ -16,8 +16,8 @@ intltool - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/intsizeof.rst b/docs/packages/pkg/intsizeof.rst index d81c6d2c1b..aeb9f661c1 100644 --- a/docs/packages/pkg/intsizeof.rst +++ b/docs/packages/pkg/intsizeof.rst @@ -10,7 +10,7 @@ intsizeof ========= - `Official `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/intx.rst b/docs/packages/pkg/intx.rst index bc5a549623..a3a1ff025c 100644 --- a/docs/packages/pkg/intx.rst +++ b/docs/packages/pkg/intx.rst @@ -13,7 +13,7 @@ intx ==== - `Official `__ -- `Example `__ +- `Example `__ - Added by `Paweł Bylica `__ (`pr-1846 `__) .. literalinclude:: /../examples/intx/CMakeLists.txt diff --git a/docs/packages/pkg/ios_sim.rst b/docs/packages/pkg/ios_sim.rst index 6fa1043422..6ad59b10d0 100644 --- a/docs/packages/pkg/ios_sim.rst +++ b/docs/packages/pkg/ios_sim.rst @@ -17,8 +17,8 @@ ios_sim - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/ippicv.rst b/docs/packages/pkg/ippicv.rst index 18f6124fb3..7cd7e48eaa 100644 --- a/docs/packages/pkg/ippicv.rst +++ b/docs/packages/pkg/ippicv.rst @@ -16,8 +16,8 @@ ippicv - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/iroha-ed25519.rst b/docs/packages/pkg/iroha-ed25519.rst index e613f0cf9d..6423da9f28 100644 --- a/docs/packages/pkg/iroha-ed25519.rst +++ b/docs/packages/pkg/iroha-ed25519.rst @@ -12,7 +12,7 @@ Iroha-ed25519 ============= - `Official `__ -- `Example `__ +- `Example `__ - Added by `Warchant `__ (`pr-1740 `__) .. literalinclude:: /../examples/iroha-ed25519/CMakeLists.txt diff --git a/docs/packages/pkg/jaegertracing.rst b/docs/packages/pkg/jaegertracing.rst index 9f779f7c5a..e4f886c467 100644 --- a/docs/packages/pkg/jaegertracing.rst +++ b/docs/packages/pkg/jaegertracing.rst @@ -10,7 +10,7 @@ jaegertracing ============= - `Official `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1453 `__) .. literalinclude:: /../examples/jaegertracing/CMakeLists.txt diff --git a/docs/packages/pkg/jansson.rst b/docs/packages/pkg/jansson.rst index 1e624eaf74..97c0930ec7 100644 --- a/docs/packages/pkg/jansson.rst +++ b/docs/packages/pkg/jansson.rst @@ -11,7 +11,7 @@ jansson - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1372 `) .. literalinclude:: /../examples/jansson/CMakeLists.txt diff --git a/docs/packages/pkg/jasper.rst b/docs/packages/pkg/jasper.rst index 8e29a9b333..4d1de65e07 100644 --- a/docs/packages/pkg/jasper.rst +++ b/docs/packages/pkg/jasper.rst @@ -12,7 +12,7 @@ jasper - http://www.ece.uvic.ca/~frodo/jasper/ - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/jasper/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/jo_jpeg.rst b/docs/packages/pkg/jo_jpeg.rst index 2ecda130da..e53331dc57 100644 --- a/docs/packages/pkg/jo_jpeg.rst +++ b/docs/packages/pkg/jo_jpeg.rst @@ -12,7 +12,7 @@ jo_jpeg - http://www.jonolick.com/code.html - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/jsoncpp.rst b/docs/packages/pkg/jsoncpp.rst index 9c891f1580..39b1cb9e22 100644 --- a/docs/packages/pkg/jsoncpp.rst +++ b/docs/packages/pkg/jsoncpp.rst @@ -10,11 +10,11 @@ jsoncpp ======= .. |hunter| image:: https://img.shields.io/badge/hunter-v0.17.19-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.17.19 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.17.19 :alt: Hunter v0.17.19 - `Official `__ -- `Example `__ +- `Example `__ - Available since |hunter| .. code-block:: cmake diff --git a/docs/packages/pkg/kNet.rst b/docs/packages/pkg/kNet.rst index 82aa91b901..c0fc6593f5 100644 --- a/docs/packages/pkg/kNet.rst +++ b/docs/packages/pkg/kNet.rst @@ -11,7 +11,7 @@ kNet - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/kbproto.rst b/docs/packages/pkg/kbproto.rst index 652adfbd4d..5bdcaf60c1 100644 --- a/docs/packages/pkg/kbproto.rst +++ b/docs/packages/pkg/kbproto.rst @@ -16,8 +16,8 @@ kbproto - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/lcms.rst b/docs/packages/pkg/lcms.rst index 39fd176d08..a915e8b8f1 100644 --- a/docs/packages/pkg/lcms.rst +++ b/docs/packages/pkg/lcms.rst @@ -12,7 +12,7 @@ lcms - http://www.littlecms.com/ - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/lcms/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/lehrfempp.rst b/docs/packages/pkg/lehrfempp.rst index 59a02813d9..c8fe708dc8 100644 --- a/docs/packages/pkg/lehrfempp.rst +++ b/docs/packages/pkg/lehrfempp.rst @@ -10,7 +10,7 @@ lehrfempp ========= - `Official `__ -- `Example `__ +- `Example `__ - Added by `craffael `__ (`pr-1629 `__) .. literalinclude:: /../examples/lehrfempp/CMakeLists.txt diff --git a/docs/packages/pkg/leveldb.rst b/docs/packages/pkg/leveldb.rst index 916ee55513..f426e7aaeb 100644 --- a/docs/packages/pkg/leveldb.rst +++ b/docs/packages/pkg/leveldb.rst @@ -11,7 +11,7 @@ leveldb - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1246 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/libcpuid.rst b/docs/packages/pkg/libcpuid.rst index 9339f566bd..5ba9c8ccfc 100644 --- a/docs/packages/pkg/libcpuid.rst +++ b/docs/packages/pkg/libcpuid.rst @@ -11,7 +11,7 @@ libcpuid - http://libcpuid.sourceforge.net/ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/libdaemon.rst b/docs/packages/pkg/libdaemon.rst index abe7d7b434..b4eea5e88b 100644 --- a/docs/packages/pkg/libdaemon.rst +++ b/docs/packages/pkg/libdaemon.rst @@ -16,8 +16,8 @@ libdaemon - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/libdill.rst b/docs/packages/pkg/libdill.rst index ad88025703..ab5f8977ae 100644 --- a/docs/packages/pkg/libdill.rst +++ b/docs/packages/pkg/libdill.rst @@ -11,7 +11,7 @@ libdill - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1069 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/libevhtp.rst b/docs/packages/pkg/libevhtp.rst index 3a51e710bb..b7686c3d0a 100644 --- a/docs/packages/pkg/libevhtp.rst +++ b/docs/packages/pkg/libevhtp.rst @@ -11,7 +11,7 @@ libevhtp - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1392 `__) .. literalinclude:: /../examples/libevhtp/CMakeLists.txt diff --git a/docs/packages/pkg/libffi.rst b/docs/packages/pkg/libffi.rst index 86b5be19d0..0613fa13a1 100644 --- a/docs/packages/pkg/libffi.rst +++ b/docs/packages/pkg/libffi.rst @@ -10,7 +10,7 @@ libffi ====== - `Official `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/libigl.rst b/docs/packages/pkg/libigl.rst index 57dac5cd97..1bde1c19f7 100644 --- a/docs/packages/pkg/libigl.rst +++ b/docs/packages/pkg/libigl.rst @@ -12,7 +12,7 @@ libigl - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Rahul Sheth `__ (`pr-1876 `__) .. literalinclude:: /../examples/libigl/CMakeLists.txt diff --git a/docs/packages/pkg/libjpeg-turbo.rst b/docs/packages/pkg/libjpeg-turbo.rst index 0cb4beccda..6f08650686 100644 --- a/docs/packages/pkg/libjpeg-turbo.rst +++ b/docs/packages/pkg/libjpeg-turbo.rst @@ -14,7 +14,7 @@ libjpeg-turbo - https://libjpeg-turbo.org - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/libjpeg-turbo/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/libjson-rpc-cpp.rst b/docs/packages/pkg/libjson-rpc-cpp.rst index f3191428ac..ebe9f266be 100644 --- a/docs/packages/pkg/libjson-rpc-cpp.rst +++ b/docs/packages/pkg/libjson-rpc-cpp.rst @@ -18,8 +18,8 @@ libjson-rpc-cpp - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/libmill.rst b/docs/packages/pkg/libmill.rst index 3e65b2bddf..bd37f96df0 100644 --- a/docs/packages/pkg/libmill.rst +++ b/docs/packages/pkg/libmill.rst @@ -11,7 +11,7 @@ libmill - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1063 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/libogg.rst b/docs/packages/pkg/libogg.rst index 8da63b65ef..3c1aaca027 100644 --- a/docs/packages/pkg/libogg.rst +++ b/docs/packages/pkg/libogg.rst @@ -12,7 +12,7 @@ libogg - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Meralis40 `__ (`pr-1451 `__) .. literalinclude:: /../examples/libogg/CMakeLists.txt diff --git a/docs/packages/pkg/libpcre.rst b/docs/packages/pkg/libpcre.rst index a40612d3c3..cba9c64826 100644 --- a/docs/packages/pkg/libpcre.rst +++ b/docs/packages/pkg/libpcre.rst @@ -10,7 +10,7 @@ libpcre ======= - `Official `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/librtmp.rst b/docs/packages/pkg/librtmp.rst index d6026f2d1f..3ce51da323 100644 --- a/docs/packages/pkg/librtmp.rst +++ b/docs/packages/pkg/librtmp.rst @@ -16,8 +16,8 @@ librtmp - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/libscrypt.rst b/docs/packages/pkg/libscrypt.rst index e9b5352a92..3fd737ec6a 100644 --- a/docs/packages/pkg/libscrypt.rst +++ b/docs/packages/pkg/libscrypt.rst @@ -11,7 +11,7 @@ libscrypt - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/libscrypt/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/libunibreak.rst b/docs/packages/pkg/libunibreak.rst index 4b28f70b1f..a525f334e4 100644 --- a/docs/packages/pkg/libunibreak.rst +++ b/docs/packages/pkg/libunibreak.rst @@ -10,7 +10,7 @@ libunibreak =========== - `Official `__ -- `Example `__ +- `Example `__ - Added by `Jon Spencer `__ (`pr-1443 `__) .. literalinclude:: /../examples/libunibreak/CMakeLists.txt diff --git a/docs/packages/pkg/libusb.rst b/docs/packages/pkg/libusb.rst index a1f6808dbe..6f29ce704d 100644 --- a/docs/packages/pkg/libusb.rst +++ b/docs/packages/pkg/libusb.rst @@ -12,7 +12,7 @@ libusb - `Official `__ - `Official GitHub `__ -- `Example `__ +- `Example `__ - Added by `Sebastien Collier `__ (`pr-1830 `__) .. literalinclude:: /../examples/libusb/CMakeLists.txt diff --git a/docs/packages/pkg/libuv.rst b/docs/packages/pkg/libuv.rst index 131f163e6a..d5118e5572 100644 --- a/docs/packages/pkg/libuv.rst +++ b/docs/packages/pkg/libuv.rst @@ -14,9 +14,9 @@ libuv - `Official `__ - `Testing branch `__ - `Example - CMakeLists.txt `__ + CMakeLists.txt `__ - `Example C - file `__ + file `__ .. code-block:: cmake diff --git a/docs/packages/pkg/libxdg-basedir.rst b/docs/packages/pkg/libxdg-basedir.rst index 628d6f8258..fad2190f41 100644 --- a/docs/packages/pkg/libxdg-basedir.rst +++ b/docs/packages/pkg/libxdg-basedir.rst @@ -12,7 +12,7 @@ libxdg-basedir ============== - `Official `__ -- `Example `__ +- `Example `__ - Added by `tastytea `__ (`pr-1924 `__) .. literalinclude:: /../examples/libxdg-basedir/CMakeLists.txt diff --git a/docs/packages/pkg/libxml2.rst b/docs/packages/pkg/libxml2.rst index 6f0101c9db..4ee94a2cf9 100644 --- a/docs/packages/pkg/libxml2.rst +++ b/docs/packages/pkg/libxml2.rst @@ -10,7 +10,7 @@ libxml2 ======= - http://xmlsoft.org/ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/libxml2/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/libyuv.rst b/docs/packages/pkg/libyuv.rst index 2568731711..4535a04b4e 100644 --- a/docs/packages/pkg/libyuv.rst +++ b/docs/packages/pkg/libyuv.rst @@ -12,7 +12,7 @@ libyuv - `Official `__ - `Documentation `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/libzip.rst b/docs/packages/pkg/libzip.rst index a9fc56c650..525785adde 100644 --- a/docs/packages/pkg/libzip.rst +++ b/docs/packages/pkg/libzip.rst @@ -12,7 +12,7 @@ libzip - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Rahul Sheth `__ (`pr-1877 `__) .. literalinclude:: /../examples/libzip/CMakeLists.txt diff --git a/docs/packages/pkg/lmdb.rst b/docs/packages/pkg/lmdb.rst index b4c37b5006..47a7985b95 100644 --- a/docs/packages/pkg/lmdb.rst +++ b/docs/packages/pkg/lmdb.rst @@ -11,7 +11,7 @@ lmdb - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `David Hirvonen `__ (`pr-1172 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/lmdbxx.rst b/docs/packages/pkg/lmdbxx.rst index 354e8ec336..898c36d002 100644 --- a/docs/packages/pkg/lmdbxx.rst +++ b/docs/packages/pkg/lmdbxx.rst @@ -11,7 +11,7 @@ lmdbxx - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1250 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/log4cplus.rst b/docs/packages/pkg/log4cplus.rst index a9d421e86a..1e68b2351f 100644 --- a/docs/packages/pkg/log4cplus.rst +++ b/docs/packages/pkg/log4cplus.rst @@ -10,12 +10,12 @@ log4cplus ========= .. |hunter| image:: https://img.shields.io/badge/hunter-v0.12.9-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.12.9 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.12.9 :alt: Hunter v0.12.9 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Available since |hunter| .. code-block:: cmake diff --git a/docs/packages/pkg/lz4.rst b/docs/packages/pkg/lz4.rst index dc17cc3998..92eed27b8e 100644 --- a/docs/packages/pkg/lz4.rst +++ b/docs/packages/pkg/lz4.rst @@ -12,7 +12,7 @@ lz4 - http://www.lz4.org - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/lzma.rst b/docs/packages/pkg/lzma.rst index 685febbff2..761cca0c45 100644 --- a/docs/packages/pkg/lzma.rst +++ b/docs/packages/pkg/lzma.rst @@ -10,12 +10,12 @@ lzma ==== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.18.17-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.18.17 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.18.17 :alt: Hunter v0.18.17 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Available since |hunter| .. code-block:: cmake diff --git a/docs/packages/pkg/magnum.rst b/docs/packages/pkg/magnum.rst index e44a5e18b9..5150bbfc7c 100644 --- a/docs/packages/pkg/magnum.rst +++ b/docs/packages/pkg/magnum.rst @@ -14,7 +14,7 @@ magnum is a lightweight and modular C++11/C++14 graphics middleware for games an - `Official `__ - `Main Site `__ -- `Example `__ +- `Example `__ - Developed by `Vladimír Vondruš `__ - Added by `Pascal Thomet `__ (`pr-1731 `__) diff --git a/docs/packages/pkg/md5.rst b/docs/packages/pkg/md5.rst index 1d10f4acff..921132d237 100644 --- a/docs/packages/pkg/md5.rst +++ b/docs/packages/pkg/md5.rst @@ -10,7 +10,7 @@ md5 === - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/mini_chromium.rst b/docs/packages/pkg/mini_chromium.rst index b59c21eece..99238b09f0 100644 --- a/docs/packages/pkg/mini_chromium.rst +++ b/docs/packages/pkg/mini_chromium.rst @@ -16,8 +16,8 @@ mini_chromium - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/minizip.rst b/docs/packages/pkg/minizip.rst index 97ca50ea42..fc0a33303a 100644 --- a/docs/packages/pkg/minizip.rst +++ b/docs/packages/pkg/minizip.rst @@ -11,7 +11,7 @@ minizip - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/mkl.rst b/docs/packages/pkg/mkl.rst index a6d563c2b1..857cfc8380 100644 --- a/docs/packages/pkg/mkl.rst +++ b/docs/packages/pkg/mkl.rst @@ -11,7 +11,7 @@ mkl === - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/mkl/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/mkldnn.rst b/docs/packages/pkg/mkldnn.rst index 82ef717a10..8602a4ca2f 100644 --- a/docs/packages/pkg/mkldnn.rst +++ b/docs/packages/pkg/mkldnn.rst @@ -13,7 +13,7 @@ mkldnn - `Official `__ - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/mkldnn/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/mng.rst b/docs/packages/pkg/mng.rst index cbce45d751..8cdd8e6c94 100644 --- a/docs/packages/pkg/mng.rst +++ b/docs/packages/pkg/mng.rst @@ -11,7 +11,7 @@ mng - https://sourceforge.net/projects/libmng/ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/mng/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/mojoshader.rst b/docs/packages/pkg/mojoshader.rst index 379108aeef..dc101b3ca0 100644 --- a/docs/packages/pkg/mojoshader.rst +++ b/docs/packages/pkg/mojoshader.rst @@ -11,7 +11,7 @@ mojoshader - https://www.icculus.org/mojoshader/ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/mongoose.rst b/docs/packages/pkg/mongoose.rst index c3a6e19eef..19833ffe1a 100644 --- a/docs/packages/pkg/mongoose.rst +++ b/docs/packages/pkg/mongoose.rst @@ -11,7 +11,7 @@ mongoose - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `dvirtz `__ (`pr-1195 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/mpark_variant.rst b/docs/packages/pkg/mpark_variant.rst index eae6e29c36..51bdd49ea8 100644 --- a/docs/packages/pkg/mpark_variant.rst +++ b/docs/packages/pkg/mpark_variant.rst @@ -16,8 +16,8 @@ mpark_variant - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/msgpack.rst b/docs/packages/pkg/msgpack.rst index 18457e593e..49546bc8cf 100644 --- a/docs/packages/pkg/msgpack.rst +++ b/docs/packages/pkg/msgpack.rst @@ -10,11 +10,11 @@ msgpack ======= .. |hunter| image:: https://img.shields.io/badge/hunter-v0.14.19-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.14.19 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.14.19 :alt: Hunter v0.14.19 - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Antal Tátrai `__ (`pr-406 `__) - Available since |hunter| diff --git a/docs/packages/pkg/mshadow.rst b/docs/packages/pkg/mshadow.rst index 2849f6ae3d..9eb5aa4113 100644 --- a/docs/packages/pkg/mshadow.rst +++ b/docs/packages/pkg/mshadow.rst @@ -12,7 +12,7 @@ mshadow - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/mshadow/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/mtplz.rst b/docs/packages/pkg/mtplz.rst index fb759548c5..5f9885a50a 100644 --- a/docs/packages/pkg/mtplz.rst +++ b/docs/packages/pkg/mtplz.rst @@ -16,8 +16,8 @@ mtplz - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/mxnet.rst b/docs/packages/pkg/mxnet.rst index 550e1fed28..b6d6b07a7d 100644 --- a/docs/packages/pkg/mxnet.rst +++ b/docs/packages/pkg/mxnet.rst @@ -13,7 +13,7 @@ mxnet - https://mxnet.apache.org/ - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ ``mxnet`` is not compatible with OpenCV ``4.0``, you have to explicitly switch to OpenCV ``3.4``: diff --git a/docs/packages/pkg/nanoflann.rst b/docs/packages/pkg/nanoflann.rst index e981189308..9a5f3d5ecf 100644 --- a/docs/packages/pkg/nanoflann.rst +++ b/docs/packages/pkg/nanoflann.rst @@ -16,8 +16,8 @@ nanoflann - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/nanosvg.rst b/docs/packages/pkg/nanosvg.rst index deed3c1dab..55a2517298 100644 --- a/docs/packages/pkg/nanosvg.rst +++ b/docs/packages/pkg/nanosvg.rst @@ -11,7 +11,7 @@ nanosvg - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Brad Kotsopoulos `__ (`pr-1658 `__) .. literalinclude:: /../examples/nanosvg/CMakeLists.txt diff --git a/docs/packages/pkg/ncnn.rst b/docs/packages/pkg/ncnn.rst index 08b67b9bf9..b97c2b2fd4 100644 --- a/docs/packages/pkg/ncnn.rst +++ b/docs/packages/pkg/ncnn.rst @@ -11,7 +11,7 @@ ncnn - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/ncnn/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/ncursesw.rst b/docs/packages/pkg/ncursesw.rst index ab0e3e1df4..68d3f73727 100644 --- a/docs/packages/pkg/ncursesw.rst +++ b/docs/packages/pkg/ncursesw.rst @@ -13,7 +13,7 @@ ncurses ======= - `Official `__ -- `Example `__ +- `Example `__ - Added by `Tim Stack `__ (`pr-N `__) .. literalinclude:: /../examples/ncursesw/CMakeLists.txt diff --git a/docs/packages/pkg/nlohmann_fifo_map.rst b/docs/packages/pkg/nlohmann_fifo_map.rst index 6ea5b6bad6..5f96031e2b 100644 --- a/docs/packages/pkg/nlohmann_fifo_map.rst +++ b/docs/packages/pkg/nlohmann_fifo_map.rst @@ -13,7 +13,7 @@ nlohmann_fifo_map - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Rahul Sheth `__ (`pr-1673 `__) .. literalinclude:: /../examples/nlohmann_fifo_map/CMakeLists.txt diff --git a/docs/packages/pkg/nlohmann_json.rst b/docs/packages/pkg/nlohmann_json.rst index e666ca2bca..6d3ee4acf9 100644 --- a/docs/packages/pkg/nlohmann_json.rst +++ b/docs/packages/pkg/nlohmann_json.rst @@ -11,7 +11,7 @@ nlohmann_json ============= - `Official GitHub `__ -- `Example `__ +- `Example `__ .. note:: @@ -51,12 +51,12 @@ CMake API that should be used for ``nlohmann_json`` v1.0.0: Related Hunter releases: - v1.0.0 Available from - `v0.12.13 `__ + `v0.12.13 `__ to - `v0.19.52 `__ + `v0.19.52 `__ - v2.1.1+ Available since - `v0.19.52 `__ + `v0.19.52 `__ migration from v1.0.0 to v2.1.1+ -------------------------------- diff --git a/docs/packages/pkg/nsync.rst b/docs/packages/pkg/nsync.rst index cf78780b49..027f293e07 100644 --- a/docs/packages/pkg/nsync.rst +++ b/docs/packages/pkg/nsync.rst @@ -11,7 +11,7 @@ nsync - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `David Hirvonen `__ (`pr-1169 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/odb-boost.rst b/docs/packages/pkg/odb-boost.rst index adc6975b86..ae2591a1a1 100644 --- a/docs/packages/pkg/odb-boost.rst +++ b/docs/packages/pkg/odb-boost.rst @@ -16,8 +16,8 @@ odb-boost - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/odb-compiler.rst b/docs/packages/pkg/odb-compiler.rst index 474dd6026c..c0c705df3a 100644 --- a/docs/packages/pkg/odb-compiler.rst +++ b/docs/packages/pkg/odb-compiler.rst @@ -17,8 +17,8 @@ odb-compiler - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/odb-mysql.rst b/docs/packages/pkg/odb-mysql.rst index 1bc539a40c..9dc618a19a 100644 --- a/docs/packages/pkg/odb-mysql.rst +++ b/docs/packages/pkg/odb-mysql.rst @@ -17,8 +17,8 @@ odb-mysql - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/odb-pgsql.rst b/docs/packages/pkg/odb-pgsql.rst index b8066aa800..3519aedd2b 100644 --- a/docs/packages/pkg/odb-pgsql.rst +++ b/docs/packages/pkg/odb-pgsql.rst @@ -11,11 +11,11 @@ odb-pgsql ========= .. |hunter| image:: https://img.shields.io/badge/hunter-v0.12.37-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.12.37 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.12.37 :alt: Hunter v0.12.37 - `Official `__ -- `Example `__ +- `Example `__ - Available since |hunter| - Added by `Alexandre Pretyman `__ (`pr-307 `__) diff --git a/docs/packages/pkg/odb-sqlite.rst b/docs/packages/pkg/odb-sqlite.rst index a044b1e81e..d9f44c0314 100644 --- a/docs/packages/pkg/odb-sqlite.rst +++ b/docs/packages/pkg/odb-sqlite.rst @@ -17,8 +17,8 @@ odb-sqlite - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/odb.rst b/docs/packages/pkg/odb.rst index 0e999e35f7..d22d3efba7 100644 --- a/docs/packages/pkg/odb.rst +++ b/docs/packages/pkg/odb.rst @@ -16,8 +16,8 @@ odb - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/ogles_gpgpu.rst b/docs/packages/pkg/ogles_gpgpu.rst index 394a66929b..523cde0197 100644 --- a/docs/packages/pkg/ogles_gpgpu.rst +++ b/docs/packages/pkg/ogles_gpgpu.rst @@ -13,7 +13,7 @@ ogles_gpgpu - `GitHub Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Maintainer: https://github.com/ruslo .. code-block:: cmake diff --git a/docs/packages/pkg/oniguruma.rst b/docs/packages/pkg/oniguruma.rst index d7d960c982..eeeca44d04 100644 --- a/docs/packages/pkg/oniguruma.rst +++ b/docs/packages/pkg/oniguruma.rst @@ -11,7 +11,7 @@ oniguruma - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1391 `__) .. literalinclude:: /../examples/oniguruma/CMakeLists.txt diff --git a/docs/packages/pkg/onmt.rst b/docs/packages/pkg/onmt.rst index cf482d4072..549cdc7f97 100644 --- a/docs/packages/pkg/onmt.rst +++ b/docs/packages/pkg/onmt.rst @@ -16,8 +16,8 @@ onmt - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/opentracing-cpp.rst b/docs/packages/pkg/opentracing-cpp.rst index a1d655af81..f995b1f46a 100644 --- a/docs/packages/pkg/opentracing-cpp.rst +++ b/docs/packages/pkg/opentracing-cpp.rst @@ -12,7 +12,7 @@ opentracing-cpp - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1070 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/pcg.rst b/docs/packages/pkg/pcg.rst index 441fb76693..1ec64948e5 100644 --- a/docs/packages/pkg/pcg.rst +++ b/docs/packages/pkg/pcg.rst @@ -11,7 +11,7 @@ pcg - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1377 `__) .. literalinclude:: /../examples/pcg/CMakeLists.txt diff --git a/docs/packages/pkg/pciaccess.rst b/docs/packages/pkg/pciaccess.rst index ddd85d32b2..4687a35321 100644 --- a/docs/packages/pkg/pciaccess.rst +++ b/docs/packages/pkg/pciaccess.rst @@ -16,8 +16,8 @@ pciaccess - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/pcre2.rst b/docs/packages/pkg/pcre2.rst index 7f81df8852..b6455ab420 100644 --- a/docs/packages/pkg/pcre2.rst +++ b/docs/packages/pkg/pcre2.rst @@ -13,7 +13,7 @@ pcre2 - https://www.pcre.org/ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pcre2/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pegtl.rst b/docs/packages/pkg/pegtl.rst index 556b878dc1..b7d238327c 100644 --- a/docs/packages/pkg/pegtl.rst +++ b/docs/packages/pkg/pegtl.rst @@ -11,7 +11,7 @@ pegtl ===== - `Official `__ -- `Example `__ +- `Example `__ - Added by `Jörg-Christian Böhme `__ (`pr-1905 `__) .. literalinclude:: /../examples/pegtl/CMakeLists.txt diff --git a/docs/packages/pkg/pip_GitPython.rst b/docs/packages/pkg/pip_GitPython.rst index 2836f296c6..a4f8e41a17 100644 --- a/docs/packages/pkg/pip_GitPython.rst +++ b/docs/packages/pkg/pip_GitPython.rst @@ -13,7 +13,7 @@ pip_GitPython - `Official `__ - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_GitPython/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_astroid.rst b/docs/packages/pkg/pip_astroid.rst index 3c05b04d1e..23f60ae98a 100644 --- a/docs/packages/pkg/pip_astroid.rst +++ b/docs/packages/pkg/pip_astroid.rst @@ -13,7 +13,7 @@ pip_astroid - `Official `__ - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_astroid/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_boto3.rst b/docs/packages/pkg/pip_boto3.rst index 472fa7b3bc..48bb84aabe 100644 --- a/docs/packages/pkg/pip_boto3.rst +++ b/docs/packages/pkg/pip_boto3.rst @@ -13,7 +13,7 @@ pip_boto3 - `Official `__ - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_boto3/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_botocore.rst b/docs/packages/pkg/pip_botocore.rst index aac1d3e513..64420818fa 100644 --- a/docs/packages/pkg/pip_botocore.rst +++ b/docs/packages/pkg/pip_botocore.rst @@ -13,7 +13,7 @@ pip_botocore - `Official `__ - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_botocore/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_certifi.rst b/docs/packages/pkg/pip_certifi.rst index a21324df4c..51c758c812 100644 --- a/docs/packages/pkg/pip_certifi.rst +++ b/docs/packages/pkg/pip_certifi.rst @@ -11,7 +11,7 @@ pip_certifi =========== - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_certifi/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_chardet.rst b/docs/packages/pkg/pip_chardet.rst index 4d3aebf316..8921cdd08d 100644 --- a/docs/packages/pkg/pip_chardet.rst +++ b/docs/packages/pkg/pip_chardet.rst @@ -13,7 +13,7 @@ pip_chardet - `Official `__ - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_chardet/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_cpplint.rst b/docs/packages/pkg/pip_cpplint.rst index ca44329768..aebd30ce0f 100644 --- a/docs/packages/pkg/pip_cpplint.rst +++ b/docs/packages/pkg/pip_cpplint.rst @@ -12,7 +12,7 @@ pip_cpplint - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_cpplint/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_decorator.rst b/docs/packages/pkg/pip_decorator.rst index e008ae7d2f..c05bde9a2d 100644 --- a/docs/packages/pkg/pip_decorator.rst +++ b/docs/packages/pkg/pip_decorator.rst @@ -12,7 +12,7 @@ pip_decorator - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_decorator/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_gitdb.rst b/docs/packages/pkg/pip_gitdb.rst index 34231181f9..44d63d9182 100644 --- a/docs/packages/pkg/pip_gitdb.rst +++ b/docs/packages/pkg/pip_gitdb.rst @@ -13,7 +13,7 @@ pip_gitdb - `Official `__ - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_gitdb/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_idna.rst b/docs/packages/pkg/pip_idna.rst index 8b18e5f783..d2442c7d71 100644 --- a/docs/packages/pkg/pip_idna.rst +++ b/docs/packages/pkg/pip_idna.rst @@ -12,7 +12,7 @@ pip_idna - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_idna/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_jmespath.rst b/docs/packages/pkg/pip_jmespath.rst index a55e6b5aff..bcba2f84f0 100644 --- a/docs/packages/pkg/pip_jmespath.rst +++ b/docs/packages/pkg/pip_jmespath.rst @@ -13,7 +13,7 @@ pip_jmespath - `Official `__ - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_jmespath/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_lazy-object-proxy.rst b/docs/packages/pkg/pip_lazy-object-proxy.rst index 7298e5690c..9712b05a3d 100644 --- a/docs/packages/pkg/pip_lazy-object-proxy.rst +++ b/docs/packages/pkg/pip_lazy-object-proxy.rst @@ -15,7 +15,7 @@ pip_lazy-object-proxy - `Official `__ - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_lazy-object-proxy/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_nose-timer.rst b/docs/packages/pkg/pip_nose-timer.rst index 5eac7f45e9..2c57c21e51 100644 --- a/docs/packages/pkg/pip_nose-timer.rst +++ b/docs/packages/pkg/pip_nose-timer.rst @@ -12,7 +12,7 @@ pip_nose-timer - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_nose-timer/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_nose.rst b/docs/packages/pkg/pip_nose.rst index af5b904f41..06974a7100 100644 --- a/docs/packages/pkg/pip_nose.rst +++ b/docs/packages/pkg/pip_nose.rst @@ -13,7 +13,7 @@ pip_nose - `Official `__ - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_nose/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_numpy.rst b/docs/packages/pkg/pip_numpy.rst index 9be65272d1..d17ddf00e0 100644 --- a/docs/packages/pkg/pip_numpy.rst +++ b/docs/packages/pkg/pip_numpy.rst @@ -13,7 +13,7 @@ pip_numpy - `Official `__ - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_numpy/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_pylint.rst b/docs/packages/pkg/pip_pylint.rst index d772154c84..80c08e7edb 100644 --- a/docs/packages/pkg/pip_pylint.rst +++ b/docs/packages/pkg/pip_pylint.rst @@ -13,7 +13,7 @@ pip_pylint - `Official `__ - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_pylint/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_python-dateutil.rst b/docs/packages/pkg/pip_python-dateutil.rst index 7d0dbad230..00094219cd 100644 --- a/docs/packages/pkg/pip_python-dateutil.rst +++ b/docs/packages/pkg/pip_python-dateutil.rst @@ -13,7 +13,7 @@ pip_python-dateutil - `Official `__ - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_python-dateutil/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_requests.rst b/docs/packages/pkg/pip_requests.rst index 6f7c90eb6c..6d3de6dc39 100644 --- a/docs/packages/pkg/pip_requests.rst +++ b/docs/packages/pkg/pip_requests.rst @@ -13,7 +13,7 @@ pip_requests - `Official `__ - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_requests/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_six.rst b/docs/packages/pkg/pip_six.rst index fbc557bb0f..a1c4e7f481 100644 --- a/docs/packages/pkg/pip_six.rst +++ b/docs/packages/pkg/pip_six.rst @@ -13,7 +13,7 @@ pip_six - `Official `__ - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_six/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_smmap.rst b/docs/packages/pkg/pip_smmap.rst index c1a046f88c..54606b436c 100644 --- a/docs/packages/pkg/pip_smmap.rst +++ b/docs/packages/pkg/pip_smmap.rst @@ -13,7 +13,7 @@ pip_smmap - `Official `__ - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_smmap/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_urllib3.rst b/docs/packages/pkg/pip_urllib3.rst index d6ccd528fe..13c81a25c0 100644 --- a/docs/packages/pkg/pip_urllib3.rst +++ b/docs/packages/pkg/pip_urllib3.rst @@ -13,7 +13,7 @@ pip_urllib3 - `Official `__ - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_urllib3/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pip_wrapt.rst b/docs/packages/pkg/pip_wrapt.rst index 6b0df6eff1..a67008a005 100644 --- a/docs/packages/pkg/pip_wrapt.rst +++ b/docs/packages/pkg/pip_wrapt.rst @@ -13,7 +13,7 @@ pip_wrapt - `Official `__ - `Official GitHub `__ - `PyPI `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/pip_wrapt/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/pluginlib.rst b/docs/packages/pkg/pluginlib.rst index 0761cffb22..11e195c4f9 100644 --- a/docs/packages/pkg/pluginlib.rst +++ b/docs/packages/pkg/pluginlib.rst @@ -11,7 +11,7 @@ pluginlib - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Krasimir Georgiev `__ (`pr-1926 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/poly2tri.rst b/docs/packages/pkg/poly2tri.rst index 88df24a6ac..a079fac567 100644 --- a/docs/packages/pkg/poly2tri.rst +++ b/docs/packages/pkg/poly2tri.rst @@ -12,7 +12,7 @@ poly2tri - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/polyclipping.rst b/docs/packages/pkg/polyclipping.rst index 8c413ebce4..9e3dd0d701 100644 --- a/docs/packages/pkg/polyclipping.rst +++ b/docs/packages/pkg/polyclipping.rst @@ -11,7 +11,7 @@ polyclipping - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/presentproto.rst b/docs/packages/pkg/presentproto.rst index 6836ae18b1..738ab023f5 100644 --- a/docs/packages/pkg/presentproto.rst +++ b/docs/packages/pkg/presentproto.rst @@ -16,8 +16,8 @@ presentproto - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/prometheus-cpp.rst b/docs/packages/pkg/prometheus-cpp.rst index 0bf11c444a..018b823d27 100644 --- a/docs/packages/pkg/prometheus-cpp.rst +++ b/docs/packages/pkg/prometheus-cpp.rst @@ -13,7 +13,7 @@ prometheus-cpp - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Rahul Sheth `__ (`pr-1680 `__) .. literalinclude:: /../examples/prometheus-cpp/CMakeLists.txt diff --git a/docs/packages/pkg/protobuf-c.rst b/docs/packages/pkg/protobuf-c.rst index 675fac6178..25d2cb69af 100644 --- a/docs/packages/pkg/protobuf-c.rst +++ b/docs/packages/pkg/protobuf-c.rst @@ -11,7 +11,7 @@ protobuf-c - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `isaachier `__ (`pr-1382 `__) .. literalinclude:: /../examples/protobuf-c/CMakeLists.txt diff --git a/docs/packages/pkg/pthread-stubs.rst b/docs/packages/pkg/pthread-stubs.rst index 2d267ab49a..0c4928c46f 100644 --- a/docs/packages/pkg/pthread-stubs.rst +++ b/docs/packages/pkg/pthread-stubs.rst @@ -16,8 +16,8 @@ pthread-stubs - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/pugixml.rst b/docs/packages/pkg/pugixml.rst index 043e56da81..3c6a7b9151 100644 --- a/docs/packages/pkg/pugixml.rst +++ b/docs/packages/pkg/pugixml.rst @@ -12,7 +12,7 @@ pugixml - `Official `__ - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/pybind11.rst b/docs/packages/pkg/pybind11.rst index 839477a7cf..9ddf78c053 100644 --- a/docs/packages/pkg/pybind11.rst +++ b/docs/packages/pkg/pybind11.rst @@ -11,7 +11,7 @@ pybind11 ======== - `Official `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1140 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/qhull.rst b/docs/packages/pkg/qhull.rst index c33ce11135..4ad1c25f95 100644 --- a/docs/packages/pkg/qhull.rst +++ b/docs/packages/pkg/qhull.rst @@ -12,7 +12,7 @@ qhull - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `qhull_developer `__ (`pr-1596 `__) .. literalinclude:: /../examples/qhull/CMakeLists.txt diff --git a/docs/packages/pkg/quickjs.rst b/docs/packages/pkg/quickjs.rst index b1d03b79fc..424ca34267 100644 --- a/docs/packages/pkg/quickjs.rst +++ b/docs/packages/pkg/quickjs.rst @@ -12,7 +12,7 @@ quickjs - https://bellard.org/quickjs/ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/quickjs/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/rabbitmq-c.rst b/docs/packages/pkg/rabbitmq-c.rst index 439ac75d50..68ad79fbad 100644 --- a/docs/packages/pkg/rabbitmq-c.rst +++ b/docs/packages/pkg/rabbitmq-c.rst @@ -11,7 +11,7 @@ rabbitmq-c - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/rabit.rst b/docs/packages/pkg/rabit.rst index c01683346a..6c182b55aa 100644 --- a/docs/packages/pkg/rabit.rst +++ b/docs/packages/pkg/rabit.rst @@ -11,7 +11,7 @@ rabit - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/rabit/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/randrproto.rst b/docs/packages/pkg/randrproto.rst index 0d873a2b65..05c413c7cb 100644 --- a/docs/packages/pkg/randrproto.rst +++ b/docs/packages/pkg/randrproto.rst @@ -16,8 +16,8 @@ randrproto - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/rang.rst b/docs/packages/pkg/rang.rst index 0b270ccbf3..e8e3efea05 100644 --- a/docs/packages/pkg/rang.rst +++ b/docs/packages/pkg/rang.rst @@ -13,7 +13,7 @@ rang - https://agauniyal.github.io/rang/ - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/rang/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/range-v3.rst b/docs/packages/pkg/range-v3.rst index fd7206b9e3..dbe2064889 100644 --- a/docs/packages/pkg/range-v3.rst +++ b/docs/packages/pkg/range-v3.rst @@ -11,7 +11,7 @@ range-v3 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `dvirtz `__ (`pr-1282 `__) .. literalinclude:: /../examples/range-v3/CMakeLists.txt diff --git a/docs/packages/pkg/re2.rst b/docs/packages/pkg/re2.rst index 7cb957742f..b7b5b09b0b 100644 --- a/docs/packages/pkg/re2.rst +++ b/docs/packages/pkg/re2.rst @@ -11,7 +11,7 @@ re2 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `David Hirvonen `__ (`pr-1171 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/readline.rst b/docs/packages/pkg/readline.rst index 6b1ed81fa1..0cff88c401 100644 --- a/docs/packages/pkg/readline.rst +++ b/docs/packages/pkg/readline.rst @@ -12,7 +12,7 @@ readline ======== - `Official `__ -- `Example `__ +- `Example `__ - Added by `Tim Stack `__ (`pr-1912 `__) .. literalinclude:: /../examples/readline/CMakeLists.txt diff --git a/docs/packages/pkg/recastnavigation.rst b/docs/packages/pkg/recastnavigation.rst index e13c4a0506..0cc5550861 100644 --- a/docs/packages/pkg/recastnavigation.rst +++ b/docs/packages/pkg/recastnavigation.rst @@ -11,7 +11,7 @@ recastnavigation - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/renderproto.rst b/docs/packages/pkg/renderproto.rst index 0f093f49cb..a554914576 100644 --- a/docs/packages/pkg/renderproto.rst +++ b/docs/packages/pkg/renderproto.rst @@ -16,8 +16,8 @@ renderproto - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/rocksdb.rst b/docs/packages/pkg/rocksdb.rst index b7a2bed9bd..7127483e71 100644 --- a/docs/packages/pkg/rocksdb.rst +++ b/docs/packages/pkg/rocksdb.rst @@ -15,7 +15,7 @@ rocksdb - `Official `__ - `Official GitHub `__ -- `Example `__ +- `Example `__ - Started by Paweł Bylica `chfast `__ (`pr-991 `__) - Completed by Isaac Hier `isaachier `__ (`pr-1231 `__) diff --git a/docs/packages/pkg/ros.rst b/docs/packages/pkg/ros.rst index fa5d2c0511..dd8e1f1e78 100644 --- a/docs/packages/pkg/ros.rst +++ b/docs/packages/pkg/ros.rst @@ -12,7 +12,7 @@ ros - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by - `Lukas Solanka `__ (`pr-1461 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/ros_comm.rst b/docs/packages/pkg/ros_comm.rst index bbfbe86c88..e8e6f950fb 100644 --- a/docs/packages/pkg/ros_comm.rst +++ b/docs/packages/pkg/ros_comm.rst @@ -12,7 +12,7 @@ ros_comm - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Krasimir Georgiev `__ (`pr-1930 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/ros_comm_msgs.rst b/docs/packages/pkg/ros_comm_msgs.rst index 408df1e20a..67dba1d3a7 100644 --- a/docs/packages/pkg/ros_comm_msgs.rst +++ b/docs/packages/pkg/ros_comm_msgs.rst @@ -13,7 +13,7 @@ ros_comm_msgs - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by - `Lukas Solanka `__ (`pr-1461 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/ros_common_msgs.rst b/docs/packages/pkg/ros_common_msgs.rst index e44baee89d..ab4480ba09 100644 --- a/docs/packages/pkg/ros_common_msgs.rst +++ b/docs/packages/pkg/ros_common_msgs.rst @@ -13,7 +13,7 @@ ros_common_msgs - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by - `Lukas Solanka `__ (`pr-1461 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/ros_console_bridge.rst b/docs/packages/pkg/ros_console_bridge.rst index f46fa203d7..edfd8a5ead 100644 --- a/docs/packages/pkg/ros_console_bridge.rst +++ b/docs/packages/pkg/ros_console_bridge.rst @@ -12,7 +12,7 @@ ros_console_bridge - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by - `Lukas Solanka `__ (`pr-1403 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/ros_environment.rst b/docs/packages/pkg/ros_environment.rst index 53e2cc5b4d..1f72fe9257 100644 --- a/docs/packages/pkg/ros_environment.rst +++ b/docs/packages/pkg/ros_environment.rst @@ -12,7 +12,7 @@ ros_environment - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by - `Lukas Solanka `__ (`pr-1450 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/ros_gencpp.rst b/docs/packages/pkg/ros_gencpp.rst index 7eeb00f2a0..e25028f34d 100644 --- a/docs/packages/pkg/ros_gencpp.rst +++ b/docs/packages/pkg/ros_gencpp.rst @@ -13,7 +13,7 @@ ros_gencpp - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by - `Lukas Solanka `__ (`pr-1416 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/ros_geneus.rst b/docs/packages/pkg/ros_geneus.rst index 33d2a4241b..0d91bc2274 100644 --- a/docs/packages/pkg/ros_geneus.rst +++ b/docs/packages/pkg/ros_geneus.rst @@ -13,7 +13,7 @@ ros_geneus - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by - `Lukas Solanka `__ (`pr-1416 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/ros_genlisp.rst b/docs/packages/pkg/ros_genlisp.rst index 6e6bc4d93b..fef58c9fc4 100644 --- a/docs/packages/pkg/ros_genlisp.rst +++ b/docs/packages/pkg/ros_genlisp.rst @@ -13,7 +13,7 @@ ros_genlisp - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by - `Lukas Solanka `__ (`pr-1416 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/ros_genmsg.rst b/docs/packages/pkg/ros_genmsg.rst index e04aee6a36..1e1959929e 100644 --- a/docs/packages/pkg/ros_genmsg.rst +++ b/docs/packages/pkg/ros_genmsg.rst @@ -13,7 +13,7 @@ ros_genmsg - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by - `Lukas Solanka `__ (`pr-1410 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/ros_gennodejs.rst b/docs/packages/pkg/ros_gennodejs.rst index 73b7dca38b..2c0c9a129c 100644 --- a/docs/packages/pkg/ros_gennodejs.rst +++ b/docs/packages/pkg/ros_gennodejs.rst @@ -13,7 +13,7 @@ ros_gennodejs - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by - `Lukas Solanka `__ (`pr-1416 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/ros_genpy.rst b/docs/packages/pkg/ros_genpy.rst index dc9a4fe155..1bfc964078 100644 --- a/docs/packages/pkg/ros_genpy.rst +++ b/docs/packages/pkg/ros_genpy.rst @@ -13,7 +13,7 @@ ros_genpy - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by - `Lukas Solanka `__ (`pr-1416 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/ros_message_generation.rst b/docs/packages/pkg/ros_message_generation.rst index 8ea9b00fbd..b38846bd03 100644 --- a/docs/packages/pkg/ros_message_generation.rst +++ b/docs/packages/pkg/ros_message_generation.rst @@ -13,7 +13,7 @@ ros_message_generation - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by - `Lukas Solanka `__ (`pr-1435 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/ros_message_runtime.rst b/docs/packages/pkg/ros_message_runtime.rst index 733864acb1..734db8a60e 100644 --- a/docs/packages/pkg/ros_message_runtime.rst +++ b/docs/packages/pkg/ros_message_runtime.rst @@ -13,7 +13,7 @@ ros_message_runtime - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by - `Lukas Solanka `__ (`pr-1439 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/ros_std_msgs.rst b/docs/packages/pkg/ros_std_msgs.rst index 58358c0ef4..853e99f9b2 100644 --- a/docs/packages/pkg/ros_std_msgs.rst +++ b/docs/packages/pkg/ros_std_msgs.rst @@ -13,7 +13,7 @@ ros_std_msgs - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by - `Lukas Solanka `__ (`pr-1450 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/rosconsole.rst b/docs/packages/pkg/rosconsole.rst index 7c1fce6496..cf40a076e5 100644 --- a/docs/packages/pkg/rosconsole.rst +++ b/docs/packages/pkg/rosconsole.rst @@ -11,7 +11,7 @@ rosconsole - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Krasimir Georgiev `__ (`pr-1907 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/roscpp_core.rst b/docs/packages/pkg/roscpp_core.rst index b6007d094f..a10a78de40 100644 --- a/docs/packages/pkg/roscpp_core.rst +++ b/docs/packages/pkg/roscpp_core.rst @@ -13,7 +13,7 @@ roscpp_core - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by - `Lukas Solanka `__ (`pr-1412 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/rospack.rst b/docs/packages/pkg/rospack.rst index 51f52a79fd..550f754729 100644 --- a/docs/packages/pkg/rospack.rst +++ b/docs/packages/pkg/rospack.rst @@ -12,7 +12,7 @@ rospack - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by - `Lukas Solanka `__ (`pr-1435 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/s3.rst b/docs/packages/pkg/s3.rst index a1d9a7f004..4f81c5c91b 100644 --- a/docs/packages/pkg/s3.rst +++ b/docs/packages/pkg/s3.rst @@ -12,7 +12,7 @@ s3 - https://github.com/bji/libs3 - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/s3/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/sds.rst b/docs/packages/pkg/sds.rst index 9718c98b04..758a4ba203 100644 --- a/docs/packages/pkg/sds.rst +++ b/docs/packages/pkg/sds.rst @@ -11,7 +11,7 @@ sds - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Isaac Hier `__ (`pr-1254 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/sentencepiece.rst b/docs/packages/pkg/sentencepiece.rst index e7917e0ef2..96e1aeaf4b 100644 --- a/docs/packages/pkg/sentencepiece.rst +++ b/docs/packages/pkg/sentencepiece.rst @@ -12,7 +12,7 @@ sentencepiece - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/sentencepiece/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/shaka_player_embedded.rst b/docs/packages/pkg/shaka_player_embedded.rst index ecf31d871b..ba1488b3c7 100644 --- a/docs/packages/pkg/shaka_player_embedded.rst +++ b/docs/packages/pkg/shaka_player_embedded.rst @@ -12,7 +12,7 @@ shaka_player_embedded - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - `Stand-alone example `__ Next customization should be applied for dependencies: diff --git a/docs/packages/pkg/sleef.rst b/docs/packages/pkg/sleef.rst index e1ca130b97..c92d6d329c 100644 --- a/docs/packages/pkg/sleef.rst +++ b/docs/packages/pkg/sleef.rst @@ -12,7 +12,7 @@ sleef - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `xsacha `__ (`pr-1780 `__) .. literalinclude:: /../examples/sleef/CMakeLists.txt diff --git a/docs/packages/pkg/sm.rst b/docs/packages/pkg/sm.rst index 0b1d02ee9f..e3a9d72109 100644 --- a/docs/packages/pkg/sm.rst +++ b/docs/packages/pkg/sm.rst @@ -16,8 +16,8 @@ sm - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/soil.rst b/docs/packages/pkg/soil.rst index 882eb4d970..941b61f861 100644 --- a/docs/packages/pkg/soil.rst +++ b/docs/packages/pkg/soil.rst @@ -13,7 +13,7 @@ soil - https://www.lonesock.net/soil.html - `GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `frequem `__ (`pr-1703 `__) .. literalinclude:: /../examples/soil/CMakeLists.txt diff --git a/docs/packages/pkg/sources_for_android_sdk_packer.rst b/docs/packages/pkg/sources_for_android_sdk_packer.rst index 0900e103ff..6bbf367e50 100644 --- a/docs/packages/pkg/sources_for_android_sdk_packer.rst +++ b/docs/packages/pkg/sources_for_android_sdk_packer.rst @@ -14,7 +14,7 @@ sources_for_android_sdk_packer ============================== - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/sources_for_android_sdk_packer/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/spdlog.rst b/docs/packages/pkg/spdlog.rst index 638a4de33d..14735820fa 100644 --- a/docs/packages/pkg/spdlog.rst +++ b/docs/packages/pkg/spdlog.rst @@ -11,7 +11,7 @@ spdlog - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/spirv-cross.rst b/docs/packages/pkg/spirv-cross.rst index 03789ea0d8..27216e5d16 100644 --- a/docs/packages/pkg/spirv-cross.rst +++ b/docs/packages/pkg/spirv-cross.rst @@ -11,7 +11,7 @@ spirv-cross =========== - `Official `__ -- `Example `__ +- `Example `__ - Added by `Jon Spencer `__ (`pr-1748 `__) .. literalinclude:: /../examples/spirv-cross/CMakeLists.txt diff --git a/docs/packages/pkg/sqlite3.rst b/docs/packages/pkg/sqlite3.rst index ffffad0d05..229120a45d 100644 --- a/docs/packages/pkg/sqlite3.rst +++ b/docs/packages/pkg/sqlite3.rst @@ -11,7 +11,7 @@ sqlite3 - https://www.sqlite.org - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/sqlite3/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/sse2neon.rst b/docs/packages/pkg/sse2neon.rst index cdc778008b..915b96836b 100644 --- a/docs/packages/pkg/sse2neon.rst +++ b/docs/packages/pkg/sse2neon.rst @@ -10,7 +10,7 @@ sse2neon ======== - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/stanhull.rst b/docs/packages/pkg/stanhull.rst index d6df974b57..0fb2d1612d 100644 --- a/docs/packages/pkg/stanhull.rst +++ b/docs/packages/pkg/stanhull.rst @@ -10,7 +10,7 @@ stanhull ======== - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/state_machine.rst b/docs/packages/pkg/state_machine.rst index 698627012c..09666b5736 100644 --- a/docs/packages/pkg/state_machine.rst +++ b/docs/packages/pkg/state_machine.rst @@ -10,7 +10,7 @@ state_machine ============= - `Official `__ -- `Example `__ +- `Example `__ - Added by `NukeBird `__ (`pr-1163 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/stb.rst b/docs/packages/pkg/stb.rst index a07006315f..a68e80ec73 100644 --- a/docs/packages/pkg/stb.rst +++ b/docs/packages/pkg/stb.rst @@ -11,7 +11,7 @@ stb - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/stdext-path.rst b/docs/packages/pkg/stdext-path.rst index fb5f41f348..c0b39c2a5b 100644 --- a/docs/packages/pkg/stdext-path.rst +++ b/docs/packages/pkg/stdext-path.rst @@ -11,7 +11,7 @@ stdext-path - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/stdext-path/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/stormlib.rst b/docs/packages/pkg/stormlib.rst index e4ea0eace8..bc38e09152 100644 --- a/docs/packages/pkg/stormlib.rst +++ b/docs/packages/pkg/stormlib.rst @@ -11,8 +11,8 @@ stormlib - `Official `__ - `Hunterized `__ -- `Example `__ -- Available since `v0.19.83 `__ +- `Example `__ +- Available since `v0.19.83 `__ - Added by `wheybags `__ (`pr-877 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/sugar.rst b/docs/packages/pkg/sugar.rst index a9cd400e7c..0a222525ab 100644 --- a/docs/packages/pkg/sugar.rst +++ b/docs/packages/pkg/sugar.rst @@ -10,7 +10,7 @@ sugar ===== - `Official GitHub `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/sugar/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/szip.rst b/docs/packages/pkg/szip.rst index 22a6ef7b70..680d283fe5 100644 --- a/docs/packages/pkg/szip.rst +++ b/docs/packages/pkg/szip.rst @@ -10,7 +10,7 @@ szip ==== - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/tacopie.rst b/docs/packages/pkg/tacopie.rst index d56f823f00..bc77fb2ecf 100644 --- a/docs/packages/pkg/tacopie.rst +++ b/docs/packages/pkg/tacopie.rst @@ -10,13 +10,13 @@ tacopie ======= .. |hunter| image:: https://img.shields.io/badge/hunter-v0.18.50-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.18.50 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.18.50 :alt: Hunter v0.18.50 - `Official `__ - `Official github fork `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Available since |hunter| .. code-block:: cmake diff --git a/docs/packages/pkg/taocpp-json.rst b/docs/packages/pkg/taocpp-json.rst index 0192f5baa4..f0858c0e7d 100644 --- a/docs/packages/pkg/taocpp-json.rst +++ b/docs/packages/pkg/taocpp-json.rst @@ -12,7 +12,7 @@ taocpp-json =========== - `Official `__ -- `Example `__ +- `Example `__ - Added by `Jörg-Christian Böhme `__ (`pr-1906 `__) .. literalinclude:: /../examples/taocpp-json/CMakeLists.txt diff --git a/docs/packages/pkg/tcl.rst b/docs/packages/pkg/tcl.rst index cca0f851b4..aa47886ad7 100644 --- a/docs/packages/pkg/tcl.rst +++ b/docs/packages/pkg/tcl.rst @@ -11,7 +11,7 @@ tcl === - `Official `__ -- `Example `__ +- `Example `__ - Added by `drodin `__ (`pr-1515 `__) .. literalinclude:: /../examples/tcl/CMakeLists.txt diff --git a/docs/packages/pkg/tclap.rst b/docs/packages/pkg/tclap.rst index c23dbb6898..af51538dfb 100644 --- a/docs/packages/pkg/tclap.rst +++ b/docs/packages/pkg/tclap.rst @@ -11,7 +11,7 @@ TCLAP - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `cyberunner23 `__ (`pr-1419 `__) .. literalinclude:: /../examples/TCLAP/CMakeLists.txt diff --git a/docs/packages/pkg/termcolor.rst b/docs/packages/pkg/termcolor.rst index 7c771e8e2d..7f69374491 100644 --- a/docs/packages/pkg/termcolor.rst +++ b/docs/packages/pkg/termcolor.rst @@ -15,7 +15,7 @@ Termcolor is a header-only C++ library for printing colored messages to the term Written just for fun with a help of the Force. - `Official `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/termcolor/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/tf.rst b/docs/packages/pkg/tf.rst index 024b118dec..01f54aa2b8 100644 --- a/docs/packages/pkg/tf.rst +++ b/docs/packages/pkg/tf.rst @@ -12,7 +12,7 @@ tf - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Krasimir Georgiev `__ (`pr-1933 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/tf2.rst b/docs/packages/pkg/tf2.rst index e40a61a2a7..a5d3e6f1aa 100644 --- a/docs/packages/pkg/tf2.rst +++ b/docs/packages/pkg/tf2.rst @@ -13,7 +13,7 @@ tf2 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Krasimir Georgiev `__ (`pr-1932 `__) - Contribution partially as part of work at `SeeByte Ltd. `__ diff --git a/docs/packages/pkg/thread-pool-cpp.rst b/docs/packages/pkg/thread-pool-cpp.rst index 568b4fda53..c20ed4adc5 100644 --- a/docs/packages/pkg/thread-pool-cpp.rst +++ b/docs/packages/pkg/thread-pool-cpp.rst @@ -11,7 +11,7 @@ thread-pool-cpp - `GitHub official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/thrift.rst b/docs/packages/pkg/thrift.rst index 4adf676177..68f9523d81 100644 --- a/docs/packages/pkg/thrift.rst +++ b/docs/packages/pkg/thrift.rst @@ -15,7 +15,7 @@ thrift - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `isaachier `__ (`pr-1064 `__) This package **does not** compile the Thrift compiler by default. Nor does it diff --git a/docs/packages/pkg/tinydir.rst b/docs/packages/pkg/tinydir.rst index c07e1e3d72..c648fd7cdc 100644 --- a/docs/packages/pkg/tinydir.rst +++ b/docs/packages/pkg/tinydir.rst @@ -11,7 +11,7 @@ tinydir - `GitHub Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/tinyxml2.rst b/docs/packages/pkg/tinyxml2.rst index 7447278f71..7b48b46f2a 100644 --- a/docs/packages/pkg/tinyxml2.rst +++ b/docs/packages/pkg/tinyxml2.rst @@ -11,7 +11,7 @@ TinyXML2 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Lukas Solanka `__ (`pr-1426 `__) .. literalinclude:: /../examples/tinyxml2/CMakeLists.txt diff --git a/docs/packages/pkg/tmxparser.rst b/docs/packages/pkg/tmxparser.rst index 4353559096..552a962f02 100644 --- a/docs/packages/pkg/tmxparser.rst +++ b/docs/packages/pkg/tmxparser.rst @@ -12,7 +12,7 @@ tmxparser - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Sebastien Collier `__ (`pr-1829 `__) .. literalinclude:: /../examples/tmxparser/CMakeLists.txt diff --git a/docs/packages/pkg/toluapp.rst b/docs/packages/pkg/toluapp.rst index 02b10d2430..8f8a010765 100644 --- a/docs/packages/pkg/toluapp.rst +++ b/docs/packages/pkg/toluapp.rst @@ -22,7 +22,7 @@ toluapp - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/toluapp/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/tomcrypt.rst b/docs/packages/pkg/tomcrypt.rst index d6115b65c4..39c710512d 100644 --- a/docs/packages/pkg/tomcrypt.rst +++ b/docs/packages/pkg/tomcrypt.rst @@ -16,8 +16,8 @@ tomcrypt - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/tommath.rst b/docs/packages/pkg/tommath.rst index b5d4a722c7..4de7d53c37 100644 --- a/docs/packages/pkg/tommath.rst +++ b/docs/packages/pkg/tommath.rst @@ -16,8 +16,8 @@ tommath - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/tvm.rst b/docs/packages/pkg/tvm.rst index 316e9657a5..9a7e9fe43e 100644 --- a/docs/packages/pkg/tvm.rst +++ b/docs/packages/pkg/tvm.rst @@ -12,7 +12,7 @@ tvm - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. note:: diff --git a/docs/packages/pkg/type_safe.rst b/docs/packages/pkg/type_safe.rst index f4763ef224..e8e6f5c8fb 100644 --- a/docs/packages/pkg/type_safe.rst +++ b/docs/packages/pkg/type_safe.rst @@ -11,7 +11,7 @@ type_safe - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `dvirtz `__ (`pr-1143 `__) .. code-block:: cmake diff --git a/docs/packages/pkg/units.rst b/docs/packages/pkg/units.rst index 9da9bab78e..0b42dfbf32 100644 --- a/docs/packages/pkg/units.rst +++ b/docs/packages/pkg/units.rst @@ -11,7 +11,7 @@ Units ===== - `Official `__ -- `Example `__ +- `Example `__ - Added by `achary `__ (`pr-1602 `__) .. literalinclude:: /../examples/units/CMakeLists.txt diff --git a/docs/packages/pkg/utf8.rst b/docs/packages/pkg/utf8.rst index b47bf039ee..2973ee768d 100644 --- a/docs/packages/pkg/utf8.rst +++ b/docs/packages/pkg/utf8.rst @@ -12,7 +12,7 @@ utf8 - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Rahul Sheth `__ (`pr-1711 `__) .. literalinclude:: /../examples/utf8/CMakeLists.txt diff --git a/docs/packages/pkg/util_linux.rst b/docs/packages/pkg/util_linux.rst index 4f7d88fda5..9dfa377d2c 100644 --- a/docs/packages/pkg/util_linux.rst +++ b/docs/packages/pkg/util_linux.rst @@ -11,7 +11,7 @@ util_linux ========== - `Official `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/v8.rst b/docs/packages/pkg/v8.rst index d48c27dec7..7a901ef13c 100644 --- a/docs/packages/pkg/v8.rst +++ b/docs/packages/pkg/v8.rst @@ -13,7 +13,7 @@ v8 - https://v8.dev/ - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/v8/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/vectorial.rst b/docs/packages/pkg/vectorial.rst index 770742dbd0..1449482d78 100644 --- a/docs/packages/pkg/vectorial.rst +++ b/docs/packages/pkg/vectorial.rst @@ -12,7 +12,7 @@ vectorial - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Rahul Sheth `__ (`pr-1683 `__) .. literalinclude:: /../examples/vectorial/CMakeLists.txt diff --git a/docs/packages/pkg/vorbis.rst b/docs/packages/pkg/vorbis.rst index 7508764607..25cba33a56 100644 --- a/docs/packages/pkg/vorbis.rst +++ b/docs/packages/pkg/vorbis.rst @@ -12,7 +12,7 @@ vorbis - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Jon Spencer `__ (`pr-1455 `__) .. literalinclude:: /../examples/vorbis/CMakeLists.txt diff --git a/docs/packages/pkg/websocketpp.rst b/docs/packages/pkg/websocketpp.rst index 1de6763985..bad41c6d62 100644 --- a/docs/packages/pkg/websocketpp.rst +++ b/docs/packages/pkg/websocketpp.rst @@ -10,7 +10,7 @@ websocketpp =========== - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Antal Tátrai `__ (`pr-400 `__) diff --git a/docs/packages/pkg/wt.rst b/docs/packages/pkg/wt.rst index 2c1d2da01e..70f9677fa3 100644 --- a/docs/packages/pkg/wt.rst +++ b/docs/packages/pkg/wt.rst @@ -11,7 +11,7 @@ wt - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Casey `__ (`pr-1655 `__) Wt is a web GUI library in modern C++. diff --git a/docs/packages/pkg/wxWidgets.rst b/docs/packages/pkg/wxWidgets.rst index 4c3859da06..9813b9a604 100644 --- a/docs/packages/pkg/wxWidgets.rst +++ b/docs/packages/pkg/wxWidgets.rst @@ -11,7 +11,7 @@ wxWidgets - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/wyrm.rst b/docs/packages/pkg/wyrm.rst index 02356ee527..d39feba91b 100644 --- a/docs/packages/pkg/wyrm.rst +++ b/docs/packages/pkg/wyrm.rst @@ -12,7 +12,7 @@ wyrm ==== - `Official `__ -- `Example `__ +- `Example `__ - Added by `Arnaud Sevin `__ (`pr-1790 `__) .. literalinclude:: /../examples/wyrm/CMakeLists.txt diff --git a/docs/packages/pkg/x11.rst b/docs/packages/pkg/x11.rst index d5c4bb3a83..360df337a6 100644 --- a/docs/packages/pkg/x11.rst +++ b/docs/packages/pkg/x11.rst @@ -16,8 +16,8 @@ x11 - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/x264.rst b/docs/packages/pkg/x264.rst index 46a60f34ac..b2bbd8ed5d 100644 --- a/docs/packages/pkg/x264.rst +++ b/docs/packages/pkg/x264.rst @@ -10,7 +10,7 @@ x264 ==== - https://www.videolan.org/developers/x264.html -- `Example `__ +- `Example `__ .. literalinclude:: /../examples/x264/CMakeLists.txt :language: cmake diff --git a/docs/packages/pkg/xau.rst b/docs/packages/pkg/xau.rst index 28f17541bd..9812191a3f 100644 --- a/docs/packages/pkg/xau.rst +++ b/docs/packages/pkg/xau.rst @@ -16,8 +16,8 @@ xau - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/xcb-proto.rst b/docs/packages/pkg/xcb-proto.rst index e7eef23176..77970bfc12 100644 --- a/docs/packages/pkg/xcb-proto.rst +++ b/docs/packages/pkg/xcb-proto.rst @@ -17,8 +17,8 @@ xcb-proto - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/xcb.rst b/docs/packages/pkg/xcb.rst index 0d14b99d62..39a64e502d 100644 --- a/docs/packages/pkg/xcb.rst +++ b/docs/packages/pkg/xcb.rst @@ -16,8 +16,8 @@ xcb - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/xcursor.rst b/docs/packages/pkg/xcursor.rst index fe2c6fefe3..869036cea4 100644 --- a/docs/packages/pkg/xcursor.rst +++ b/docs/packages/pkg/xcursor.rst @@ -16,8 +16,8 @@ xcursor - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/xdamage.rst b/docs/packages/pkg/xdamage.rst index de2dee0c12..44eb7d5161 100644 --- a/docs/packages/pkg/xdamage.rst +++ b/docs/packages/pkg/xdamage.rst @@ -16,8 +16,8 @@ xdamage - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/xext.rst b/docs/packages/pkg/xext.rst index 0caceba654..8e03f6e7c3 100644 --- a/docs/packages/pkg/xext.rst +++ b/docs/packages/pkg/xext.rst @@ -16,8 +16,8 @@ xext - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/xextproto.rst b/docs/packages/pkg/xextproto.rst index 427c2b8b33..3519888fe1 100644 --- a/docs/packages/pkg/xextproto.rst +++ b/docs/packages/pkg/xextproto.rst @@ -16,8 +16,8 @@ xextproto - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/xf86vidmodeproto.rst b/docs/packages/pkg/xf86vidmodeproto.rst index 2e70081514..d6d3ff764e 100644 --- a/docs/packages/pkg/xf86vidmodeproto.rst +++ b/docs/packages/pkg/xf86vidmodeproto.rst @@ -17,8 +17,8 @@ xf86vidmodeproto - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/xfixes.rst b/docs/packages/pkg/xfixes.rst index cc80af006c..c5a05f7885 100644 --- a/docs/packages/pkg/xfixes.rst +++ b/docs/packages/pkg/xfixes.rst @@ -16,8 +16,8 @@ xfixes - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/xgboost.rst b/docs/packages/pkg/xgboost.rst index 39781e0471..a5e8ba9cd1 100644 --- a/docs/packages/pkg/xgboost.rst +++ b/docs/packages/pkg/xgboost.rst @@ -11,7 +11,7 @@ xgboost - `Official GitHub `__ - `Hunterized `__ -- `Example `__ +- `Example `__ .. code-block:: cmake diff --git a/docs/packages/pkg/xi.rst b/docs/packages/pkg/xi.rst index a669a4c401..04fe80cb18 100644 --- a/docs/packages/pkg/xi.rst +++ b/docs/packages/pkg/xi.rst @@ -16,8 +16,8 @@ xi - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/xinerama.rst b/docs/packages/pkg/xinerama.rst index 522e8d420e..e93a89d2cf 100644 --- a/docs/packages/pkg/xinerama.rst +++ b/docs/packages/pkg/xinerama.rst @@ -16,8 +16,8 @@ xinerama - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/xineramaproto.rst b/docs/packages/pkg/xineramaproto.rst index 8aa01354e7..e9183262c7 100644 --- a/docs/packages/pkg/xineramaproto.rst +++ b/docs/packages/pkg/xineramaproto.rst @@ -16,8 +16,8 @@ xineramaproto - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/xorg-macros.rst b/docs/packages/pkg/xorg-macros.rst index 0c4f6ef217..b694506146 100644 --- a/docs/packages/pkg/xorg-macros.rst +++ b/docs/packages/pkg/xorg-macros.rst @@ -16,8 +16,8 @@ xorg-macros - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/xproto.rst b/docs/packages/pkg/xproto.rst index 236509d513..c50d3f85d3 100644 --- a/docs/packages/pkg/xproto.rst +++ b/docs/packages/pkg/xproto.rst @@ -16,8 +16,8 @@ xproto - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/xrandr.rst b/docs/packages/pkg/xrandr.rst index 28dd4ebf5a..369be0cc07 100644 --- a/docs/packages/pkg/xrandr.rst +++ b/docs/packages/pkg/xrandr.rst @@ -16,8 +16,8 @@ xrandr - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/xrender.rst b/docs/packages/pkg/xrender.rst index 880126a2ef..d6abccfffe 100644 --- a/docs/packages/pkg/xrender.rst +++ b/docs/packages/pkg/xrender.rst @@ -16,8 +16,8 @@ xrender - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/xshmfence.rst b/docs/packages/pkg/xshmfence.rst index 062bb75127..9d986c7ed9 100644 --- a/docs/packages/pkg/xshmfence.rst +++ b/docs/packages/pkg/xshmfence.rst @@ -16,8 +16,8 @@ xshmfence - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/xtrans.rst b/docs/packages/pkg/xtrans.rst index 7384e15ca7..d5aff85111 100644 --- a/docs/packages/pkg/xtrans.rst +++ b/docs/packages/pkg/xtrans.rst @@ -16,8 +16,8 @@ xtrans - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/xxf86vm.rst b/docs/packages/pkg/xxf86vm.rst index 16cd21b5fb..2f4339175c 100644 --- a/docs/packages/pkg/xxf86vm.rst +++ b/docs/packages/pkg/xxf86vm.rst @@ -17,8 +17,8 @@ xxf86vm - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/docs/packages/pkg/xxhash.rst b/docs/packages/pkg/xxhash.rst index 8f86ca3dff..a2fc7897c5 100644 --- a/docs/packages/pkg/xxhash.rst +++ b/docs/packages/pkg/xxhash.rst @@ -12,7 +12,7 @@ xxhash - `Official `__ - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Warchant `__ (`pr-1738 `__) .. literalinclude:: /../examples/xxhash/CMakeLists.txt diff --git a/docs/packages/pkg/yaml-cpp.rst b/docs/packages/pkg/yaml-cpp.rst index 10e5f72efa..17c71d5d8a 100644 --- a/docs/packages/pkg/yaml-cpp.rst +++ b/docs/packages/pkg/yaml-cpp.rst @@ -11,11 +11,11 @@ yaml-cpp ======== .. |hunter| image:: https://img.shields.io/badge/hunter-v0.16.34-blue.svg - :target: https://github.com/ruslo/hunter/releases/tag/v0.16.34 + :target: https://github.com/cpp-pm/hunter/releases/tag/v0.16.34 :alt: Hunter v0.16.34 - `Hunterized `__ -- `Example `__ +- `Example `__ - Added by `Antal Tátrai `__ (`pr-598 `__) - Available since |hunter| diff --git a/docs/packages/pkg/zip.rst b/docs/packages/pkg/zip.rst index 467f8f35cb..688f7969ae 100644 --- a/docs/packages/pkg/zip.rst +++ b/docs/packages/pkg/zip.rst @@ -11,7 +11,7 @@ zip === - `Official `__ -- `Example `__ +- `Example `__ - Added by `Rahul Sheth `__ (`pr-1878 `__) .. literalinclude:: /../examples/zip/CMakeLists.txt diff --git a/docs/packages/pkg/zookeeper.rst b/docs/packages/pkg/zookeeper.rst index 3d819a6326..7c3e2831bd 100644 --- a/docs/packages/pkg/zookeeper.rst +++ b/docs/packages/pkg/zookeeper.rst @@ -11,8 +11,8 @@ zookeeper - `Official `__ - `Hunterized `__ -- `Example `__ -- Available since `v0.18.5 `__ +- `Example `__ +- Available since `v0.18.5 `__ - Added by ``__ (`pr-639 `__) .. code-block:: cmake diff --git a/docs/quick-start/boost-components.rst b/docs/quick-start/boost-components.rst index a9d8677855..d581c7b3e6 100644 --- a/docs/quick-start/boost-components.rst +++ b/docs/quick-start/boost-components.rst @@ -38,7 +38,7 @@ this repository** in general, see `notes`_): :emphasize-lines: 2, 3 HunterGate( - URL "https://github.com/ruslo/hunter/archive/v0.16.15.tar.gz" + URL "https://github.com/cpp-pm/hunter/archive/v0.16.15.tar.gz" SHA1 "6974c2150fc0d3b09de3ad1efcbf15d360647ffa" ) @@ -72,7 +72,7 @@ Summarize: include("cmake/HunterGate.cmake") HunterGate( - URL "https://github.com/ruslo/hunter/archive/v0.10.9.tar.gz" + URL "https://github.com/cpp-pm/hunter/archive/v0.10.9.tar.gz" SHA1 "53b198e364dc7bc8360fc545f798563229bd7e20" ) diff --git a/docs/reference/errors/error.boost.toolset.rst b/docs/reference/errors/error.boost.toolset.rst index eba0066496..1adb76b669 100644 --- a/docs/reference/errors/error.boost.toolset.rst +++ b/docs/reference/errors/error.boost.toolset.rst @@ -23,4 +23,4 @@ This is unimplemented part of boost download scheme, there are several alternati - Otherwise at least *file a bug* [#]_ please .. [#] https://github.com/boost-cmake/boost-cmake -.. [#] https://github.com/ruslo/hunter/issues/new +.. [#] https://github.com/cpp-pm/hunter/issues/new diff --git a/docs/reference/errors/error.hunteraddpackage.after.project.rst b/docs/reference/errors/error.hunteraddpackage.after.project.rst index 05826ced0a..917515c8ce 100644 --- a/docs/reference/errors/error.hunteraddpackage.after.project.rst +++ b/docs/reference/errors/error.hunteraddpackage.after.project.rst @@ -21,7 +21,7 @@ Explanation What to do ---------- -- In general sequence must looks like this (see also `error.huntergate.before.project `_): +- In general sequence must looks like this (see also `error.huntergate.before.project `_): .. code-block:: cmake diff --git a/docs/reference/errors/error.huntergate.before.project.rst b/docs/reference/errors/error.huntergate.before.project.rst index b3d184ca6d..ece9bbaae5 100644 --- a/docs/reference/errors/error.huntergate.before.project.rst +++ b/docs/reference/errors/error.huntergate.before.project.rst @@ -21,7 +21,7 @@ Explanation What to do ---------- -- In general sequence must looks like this (see also `error.hunteraddpackage.after.project `_): +- In general sequence must looks like this (see also `error.hunteraddpackage.after.project `_): .. code-block:: cmake diff --git a/docs/reference/errors/error.incorrect.input.data.rst b/docs/reference/errors/error.incorrect.input.data.rst index 2315546679..c108b190dd 100644 --- a/docs/reference/errors/error.incorrect.input.data.rst +++ b/docs/reference/errors/error.incorrect.input.data.rst @@ -9,4 +9,4 @@ What happens What to do ---------- -- This kind of errors signal problems with data provided by user. Please see the particular error message and fix it. Feel free to file a `bug `_ if error message is opaque or wrong. +- This kind of errors signal problems with data provided by user. Please see the particular error message and fix it. Feel free to file a `bug `_ if error message is opaque or wrong. diff --git a/docs/reference/errors/error.internal.rst b/docs/reference/errors/error.internal.rst index d0dff62d16..63925d6c0d 100644 --- a/docs/reference/errors/error.internal.rst +++ b/docs/reference/errors/error.internal.rst @@ -10,4 +10,4 @@ What to do ---------- Follow this guide to check for known issues and what information needed while filing bug report: -- https://docs.hunter.sh/en/latest/contributing.html#reporting-bugs +- https://cpp-pm-hunter.readthedocs.io/en/latest/contributing.html#reporting-bugs diff --git a/docs/reference/errors/error.no.toolchain.info.rst b/docs/reference/errors/error.no.toolchain.info.rst index 5b2ba79777..138f364346 100644 --- a/docs/reference/errors/error.no.toolchain.info.rst +++ b/docs/reference/errors/error.no.toolchain.info.rst @@ -16,7 +16,7 @@ What to do - Error may occurs for old version of compilers without ``#pragma message`` support. E.g. minimal version of GCC is `4.4.7 `_. In this case you need to update your compiler. - This approach is not working with compiler used in `Homebrew `_, reason is unclear (see `this question `_). As a workaround you can force standard ``clang++`` compiler (see `toolchain `_ and `CMakeLists.txt `_) or disable Hunter by |HUNTER_ENABLED=OFF|_. -- This may happens because of wrongly created/unsupported toolchain. Please open `new issue `_ with information about toolchain you're using. +- This may happens because of wrongly created/unsupported toolchain. Please open `new issue `_ with information about toolchain you're using. .. |HUNTER_ENABLED=OFF| replace:: ``HUNTER_ENABLED=OFF`` -.. _HUNTER_ENABLED=OFF: https://docs.hunter.sh/en/latest/reference/user-variables.html#hunter-enabled +.. _HUNTER_ENABLED=OFF: https://cpp-pm-hunter.readthedocs.io/en/latest/reference/user-variables.html#hunter-enabled diff --git a/docs/reference/errors/error.spaces.in.hunter.root.rst b/docs/reference/errors/error.spaces.in.hunter.root.rst index e4540316e2..5303e8d832 100644 --- a/docs/reference/errors/error.spaces.in.hunter.root.rst +++ b/docs/reference/errors/error.spaces.in.hunter.root.rst @@ -23,5 +23,5 @@ Explanation What to do ---------- -- Set another ``HUNTER_ROOT`` `location `_ (**recommended**) +- Set another ``HUNTER_ROOT`` `location `_ (**recommended**) - Set ``HUNTER_ALLOW_SPACES_IN_PATH=ON`` CMake variable to suppress this warning (**not** recommended) diff --git a/docs/reference/internal-modules/hunter_fatal_error.rst b/docs/reference/internal-modules/hunter_fatal_error.rst index f4d70c4685..ed0818c168 100644 --- a/docs/reference/internal-modules/hunter_fatal_error.rst +++ b/docs/reference/internal-modules/hunter_fatal_error.rst @@ -22,4 +22,4 @@ will convert to -* https://docs.hunter.sh/en/latest/reference/errors/error.hunteraddpackage.after.project.html +* https://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors/error.hunteraddpackage.after.project.html diff --git a/docs/reference/layouts/sources.rst b/docs/reference/layouts/sources.rst index 9e35d561bf..e1d3d4a9bd 100644 --- a/docs/reference/layouts/sources.rst +++ b/docs/reference/layouts/sources.rst @@ -4,7 +4,7 @@ Sources ------- -This is a detailed `sources `__ layout: +This is a detailed `sources `__ layout: .. code-block:: none :emphasize-lines: 2,4,6,8,10,12,14,16,18,20,22,24,26,28,30 diff --git a/docs/reference/user-modules/hunter_download.rst b/docs/reference/user-modules/hunter_download.rst index e67acb778e..27e7290f8f 100644 --- a/docs/reference/user-modules/hunter_download.rst +++ b/docs/reference/user-modules/hunter_download.rst @@ -4,12 +4,12 @@ hunter_download --------------- -* `Source `__ +* `Source `__ * Usage examples: - * `PACKAGE_NAME `__ - * `PACKAGE_COMPONENT `__ - * `PACKAGE_INTERNAL_DEPS_ID `__ + * `PACKAGE_NAME `__ + * `PACKAGE_COMPONENT `__ + * `PACKAGE_INTERNAL_DEPS_ID `__ Final stage of adding package to the project. This command will read all package related variables and start the real download/build (or cache unpack) diff --git a/docs/reference/user-modules/hunter_pick_scheme.rst b/docs/reference/user-modules/hunter_pick_scheme.rst index 17a2042763..efc8adaf74 100644 --- a/docs/reference/user-modules/hunter_pick_scheme.rst +++ b/docs/reference/user-modules/hunter_pick_scheme.rst @@ -4,8 +4,8 @@ hunter_pick_scheme ------------------ -* `Source `__ -* `Example `__ +* `Source `__ +* `Example `__ This command used to pick a `build scheme `__ for diff --git a/docs/reference/user-variables.rst b/docs/reference/user-variables.rst index ea22314b41..e27ab11bf8 100644 --- a/docs/reference/user-variables.rst +++ b/docs/reference/user-variables.rst @@ -424,7 +424,7 @@ HUNTER_BINARY_DIR * Use external directory ``HUNTER_BINARY_DIR`` for building external projects. This variable can be used to fix - `"path too long" `__ error on windows + `"path too long" `__ error on windows .. _hunter disable install: diff --git a/docs/user-guides/cmake-user/using-license-files.rst b/docs/user-guides/cmake-user/using-license-files.rst index 8c7a572d0a..58e59d5df4 100644 --- a/docs/user-guides/cmake-user/using-license-files.rst +++ b/docs/user-guides/cmake-user/using-license-files.rst @@ -6,9 +6,9 @@ Using license files After package was installed Hunter will search for the license file(s) in sources. Next priority is used (see -`script `__): +`script `__): -* Licenses specified explicitly by `HUNTER_INSTALL_LICENSE_FILES `__ +* Licenses specified explicitly by `HUNTER_INSTALL_LICENSE_FILES `__ * Default names (only first found used): @@ -25,7 +25,7 @@ sources. Next priority is used (see In case search was successful variable ``_LICENSES`` can be used to obtain full paths to the licenses -(`example `__): +(`example `__): .. code-block:: cmake diff --git a/docs/user-guides/hunter-developer/binary-formula.rst b/docs/user-guides/hunter-developer/binary-formula.rst index 53e08ea79d..3a431c9e44 100644 --- a/docs/user-guides/hunter-developer/binary-formula.rst +++ b/docs/user-guides/hunter-developer/binary-formula.rst @@ -56,7 +56,7 @@ types from ``Config-ID`` (highest priority). I.e. .. seealso:: - * `hunter_get_configuration_types `__ + * `hunter_get_configuration_types `__ ``hunter.cmake`` can contain :doc:`PACKAGE_INTERNAL_DEPS_ID `. @@ -72,14 +72,14 @@ Toolchain-ID Global settings for all packages, no package specific information saved here. Created by analyzing an output of compilation of C++ file -`ShowPredefined.cpp `__ +`ShowPredefined.cpp `__ (created from -`list `__). +`list `__). We get unified information about compiler, compiler version, compiler flags, etc. (everything from user's ``CMAKE_TOOLCHAIN_FILE``). Additionally next global variables -`saved there too `__: +`saved there too `__: * ``IPHONEOS_ARCHS`` (Polly toolchains) * ``IPHONESIMULATOR_ARCHS`` (Polly toolchains) @@ -93,7 +93,7 @@ Config-ID ========= Package specific information saved here. Created by merging file with -`hunter_default_version commands `__ +`hunter_default_version commands `__ and user's ``config.cmake`` with ``hunter_config`` commands (if present). Result is automatically generated ``config.cmake`` file with ``hunter_final_config`` command. First 7 digits of SHA1 of ``config.cmake`` diff --git a/docs/user-guides/hunter-developer/cmake-launch.rst b/docs/user-guides/hunter-developer/cmake-launch.rst index 1a22d12a22..01de94e778 100644 --- a/docs/user-guides/hunter-developer/cmake-launch.rst +++ b/docs/user-guides/hunter-developer/cmake-launch.rst @@ -10,15 +10,15 @@ and ``ExternalProject_Add``. CMAKE_TOOLCHAIN_FILE ==================== -* `hunter_download `__ -* `url_sha1_cmake `__ +* `hunter_download `__ +* `url_sha1_cmake `__ * `HunterGate `__ CMAKE_MAKE_PROGRAM ================== -* `hunter_download `__ -* `url_sha1_cmake `__ +* `hunter_download `__ +* `url_sha1_cmake `__ * `HunterGate `__ .. note:: @@ -29,19 +29,19 @@ CMAKE_MAKE_PROGRAM Test: Check NMake slash/backslash on Windows: - * `hunter_finalize `__ + * `hunter_finalize `__ CMAKE_GENERATOR =============== -* `hunter_download `__ -* `hunter_url_sha1 `__ +* `hunter_download `__ +* `hunter_url_sha1 `__ * `HunterGate `__ CMAKE_GENERATOR_TOOLSET ======================= -* `hunter_download `__ +* `hunter_download `__ .. note:: @@ -52,7 +52,7 @@ CMAKE_GENERATOR_TOOLSET CMAKE_GENERATOR_PLATFORM ======================== -* `hunter_download `__ +* `hunter_download `__ .. note:: diff --git a/docs/user-guides/hunter-user/git-submodule.rst b/docs/user-guides/hunter-user/git-submodule.rst index 904e055d53..ea3e0018e8 100644 --- a/docs/user-guides/hunter-user/git-submodule.rst +++ b/docs/user-guides/hunter-user/git-submodule.rst @@ -33,7 +33,7 @@ and set the ``GIT_SUBMODULE`` flag: include("cmake/HunterGate.cmake") HunterGate( - URL "https://github.com/ruslo/hunter/archive/v0.18.58.tar.gz" + URL "https://github.com/cpp-pm/hunter/archive/v0.18.58.tar.gz" SHA1 "3b39effc5ee1af4ef7487eabb1b0a7a7e10a7b3e" LOCAL # <----- load cmake/Hunter/config.cmake ) @@ -196,7 +196,7 @@ First let's remove ``LOCAL`` config and build standard TIFF with standard ZLIB: include("cmake/HunterGate.cmake") HunterGate( - URL "https://github.com/ruslo/hunter/archive/v0.18.58.tar.gz" + URL "https://github.com/cpp-pm/hunter/archive/v0.18.58.tar.gz" SHA1 "3b39effc5ee1af4ef7487eabb1b0a7a7e10a7b3e" ) @@ -230,7 +230,7 @@ Now let's add ``LOCAL`` back and run build again: include("cmake/HunterGate.cmake") HunterGate( - URL "https://github.com/ruslo/hunter/archive/v0.18.58.tar.gz" + URL "https://github.com/cpp-pm/hunter/archive/v0.18.58.tar.gz" SHA1 "3b39effc5ee1af4ef7487eabb1b0a7a7e10a7b3e" LOCAL ) diff --git a/examples/Boost-python/config.cmake b/examples/Boost-python/config.cmake index d33c44becb..65bb641429 100644 --- a/examples/Boost-python/config.cmake +++ b/examples/Boost-python/config.cmake @@ -1,3 +1,3 @@ # Note: PYTHON_VERSION is optional. Refer to Boost package documentation on how -# and when to use it: https://docs.hunter.sh/en/latest/packages/pkg/Boost.html#cmake-options +# and when to use it: https://cpp-pm-hunter.readthedocs.io/en/latest/packages/pkg/Boost.html#cmake-options hunter_config(Boost VERSION ${HUNTER_Boost_VERSION} CMAKE_ARGS PYTHON_VERSION=${PYTHON_VERSION}) diff --git a/examples/Eigen-Boost/CMakeLists.txt b/examples/Eigen-Boost/CMakeLists.txt index 8ccbcb2766..54d1409550 100644 --- a/examples/Eigen-Boost/CMakeLists.txt +++ b/examples/Eigen-Boost/CMakeLists.txt @@ -17,7 +17,7 @@ hunter_add_package(Boost) # Then try to build Eigen. # Eigen calls 'find_package(Boost)' but doesn't call 'hunter_add_package(Boost)', # this leads to conflict similar to the one described in: -# * https://docs.hunter.sh/en/latest/creating-new/cmake-dependencies.html#conflict +# * https://cpp-pm-hunter.readthedocs.io/en/latest/creating-new/cmake-dependencies.html#conflict # Fix: exclude code with 'find_package(Boost)' (this code only for building tests) # or hunterize Eigen. hunter_add_package(Eigen) diff --git a/examples/common.cmake b/examples/common.cmake index 79588471b6..1bc84481aa 100644 --- a/examples/common.cmake +++ b/examples/common.cmake @@ -22,7 +22,7 @@ set( error_message "Are you using jenkins.py script for testing? Please check: - - https://docs.hunter.sh/en/latest/creating-new/create/cmake.html#testing-locally" + - https://cpp-pm-hunter.readthedocs.io/en/latest/creating-new/create/cmake.html#testing-locally" ) ### Check testing variables are set diff --git a/jenkins.py b/jenkins.py index 89a0b4785c..bc90fb1417 100755 --- a/jenkins.py +++ b/jenkins.py @@ -3,7 +3,7 @@ # Copyright (c) 2014, Ruslan Baratov # All rights reserved. -# https://github.com/ruslo/polly/wiki/Jenkins +# https://github.com/cpp-pm/polly/wiki/Jenkins import argparse import hashlib diff --git a/maintenance/convert_wiki.py b/maintenance/convert_wiki.py index c78986fc5c..0be276d99b 100644 --- a/maintenance/convert_wiki.py +++ b/maintenance/convert_wiki.py @@ -52,8 +52,8 @@ - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/maintenance/docs_create_missing_stubs.py b/maintenance/docs_create_missing_stubs.py index 2ca73c2576..48c3b05f8a 100644 --- a/maintenance/docs_create_missing_stubs.py +++ b/maintenance/docs_create_missing_stubs.py @@ -49,8 +49,8 @@ - `__FIXME__ Official `__ - `__FIXME__ Hunterized `__ -- `__FIXME__ Example `__ -- Available since `__FIXME__ vX.Y.Z `__ +- `__FIXME__ Example `__ +- Available since `__FIXME__ vX.Y.Z `__ - Added by `__FIXME__ `__ (`__FIXME__ pr-N `__) .. code-block:: cmake diff --git a/scripts/ShowPredefined.cpp b/scripts/ShowPredefined.cpp index 6f9977beed..1297050cf0 100644 --- a/scripts/ShowPredefined.cpp +++ b/scripts/ShowPredefined.cpp @@ -1,6 +1,6 @@ // This file generated automatically by `create-predefined-list.py` script. -// * https://github.com/ruslo/hunter +// * https://github.com/cpp-pm/hunter #define HUNTER_QUOTE(x) #x #define HUNTER_STRING(x) HUNTER_QUOTE(x) diff --git a/scripts/create-predefined-list.py b/scripts/create-predefined-list.py index 7afdf2d940..cff6559e09 100755 --- a/scripts/create-predefined-list.py +++ b/scripts/create-predefined-list.py @@ -138,7 +138,7 @@ cpp_head = """ // This file generated automatically by `create-predefined-list.py` script. -// * https://github.com/ruslo/hunter +// * https://github.com/cpp-pm/hunter #define HUNTER_QUOTE(x) #x #define HUNTER_STRING(x) HUNTER_QUOTE(x) diff --git a/scripts/create-toolchain-info.cmake b/scripts/create-toolchain-info.cmake index aa0bcdb8bf..048ae41627 100644 --- a/scripts/create-toolchain-info.cmake +++ b/scripts/create-toolchain-info.cmake @@ -7,7 +7,7 @@ if(NOT HUNTER_SELF) message("[hunter ** INTERNAL **] [Directory:${CMAKE_CURRENT_LIST_DIR}]") message("") message("------------------------------ ERROR ------------------------------") - message(" https://docs.hunter.sh/en/latest/reference/errors/error.internal.html") + message(" https://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors/error.internal.html") message("-------------------------------------------------------------------") message(FATAL_ERROR "") endif()