summaryrefslogtreecommitdiffstats
path: root/Help/release/3.10.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Use correct CPack generator namesCraig Scott2018-11-061-4/+4
| | | | | | | | | | 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.
* Help: Update old version release notes for CPack generator docsBrad King2018-06-211-14/+12
| | | | | Replace references to the CPack "modules" with proper terminology referencing the CPack generator documentation directly.
* GoogleTest: Rename TIMEOUT parameter to avoid clashCraig Scott2018-03-151-1/+16
| | | | | | | | | | | | | | | In gtest_discover_tests(), the TIMEOUT keyword was making it impossible to set the TIMEOUT test property via the PROPERTIES keyword. This would be a frequent case, but it doesn't complain and instead silently does something different to what would normally be expected. The TIMEOUT keyword has been renamed to DISCOVERY_TIMEOUT, thereby removing the clash. This is a breaking change. 3.10.1 and 3.10.2 were the only versions that supported the TIMEOUT keyword and uses of it were likely not working as intended. Fixes: #17801
* server: Revert "Report backtraces in codemodel response"Brad King2017-12-061-0/+12
| | | | | | | | | | | | | | | | | The backtrace information is very repetitive and hugely increases the size of the codemodel object. We need to remove it until an alternative representation can be developed. Revert commit v3.10.0-rc1~393^2 (server: Report backtraces in codemodel response, 2017-06-20), except for the protocol version number (because it indicates other new things). Unfortunately this is incompatible with clients that expect the "crossReferences" field in targets. However, the regression in memory usage is quite serious, especially on large projects, and therefore breaks even older clients that do not use backtraces. Since the "crossReferences" field was only provided by one release (3.10.0), it is simplest to revert it outright for 3.10.1. Fixes: #17502
* Help: Revise 3.10 release notesBrad King2017-10-061-19/+10
| | | | | Reduce duplication of `AUTOMOC` feature text. Clarify QtIFW version requirements.
* Help: Organize and revise 3.10 release notesBrad King2017-10-051-129/+168
| | | | | Add section headers similar to the 3.9 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
* Help: Consolidate 3.10 release notesBrad King2017-10-051-0/+227
Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.10.rst`.