- 14 Nov, 2016 1 commit
-
-
Tobias Hunger authored
Change-Id: I226aeafe6800a84fe4bbf8cf6fd21b8237575a88 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 31 Oct, 2016 1 commit
-
-
Tobias Hunger authored
Only the original one is implemented so far, but at least in theory backends for retrieving data from cmake can now be switched at runtime. Change-Id: Id73a81c7d40f078be95defd30a38511dca3a3720 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- 17 Oct, 2016 1 commit
-
-
Tobias Hunger authored
* Make parse() private Change-Id: I587f72296e4520ed62db06b7d46987907975eb2d Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 10 Oct, 2016 1 commit
-
-
Tobias Hunger authored
Continue to concentrate all the code reading random cmake files in BuildDirManager. Now the task is to clean up the code, make it less dependent on values it should not depend on (kits, etc.), make it handle changes better and finally add another implementation that uses the cmake server mode to extract the data. Change-Id: I533625e376b969b64287bc205bd2e4be7a605306 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 07 Oct, 2016 1 commit
-
-
Tobias Hunger authored
Make sure to run cmake *before* cmake --build when cmake files just got saved. This helps e.g. when editing CMakeLists.txt files and the hitting "Built" and "Save all" (or "Always save before build"). Task-number: QTCREATORBUG-16187 Change-Id: I16b1d02eb342a447003380946ce7a9d785476a0e Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
- 06 Oct, 2016 1 commit
-
-
Tobias Hunger authored
This is in preparation for having support for cmake's server mode. Change-Id: I6cc04fe7c5132c491c3f3c0f46560b8ad88808e8 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 30 Sep, 2016 1 commit
-
-
Tobias Hunger authored
Generator is only part of the picture now that the extraGenerator is separate. Use CMakeGeneratorKitInformation::generatorArguments instead, that is always the complete thing. Change-Id: Ifb6238397e70b36e2dc1b145d3dfad1afa2caa3f Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 28 Jun, 2016 1 commit
-
-
Tobias Hunger authored
Rip out QFileSystemWatcher and use Qt Creators IDocument for file watching instead. The latter properly delays any action till creator gets focus again. Task-number: QTCREATORBUG-16354 Change-Id: Ibb71963416b09712a80ee95347425550453b7fd4 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
- 23 May, 2016 2 commits
-
-
Tobias Hunger authored
Check CMakeCache.txt for changes and ask whether to apply these to the project going forward. This will only consider settings that were previously changed by Qt Creator and will not pick up on newly changed settings. Change-Id: Ia20c67bc2a5e9965243f08003c10ec684875387f Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ib3e7a9943d15a2e90afd29642b666892ba7b0613 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
- 14 Mar, 2016 4 commits
-
-
Tobias Hunger authored
Change-Id: I946c819196c5f0f00a13d2f98bae3dff66a43428 Reviewed-by:
Alexander Drozdov <adrozdoff@gmail.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Do not run cmake if the kit has changed in ways that do not effect cmake. Do clean rebuilds for changes to the generator or cmake tool, etc. which do not work without that. Change-Id: I4e9d43c5161246c3ded7f784cb0d44c3bd4b04e9 Reviewed-by:
Alexander Drozdov <adrozdoff@gmail.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Those are useful for the cmake internal classes, but need to be filtered out when they are going to get displayed to the users. Change-Id: I0bb62fa840fa8cb9e6f3b47300ba85a2b186bad0 Reviewed-by:
Alexander Drozdov <adrozdoff@gmail.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Tobias Hunger authored
I just mixed those methods up, so I'd better improve their names:-) Change-Id: I38a37df4adb0d0402e2c3d9304c79aa414609976 Reviewed-by:
Alexander Drozdov <adrozdoff@gmail.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
- 10 Mar, 2016 1 commit
-
-
Tobias Hunger authored
Some CMake parameters changes requires to clear cache and run CMake from scratch. Add ability to force it from the CMake configuration dialog. This change based on the work of Alexander Drozdov. Change-Id: I21d8e12eec7e1f7bca560f44c43f25e4f333fcf0 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 01 Mar, 2016 1 commit
-
-
Tobias Hunger authored
Change-Id: I94876851dd4cf737418c4c00b589af1b3a9535ed Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 26 Feb, 2016 2 commits
-
-
Tobias Hunger authored
This avoids creating lots of build directories as the user types in something into the builddirectory line of the build settings. Change-Id: Ib08a0f65e08bce104e4baf9e19fb01730d2f5f08 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I90126ff22dd394eba4145db142b3914d211af476 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 15 Feb, 2016 8 commits
-
-
Tobias Hunger authored
Change-Id: Ib3a42c22bfac18630b968cfd78744c7827ef7fad Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ifeb35b14aba05c0e23a027b71f185ba20eed3e55 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
* Disable the BC and give report the cmake error * Show a warning label in the BC Change-Id: If5737d033fa2682c264ab7ac1189c59947e3b28d Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I95944dcd58dc86023c2757068979f92b8989011b Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Read the configuration from CMakeCache.txt files. Change-Id: I7ddf9c9727420634086c973d0134059aac37ace0 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Icabc4a417a67984acaad0f14c6521f103621e7ab Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Do warn on errors during initial cmake run. Change-Id: I520fdb8b83b9228ea71dcce050d1cab4c3e4f81a Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Do not push the cmake running straight into the face of the user. Do it in the background instead. This needs some follow-up patches to become really useful. Change-Id: I3457178b33e3f14bdeac25005a773d17abb73b65 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-