aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language
Commit message (Expand)AuthorAgeFilesLines
...
| * fix crash on Properties block in Export itemv1.2.1Joerg Bornemann2014-05-081-0/+4
* | Merge remote-tracking branch 'origin/1.2'Joerg Bornemann2014-04-286-11/+116
|\|
| * API: Do not present all root artifacts as target artifacts.Christian Kandeler2014-04-172-0/+12
| * Prevent user code from hanging qbs during resolving.Christian Kandeler2014-04-164-1/+36
| * Fix warnings when compiling with Qt 4.Christian Kandeler2014-04-152-1/+13
| * fix module property cacheJoerg Bornemann2014-04-152-9/+55
* | remove deprecated getenv and putenv functionsJoerg Bornemann2014-04-152-6/+0
* | Merge remote-tracking branch 'origin/1.2'Joerg Bornemann2014-04-151-2/+2
|\|
| * fix usage of deprecated functionJoerg Bornemann2014-04-141-2/+2
* | remove deprecated Module.additionalProductFileTagsJoerg Bornemann2014-04-141-9/+0
* | remove deprecated FileTagger.patternJoerg Bornemann2014-04-142-18/+4
|/
* support internal extensions in loadExtensionJoerg Bornemann2014-04-111-3/+23
* detect Visual Studio build environment using vcvarsall.batJoerg Bornemann2014-04-081-1/+16
* Fix crash with Properties item as child of Project item.Joerg Bornemann2014-04-071-1/+3
* remove TopLevelProject::platformEnvironmentJoerg Bornemann2014-04-042-15/+5
* remove JSSourceValue::Alternative::conditionScopeItemJoerg Bornemann2014-03-316-33/+12
* Remove "Module" from the list of allowed child types for some items.Christian Kandeler2014-03-311-8/+2
* Do not report an error for a non-existing file in a disabled group.Christian Kandeler2014-03-311-7/+9
* extend trace output in ModuleLoaderJoerg Bornemann2014-03-281-0/+13
* Interpret "~" as home directory shortcut when resolving wildcards.Christian Kandeler2014-03-281-1/+4
* cache module prototype item treesJoerg Bornemann2014-03-264-8/+27
* Do not store CodeLocations in JSSourceValue objects.Christian Kandeler2014-03-267-16/+31
* turn JSSourceValue::m_sourceCode into a QStringRefJoerg Bornemann2014-03-2512-34/+90
* turn JSSourceValue bools into flagsJoerg Bornemann2014-03-253-12/+22
* remove firstValidPropertyDeclaration helper functionJoerg Bornemann2014-03-251-14/+2
* rename mergeItem to inheritItemJoerg Bornemann2014-03-252-7/+7
* make PropertyDeclaration implicitly sharedJoerg Bornemann2014-03-257-65/+197
* use Item::PropertyDeclarationMap where appropriateJoerg Bornemann2014-03-252-2/+2
* Add new qml item ScannerMaxim Zaitsev2014-03-127-0/+84
* do not export ScriptEngine and LoaderJoerg Bornemann2014-02-282-5/+2
* introduce loadExtension functionJoerg Bornemann2014-02-282-0/+81
* store search paths in file contextJoerg Bornemann2014-02-284-0/+18
* introduce loadFile function for loading JS filesJoerg Bornemann2014-02-284-14/+86
* give FileContext and ResolvedFileContext a common baseJoerg Bornemann2014-02-2810-54/+179
* move ResolvedFileContext to separate filesJoerg Bornemann2014-02-286-65/+149
* rename name variable to filePathJoerg Bornemann2014-02-281-9/+9
* rename JsImport.fileNames to filePathsJoerg Bornemann2014-02-284-14/+14
* fix includes in scriptengine.hJoerg Bornemann2014-02-281-2/+2
* introduce qbs::LanguageInfo classJoerg Bornemann2014-02-274-72/+5
* Do not share product properties with artifacts.Christian Kandeler2014-02-264-45/+61
* introduce ScriptEngine::setDeprecatedPropertyJoerg Bornemann2014-02-252-0/+28
* Try harder not to store a corrupted build graph.Christian Kandeler2014-02-241-0/+1
* Fix some sub-optimal use of the persistence facility.Christian Kandeler2014-02-212-1/+3
* Serialize information about rules with changed inputs.Christian Kandeler2014-02-201-1/+0
* Improve register{Added,Removed}FileTag.Christian Kandeler2014-02-171-6/+19
* support transformers with an unknown number of outputsJoerg Bornemann2014-02-134-21/+208
* Get rid of "duplicate dependency" nagging.Christian Kandeler2014-02-121-4/+1
* centralize pointer-to-scriptvalue-attachmentJoerg Bornemann2014-02-053-21/+6
* fix variable name in createSourceArtifactJoerg Bornemann2014-02-041-2/+2
* make Rule.toString unambiguousJoerg Bornemann2014-01-301-2/+6