aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language
Commit message (Expand)AuthorAgeFilesLines
* Fix parameter extraction for Depends items within Export/Module itemsJoerg Bornemann2018-01-311-1/+2
* ModuleLoader: Fix order of module mergingChristian Kandeler2018-01-172-19/+44
* Fix convenience command-line override syntax for qbs propertiesChristian Kandeler2017-12-231-0/+2
* Fix scopes of dependency parametersChristian Kandeler2017-12-232-21/+5
* Fix spurious "unknown property" error on loading module candidatesChristian Kandeler2017-12-152-19/+29
* ModuleLoader: Copy id when setting up module instance child itemsChristian Kandeler2017-12-152-0/+2
* Fix regression resolving exported paths defined in the exporting productChristian Kandeler2017-12-131-2/+8
* Fix crash when "original" is being misusedChristian Kandeler2017-12-081-0/+7
* Fix inadvertant module prototype sharingv1.10.0Christian Kandeler2017-11-232-5/+10
* Fix bogus error message about conflicting module filesChristian Kandeler2017-11-231-0/+10
* Ignore property assignments in Export items of disabled productsChristian Kandeler2017-11-231-1/+3
* Fix the outer value for Properties itemsJoerg Bornemann2017-11-101-28/+37
* Fix evaluation of Properties.conditionJoerg Bornemann2017-11-081-84/+81
* SVConverter: Bail out early if the importScope is erroneousJoerg Bornemann2017-11-081-8/+7
* SVConverter: Factor out the creation of the extra scopeJoerg Bornemann2017-11-081-33/+47
* Fix import search path precedenceChristian Kandeler2017-11-081-1/+2
* Fix handling of empty JS filesChristian Kandeler2017-11-061-1/+2
* Remove unused Logger from EvaluatorScriptClassJoerg Bornemann2017-10-133-7/+3
* Remove unused overload of ModuleLoader::productModuleJoerg Bornemann2017-10-062-8/+0
* Merge 1.9 into masterChristian Kandeler2017-10-053-8/+12
|\
| * Fix usage of outer within Properties blocksJoerg Bornemann2017-10-043-9/+13
* | Use range-based for loop in SVConverter::handle(JSSourceValue*)Joerg Bornemann2017-10-051-9/+7
* | Use std::vector as container for JSSourceValue::AlternativeJoerg Bornemann2017-10-054-8/+11
* | Remove unused JSSourceValue::setAlternativesJoerg Bornemann2017-10-051-1/+0
* | ModuleLoader: Fix false positive in property declaration checkerChristian Kandeler2017-10-043-1/+13
* | ModuleLoader: Fix check for Probe.configureChristian Kandeler2017-10-041-1/+2
* | Log debug messages for failures in non-required modulesChristian Kandeler2017-10-041-0/+3
* | Fix missing error location in case of syntax errors in scriptsChristian Kandeler2017-10-041-2/+5
* | Fix recursion issue when releasing ResourceAcquiringScriptObjectsJoerg Bornemann2017-09-273-26/+12
* | Refine log messages in ModuleLoader::loadModuleFileJoerg Bornemann2017-09-261-3/+3
* | Introduce Module.priorityJoerg Bornemann2017-09-262-9/+58
* | Remove instance list from instantiateModuleJoerg Bornemann2017-09-261-3/+3
* | Simplify setup of the qbs module's prototypeJoerg Bornemann2017-09-262-14/+10
* | Extend log messageJoerg Bornemann2017-09-221-1/+2
* | Fix objectId format in EvaluatorScriptClass::resultToStringJoerg Bornemann2017-09-221-1/+1
* | Yield error on conflicting module instancesJoerg Bornemann2017-09-211-1/+12
* | Cache the result of ItemReader::allSearchPathsJoerg Bornemann2017-09-212-10/+31
* | Fix build with Qt 5.6Joerg Bornemann2017-09-191-0/+1
* | Use default constructor implementations for FileContextBaseJoerg Bornemann2017-09-192-10/+3
* | Use ranged-based for loops where applicableJoerg Bornemann2017-09-193-6/+5
* | Add missing override keywordsJoerg Bornemann2017-09-192-6/+6
* | Remove duplicates in search pathsJoerg Bornemann2017-09-181-0/+1
* | Remove ModuleLoader::m_moduleSearchPathsJoerg Bornemann2017-09-182-27/+8
* | Fix check for duplicate search paths in ModuleLoaderJoerg Bornemann2017-09-181-1/+2
* | Rename ItemReader::searchPaths() to allSearchPathsJoerg Bornemann2017-09-183-4/+4
* | Do not clear ModuleLoader::m_moduleDirListCache in setSearchPathsJoerg Bornemann2017-09-141-1/+0
* | Fix style of some log messagesJoerg Bornemann2017-09-141-4/+5
* | Move hostOS identifier list function from module loader to HostOsInfoJake Petroules2017-09-111-31/+1
* | Merge "Merge 1.9 into master"Joerg Bornemann2017-09-052-54/+68
|\ \
| * | Merge 1.9 into masterChristian Kandeler2017-09-012-54/+68
| |\|