summaryrefslogtreecommitdiff
path: root/src/plugins/autotoolsprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* AutotoolsProject: simplified C++ codemodel interaction.Sergey Shambir2013-05-021-40/+15
* auto-generate <dependencyList> in .pluginspec filesOswald Buddenhagen2013-04-111-6/+1
* 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-7/+7
* Project: Set QML/C++ languages where both are possibleTobias Hunger2013-04-051-1/+3
* derive TARGET from QTC_{LIB,PLUGIN}_NAMEOswald Buddenhagen2013-04-031-1/+0
* make library and plugin dependencies declarativeOswald Buddenhagen2013-04-031-4/+6
* centralize assignment of TEMPLATE = libOswald Buddenhagen2013-04-021-1/+0
* automatically include libs' and plugins' _dependencies.pri filesOswald Buddenhagen2013-04-021-1/+0
* Remove internal class BaseTextMarkRegistry from exported header.Friedemann Kleint2013-03-261-0/+1
* Autotools: Makefile.am and configure.ac now displayed on top of treeSergey Shambir2013-03-261-3/+7
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-0/+2
* CppTools: improved languages support in ProjectPartSergey Shambir2013-03-211-4/+6
* Fix Krazy warnings about includes/header guards in Autotools/CMake.Friedemann Kleint2013-03-121-3/+3
* Autotools: fixed crash in Debug buildSergey Shambir2013-03-051-1/+1
* Qml Debugging: Default option for Qt Quick applicationAurindam Jana2013-02-201-1/+1
* AbstractProcessStep: Do not run a qprocess in a threadTobias Hunger2013-02-124-0/+4
* Autotools: fixed parsing var assignment without space before =Sergey Shambir2013-02-082-18/+38
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-3130-30/+30
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-2930-30/+30
* | Qt4BuildConfiguration: Allow for "Release" and "Debug" BCsTobias Hunger2013-01-311-1/+1
* | Generalize QT_NO_CAST_FROM_ASCIIOrgad Shaneh2013-01-162-4/+0
* | Autotools: fixed crash when opening any projectSergey Shambir2013-01-081-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-3/+2
* | Use C++11 parsing mode for CMake, AutoTools and Generic project managersDaniel Teske2013-01-011-1/+1
* | ProcessParameter: Ensure macro expansion is done in the main threadDaniel Teske2012-12-074-0/+4
* | C++: ProjectParts now contain everything that gets linked together.Erik Verbruggen2012-11-281-1/+1
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-11-261-1/+5
|\ \ | |/
| * Fix build issues being empty for non-qmake projectsTobias Hunger2012-11-211-1/+5
* | Gcc: Support -stdlib=whatever arguments for the code modelTobias Hunger2012-11-211-2/+5
* | Replace BuildConfigWidge with NamedWidgetDaniel Teske2012-11-163-4/+4
* | BuildConfigWidget derived classes: Add missing tr()Daniel Teske2012-11-161-1/+1
* | BuildConfigWidget: Make displayName property instead of a virtual funcDaniel Teske2012-11-162-7/+1
* | Remove BuildConfigWidget::init()Daniel Teske2012-11-163-11/+6
* | BuildConfiugration: Rename subConfigWidgets to createSubConfigWidgetsDaniel Teske2012-11-161-6/+0
* | BuildConfiugration::subConfigWidge() Provide a default implementationDaniel Teske2012-11-162-2/+0
* | Move Project::subConfigWidgets to BuildConfigurationDaniel Teske2012-11-164-7/+8
* | Remove autotoolsBuildConfiguration() from all stepsDaniel Teske2012-11-168-40/+12
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-11-091-1/+4
|\ \ | |/
| * autotools: Plug small memory leakMathias Hasselmann2012-11-081-1/+4
* | Kit: Add createOutputParser methodDaniel Teske2012-11-023-14/+3
* | License changesTobias Hunger2012-10-091-10/+8
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-0530-701/+614
|\ \ | |/
| * Adjust license headershjk2012-10-0530-701/+614
* | qbs files: Consolidate includePaths in QtcLibrary and QtcPluginOrgad Shaneh2012-10-051-6/+0
* | qbs files: Sort filesOrgad Shaneh2012-10-031-1/+1
|/
* Use QtParser in CMake/Autotools/generic project makestepsTobias Hunger2012-09-271-0/+5
* Make Toolchain::makeCommand return a full path to the make commandDaniel Teske2012-09-121-2/+3
* Warn if kit has no tool chain set upTobias Hunger2012-09-062-2/+25