aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib
Commit message (Expand)AuthorAgeFilesLines
* Install missing public header1.8Joerg Bornemann2017-07-102-2/+3
* Recognize Visual Studio 2017Jake Petroules2017-06-291-1/+1
* Remove unneeded methodJake Petroules2017-06-292-7/+0
* Fix running bundled applications on Apple platformsJake Petroules2017-06-272-18/+13
* Executor: Do not convert error objects into stringsv1.8.1Christian Kandeler2017-06-221-1/+2
* Fix error messages in console functionsJoerg Bornemann2017-06-191-4/+4
* Make ItemReaderVisitorState::readFile() exception safeChristian Kandeler2017-06-151-3/+10
* Fix error message for property overridesChristian Kandeler2017-06-121-2/+3
* Warn against non-prefixed command-line property overridesChristian Kandeler2017-06-081-8/+31
* Fix mismatched class/struct warningJake Petroules2017-06-081-1/+1
* Add an entry for the qbs file itself in the generated vcxprojJake Petroules2017-06-064-0/+36
* Fix handling of same subproject names in generated VS solutionsJake Petroules2017-06-063-5/+42
* Fix a couple of typosDmitry Shachnev2017-06-061-1/+1
* Add failing test for QBS-1016Joerg Bornemann2017-06-061-1/+5
* Revert "Modernize EvaluatorScriptClass::QueryResult"Christian Kandeler2017-06-061-2/+6
* Remove superfluous nullptr check in SVConverterJoerg Bornemann2017-06-021-1/+1
* Modernize EvaluatorScriptClass::QueryResultJoerg Bornemann2017-06-021-6/+2
* Tighten QBS_ASSERTs in EvaluatorScriptClassJoerg Bornemann2017-06-021-1/+10
* Fix lookup of shadowed parent propertiesJoerg Bornemann2017-06-023-3/+9
* Fix tst_language moduleProperties:shadowed-list-propertyJoerg Bornemann2017-06-021-1/+1
* Add failing autotest for QBS-1117Joerg Bornemann2017-05-311-16/+23
* Fix race condition when resolving projectsChristian Kandeler2017-05-302-1/+5
* Make "bin" the libexec path on WindowsChristian Kandeler2017-05-301-1/+4
* When setting the build root, create the directory along the wayChristian Kandeler2017-05-201-0/+6
* Fix typoChristian Kandeler2017-05-201-1/+1
* Fix string -> variant conversion in settings modelChristian Kandeler2017-05-171-5/+5
* Make autotests handle profiles with qbs.buildVariant == "release"Christian Kandeler2017-05-161-3/+5
* Fix JSSourceValue::clone()Christian Kandeler2017-05-094-0/+45
* Fix size_t -> int conversion warning on MSVC (64 bit)Joerg Bornemann2017-05-081-1/+1
* Try harder to find out the correct location for evaluation errorsChristian Kandeler2017-05-049-27/+44
* API: Catch error from ProductInstallerChristian Kandeler2017-04-281-5/+10
* Support command files in cpp.{static,dynamic}LibrariesChristian Kandeler2017-04-281-1/+12
* Qt support: Scan also cpp files for Q_PLUGIN_METADATAChristian Kandeler2017-04-281-0/+5
* Fix "defined" appearing on RHS of macro definitionChristian Kandeler2017-04-271-3/+9
* Fix undefined behavior in tst_toolsChristian Kandeler2017-04-061-6/+0
* macOS: Use clock_gettime() only if it's supportedChristian Kandeler2017-04-051-1/+2
* Launcher socket: Replace an assertion with a proper checkChristian Kandeler2017-04-041-1/+2
* Improve the error message for a crashed process launcherChristian Kandeler2017-04-041-4/+2
* Merge 1.7 into 1.8Christian Kandeler2017-04-041-3/+3
|\
| * Fix ScriptEngine::PropertyCacheKey1.7Christian Kandeler2017-04-041-3/+3
* | Process launcher: Work around platform-specific QLocalSocket behaviorChristian Kandeler2017-04-042-1/+10
* | Fix size_t -> int conversion warnings on MSVC (64bit)Orgad Shaneh2017-04-033-3/+3
* | Cumulate delayed product errorsJoerg Bornemann2017-04-034-5/+45
* | Allow running qbs without a profileChristian Kandeler2017-03-315-3/+14
* | Replace all uses of QVector with std::vectorJake Petroules2017-03-2931-157/+165
* | Support readonly propertiesJoerg Bornemann2017-03-294-5/+28
* | Remove PropertyDeclaration::ListProperty flagJoerg Bornemann2017-03-292-4/+1
* | Make Item::Modules an std::vectorJoerg Bornemann2017-03-233-14/+15
* | Add Item::ownProperty for symmetry and use it where appropriateJoerg Bornemann2017-03-235-5/+11
* | Use Item::hasOwnProperty where appropriateJoerg Bornemann2017-03-232-2/+2