summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update links to gitlab.kitware.com repos to add `-/`Brad King2020-05-261-2/+2
| | | | | | GitLab now uses a `/-/` component between the `group/project` part of the URL and the `{issues,merge_requests,tree}` part so that it can support `group/subgroup/project` with arbitrary depth.
* README: Replace link to mailing list the CMake Discourse ForumBrad King2019-11-061-3/+3
|
* README: Update links to cmake.org pagesBrad King2019-11-051-3/+3
| | | | Some of the links refer to URLs that are now redirected. Update them.
* README: Suggest bootstrapping out-of-source for developmentBrad King2019-02-201-8/+13
| | | | | | | Building in-source and running the test suite in-source both leave many artifacts that we (purposely) do not cover via `.gitignore`. For developing CMake we typically use out-of-source builds, so suggest this in the README.
* README: Explain how to bootstrap via MSYS2 on WindowsBrad King2019-02-191-3/+16
| | | | Inspired-by: Bartosz Kosiorek <bartosz.kosiorek@tomtom.com>
* README: Suggest "sudo" for "make install"David Demelier2018-10-171-1/+1
|
* README: Explain how to build CMake with the docsJoachim Wuttke (o)2018-10-091-0/+7
|
* README: Fix typo (rm space).Joachim Wuttke (o)2018-10-091-1/+1
|
* readme: Add reference to the wikiJean-Christophe Fillion-Robin2018-08-011-1/+3
|
* Require C++11 to build CMake itselfBrad King2017-08-161-1/+1
| | | | | | | | | CMake can now compile as C++11 on all supported platforms. Check that std::unique_ptr is available and fail early if missing. This will allow us to use C++11 more broadly in CMake's implementation (previously it was restricted to the serve mode implementation). Co-Author: Daniel Pfeifer <daniel@pfeifer-mail.de>
* HP-UX: Drop support for building CMake on HP-UXBrad King2017-08-071-1/+0
| | | | | | | | CMake will soon require both C++11 and libuv to build. Neither of these works on HP-UX, so unfortunately we need to drop support for the platform until someone can get them working. Issue: #17137
* README: Add AIX to list of supported platformsBrad King2017-08-041-0/+1
| | | | It was left out accidentally.
* README: Update list of supported platformsBrad King2017-06-131-1/+7
| | | | | Convert to a bullet list. Drop platforms for which we no longer have nightly testing.
* README: Update Issue Tracker link to new locationBrad King2016-06-171-1/+1
|
* README: Fix typo in wordingTerrell Russell2015-10-291-1/+1
|
* Replace http://www.cmake.org URLs with https://cmake.orgBrad King2015-09-251-6/+6
| | | | | | | The latter is now the preferred URL for visiting cmake.org with a browser. Convert using the shell code: git ls-files -z | xargs -0 sed -i 's|http://www\.cmake|https://cmake|g'
* README: Fix typo "the the" => "the"Brad King2015-07-021-1/+1
| | | | Reported-by: Radovan Bast
* README: Add a section explaining how to report bugsBrad King2014-08-041-0/+16
| | | | Suggested-by: Petr Bena <benapetr@gmail.com>
* Simplify and clarify credit text and linkBrad King2014-06-031-2/+2
| | | | | Use the name "Kitware" rather than "Kitware, Inc." to simplify the text. Provide a CMake-specific URL.
* README: Credit Kitware and community of contributorsBrad King2014-02-031-0/+5
|
* Update README and add guidelines for CONTRIBUTINGBrad King2014-01-291-0/+78
Rename 'Readme.txt' to 'README.rst', format the documentation as reStructuredText, and modernize the content. Also add a new 'CONTRIBUTING.rst' explaining the preferred entry path for new contributors.