aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Adjust Visual Studio project generator to CLI changesJoerg Bornemann2018-03-221-3/+5
* Generators: Fix some includesChristian Kandeler2018-01-121-0/+1
* Rewrite rpath handling for binaries that are a part of Qbs itselfJake Petroules2017-12-081-1/+2
* Do not use the set class outside corelibChristian Kandeler2017-12-072-7/+5
* Make Version a public classJake Petroules2017-12-011-1/+1
* Modernize variable declarationsDenis Shienkov2017-11-302-6/+6
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-4/+6
* Use minimal visibility for plugins as well as librariesJake Petroules2017-11-281-1/+1
* Build plugins as MH_BUNDLEs on macOSJake Petroules2017-11-281-5/+9
* STL compatibility: use push_back() instead of append()Jake Petroules2017-11-224-9/+9
* Give the setupRunEnvironment script an additional parameterChristian Kandeler2017-11-221-1/+2
* Use nullptr to initialize the pointersDenis Shienkov2017-11-2029-52/+52
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-1/+1
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-1/+1
* Merge 1.10 into masterChristian Kandeler2017-10-201-1/+2
|\
| * Fix the build with MinGWJake Petroules2017-10-161-1/+2
* | Replace QScopedPointer with std::unique_ptrJoerg Bornemann2017-10-1321-30/+48
|/
* Install debug symbols of Qbs apps, libs, and plugins for debug buildsJake Petroules2017-10-041-2/+6
* Convert FileSaver to use a standard C++ interfaceJake Petroules2017-09-187-76/+114
* Use qbsjson in the VisualStudioGuidPool implementationJake Petroules2017-09-113-20/+24
* Provide a logger instance to the generatorsJake Petroules2017-06-221-4/+4
* Fix qbs buildChristian Kandeler2017-06-141-1/+4
* Transform the scanner plugin manager into a true generic plugin managerJake Petroules2017-06-1387-25/+6340
* Qt support: Scan also cpp files for Q_PLUGIN_METADATAChristian Kandeler2017-04-281-3/+3
* Fix warning about conversion from size_t to intJoerg Bornemann2017-01-271-2/+2
* Change style of #includes of Qt headersJake Petroules2017-01-042-11/+10
* Merge the C/C++ include scannersChristian Kandeler2016-12-193-117/+22
* Allow scanner plugins to be built staticallyJake Petroules2016-12-165-8/+23
* Rename some symbols to disambiguateJake Petroules2016-11-301-12/+12
* Fully qualify referencesJake Petroules2016-11-302-4/+5
* Merge 1.6 into masterChristian Kandeler2016-09-303-2/+6
|\
| * Handle Q_NAMESPACEBogDan Vatra2016-09-283-2/+6
* | Update license headersIikka Eklund2016-08-294-56/+92
* | Update license headersIikka Eklund2016-08-295-70/+115
|/
* Fix change tracking for precompiled headersChristian Kandeler2016-08-011-1/+48
* Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-089-9/+9
|\
| * Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-069-9/+9
* | qbs build: Move build config properties into a dedicated module.Christian Kandeler2016-06-071-2/+3
|/
* Enable C++11 for the scanner plugins.Christian Kandeler2016-05-272-0/+2
* Correctly handle Objective-C++ source files in moc.Jake Petroules2016-04-061-1/+4
* fix default value of QBS_INSTALL_PREFIXJoerg Bornemann2015-05-051-0/+1
* qmake: fix DESTDIR of qbs plugin shared libraries.Jake Petroules2015-05-041-3/+3
* update license headersJoerg Bornemann2015-03-029-18/+18
* Merge branch '1.3' into 'master'Christian Kandeler2015-01-289-54/+54
|\
| * Update LicenseEike Ziller2015-01-269-54/+54
* | Refactor bundle (CFBundle) support across all of Qbs.Jake Petroules2015-01-131-0/+1
* | remove more Qt4 legacy from project filesJoerg Bornemann2014-10-311-4/+1
|/
* License update.Eike Ziller2014-10-169-63/+72
* Make the "lib" part of plugin and library locations configurable.Christian Kandeler2014-02-272-2/+4
* Do not put the plugins where the resources are.Christian Kandeler2014-02-252-10/+10