Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help/dev: Add log step to 'release' branch instructions | Brad King | 2018-01-25 | 1 | -0/+7 |
| | | | | | | Extend the maintainer guide with a reminder to self-review the new ancestry of the `release` and `master` branches to ensure that nothing unexpected was merged. | ||||
* | Fix trivial typos in text | luzpaz | 2017-11-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Some are user facing. Found using codespell -q 3 --skip="./Utilities" -I .cmake-whitelist.txt` whereby the whitelist contained: ans dum helpfull emmited emmitted buil iff isnt nto ot pathes substract te todays upto whitespaces | ||||
* | Use C++11 '= delete' instead of CM_EQ_DELETE | Brad King | 2017-09-28 | 1 | -8/+0 |
| | | | | | We now require C++11 support including `= delete`. Drop use of the old compatibility macro. | ||||
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -4/+2 |
| | | | | Signed-off-by: Matthias Maennich <matthias@maennich.net> | ||||
* | Help/dev: Add commit reference format to review process guide | Brad King | 2017-08-29 | 1 | -0/+20 |
| | |||||
* | Help/dev: Organize commit message instructions into subsections | Brad King | 2017-08-24 | 1 | -0/+9 |
| | |||||
* | Require C++11 to build CMake itself | Brad King | 2017-08-16 | 1 | -9/+7 |
| | | | | | | | | | 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> | ||||
* | Help/dev: Add commit message guidelines | Craig Scott | 2017-08-08 | 1 | -0/+48 |
| | |||||
* | Help/dev: Add 'release' branch instructions to maintainer guide | Brad King | 2017-07-21 | 1 | -0/+42 |
| | |||||
* | Help/dev: Update maintainer guide with note about docs and tests | Brad King | 2017-06-22 | 1 | -0/+2 |
| | |||||
* | Help/dev: Add review instructions to maintainer guide | Brad King | 2017-06-15 | 1 | -0/+30 |
| | |||||
* | Tests: Document test directory layout in a README.rst | Brad King | 2017-06-14 | 1 | -1/+3 |
| | | | | | Cross-reference the CMake Source Code Guide document. Also drop the outdated `Tests/README` file. | ||||
* | Help/dev: Update source code guide to cover source tree layout | Brad King | 2017-06-14 | 1 | -0/+45 |
| | |||||
* | Help/dev: Add release branch creation to maintainer guide | Brad King | 2017-06-02 | 1 | -0/+162 |
| | |||||
* | Help/dev: Add a CMake Maintainer Guide document | Brad King | 2017-06-02 | 2 | -0/+18 |
| | | | | | Initialize it with placeholder content. This document will serve to contain instructions for CMake maintenance processes. | ||||
* | Help/dev: Document buildbot lint-iwyu-tidy builder | Brad King | 2017-05-30 | 1 | -1/+6 |
| | | | | | This builder builds CMake using lint tools but does not run the test suite. Document it for reviewers to request with `Do: test -i lint`. | ||||
* | Help/dev: note that unstaging before an update is unnecessary | Ben Boeckel | 2017-05-17 | 1 | -0/+4 |
| | |||||
* | Help/dev: Document CM_EQ_DELETE and CM_DISABLE_COPY | Daniel Pfeifer | 2017-04-25 | 1 | -0/+18 |
| | |||||
* | Help/dev: Adopt C++ subset rules in coding guide | Brad King | 2017-04-19 | 1 | -0/+21 |
| | | | | | | Move the C++ subset rules from the `cmake-developer(7)` into our dedicated coding guide since they do not need to be in user-facing documentation. | ||||
* | Help/dev: Adopt clang-format instructions in coding guide | Brad King | 2017-04-19 | 1 | -0/+14 |
| | | | | | Simplify the `CONTRIBUTING.rst` document by moving the code style section over to our dedicated coding guide and linking to it instead. | ||||
* | Help/dev: Add a CMake Source Code Guide placeholder | Brad King | 2017-04-19 | 2 | -0/+16 |
| | | | | | Create a dedicated document to cover the CMake source code for developers. | ||||
* | Help/dev: Document preferred page for MR comments | Brad King | 2017-04-06 | 1 | -0/+4 |
| | |||||
* | Help/dev: Document `Do: reformat` action | Brad King | 2017-03-22 | 1 | -0/+16 |
| | |||||
* | Help/dev: Make `Do: check` cross-reference more specific | Brad King | 2017-03-22 | 1 | -1/+4 |
| | | | | Add a dedicated subsection header for its documentation. | ||||
* | Help/dev: Document `Topic-rename:` description trailer | Brad King | 2017-03-21 | 1 | -0/+7 |
| | |||||
* | Help/dev: mention how the robot performs its checks | Ben Boeckel | 2017-03-21 | 1 | -3/+8 |
| | | | | Fixes: #16264. | ||||
* | Help/dev: Document the CMake Testing Process | Brad King | 2017-03-07 | 3 | -8/+54 |
| | |||||
* | Help/dev: Revise README to have a bullet list of available documents | Brad King | 2017-03-07 | 1 | -2/+4 |
| | |||||
* | Help/dev: Document the CMake Review Process | Brad King | 2017-03-03 | 2 | -0/+316 |
| | |||||
* | Help/dev: Exclude this directory from user-facing documentation | Brad King | 2017-03-01 | 1 | -0/+15 |
Teach Sphinx and our own install rules to skip a `Help/dev` directory. This will give us a place to put developer-only documentation that should not be included in the user-facing documentation. Add a placeholder README. |