Add page listing Meson usage in proprietary projects.

corporations
Jussi Pakkanen 2 years ago
parent d141b85462
commit 56542f23c3
  1. 41
      docs/markdown/Corporate-users.md
  2. 8
      docs/markdown/Users.md
  3. 10
      docs/markdown/index.md
  4. 1
      docs/sitemap.txt

@ -0,0 +1,41 @@
---
title: Corporate users
...
# List of companies using Meson.
In addition to [open source projects](Users.md) Meson is also used by
many corporations for their internal projects. This page lists some of
them that we are aware of.
If you'd like to have your company project shown on this page, see the
instructions at the bottom of this page.
Open source projects are listed on [their own page](Users.md).
## Projects with public info
Company X wrote a blog post about their usage of Meson on [this page
here](https://not.a.real.url).
## Projects with comments
"We use Meson for our X project and it has made us Y% more
productive." -Developer McDeveloperface, Foo corp
## Companies using Meson
- Bob incorporated uses Meson to build the firmware of their
flibbertigibbet device.
# Adding new entries
We welcome new entries to this page. The procedure is quite simple:
get approval from the PR department of your company (if needed) and
then file a merge request with the necessary information.
As you can probably guess, the more information your entry is, the
higher up on the page it gets.
The boring legalese: we reserve the right to reorder and/or remove
entries on this page as we see fit.

@ -2,16 +2,18 @@
title: Users
...
# List of projects using Meson
# List of open source projects using Meson
If you have a project that uses Meson that you want to add to this
list, please [file a
pull-request](https://github.com/mesonbuild/meson/edit/master/docs/markdown/Users.md)
for it. All the software on this list is tested for regressions before
release, so it's highly recommended that projects add themselves
here. Some additional projects are listed in the [`meson` GitHub
release, so it's highly recommended that projects add themselves here.
Some additional projects are listed in the [`meson` GitHub
topic](https://github.com/topics/meson).
Closed source projects are listed [on their own page](Corporate-Users.md).
- [2048.cpp](https://github.com/plibither8/2048.cpp), a fully featured terminal version of the game "2048" written in C++
- [Adwaita Manager](https://github.com/AdwCustomizerTeam/AdwCustomizer), change the look of Adwaita, with ease
- [Aravis](https://github.com/AravisProject/aravis), a glib/gobject based library for video acquisition using Genicam cameras

@ -44,13 +44,11 @@ of the Meson GitHub repository.
### [Projects using Meson](Users.md)
Many projects are using Meson and they're
a great resource for learning what to (and what not to!) do when
converting existing projects to Meson.
[A short list of open source projects using Meson can be found
here](Users.md) but there are many more.
[A short list of Meson users can be found here](Users.md)
but there are many more. We would love to hear about your success
stories too and how things could be improved too!
Meson is also used by many proprietary projects. [Some of them are
listed on this page](Corporate-users.md).
## Development

@ -133,6 +133,7 @@ index.md
Porting-from-autotools.md
Use-of-Python.md
Users.md
Corporate-users.md
Using-multiple-build-directories.md
Vs-External.md
Contributing.md

Loading…
Cancel
Save