aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/moduleloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix SOFT ASSERT for parametrized dependencies in Export/Module itemsv1.10.11.10Joerg Bornemann2018-01-311-6/+5
* Fix parameter extraction for Depends items within Export/Module itemsJoerg Bornemann2018-01-311-1/+2
* ModuleLoader: Fix order of module mergingChristian Kandeler2018-01-171-18/+44
* Fix convenience command-line override syntax for qbs propertiesChristian Kandeler2017-12-231-0/+2
* Fix scopes of dependency parametersChristian Kandeler2017-12-231-20/+5
* Fix spurious "unknown property" error on loading module candidatesChristian Kandeler2017-12-151-19/+28
* ModuleLoader: Copy id when setting up module instance child itemsChristian Kandeler2017-12-151-0/+1
* Fix inadvertant module prototype sharingv1.10.0Christian Kandeler2017-11-231-5/+9
* Remove unused overload of ModuleLoader::productModuleJoerg Bornemann2017-10-061-6/+0
* ModuleLoader: Fix false positive in property declaration checkerChristian Kandeler2017-10-041-1/+1
* 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 recursion issue when releasing ResourceAcquiringScriptObjectsJoerg Bornemann2017-09-271-0/+1
* Refine log messages in ModuleLoader::loadModuleFileJoerg Bornemann2017-09-261-3/+3
* Introduce Module.priorityJoerg Bornemann2017-09-261-7/+49
* Remove instance list from instantiateModuleJoerg Bornemann2017-09-261-3/+3
* Simplify setup of the qbs module's prototypeJoerg Bornemann2017-09-261-11/+7
* Extend log messageJoerg Bornemann2017-09-221-1/+2
* Yield error on conflicting module instancesJoerg Bornemann2017-09-211-1/+12
* Use ranged-based for loops where applicableJoerg Bornemann2017-09-191-2/+2
* Add missing override keywordsJoerg Bornemann2017-09-191-3/+3
* Remove ModuleLoader::m_moduleSearchPathsJoerg Bornemann2017-09-181-24/+6
* Fix check for duplicate search paths in ModuleLoaderJoerg Bornemann2017-09-181-1/+2
* Rename ItemReader::searchPaths() to allSearchPathsJoerg Bornemann2017-09-181-1/+1
* 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 1.9 into masterChristian Kandeler2017-09-011-53/+65
|\
| * ModuleLoader: Fix adjustment for multiplexed dependenciesv1.9.0Christian Kandeler2017-09-011-60/+72
* | Use std::vector for ModuleLoader::ProductDependenciesJoerg Bornemann2017-08-231-5/+9
* | Fix bug in conditional dependenciesJoerg Bornemann2017-08-231-3/+2
* | Rename ProductDependencyResults to ProductDependenciesJoerg Bornemann2017-08-231-2/+2
* | Make conditional dependencies in modules respect command-line overridesChristian Kandeler2017-08-211-11/+10
* | Simplify qbs.hostOSJake Petroules2017-08-161-111/+33
* | Merge 1.9 into masterChristian Kandeler2017-08-141-3/+1
|\|
| * ModuleLoader: Remove invalid assertionChristian Kandeler2017-08-141-3/+1
* | Set overridden module properties on all members of the prototype chainChristian Kandeler2017-08-141-4/+8
* | Centralize conversion of multiplex id to human-readable stringChristian Kandeler2017-08-031-25/+7
* | Fix problems regarding multiplexing and Depends.profilesChristian Kandeler2017-08-021-34/+35
* | Use categorized logging in ModuleLoaderJoerg Bornemann2017-08-021-59/+38
* | Add initial support for Universal Windows PlatformJake Petroules2017-08-011-4/+1
* | Introduce the Profile itemChristian Kandeler2017-08-011-4/+107
* | Refactor SetupProjectParameters to take a qbs::Profile objectChristian Kandeler2017-07-271-2/+3
* | Remove references to obsolete platformsJake Petroules2017-07-251-9/+0
* | Fix Depends conditions in modulesJoerg Bornemann2017-07-111-75/+161
* | Act on some version-related TODO itemsChristian Kandeler2017-07-061-10/+9
|/
* Allow to pass the initial value to PropertyDeclaration constructorChristian Kandeler2017-07-051-1/+1
* Fix false positive in property declaration checkerChristian Kandeler2017-07-041-2/+3
* Fix trace messageJoerg Bornemann2017-07-041-1/+1
* ModuleLoader: Re-add error message removed in 1.8Christian Kandeler2017-06-131-3/+2