summaryrefslogtreecommitdiffstats
path: root/Help/release/3.13.rst
Commit message (Collapse)AuthorAgeFilesLines
* Autogen: Revert passing compiler implicit includes to mocSebastian Holtermann2018-12-071-0/+13
| | | | | | | | | Passing an incomplete list of compiler include directories causes a regression in the KIO project (and probably others). We need to disable it until the complete list is available (see #16291). Fixes: #18669 Issue: #18041
* Merge branch 'cpack-doc-gen-names' into release-3.13Brad King2018-11-061-2/+2
|\ | | | | | | Merge-request: !2563
| * Help: Use correct CPack generator namesCraig Scott2018-11-061-2/+2
| | | | | | | | | | | | | | | | | | | | CPack generator names were not used consistently throughout the documentation, resulting in ambiguity about what the correct name was for use with the `cpack -G` option. With the changes in this commit, the cpack-generators(7) page of the manual now shows the correct names and other help pages no longer use inconsistent or incorrect names.
* | FindBoost: Add explicit Boost_ARCHITECTURE optionBrad King2018-11-051-0/+3
|/ | | | | | | | | | | Boost 1.66 and above built with `--layout=versioned` add an architecture tag to the library file names. We already try to compute this tag automatically when `CMAKE_CXX_COMPILER_ARCHITECTURE_ID` is available, but that is currently not computed everywhere. Add an explicit `Boost_ARCHITECTURE` option that a user can set to specify the architecture tag. Issue: #17701
* Merge branch 'rel-doc-qthelp' into release-3.13Brad King2018-10-181-0/+3
|\ | | | | | | Merge-request: !2497
| * Utilities/Release: Add qthelp docs to binary archivesBrad King2018-10-171-0/+3
| | | | | | | | Fixes: #18465
* | Merge branch 'backport-revert-install-code-script-genex' into release-3.13Brad King2018-10-111-3/+0
|\ \ | |/ |/| | | Merge-request: !2474
| * install: Revert CODE,SCRIPT support for generator expressionsBrad King2018-10-111-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert commit v3.13.0-rc1~441^2 (install: Teach CODE,SCRIPT modes to evaluate generator expressions, 2018-05-29). Unfortunately it has been found to break existing code in a real project, e.g. install(CODE [[ message("$<FOOBAR>") ]]) Address this regression by reverting support for the 3.13 release series. Support can be restored later with a policy for compatibility. Issue: #15785 Fixes: #18435
* | Merge branch 'pkgc-op-lt-gt' into release-3.13Brad King2018-10-041-0/+4
|\ \ | | | | | | | | | Merge-request: !2435
| * | FindPkgConfig: support also > and < operators for version comparesRolf Eike Beer2018-10-041-0/+4
| |/ | | | | | | Fixes: #18416
* | Merge branch 'misc-typos' into release-3.13Brad King2018-10-041-1/+1
|\ \ | | | | | | | | | Merge-request: !2440
| * | Fix misc. typosluz.paz2018-10-031-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found via `codespell -q 3 -I ../cmake-whitelist.txt --skip="./Utilities"` where the whitelist consists of ``` aci ans behaviour buil convertor dum earch ect emmited emmitted helpfull iff isnt ith lowercased mose nd nknown nto objext ot pathes pevents splitted substract superceded supercedes te tim todays uint upto whitespaces ```
* | Help: Clarify policy CMP0077 documentationBrad King2018-10-031-2/+4
|/ | | | | | | Add background about the case in which the policy is relevant. Describe the OLD and NEW behaviors more completely. Fixes: #18418
* Help: Organize and revise 3.13 release notesBrad King2018-10-011-123/+161
| | | | | Add section headers similar to the 3.12 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
* Help: Consolidate 3.13 release notesBrad King2018-10-011-0/+194
Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.13.rst`.