Files
cmake/CONTRIBUTORS.rst
T
Matthew WoehlkeandGeorg Brandl b88b7e7c18 Help: Fix lexing of multi-line strings
Teach our CMake lexer to recognize `[[...]]` multi-line strings, as used
in some 'check source compiles/runs' examples to pass literal C/C++ code
through a CMake function. Previously, this resulted in the lexer trying
to parse such code as CMake, which is obviously incorrect. Also, use the
new `[[` syntax in more places.

Note that, because `[[...]]` can also show up in some instances denoting
optional arguments, we only consider `[[` with no `=` as a string if the
`[[` is followed by a non-identifier character. This heuristic seems to
work for most existing usages.

Co-Authored-By: Georg Brandl <georg@python.org>
2026-02-13 13:36:59 -05:00

102 lines
4.2 KiB
ReStructuredText

Contributors
************
The following individuals and institutions are among the contributors:
* `Aaron C. Meadows <mailto:cmake@shadowguarddev.com>`_
* `Adriaan de Groot <mailto:groot@kde.org>`_
* `Aleksey Avdeev <mailto:solo@altlinux.ru>`_
* `Alexander Neundorf <mailto:neundorf@kde.org>`_
* `Alexander Smorkalov <mailto:alexander.smorkalov@itseez.com>`_
* `Alexey Sokolov <mailto:sokolov@google.com>`_
* `Alex Merry <mailto:alex.merry@kde.org>`_
* `Alex Turbov <mailto:i.zaufi@gmail.com>`_
* `Andreas Pakulat <mailto:apaku@gmx.de>`_
* `Andreas Schneider <mailto:asn@cryptomilk.org>`_
* `André Rigland Brodtkorb <mailto:Andre.Brodtkorb@ifi.uio.no>`_
* Axel Huebl, Helmholtz-Zentrum Dresden - Rossendorf
* Benjamin Eikel
* `Bjoern Ricks <mailto:bjoern.ricks@gmail.com>`_
* `Brad Hards <mailto:bradh@kde.org>`_
* Christopher Harvey
* `Christoph Grüninger <mailto:foss@grueninger.de>`_
* `Clement Creusot <mailto:creusot@cs.york.ac.uk>`_
* `Daniel Blezek <mailto:blezek@gmail.com>`_
* `Daniel Pfeifer <mailto:daniel@pfeifer-mail.de>`_
* `Dawid Wróbel <mailto:me@dawidwrobel.com>`_
* `Enrico Scholz <mailto:enrico.scholz@informatik.tu-chemnitz.de>`_
* `Eran Ifrah <mailto:eran.ifrah@gmail.com>`_
* Esben Mose Hansen, Ange Optimization ApS
* `Geoffrey Viola <mailto:geoffrey.viola@asirobots.com>`_
* `Georg Brandl <mailto:georg@python.org>`_
* `Google Inc <https://www.google.com/>`_
* Gregor Jasny
* `Helio Chissini de Castro <mailto:helio@kde.org>`_
* `Ilya Lavrenov <mailto:ilya.lavrenov@itseez.com>`_
* `Insight Software Consortium <https://insightsoftwareconsortium.org/>`_
* `Intel Corporation <https://www.intel.com/>`_
* Jan Woetzel
* `Jordan Williams <mailto:jordan@jwillikers.com>`_
* Julien Schueller
* `Kelly Thompson <mailto:kgt@lanl.gov>`_
* `Konstantin Podsvirov <mailto:konstantin@podsvirov.su>`_
* `Laurent Montel <mailto:montel@kde.org>`_
* `Mario Bensi <mailto:mbensi@ipsquad.net>`_
* `Martin Gräßlin <mailto:mgraesslin@kde.org>`_
* `Mathieu Malaterre <mailto:mathieu.malaterre@gmail.com>`_
* Matthaeus G. Chajdas
* `Matthias Kretz <mailto:kretz@kde.org>`_
* `Matthias Maennich <mailto:matthias@maennich.net>`_
* `Michael Hirsch, Ph.D. <https://www.scivision.dev/>`_
* Michael Stürmer
* Miguel A. Figueroa-Villanueva
* `Mike Durso <mailto:rbprogrammer@gmail.com>`_
* Mike Jackson
* `Mike McQuaid <mailto:mike@mikemcquaid.com>`_
* `Nicolas Bock <mailto:nicolasbock@gmail.com>`_
* `Nicolas Despres <mailto:nicolas.despres@gmail.com>`_
* `Nikita Krupen'ko <mailto:krnekit@gmail.com>`_
* `NVIDIA Corporation <https://www.nvidia.com/>`_
* `OpenGamma Ltd. <https://opengamma.com/>`_
* `Patrick Stotko <mailto:stotko@cs.uni-bonn.de>`_
* `Per Øyvind Karlsen <mailto:peroyvind@mandriva.org>`_
* `Peter Collingbourne <mailto:peter@pcc.me.uk>`_
* `Petr Gotthard <mailto:gotthard@honeywell.com>`_
* `Philip Lowman <mailto:philip@yhbt.com>`_
* `Philippe Proulx <mailto:pproulx@efficios.com>`_
* Raffi Enficiaud, Max Planck Society
* Raumfeld
* `Roger Leigh <mailto:rleigh@codelibre.net>`_
* `Rolf Eike Beer <mailto:eike@sf-mail.de>`_
* `Roman Donchenko <mailto:roman.donchenko@itseez.com>`_
* `Roman Kharitonov <mailto:roman.kharitonov@itseez.com>`_
* Ruslan Baratov
* `Sebastian Holtermann <mailto:sebholt@xwmw.org>`_
* `Stephen Kelly <mailto:steveire@gmail.com>`_
* `Sylvain Joubert <mailto:joubert.sy@gmail.com>`_
* `The Qt Company Ltd. <https://www.qt.io/>`_
* `Thomas Sondergaard <mailto:ts@medical-insight.com>`_
* `Tobias Hunger <mailto:tobias.hunger@qt.io>`_
* `Todd Gamblin <mailto:tgamblin@llnl.gov>`_
* Tristan Carel
* `University of Dundee <https://www.dundee.ac.uk/>`_
* Vadim Zhukov
* `Will Dicharry <mailto:wdicharry@stellarscience.com>`_
See version control history for details of individual contributions.
Copyright
=========
The accompanying `LICENSE.rst`_ notice applies to distributions of CMake
in source and binary form. We do not require any formal copyright
assignment or contributor license agreement. Any contributions
intentionally sent upstream are presumed to be offered under terms
of the OSI-approved BSD 3-clause License.
Third-party software packages supplied with CMake under compatible
licenses provide their own copyright notices documented in corresponding
subdirectories or source files.
.. _`LICENSE.rst`: LICENSE.rst