aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix error message for undefined Java JDK path.Jake Petroules2015-05-191-1/+2
* Add support for building internal executables (libexec) as part of Qbs.Jake Petroules2015-05-1913-0/+43
* 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
* Don't build examples with qbs by default.Jake Petroules2015-05-151-1/+1
* Provide access to the Qbs version from project files.Jake Petroules2015-05-136-0/+87
* Properly track output artifacts of the aapt tool.Jake Petroules2015-05-133-14/+23
* Fix strange typo.Jake Petroules2015-05-121-1/+1
* 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-127-28/+26
* 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
* Add support for generating native header files when using Java 1.8+.Jake Petroules2015-05-111-0/+13
* Add support for determining the Java compiler version.Jake Petroules2015-05-111-0/+36
* let setup-qt detect qmake-qt4 and qmake-qt5 executablesJoerg Bornemann2015-05-111-7/+18
* GCC module: Add option for fine-tuning relinking behavior.Christian Kandeler2015-05-113-3/+57
* Fix build error with OS X 10.7 SDK and/or runtime crash on OS X 10.7.Jake Petroules2015-05-111-1/+1
* Refactor javac arguments into the JS file to prepare for fixes.Jake Petroules2015-05-082-34/+39
* Add deprecation notice for recursively copying directory artifacts.Jake Petroules2015-05-081-0/+6
* qbs build: Don't use directories as input artifacts.Christian Kandeler2015-05-071-6/+16
* fuzzy tester: Cache information about build results.Christian Kandeler2015-05-072-12/+60
* fuzzy tester: Add option to log debugging information.Christian Kandeler2015-05-065-23/+80
* GCC module: Do not check libraries from the project for existence.Christian Kandeler2015-05-061-2/+7
* fix buildJoerg Bornemann2015-05-061-1/+1
* remove left-over fileJoerg Bornemann2015-05-061-44/+0
* Use smarter logic for automatically setting base profiles.Jake Petroules2015-05-061-1/+148
* qbs build: Don't build documentation by default.Christian Kandeler2015-05-051-0/+1
* Update documentation.Christian Kandeler2015-05-051-5/+0
* fix default value of QBS_INSTALL_PREFIXJoerg Bornemann2015-05-0511-0/+19
* Fix jsExtensionsProcess test on Windows.Jake Petroules2015-05-041-0/+6
* Change tracking: Mark products depending on changed products also as changed.Christian Kandeler2015-05-044-2/+66
* fix usage of QFileInfo when running nodejsJoerg Bornemann2015-05-041-3/+6
* Fix installed bundle example to work well on Windows.Jake Petroules2015-05-043-4/+9
* Install headers necessary for Qt Creator to build with QBS_INSTALL_DIR.Jake Petroules2015-05-044-2/+3
* qmake: fix DESTDIR of qbs plugin shared libraries.Jake Petroules2015-05-041-3/+3
* Improve change tracking.Christian Kandeler2015-05-043-142/+18
* Add an example demonstrating how to properly install bundle products.Jake Petroules2015-05-045-0/+73
* Do not rescue artifacts whose child count has increased.Christian Kandeler2015-05-041-0/+11
* QmlTypes dumper fix syntaxNikita Baryshnikov2015-04-301-10/+10
* Sort the "product.dependencies" array.Christian Kandeler2015-04-292-1/+12
* Xcode probe: add bsd to the targetOS list.Jake Petroules2015-04-291-1/+1
* setupqt: Don't create more than one profile for the same Qt.Christian Kandeler2015-04-281-2/+11
* Change file names of release archives to a more common pattern.Christian Kandeler2015-04-281-1/+2
* More doc fixes.Christian Kandeler2015-04-281-3/+0
* check included file name instead of file path in QtMocScannerJoerg Bornemann2015-04-281-7/+7