summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakeproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++: split defines into project-defined and toolchain-defined.Erik Verbruggen2013-12-101-1/+1
* ProjectExplorer: Make Project::id value basedhjk2013-10-141-5/+1
* ProjectPart: Add meta informationDaniel Teske2013-10-011-0/+3
* BuildConfigurationFactory: Refactor codeTobias Hunger2013-09-171-7/+8
* CMake: Make CMake plugin work with RemoteLinux plugin.Oleksii Serdiuk2013-09-161-13/+50
* Cmake: Improve handling of build targets in makestepTobias Hunger2013-09-121-7/+0
* Cmake: Remove dead codeTobias Hunger2013-09-121-14/+0
* CMake: Move watcher setupTobias Hunger2013-09-121-4/+4
* Core::Id: Remove some explicit casts to Core::IdTobias Hunger2013-09-031-1/+1
* Reduce usage of QStringRef::toString() in project manager/cmake.Friedemann Kleint2013-08-291-1/+1
* BC: Move builddirectory handling into BC itselfTobias Hunger2013-08-281-9/+9
* UiCodeModelManager: Clean up APITobias Hunger2013-08-021-1/+1
* PluginManager: Do not use instance() when that is not neededTobias Hunger2013-08-021-3/+3
* UiCodeModel: Simplify usageTobias Hunger2013-08-011-124/+5
* CppTools: Clean up CppModelManager(Interface)Nikolai Kosjar2013-07-311-3/+3
* Merge remote-tracking branch 'origin/2.8'Oswald Buddenhagen2013-07-251-3/+1
|\
| * CppTools: Check if project has changed before reparsingNikolai Kosjar2013-07-221-3/+1
* | Don't use openedEditors in CMakeProjectEike Ziller2013-07-121-3/+3
* | Move displayName from IEditor to IDocumentEike Ziller2013-07-101-10/+10
* | Move Ui code model support into QtSupportTobias Hunger2013-07-101-28/+9
* | Rename IDocument::fileName --> filePathEike Ziller2013-07-091-4/+4
* | Make IDocument::fileName a member with setter.Eike Ziller2013-07-091-15/+3
* | CMake: Set a initial displayName for projectsDaniel Teske2013-07-081-0/+2
|/
* Project managers: Force "Parsing" notificationNikolai Kosjar2013-06-241-1/+2
* CMake: Save all files before running cmake wizardDaniel Teske2013-06-191-0/+2
* Revert "Project: Set QML/C++ languages where both are possible"Kai Koehne2013-05-281-4/+1
* CMake: simplified C++ codemodel interaction.Sergey Shambir2013-05-021-44/+24
* ProjectExplorer: extended Toolchain::CompilerFlagsSergey Shambir2013-04-301-1/+1
* CMakeProjectManager: Make shadow build support not depend on qt versionDaniel Teske2013-04-111-4/+0
* Fix CMakeProjectManager Ninja CXXFLAGS detectionShane Peelar2013-04-101-5/+30
* ProjectManagers: Update project languages based on data sent to the codemodelTobias Hunger2013-04-101-0/+2
* CppTools: Rename files to comply with coding standardTobias Hunger2013-04-101-1/+1
* CppTools: Use namespace CppTools consistentlyTobias Hunger2013-04-081-13/+13
* Project: Set QML/C++ languages where both are possibleTobias Hunger2013-04-051-1/+4
* Core: Remove Core::Id(QByteArray) constructorhjk2013-04-041-1/+0
* Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-03-261-1/+17
|\
| * CMake: Correct encoding of definesDaniel Teske2013-03-191-1/+1
| * CMake: Fix parsing of C++ definesDaniel Teske2013-03-191-1/+17
* | CppTools: improved languages support in ProjectPartSergey Shambir2013-03-211-8/+9
* | s/ProjectExpander/ProjectMacroExpander/gTobias Hunger2013-03-191-1/+1
* | Fix Krazy warnings about includes/header guards in Autotools/CMake.Friedemann Kleint2013-03-121-1/+0
|/
* CMake: Ignore all the XXX/fast targetsYuchen Deng2013-03-071-9/+2
* CMake: Does not need m_buildTargetType anymoreYuchen Deng2013-03-071-10/+4
* CMake: Display all targets in project settingsStanislav Ionascu2013-02-271-6/+3
* Qml Debugging: Default option for Qt Quick applicationAurindam Jana2013-02-201-1/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | CMake: Fix build directory for "Add Buildconfiguration"Daniel Teske2013-01-171-3/+17
* | Figure out compile flags for cmake by parsing flags.make filesDaniel Teske2013-01-101-22/+42
* | Fix .ui code completion for some cmake projectsDaniel Teske2013-01-091-5/+17