aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing slash from SRCDIR defines.Christian Kandeler2013-03-181-1/+1
* qbs build: Install public headers.Christian Kandeler2013-03-182-19/+52
* qbs project files: Add support for auto tests.Christian Kandeler2013-03-183-4/+3
* add qbs files to build qbsJoerg Bornemann2013-03-1512-0/+489
* clean up INCLUDEPATHJoerg Bornemann2013-03-153-5/+4
* fix usage of "base" in Properties blocksJoerg Bornemann2013-03-157-45/+155
* simplify ItemReaderASTVisitor::setupAlternativesJoerg Bornemann2013-03-141-5/+3
* fix implicit project directory module search pathJoerg Bornemann2013-03-142-3/+3
* setup-qt: Automatically set up base profile, if possible.Christian Kandeler2013-03-131-0/+52
* Print debug information when installing.Christian Kandeler2013-03-131-6/+14
* Always use default plugin and search paths as fallback.Christian Kandeler2013-03-131-2/+1
* Allow fine-grained tuning of installation.Christian Kandeler2013-03-1310-48/+73
* remove pointless assignmentJoerg Bornemann2013-03-111-1/+1
* fix usages of postfix incrementJoerg Bornemann2013-03-111-2/+2
* fix typoJoerg Bornemann2013-03-111-1/+1
* fix SourceWildCards::expandPatterns for absolute Unix pathsJoerg Bornemann2013-03-113-10/+18
* add missing license headerJoerg Bornemann2013-03-111-0/+29
* support wilcards in hidden directoriesJoerg Bornemann2013-03-111-0/+2
* Make library DESTDIR configurable.Christian Kandeler2013-03-111-1/+2
* add missing file scope when evaluating ProbeJoerg Bornemann2013-03-111-0/+2
* fix the QScriptEngine LEAK warningsJoerg Bornemann2013-03-112-2/+8
* Register qbs::Error as metatype.Christian Kandeler2013-03-112-2/+4
* fix wildcards in absolute pathsJoerg Bornemann2013-03-111-1/+14
* fix clang warningJoerg Bornemann2013-03-082-22/+22
* make JSSourceValue::baseValue constJoerg Bornemann2013-03-081-1/+1
* add QBS_ASSERT in ArtifactVisitor::visitArtifactJoerg Bornemann2013-03-081-0/+2
* add warning for superfluous versions in import statementsJoerg Bornemann2013-03-084-3/+11
* use the simplified base import statementJoerg Bornemann2013-03-0813-13/+13
* check the version of the qbs import statementJoerg Bornemann2013-03-085-0/+156
* simplify the basic qbs import statementJoerg Bornemann2013-03-081-6/+5
* Fix "qbs help" output on Windows.Christian Kandeler2013-03-081-4/+10
* fix some clang warningsJoerg Bornemann2013-03-085-9/+4
* do not specify QmlJS export defines in src/lib/use.priJoerg Bornemann2013-03-071-2/+0
* add autotest for inherited path propertiesJoerg Bornemann2013-03-073-2/+11
* slash the Loader's Gordian KnotJoerg Bornemann2013-03-0755-3756/+4457
* Make the run sub-command work for OS X application bundles.Jake Petroules2013-03-071-2/+9
* Allow overwriting the DLLDESTDIR.Christian Kandeler2013-03-041-1/+2
* re-enable artifact config in Rule.Artifact.fileNameJoerg Bornemann2013-03-041-5/+2
* Fix include type in qbs.hChristian Kandeler2013-02-281-1/+1
* Introduce class CleanOptions.Christian Kandeler2013-02-2816-86/+193
* setup-qt: yield error if qmake cannot be startedJoerg Bornemann2013-02-251-0/+2
* setup-qt: fix error message for passing a directory as qmake binaryJoerg Bornemann2013-02-251-5/+1
* add autotest for path propertiesJoerg Bornemann2013-02-255-2/+42
* tst_language: fix double slash in test data dirJoerg Bornemann2013-02-251-1/+2
* add autotest for magic properties in file contextJoerg Bornemann2013-02-253-0/+27
* add autotest for qbs.getenvJoerg Bornemann2013-02-253-0/+25
* fix MinGW 64 bit warningJoerg Bornemann2013-02-221-1/+1
* fix warnings on MSVC 64 bitJoerg Bornemann2013-02-222-2/+2
* Install the plugin libraries and share/qbsAlejandro Exojo2013-02-222-0/+6
* Give the PropertyMap class a toString() member.Christian Kandeler2013-02-224-24/+37