mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Update users docs
This commit is contained in:
parent
a62974eb6a
commit
52a3144145
@ -35,8 +35,8 @@ FAQ:
|
|||||||
Other:
|
Other:
|
||||||
* [Why Catch2?](why-catch.md#top)
|
* [Why Catch2?](why-catch.md#top)
|
||||||
* [Migrating from v2 to v3](migrate-v2-to-v3.md#top)
|
* [Migrating from v2 to v3](migrate-v2-to-v3.md#top)
|
||||||
* [Open Source Projects using Catch](opensource-users.md#top)
|
* [Open Source Projects using Catch2](opensource-users.md#top)
|
||||||
* [Commercial Projects using Catch](commercial-users.md#top)
|
* [Commercial Projects using Catch2](commercial-users.md#top)
|
||||||
* [Contributing](contributing.md#top)
|
* [Contributing](contributing.md#top)
|
||||||
* [Release Notes](release-notes.md#top)
|
* [Release Notes](release-notes.md#top)
|
||||||
* [Deprecations and incoming changes](deprecations.md#top)
|
* [Deprecations and incoming changes](deprecations.md#top)
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
<a id="top"></a>
|
<a id="top"></a>
|
||||||
# Commercial users of Catch
|
# Commercial users of Catch2
|
||||||
|
|
||||||
As well as [Open Source](opensource-users.md#top) users Catch is widely used within proprietary code bases too.
|
Catch2 is also widely used in proprietary code bases. This page contains
|
||||||
Many organisations like to keep this information internal, and that's fine,
|
some of them that are willing to share this information.
|
||||||
but if you're more open it would be great if we could list the names of as
|
|
||||||
many organisations as possible that use Catch somewhere in their codebase.
|
|
||||||
Enterprise environments often tend to be far more conservative in their tool adoption -
|
|
||||||
and being aware that other companies are using Catch can ease the path in.
|
|
||||||
|
|
||||||
So if you are aware of Catch usage in your organisation, and are fairly confident there is no issue with sharing this
|
If you want to add your organisation, please check that there is no issue
|
||||||
fact then please let us know - either directly, via a PR or
|
with you sharing this fact.
|
||||||
[issue](https://github.com/philsquared/Catch/issues), or on the [forums](https://groups.google.com/forum/?fromgroups#!forum/catch-forum).
|
|
||||||
|
|
||||||
- Bloomberg
|
- Bloomberg
|
||||||
- [Bloomlife](https://bloomlife.com)
|
- [Bloomlife](https://bloomlife.com)
|
||||||
- NASA
|
|
||||||
- [Inscopix Inc.](https://www.inscopix.com/)
|
- [Inscopix Inc.](https://www.inscopix.com/)
|
||||||
|
- Locksley.CZ
|
||||||
- [Makimo](https://makimo.pl/)
|
- [Makimo](https://makimo.pl/)
|
||||||
|
- NASA
|
||||||
- [UX3D](https://ux3d.io)
|
- [UX3D](https://ux3d.io)
|
||||||
- [King](https://king.com)
|
- [King](https://king.com)
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
[Home](Readme.md#top)
|
||||||
|
@ -1,19 +1,19 @@
|
|||||||
<a id="top"></a>
|
<a id="top"></a>
|
||||||
# Open Source projects using Catch
|
# Open Source projects using Catch2
|
||||||
|
|
||||||
Catch is great for open source. With its [liberal license](../LICENSE.txt) and single-header, dependency-free, distribution
|
Catch2 is great for open source. It is licensed under the [Boost Software
|
||||||
it's easy to just drop the header into your project and start writing tests - what's not to like?
|
License (BSL)](../LICENSE.txt), has no further dependencies and supports
|
||||||
|
two file distribution.
|
||||||
|
|
||||||
As a result Catch is now being used in many Open Source projects, including some quite well known ones.
|
As a result, Catch2 is used for testing in many different Open Source
|
||||||
This page is an attempt to track those projects. Obviously it can never be complete.
|
projects. This page lists at least some of them, even though it will
|
||||||
This effort largely relies on the maintainers of the projects themselves updating this page and submitting a PR
|
obviously never be complete (and does not have the ambition to be
|
||||||
(or, if you prefer contact one of the maintainers of Catch directly, use the
|
complete). Note that the list below is intended to be in alphabetical
|
||||||
[forums](https://groups.google.com/forum/?fromgroups#!forum/catch-forum)), or raise an [issue](https://github.com/philsquared/Catch/issues) to let us know).
|
order, to avoid implications of relative importance of the projects.
|
||||||
Of course users of those projects might want to update this page too. That's fine - as long you're confident the project maintainers won't mind.
|
|
||||||
If you're an Open Source project maintainer and see your project listed here but would rather it wasn't -
|
_Please only add projects here if you are their maintainer, or have the
|
||||||
just let us know via any of the previously mentioned means - although I'm sure there won't be many who feel that way.
|
maintainer's explicit consent._
|
||||||
|
|
||||||
Listing a project here does not imply endorsement and the plan is to keep these ordered alphabetically to avoid an implication of relative importance.
|
|
||||||
|
|
||||||
## Libraries & Frameworks
|
## Libraries & Frameworks
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user