aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language
Commit message (Expand)AuthorAgeFilesLines
* Do the OS X to macOS rename.v1.5.2Jake Petroules2016-06-273-6/+6
* Make search paths given on the command line available right away.Christian Kandeler2016-06-101-16/+22
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-0672-72/+72
* Add missing code location to some parsing errors.Christian Kandeler2016-06-021-4/+8
* Fix edge case in module look-up.Christian Kandeler2016-05-251-2/+6
* Fix use of potentially uninitialized value.Jake Petroules2016-05-251-1/+1
* Fix null pointer accesses.Christian Kandeler2016-05-202-11/+22
* Add missing initializations for class members.Christian Kandeler2016-05-201-2/+2
* Respect the conditions of Export items.Christian Kandeler2016-05-202-0/+30
* Clone values when copying them from Export items.Christian Kandeler2016-05-181-1/+1
* Add an "importingProduct" variable to the Export item.Christian Kandeler2016-05-031-0/+6
* Fix error locationsJoerg Bornemann2016-05-021-6/+24
* Add missing base property to Export itemsJoerg Bornemann2016-04-294-2/+22
* Fix check whether a module is required.Christian Kandeler2016-04-276-11/+81
* Use native separators in error message.Christian Kandeler2016-04-211-3/+4
* Add a code location to deprecation warnings.Christian Kandeler2016-04-211-1/+1
* Fix case of both required and non-required dependencies to a module.Christian Kandeler2016-04-2011-27/+111
* Also show inputs from dependencies when printing a rule.Christian Kandeler2016-04-201-1/+3
* Display proper file paths and line numbers for errors in more places.Jake Petroules2016-04-144-1/+9
* Respect Probe conditions.Christian Kandeler2016-04-144-3/+51
* Correctly handle Objective-C++ source files in moc.Jake Petroules2016-04-062-0/+10
* Fix TestLanguage::wildcards.Jake Petroules2016-03-261-2/+2
* Introduce Array.containsAll and Array.containsAny.Jake Petroules2016-03-251-0/+6
* EvaluatorScriptClass: don't change the type of Error valuesJoerg Bornemann2016-03-221-1/+1
* Add missing scope to SubProject's Properties item.Christian Kandeler2016-03-041-1/+3
* Add location to error message about unknown items.Christian Kandeler2016-03-043-4/+7
* API: Allow to retrieve the direct parents of a given artifact.Christian Kandeler2016-03-022-9/+7
* Make "duplicate source file" error message more IDE-friendly.Christian Kandeler2016-02-262-8/+8
* ProjectResolver: Turn assertion into proper error message.Christian Kandeler2016-02-241-1/+4
* ModuleLoader: Catch errors thrown by Probes.Christian Kandeler2016-01-121-1/+1
* Do module validation and Probe resolving after module merging.Christian Kandeler2016-01-126-22/+83
* Merge 1.4 into master.Christian Kandeler2015-12-152-9/+14
|\
| * Add product scope to groups in modules.Christian Kandeler2015-11-242-9/+14
* | ModuleLoader: Proper evaluation of product conditions.Christian Kandeler2015-12-115-18/+134
* | Remove the Verbatim property type.Jake Petroules2015-12-115-15/+15
* | Fix a bunch of property types to be more accurate.Jake Petroules2015-12-101-18/+18
* | Partially revert removal of qbs.getEnv and qbs.currentEnv.Jake Petroules2015-12-036-8/+28
* | Roll the global getEnv and currentEnv functions into Environment.Jake Petroules2015-12-017-47/+6
* | Disallow modules where one's name equals the other's first component.Christian Kandeler2015-12-0110-11/+66
* | Move global auxiliary functions into a new Utilities extension.Jake Petroules2015-11-278-96/+12
* | Don't hardcode the autotest profile name in the language tests.Christian Kandeler2015-11-261-1/+3
* | Move setup[Build|Run]Environment global functions into a real extension.Jake Petroules2015-11-191-53/+0
* | Move shellQuote global function to the Process class.Jake Petroules2015-11-195-27/+1
* | Introduce a "relaxed mode" for product resolution errors.Christian Kandeler2015-11-199-9/+160
* | ModuleLoader: Make pushing/popping of search paths exception-safe.Christian Kandeler2015-11-181-2/+14
* | Rename SetupProjectParameters::PropertyCheckingMode.Christian Kandeler2015-11-182-2/+2
* | Use the FileTag(s) type in more places.Christian Kandeler2015-11-134-5/+6
* | ProjectResolver: Remove check for product vs module name conflicts.Christian Kandeler2015-11-131-21/+0
* | ProjectResolver: Improve usages of ProjectContext.Christian Kandeler2015-11-092-15/+14
* | Improve the ProjectResolver interface.Christian Kandeler2015-11-063-22/+21