CMake:Module Maintainers: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
m (adding FindFLEX / FindBISON)
(Replace content with link to new CMake community wiki)
 
(67 intermediate revisions by 18 users not shown)
Line 1: Line 1:
If you want to add a new module to CMake, then you must volunteer to maintain it, or find someone that will.  This page contains a list of Module maintainer volunteers, and instructions on how to become a maintainer.
{{CMake/Template/Moved}}


* This mail describes the procedure how to become maintainer, and how to modify or add modules: [http://www.cmake.org/pipermail/cmake/2007-July/015258.html Call for maintainers]
This page has moved [https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/dev/Module-Maintainers here].
 
* Please '''DO NOT ADD a Bug Tracker''' entry for new Module request [http://www.cmake.org/pipermail/cmake/2008-November/025196.html Do not add bug report for New Module]
 
* Maintainers should follow the guide lines for module files documented here:  [http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/readme.txt?root=CMake&view=markup readme]
 
In addition backwards compatibility for all existing variables in the current set
of modules must be maintained strictly.
 
If you want to become a module maintainer, please send an email with your module to the cmake mailing list.
 
* Here is a list of "repositories" of 3rd party CMake modules, so maintainers can check for already existing modules etc.
** KDE4: http://websvn.kde.org/trunk/KDE/kdelibs/cmake/modules/
** PlPlot:  http://plplot.svn.sourceforge.net/viewvc/plplot/trunk/cmake/modules/
** http://cmake-modules.googlecode.com/svn/trunk/Modules/
** OpenSceneGraph http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/CMakeModules/
** OpenSync http://svn.opensync.org/branches/3rd-party-cmake-modules/modules/
** http://github.com/jedbrown/cmake-modules
 
----
 
* Andreas Schneider, mail at cynapses dot org
** FindBoost.cmake
 
* Miguel A. Figueroa Villanueva, miguelf at ieee dot org
** [http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/FindwxWidgets.cmake?root=CMake&view=markup FindwxWidgets.cmake]
** [http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/FindLATEX.cmake?root=CMake&view=markup FindLATEX]
** [http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/FindImageMagick.cmake?root=CMake&view=markup FindImageMagick]
 
* Alan W. Irwin, irwin at beluga dot phys dot uvic dot ca
** Ada
 
* Tristan Carel, tristan dot carel at gmail dot com
** FindSWIG
** UseSWIG
** FindSubversion
 
* Alin M Elena, alinm dot elena at gmail dot com (http://titus.phy.qub.ac.uk/group/Alin/)
** [http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/FindBLAS.cmake?root=CMake&view=markup FindBLAS]
** [http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/FindLAPACK.cmake?root=CMake&view=markup FindLAPACK] -
 
* Tim Burrell (tim dot burrell at gmail dot com) (http://www.dsource.org/projects/cmaked)
** D support
 
* Philip Lowman, philip at yhbt dot com
** [http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/FindGTK2.cmake?root=CMake&view=markup FindGTK2]
** [http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/FindOpenSceneGraph.cmake?root=CMake&view=markup FindOpenSceneGraph]
** [http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/FindCxxTest.cmake?root=CMake&view=markup FindCxxTest]
** [http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/FindDoxygen.cmake?root=CMake&view=markup FindDoxygen]
** [http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/CMakeDetermineVSServicePack.cmake?root=CMake&view=markup CMakeDetermineVSServicePack]
** [http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/FindGnuTLS.cmake?root=CMake&view=markup FindGnuTLS]
** [http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/FindFLEX.cmake?root=CMake&view=markup FindFLEX]
** [http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/FindBISON.cmake?root=CMake&view=markup FindBISON]
 
 
* Eric Wing ; in the commercial domain at gmail, ewing . public
** FindFreeType.cmake
** FindGDAL.cmake
** FindGIFLIB.cmake
** FindLua50.cmake, FindLua51.cmake
** FindOpenAL.cmake
** FindOpenThreads.cmake
** FindPhysFS.cmake
** FindProducer.cmake
** FindQuickTime.cmake
** FindSDL.cmake, FindSDL_image.cmake, FindSDL_mixer.cmake. FindSDL_net.cmake, FindSDL_sound.cmake, FindSDL_ttf.cmake
** Findosg.cmake, FindosgDB.cmake, FindosgFX.cmake, FindosgGA.cmake, FindosgIntrospection.cmake, FindosgManipulator.cmake, FindosgParticle.cmake, FindosgProducer.cmake, FindosgShadow.cmake, FindosgSim.cmake, FindosgTerrain.cmake, FindosgText.cmake, FindosgUtil.cmake, FindosgViewer.cmake
 
* Douglas Gregor (doug.gregor at gmail dot com)
** FindMPI
 
* Matt Leotta, matt.leotta at gmail dot com
** FindCoin3D
 
* Clinton Stimpson  clinton at elemtech dot com
** FindQt4
 
* Petr Gotthard, petr dot gotthard at honeywell dot com
** FindRTI

Latest revision as of 15:40, 30 April 2018


The CMake community Wiki has moved to the Kitware GitLab Instance.

This page has moved here.