summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakesettingspage.h
Commit message (Collapse)AuthorAgeFilesLines
* CMakeProjectManager: ModernizeAlessandro Portale2018-11-251-1/+1
| | | | | | | | | | modernize-use-auto modernize-use-nullptr modernize-use-override modernize-use-using Change-Id: I6a272bc3b75835840b3d6cbe83be6f50f94bbedb Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* CMake: Cleanup filesTobias Hunger2016-02-121-1/+0
| | | | | Change-Id: I22a20e598389bf27417bcb230dd469f8f9dfce0e Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* CMake: Use pragma once consistentlyTobias Hunger2016-01-271-3/+1
| | | | | Change-Id: Id164dea5e7047b87c3d11c53ebd044d567129e9c Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+13
| | | | | | | * Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* CMake: Semi-automatic cleanupsTobias Hunger2016-01-081-8/+7
| | | | | | | | | | | * Shorten header guards * Use override and auto where possible * Remove useless destructors, etc. * Remove private slots sections, unify private: sections * Use member initialization where it makes sense Change-Id: I00eaf6d706adc16859176d1b68c631d3336bb39f Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* Make it possible to register multiple cmake instancesBenjamin Zeller2015-02-241-21/+3
| | | | | | | | | | | This patch add the CMakeToolManager, a central repository for cmake instances. One instance is always the currently used "default". By that its possible to switch between different cmake installations. The next step will be adding it to the Kits. Change-Id: I310fdd805e0ed239077a5632303e891dbd1d9ea1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
* Update LicenseEike Ziller2015-01-161-6/+6
| | | | | Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* License updateEike Ziller2014-10-091-7/+8
| | | | | Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* cmakeprojectmanager: Rename CMakeValidator to CMakeToolBenjamin Zeller2014-03-141-3/+3
| | | | | | | | Renamed CMakeValidator to CMakeTool and renamed files to prepare for further refactoring Change-Id: Id6e64e3a39ec36ca3aa8b08bf859ae1345f1a137 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* cmakeprojectmanager: Move SettingsPage and GeneratorInfo in extra filesBenjamin Zeller2014-03-121-0/+81
Move CMakeSettingsPage and GeneratorInfo into extra files to prepare for refactoring Change-Id: Idee2e9f807a961c0eee9c15198ee0966ecc16e83 Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>