Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/old-wiki/Requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cmake version

This environment variable will point to working directory of hunter package manager. This is where all
downloaded archives and installed libraries will reside. It's recommended to use environment variable, but
also see [alternatives](https://github.com/hunter-packages/gate#effects).
also see [alternatives](https://github.com/cpp-pm/gate#effects).
For UNIX-family (Linux, Mac, Cygwin) users it propably
will be `export HUNTER_ROOT=/path/to/hunter/root` in `.bashrc` file, for Windows users:
`Control Panel` -> `System` -> `Advanced System Settings` -> `Environment Variables`. Do not forget to restart
Expand Down Expand Up @@ -83,4 +83,3 @@ clang++ -std=c++11 -fsanitize=address ...
```

* https://github.com/cpp-pm/polly

6 changes: 3 additions & 3 deletions docs/old-wiki/dev.hunter.root.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ See `jenkins.py --help` for more options:
* `--clear-except-download` remove `_Base/<hunter-id>` and `_Base/Cache` directories but keep `_Base/Download`. This may be helpful for doing cleanup but will save archives with sources for future testing. Note that there is no need to enter full option name, i.e. `./jenkins.py --clear-except` will work fine too

[1]: https://github.com/ruslo/hunter#first-step
[2]: https://github.com/hunter-packages/gate
[2]: https://github.com/cpp-pm/gate
[3]: https://github.com/ruslo/hunter
[4]: https://github.com/ruslo/hunter/wiki/usr.adding.new.package
[5]: https://github.com/hunter-packages/gate#effects
[6]: https://github.com/ruslo/hunter/wiki/dev.modules#hunter_cacheable
[5]: https://github.com/cpp-pm/gate#effects
[6]: https://github.com/ruslo/hunter/wiki/dev.modules#hunter_cacheable
6 changes: 3 additions & 3 deletions docs/old-wiki/example.custom.config.id.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Package version and extra CMake options can be set in user's `config.cmake` file (see also [how to specify custom config location](https://github.com/hunter-packages/gate#usage-custom-config)).
Package version and extra CMake options can be set in user's `config.cmake` file (see also [how to specify custom config location](https://github.com/cpp-pm/gate#usage-custom-config)).

### Custom package version

Expand Down Expand Up @@ -196,6 +196,6 @@ endif()

### Links

* [HunterGate](https://github.com/hunter-packages/gate#usage-custom-config)
* [HunterGate](https://github.com/cpp-pm/gate#usage-custom-config)
* [hunter_config](https://github.com/ruslo/hunter/wiki/dev.modules#hunter_config)
* [Custom build types](https://github.com/ruslo/hunter/wiki/example.hunter_configuration_types) (e.g. Release/Debug)
* [Custom build types](https://github.com/ruslo/hunter/wiki/example.hunter_configuration_types) (e.g. Release/Debug)
2 changes: 1 addition & 1 deletion docs/overview/customization/config-id.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ Message in logs:
* :ref:`HUNTER_BUILD_SHARED_LIBS <hunter build shared libs>`
* :ref:`HUNTER_CONFIGURATION_TYPES <hunter configuration types>`

.. _HunterGate options: https://github.com/hunter-packages/gate#usage-custom-config
.. _HunterGate options: https://github.com/cpp-pm/gate#usage-custom-config
2 changes: 1 addition & 1 deletion docs/packages/pkg/OpenCV.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Qt back-end
-----------

Qt back-end support for desktop can be enabled by `creating a custom
config <https://github.com/hunter-packages/gate#usage-custom-config>`__
config <https://github.com/cpp-pm/gate#usage-custom-config>`__
with:

.. code-block:: cmake
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ yourself.

.. admonition:: Examples on GitHub

* `HunterGate <https://github.com/hunter-packages/gate>`_
* `HunterGate <https://github.com/cpp-pm/gate>`_
* `Weather <https://github.com/ruslo/weather>`_

.. toctree::
Expand Down
8 changes: 4 additions & 4 deletions docs/quick-start/boost-components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Copy `HunterGate`_ module to your project and include it:
.. code-block:: none

> mkdir cmake
> wget https://raw.githubusercontent.com/hunter-packages/gate/master/cmake/HunterGate.cmake -O cmake/HunterGate.cmake
> wget https://raw.githubusercontent.com/cpp-pm/gate/master/cmake/HunterGate.cmake -O cmake/HunterGate.cmake

.. code-block:: cmake

Expand Down Expand Up @@ -92,6 +92,6 @@ Build it:
> cmake --build _builds --config Release

.. _HUNTER_ROOT: https://github.com/ruslo/hunter/wiki/usr.variables#hunter_root
.. _other options: https://github.com/hunter-packages/gate#effects
.. _HunterGate: https://github.com/hunter-packages/gate
.. _notes: https://github.com/hunter-packages/gate#notes
.. _other options: https://github.com/cpp-pm/gate#effects
.. _HunterGate: https://github.com/cpp-pm/gate
.. _notes: https://github.com/cpp-pm/gate#notes
4 changes: 2 additions & 2 deletions docs/reference/user-variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ HUNTER_ROOT
Hunter packages to default location
* You can set :ref:`environment variable <env hunter root>`
with the same name to avoid specifying it for every project
* See `HunterGate <https://github.com/hunter-packages/gate#effects>`__
* See `HunterGate <https://github.com/cpp-pm/gate#effects>`__

.. warning::

If you manually cloned Hunter repository for development purposes the values
of ``URL`` and ``SHA1`` of ``HunterGate`` will be ignored, see
`notes <https://github.com/hunter-packages/gate#notes>`__ and
`notes <https://github.com/cpp-pm/gate#notes>`__ and
`testing <https://github.com/ruslo/hunter/wiki/dev.hunter.root>`__ hints.

HUNTER_STATUS_PRINT
Expand Down
6 changes: 3 additions & 3 deletions docs/user-guides/hunter-developer/cmake-launch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ CMAKE_TOOLCHAIN_FILE

* `hunter_download <https://github.com/cpp-pm/hunter/blob/90f1c32fbb04a246ff4aba4a66750ab817ac1e2f/cmake/modules/hunter_download.cmake#L375-L380>`__
* `url_sha1_cmake <https://github.com/cpp-pm/hunter/blob/90f1c32fbb04a246ff4aba4a66750ab817ac1e2f/cmake/schemes/url_sha1_cmake.cmake.in#L155>`__
* `HunterGate <https://github.com/hunter-packages/gate/blob/master/cmake/HunterGate.cmake#L293-L302>`__
* `HunterGate <https://github.com/cpp-pm/gate/blob/master/cmake/HunterGate.cmake#L293-L302>`__

CMAKE_MAKE_PROGRAM
==================

* `hunter_download <https://github.com/cpp-pm/hunter/blob/90f1c32fbb04a246ff4aba4a66750ab817ac1e2f/cmake/modules/hunter_download.cmake#L553-L555>`__
* `url_sha1_cmake <https://github.com/cpp-pm/hunter/blob/90f1c32fbb04a246ff4aba4a66750ab817ac1e2f/cmake/schemes/url_sha1_cmake.cmake.in#L94-L99>`__
* `HunterGate <https://github.com/hunter-packages/gate/blob/master/cmake/HunterGate.cmake#L304-L310>`__
* `HunterGate <https://github.com/cpp-pm/gate/blob/master/cmake/HunterGate.cmake#L304-L310>`__

.. note::

Expand All @@ -36,7 +36,7 @@ CMAKE_GENERATOR

* `hunter_download <https://github.com/cpp-pm/hunter/blob/90f1c32fbb04a246ff4aba4a66750ab817ac1e2f/cmake/modules/hunter_download.cmake#L546>`__
* `hunter_url_sha1 <https://github.com/cpp-pm/hunter/blob/90f1c32fbb04a246ff4aba4a66750ab817ac1e2f/cmake/schemes/url_sha1_cmake.cmake.in#L149>`__
* `HunterGate <https://github.com/hunter-packages/gate/blob/master/cmake/HunterGate.cmake#L317>`__
* `HunterGate <https://github.com/cpp-pm/gate/blob/master/cmake/HunterGate.cmake#L317>`__

CMAKE_GENERATOR_TOOLSET
=======================
Expand Down