diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index d78710d217..669354752d 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 a5dc660195..1f6d947bee 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,7 +1,7 @@ -* 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 [Brief overview section](https://hunter.readthedocs.io/en/latest/overview.html) and do understand basic concepts. **[Yes|No]** +* I've read [F.A.Q. section](https://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 4b239610bc..28d070c1b9 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://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 [Brief overview section](https://hunter.readthedocs.io/en/latest/overview.html) and do understand basic concepts. **[Yes|No]** +* I've read [F.A.Q. section](https://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://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've read [Reporting bugs section](https://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://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]** diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md index 32f4f8af89..0062ec40ca 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://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 [Brief overview section](https://hunter.readthedocs.io/en/latest/overview.html) and do understand basic concepts. **[Yes|No]** +* I've read [F.A.Q. section](https://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 356047be8a..c7273da8ed 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://cpp-pm-hunter.readthedocs.io/en/latest/packages/pkg/.html) + * `` (required, available in Hunter: https://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 34b21e05c2..a46393ca19 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ -* I've followed [this guide](https://cpp-pm-hunter.readthedocs.io/en/latest/creating-new/create/cmake.html) +* I've followed [this guide](https://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://cpp-pm-hunter.readthedocs.io/en/latest/creating-new/update.html) +* I've followed [this guide](https://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/README.rst b/README.rst index ee9fe85164..92f56fef93 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://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 +* Documentation: https://hunter.readthedocs.io +* Brief overview: https://hunter.readthedocs.io/en/latest/overview.html (**Must-read!**) +* Packages: https://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://cpp-pm-hunter.readthedocs.io/en/latest/contributing.html -* Contacts: https://cpp-pm-hunter.readthedocs.io/en/latest/contacts.html +* Contributing guide: https://hunter.readthedocs.io/en/latest/contributing.html +* Contacts: https://hunter.readthedocs.io/en/latest/contacts.html * `Per package testing table `_ .. |gitter| image:: https://badges.gitter.im/cpp-pm/community.svg @@ -20,7 +20,7 @@ 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://cpp-pm-hunter.readthedocs.io/en/latest/?badge=latest + :target: http://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&logo=travis&label=Linux%20OSX%20Android%20iOS diff --git a/cmake/modules/hunter_error_page.cmake b/cmake/modules/hunter_error_page.cmake index efac154830..d36a86a31f 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://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors") +set(HUNTER_ERROR_PAGE "https://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 949cd53ca8..766d5bfaa5 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://cpp-pm-hunter.readthedocs.io/en/latest/quick-start/cmake.html" + " https://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 7c866d0c9c..86b84ad478 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://cpp-pm-hunter.readthedocs.io/en/latest/quick-start/cmake.html" + " https://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 37ae492be8..91d539d549 100644 --- a/docs/contacts.rst +++ b/docs/contacts.rst @@ -14,13 +14,12 @@ Public ====== * Feel free to open a new `issue`_ if you want to ask a question -* Public chat room on Gitter: https://gitter.im/ruslo/hunter +* Public chat room on Gitter: https://gitter.im/cpp-pm/community Private ======= -* Write me at ruslan_baratov@yahoo.com -* Private chat room on Gitter: https://gitter.im/ruslo +* Private chat room on Gitter: https://gitter.im/rbsheth .. _issue: https://github.com/cpp-pm/hunter/issues/new @@ -41,25 +40,25 @@ Please don't "+1", "me too!", "any updates?!", "please please fix it!", etc. Please use `GitHub reactions `__ instead. -Hire -==== - -I’m available for hire as a freelance developer for all types of Hunter -development (add/maintain/update package, fix bugs, design/implement -new features, etc.) or CMake development (introduce configuration from -scratch, refactor existing code, hunterize, etc.). - -Donations -========= - -If you like Hunter and its goals, consider supporting it by making a donation. - -.. image:: https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif - :target: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UN8PDZZ3Q7VVL - :alt: PayPal donation - -.. image:: https://raster.shields.io/badge/patreon-donate-green.png - :target: https://patreon.com/ruslo - :alt: Patreon donation - -Thanks! :) +#Hire +#==== +# +#I’m available for hire as a freelance developer for all types of Hunter +#development (add/maintain/update package, fix bugs, design/implement +#new features, etc.) or CMake development (introduce configuration from +#scratch, refactor existing code, hunterize, etc.). +# +#Donations +#========= +# +#If you like Hunter and its goals, consider supporting it by making a donation. +# +#.. image:: https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif +# :target: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UN8PDZZ3Q7VVL +# :alt: PayPal donation +# +#.. image:: https://raster.shields.io/badge/patreon-donate-green.png +# :target: https://patreon.com/ruslo +# :alt: Patreon donation +# +#Thanks! :) diff --git a/docs/contributing.rst b/docs/contributing.rst index bc8d71c3fa..5b125cadc3 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -87,7 +87,7 @@ If everything seems OK: 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://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors/error.external.build.failed.html + * https://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 diff --git a/docs/creating-new/create/cmake.rst b/docs/creating-new/create/cmake.rst index bb4067d33e..6bfd19a0f0 100644 --- a/docs/creating-new/create/cmake.rst +++ b/docs/creating-new/create/cmake.rst @@ -974,7 +974,7 @@ via Hunter: |hunter| .. |hunter| image:: https://img.shields.io/badge/hunter-hunter_box_1-blue.svg - :target: https://cpp-pm-hunter.readthedocs.io/en/latest/packages/pkg/hunter_box_1.html + :target: https://hunter.readthedocs.io/en/latest/packages/pkg/hunter_box_1.html :alt: Hunter Example: diff --git a/docs/creating-new/update.rst b/docs/creating-new/update.rst index b95a9aedab..8721449606 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/old-wiki/Home.md b/docs/old-wiki/Home.md index 5060589689..32ae11d627 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://cpp-pm-hunter.readthedocs.io/en/latest/faq/why-binaries-from-server-not-used.html#uploading-to-server) +* [Uploading binaries to server](https://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://cpp-pm-hunter.readthedocs.io/en/latest/creating-new/cmake.html) +* [Adding new package](https://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/packages/pkg/OpenSSL.rst b/docs/packages/pkg/OpenSSL.rst index 58f9e4c05c..dda4fee00c 100644 --- a/docs/packages/pkg/OpenSSL.rst +++ b/docs/packages/pkg/OpenSSL.rst @@ -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/reference/errors/error.hunteraddpackage.after.project.rst b/docs/reference/errors/error.hunteraddpackage.after.project.rst index 917515c8ce..2344997ee1 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 ece9bbaae5..8a87dad5da 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.internal.rst b/docs/reference/errors/error.internal.rst index 63925d6c0d..3256e39e68 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://cpp-pm-hunter.readthedocs.io/en/latest/contributing.html#reporting-bugs +- https://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 138f364346..0e2cdd75ea 100644 --- a/docs/reference/errors/error.no.toolchain.info.rst +++ b/docs/reference/errors/error.no.toolchain.info.rst @@ -19,4 +19,4 @@ What to do - 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://cpp-pm-hunter.readthedocs.io/en/latest/reference/user-variables.html#hunter-enabled +.. _HUNTER_ENABLED=OFF: https://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 5303e8d832..25e261e472 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 ed0818c168..67c86a22a0 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://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors/error.hunteraddpackage.after.project.html +* https://hunter.readthedocs.io/en/latest/reference/errors/error.hunteraddpackage.after.project.html diff --git a/docs/reference/user-variables.rst b/docs/reference/user-variables.rst index e27ab11bf8..f4171c495c 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/examples/Boost-python/config.cmake b/examples/Boost-python/config.cmake index 65bb641429..fa638c3ec9 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://cpp-pm-hunter.readthedocs.io/en/latest/packages/pkg/Boost.html#cmake-options +# and when to use it: https://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 54d1409550..ed08aec8c6 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://cpp-pm-hunter.readthedocs.io/en/latest/creating-new/cmake-dependencies.html#conflict +# * https://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 1bc84481aa..0b6d8bf8ce 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://cpp-pm-hunter.readthedocs.io/en/latest/creating-new/create/cmake.html#testing-locally" + - https://hunter.readthedocs.io/en/latest/creating-new/create/cmake.html#testing-locally" ) ### Check testing variables are set diff --git a/scripts/create-toolchain-info.cmake b/scripts/create-toolchain-info.cmake index 048ae41627..897365f09d 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://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors/error.internal.html") + message(" https://hunter.readthedocs.io/en/latest/reference/errors/error.internal.html") message("-------------------------------------------------------------------") message(FATAL_ERROR "") endif()