aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix javaDependencyTrackingInnerClass test when Java is not installedv1.7.0Jake Petroules2016-12-091-1/+9
* Downgrade error message from JavaCompilerScanner to a warningJake Petroules2016-12-076-4/+35
* Fix propagation of defines to dependencies from QbsLibraryJake Petroules2016-12-071-2/+3
* Documentation: split list of items into language and convenience itemsJake Petroules2016-12-0731-57/+109
* Fix unused variable warningJake Petroules2016-12-071-0/+1
* Fix language tests on WindowsChristian Kandeler2016-12-071-1/+1
* Fix usage of restored ProbesChristian Kandeler2016-12-072-2/+4
* Emit deprecation warnings for relative paths in certain contextsChristian Kandeler2016-12-0620-0/+110
* ModuleLoader: No warnings for module properties in Artifact itemsChristian Kandeler2016-12-061-0/+4
* Document how to set module properties on generated artifactsChristian Kandeler2016-12-062-1/+16
* Doc: Clarify that qbs.installRoot is read-only within project filesChristian Kandeler2016-12-061-1/+2
* Set default QBS_INSTALL_PREFIX to /usr/local only on unixOrgad Shaneh2016-12-061-1/+1
* Make Win32 API usage long-path awareJake Petroules2016-12-053-4/+16
* Add support for building Inno Setup packagesJake Petroules2016-12-0510-0/+507
* macOS: Move foreground transformation code later in the lifetime cycleJake Petroules2016-12-052-9/+13
* Fix warning on UnixChristian Kandeler2016-12-021-4/+2
* Add VS 2017 supportJoerg Bornemann2016-12-026-42/+132
* ModuleLoader: Check the names of PropertyOptions itemsChristian Kandeler2016-12-025-0/+22
* Simplify determination of MSVC compiler definesJoerg Bornemann2016-12-021-57/+29
* Android.ndk: Fix wrong name in PropertyOptionChristian Kandeler2016-12-021-1/+1
* Change the default value and behavior of Qt.core.resourceSourceBaseDenis Klychkov2016-12-022-5/+7
* Add possibility to specify the base name of the generated qrc fileDenis Klychkov2016-12-023-1/+18
* Fix minimum supported macOS version in READMEJake Petroules2016-12-011-1/+1
* Remove version checks on macOSJake Petroules2016-11-301-62/+24
* Fix change tracking for module properties requested from artifactsChristian Kandeler2016-11-3012-9/+66
* Fix VS Qt version matchingJoerg Bornemann2016-11-301-3/+5
* Prepare VS Qt version matching for VS 2017Joerg Bornemann2016-11-302-19/+19
* Rename some symbols to disambiguateJake Petroules2016-11-301-12/+12
* Fully qualify referencesJake Petroules2016-11-303-12/+13
* Add or improve header guards for some filesJake Petroules2016-11-304-6/+16
* Fix MSVC warningOrgad Shaneh2016-11-291-1/+1
* Accurate handling of Qt.core.resourcePrefixDenis Klychkov2016-11-285-12/+34
* Executor: Fix undefined behaviorChristian Kandeler2016-11-281-1/+2
* Benchmark effort for expanding wildcards during change trackingChristian Kandeler2016-11-282-0/+10
* cpp module: Use libc++ for Darwin targets when C++ >= 11 is enabledChristian Kandeler2016-11-251-0/+2
* Fix Qt 5.6+ main() support for iOS and tvOSAndrew Knight2016-11-251-2/+9
* Do not follow symbolic links in File.copy()Christian Kandeler2016-11-251-1/+1
* Work around a QDirIterator peculiarity when expanding wildcardsChristian Kandeler2016-11-251-2/+4
* Cpp module: Don't set the C++ standard library explicitlyChristian Kandeler2016-11-241-6/+0
* Separate file scope and imports scopeChristian Kandeler2016-11-249-0/+40
* Fix "baseValidation" autotest for inferior file systemsChristian Kandeler2016-11-242-1/+1
* Fix group-level module property evaluation for nested groupsChristian Kandeler2016-11-243-21/+181
* GCC module: Do not add assume libc++abi with libc++ on LinuxChristian Kandeler2016-11-241-4/+0
* Add autotest for calling a base item's validate scriptChristian Kandeler2016-11-235-0/+36
* Fix input.fileName for Scanner itemsJoerg Bornemann2016-11-232-2/+4
* ModuleLoader: Check for cyclic dependencies between modulesChristian Kandeler2016-11-236-0/+52
* Set product scope in nested groups from modulesChristian Kandeler2016-11-232-1/+3
* MSVC: Do not overwrite build environment with result from ProbeChristian Kandeler2016-11-231-2/+2
* qbs build: Don't use relative paths in product parent itemsChristian Kandeler2016-11-232-2/+4
* Prohibit use of ambiguous idsJoerg Bornemann2016-11-224-0/+38