aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with MSVC 2010.v1.4.1Christian Kandeler2015-06-181-9/+9
* qtprofilesetup: Fix check for static Qt.Christian Kandeler2015-06-181-2/+3
* setup-qt: Fix mkspec name extraction for Qt4/mingw.Christian Kandeler2015-06-171-0/+5
* setup-qt: Relax toolchain compatibility requirements.Christian Kandeler2015-06-161-18/+45
* fix Depends.required for transitive dependenciesJoerg Bornemann2015-06-122-15/+23
* don't build qbs-javac-scan on every incremental buildJoerg Bornemann2015-06-111-5/+4
* Fix edge case in change tracking.Christian Kandeler2015-06-041-10/+12
* Make operator< of Item::Module a non-member.Christian Kandeler2015-06-031-1/+2
* Keep the list of modules sorted.Christian Kandeler2015-06-034-15/+21
* fix "outer" behaviorJoerg Bornemann2015-06-034-37/+46
* disable evaluator cache by defaultJoerg Bornemann2015-06-032-1/+7
* Remove unnecessary prefix from qbs --version option.Jake Petroules2015-06-031-1/+1
* Allow to attach properties only to selected (sub-)projects.Christian Kandeler2015-06-011-0/+3
* MinGW-w64: Remove unneeded special caseRay Donnelly2015-06-011-9/+0
* Make libexec path properly configurable.Christian Kandeler2015-06-013-8/+10
* Introduce, document, and use File.makePath.Jake Petroules2015-05-291-0/+13
* Fix qbs-javac-scan usage with Windows/nmake.Jake Petroules2015-05-292-2/+18
* Fix build with MinGWKai Koehne2015-05-293-3/+3
* Call a module's validate() script only if the product is enabled.Christian Kandeler2015-05-293-7/+3
* Add support for tracking class, h files produced by Java inner classes.Jake Petroules2015-05-2813-0/+981
* remove QLockFile work-around for Qt >= 5.5.1Joerg Bornemann2015-05-271-0/+7
* OS X: fix qbs_disable_rpath buildJoerg Bornemann2015-05-221-2/+4
* add a --version command line argumentJoerg Bornemann2015-05-228-0/+54
* Do not shadow list properties in module prototypes.Joerg Bornemann2015-05-226-8/+45
* move next chain to ValueJoerg Bornemann2015-05-224-21/+20
* move definingItem to ValueJoerg Bornemann2015-05-224-22/+23
* introduce QualifiedId classJoerg Bornemann2015-05-2115-94/+204
* Fix possible crash in build graph loader.Christian Kandeler2015-05-211-1/+4
* fix property lookupJoerg Bornemann2015-05-2117-201/+482
* add operator< for QStringListJoerg Bornemann2015-05-212-0/+20
* Check for the item type when trying to load a module.Christian Kandeler2015-05-212-3/+13
* Clean up directories created as part of dry run builds.Christian Kandeler2015-05-212-4/+35
* Don't assume that project.qbsSearchPaths must come from a project file.Christian Kandeler2015-05-211-1/+6
* Add support for building internal executables (libexec) as part of Qbs.Jake Petroules2015-05-199-0/+36
* add qDebug streaming operator for CodeLocationJoerg Bornemann2015-05-192-0/+8
* simplify evaluateProperties a bitJoerg Bornemann2015-05-191-6/+1
* fix setup-qt for static builds of Qt4Joerg Bornemann2015-05-193-5/+15
* Provide access to the Qbs version from project files.Jake Petroules2015-05-131-0/+8
* Fix bug in linker flag generation for static builds of Qt on iOS.Jake Petroules2015-05-121-2/+2
* Fix per-profile preferences.qbsSearchPaths.Christian Kandeler2015-05-122-2/+12
* Clean up handling of {Project,Product}.qbsSearchPaths.Christian Kandeler2015-05-123-22/+9
* fix misuse of std::unique's resultJoerg Bornemann2015-05-121-2/+1
* add check for cyclic Depends itemsJoerg Bornemann2015-05-123-0/+54
* Fix memory leaks in PropertyList (de)serialization.Jake Petroules2015-05-121-99/+103
* Refactor/cleanup PropertyList class.Jake Petroules2015-05-123-204/+196
* Fix deprecation notice for recursively copying directory artifacts.Jake Petroules2015-05-111-1/+3
* let setup-qt detect qmake-qt4 and qmake-qt5 executablesJoerg Bornemann2015-05-111-7/+18
* Fix build error with OS X 10.7 SDK and/or runtime crash on OS X 10.7.Jake Petroules2015-05-111-1/+1
* Add deprecation notice for recursively copying directory artifacts.Jake Petroules2015-05-081-0/+6
* fix buildJoerg Bornemann2015-05-061-1/+1