aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Executor: out-of-date check revisitedJoerg Bornemann2012-11-1212-158/+168
* add operator!= for FileTimeJoerg Bornemann2012-11-121-0/+6
* Introduce central translation context.Christian Kandeler2012-11-1217-122/+159
* fix getLibraryName in qtfunctions.jsJoerg Bornemann2012-11-113-6/+6
* Fix error string in qbs.pro.Christian Kandeler2012-11-091-1/+1
* turn Executor::isLeaf into local static functionJoerg Bornemann2012-11-092-10/+9
* remove redundant loop from Executor::buildJoerg Bornemann2012-11-091-3/+0
* fix FileInfo::lastModified() return values for nonexistent filesJoerg Bornemann2012-11-092-0/+2
* enhance error message for the JS function File.copyJoerg Bornemann2012-11-091-3/+5
* change semantics of Module.additionalProductFileTagsJoerg Bornemann2012-11-095-4/+11
* Allow to explicitly tell the progress observer a task is finished.Christian Kandeler2012-11-093-0/+6
* Fix "clean" command.Christian Kandeler2012-11-086-17/+274
* Log disconnects.Christian Kandeler2012-11-081-0/+6
* Fix IdTemplate.Christian Kandeler2012-11-081-2/+6
* Introduce namespace Internal.Christian Kandeler2012-11-0869-47/+173
* Introduce the first version of a public API.Christian Kandeler2012-11-0719-192/+602
* fix syntax errors in windows-msvc.qbsJoerg Bornemann2012-11-071-2/+2
* Add a systemIncludePaths property to the cpp module.William Gallafent2012-11-076-6/+25
* executor: fix check for generated artifactsJoerg Bornemann2012-11-071-3/+7
* unslotify Executor::resetArtifactsToUntouchedJoerg Bornemann2012-11-072-2/+2
* add helper function toString(Artifact::ArtifactType)Joerg Bornemann2012-11-071-0/+16
* add milliseconds to FileTime::toString() on WindowsJoerg Bornemann2012-11-071-2/+3
* Add qbs.h.Christian Kandeler2012-11-073-5/+43
* remove Artifact::sideBySideArtifactsJoerg Bornemann2012-11-074-36/+12
* fix semantics of Rule.usingsJoerg Bornemann2012-11-071-21/+16
* more detailed error output when detecting a graph circleJoerg Bornemann2012-11-071-19/+30
* introduce toStringList(QScriptValue)Joerg Bornemann2012-11-073-17/+23
* rename ResolvedProduct::uses and BuildProduct::usingsJoerg Bornemann2012-11-076-13/+13
* Rename classes.Christian Kandeler2012-11-0622-708/+706
* Do product filtering at an earlier stage.Christian Kandeler2012-11-0613-119/+222
* filter MSVC linker outputJoerg Bornemann2012-11-061-0/+5
* Revert "Rename classes."Christian Kandeler2012-11-0621-582/+583
* Rename classes.Christian Kandeler2012-11-0621-583/+582
* fix qbs help output for non-Unix platformsJoerg Bornemann2012-11-051-1/+5
* fix style in qtfunctions.jsJoerg Bornemann2012-11-051-7/+5
* Improve progress notifications.Christian Kandeler2012-11-057-29/+92
* fix evaluation of module values from imported JS filesJoerg Bornemann2012-11-055-6/+68
* support android.Arvid Picciani2012-11-022-1/+3
* Add a progress indicator for the command-line client.Christian Kandeler2012-11-0214-11/+341
* remove the "Artifact within a module" featureJoerg Bornemann2012-11-021-28/+4
* use Transformer item instead of Artifact for PCHs in MSVC moduleJoerg Bornemann2012-11-021-13/+8
* fix side by side artifacts for Transformer itemsJoerg Bornemann2012-11-021-10/+15
* fix configuration of Transformer items below productsJoerg Bornemann2012-11-021-3/+3
* Some major steps toward a sensible public API.Christian Kandeler2012-11-0210-222/+295
* Remove qbs-graph.Christian Kandeler2012-11-013-473/+0
* SourceProject: Introduce more fine-grained resolving.Christian Kandeler2012-11-019-182/+247
* Add some more documentation.Christian Kandeler2012-10-295-20/+61
* Clean up persistence.h.Christian Kandeler2012-10-293-107/+103
* Move the PersistentObject class into its own header.Christian Kandeler2012-10-2914-25/+67
* Remove redundant QDataStream parameter from serialization functions.Christian Kandeler2012-10-299-184/+180