aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/qbs/common.qbs
Commit message (Expand)AuthorAgeFilesLines
* Do the OS X to macOS rename.v1.5.2Jake Petroules2016-06-271-3/+9
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Roll the global getEnv and currentEnv functions into Environment.Jake Petroules2015-12-011-2/+3
* Move global auxiliary functions into a new Utilities extension.Jake Petroules2015-11-271-9/+10
* Make installSourceBase a path type.Jake Petroules2015-08-261-1/+1
* Introduce qbs.shellPath.Jake Petroules2015-08-261-2/+7
* Introduce qbs.nullDevice.Jake Petroules2015-07-221-0/+1
* Fix typo that broke Darwin platforms.Christian Kandeler2015-07-101-1/+1
* Initialize qbs.commonRunEnvironment from the current environment.Christian Kandeler2015-07-101-12/+15
* Make qbs.architecture an optional property.Jake Petroules2015-07-091-3/+1
* Do not give env variable values array type in qbs.commonRunEnvironment.Christian Kandeler2015-07-021-7/+3
* Provide access to the Qbs version from project files.Jake Petroules2015-05-131-0/+6
* add missing license headersJoerg Bornemann2015-04-151-0/+30
* Set environment variables for run environments of Windows and Linux.Jake Petroules2015-04-031-1/+9
* Handle DYLD_ROOT_PATH better. It's only really useful on iOS Simulator.Jake Petroules2015-03-111-1/+1
* Remove qbs.endianness property - it is not used and will not be used.Jake Petroules2015-02-041-18/+0
* support installation of directory treesJoerg Bornemann2015-02-031-0/+1
* Set cpp run environment variables when running autotests.Jake Petroules2015-01-291-0/+24
* Do installation at build time.Joerg Bornemann2015-01-081-0/+1
* remove qbs.getHostOS()Joerg Bornemann2014-10-291-1/+1
* Allow qbs.endianness to be undefined.Jake Petroules2014-07-221-0/+2
* Add a PropertyValidator class to centralize Module.validate operations.Jake Petroules2014-04-241-27/+32
* Define hostOSBuildVersion on Windows as well.Jake Petroules2014-03-031-4/+6
* Check ServerVersion first when retrieving Darwin product version.Jake Petroules2014-03-031-4/+4
* Use getNativeSetting instead of sw_vers for increased performance.Jake Petroules2014-02-271-0/+13
* Update references to the toolchain setup tool.Christian Kandeler2014-02-131-1/+1
* fix hostOSVersion for other platforms than Windows or OS XJoerg Bornemann2013-11-041-8/+10
* Centralize architecture canonicalization data.Jake Petroules2013-11-041-11/+4
* Add a hostOSVersion property, defined for Windows and OS X.Jake Petroules2013-11-041-0/+26
* yield error on missing qbs.architecture propertyJoerg Bornemann2013-10-311-3/+2
* create a profile per MSVC installation and per architectureJoerg Bornemann2013-10-161-2/+5
* temporarily weaken the architecture check in common.qbsJoerg Bornemann2013-10-151-0/+3
* Enforce canonical architecture names in qbs.architecture.Jake Petroules2013-10-111-0/+15
* Change property types from "string" to "path" where applicable.Christian Kandeler2013-09-301-1/+1
* Do not use an "as" specifier for URI imports.Christian Kandeler2013-07-051-1/+1
* Re-introduce property qbs.installPrefix.Christian Kandeler2013-06-281-0/+1
* make hostOS the default of targetOS againJoerg Bornemann2013-06-181-1/+1
* Change targetOS and hostOS to lists, and remove targetPlatform.Jake Petroules2013-06-181-14/+4
* Make the toolchain property a list.Jake Petroules2013-06-181-1/+1
* Be less ambiguous about the naming and referencing of OS X.Jake Petroules2013-06-031-1/+1
* change values of qbs.endiannessJoerg Bornemann2013-03-221-0/+7
* Improve iOS toolchain detectionFawzi Mohamed2013-03-211-1/+1
* use the simplified base import statementJoerg Bornemann2013-03-081-1/+1
* remove superfluous version numbers from import statementsJoerg Bornemann2013-03-081-1/+1
* Make the qbs.platforms property a bit more generic.Christian Kandeler2013-02-081-7/+5
* Better support for non-Linux, non-Mac Unixoid systems.Christian Kandeler2013-02-061-2/+1
* Introduce the "install" command.Christian Kandeler2013-01-221-77/+2
* Remove the "platform" concept.Christian Kandeler2013-01-181-1/+0
* support android.Arvid Picciani2012-11-021-0/+2
* define NDEBUG in release modeJoerg Bornemann2012-10-231-0/+1