- May 26, 2020
-
-
Brad King authored
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.
-
- Nov 06, 2019
-
-
- Nov 05, 2019
-
-
Brad King authored
Some of the links refer to URLs that are now redirected. Update them.
-
- Feb 20, 2019
-
-
Brad King authored
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.
-
- Feb 19, 2019
-
-
Brad King authored
Inspired-by:
Bartosz Kosiorek <bartosz.kosiorek@tomtom.com>
-
- Oct 17, 2018
-
-
- Oct 09, 2018
-
-
Joachim Wuttke authored
-
Joachim Wuttke authored
-
- Aug 01, 2018
-
-
Jean-Christophe Fillion-Robin authored
-
- Aug 16, 2017
-
-
Brad King authored
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>
-
- Aug 07, 2017
-
- Aug 04, 2017
-
-
Brad King authored
It was left out accidentally.
-
- Jun 13, 2017
-
-
Brad King authored
Convert to a bullet list. Drop platforms for which we no longer have nightly testing.
-
- Dec 14, 2016
-
-
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 95a7e234ffd0c6bdfaa8b21c59a119198c050164 (master). Upstream Shortlog ----------------- Ben Boeckel (1): e0967411 Add a script to help update third-party sources Brad King (10): 98505f79 Add script to update GitSetup from upstream 365edba8 GitSetup: Tell Git not to export .gitattributes 41a7fe5b Add pre-commit hook to check whether SetupForDevelopment must re-run 17a1200c Convert developer setup scripts away from Gerrit Code Review 5f206c3a Tell Git to use a distinct conflict marker size in `.rst` files 33f828d4 README: Convert from `.txt` to `.rst` markup 56b707dd README: Add section about reporting bugs 140357ea CONTRIBUTING: Document contribution through the Kitware GitLab Instance 4b7bf8e4 Tell Git not to export any `.sh` or `.bash` scripts e25eb8dc CONTRIBUTING: Add step for running developer setup script GitSetup Upstream (3): fed3d191 GitSetup 2012-09-27 (341043cf) a0144297 GitSetup 2016-12-13 (8af10838) 868c1e68 GitSetup 2016-12-13 (cd5ada6d)
-
- Jun 17, 2016
-
-
Brad King authored
-
- Oct 29, 2015
-
-
- Sep 25, 2015
-
-
http://www.cmake.orghttps://cmake.orgBrad King authored
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'
-
- Jul 02, 2015
-
-
Brad King authored
Reported-by: Radovan Bast
-
- Aug 04, 2014
-
-
Brad King authored
Suggested-by:
Petr Bena <benapetr@gmail.com>
-
- Jun 03, 2014
-
-
Brad King authored
Use the name "Kitware" rather than "Kitware, Inc." to simplify the text. Provide a CMake-specific URL.
-
- Feb 03, 2014
-
-
Brad King authored
-
- Jan 29, 2014
-
-
Brad King authored
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.
-