summaryrefslogtreecommitdiff
path: root/src/lib/tools
Commit message (Expand)AuthorAgeFilesLines
* Support specifying the Qbs build directory as a command line option.Jake Petroules2013-11-262-0/+9
* Add API for adding groups and files.Christian Kandeler2013-11-201-3/+3
* Centralize determination of endianness.Jake Petroules2013-11-191-0/+24
* Store information about file tags and prefix in the ResolvedGroup class.Christian Kandeler2013-11-181-1/+1
* Allow lists of patterns in the FileTagger item.Christian Kandeler2013-11-111-1/+1
* Merge "Merge branch '1.1' into 'master'."Joerg Bornemann2013-11-063-10/+20
|\
| * Merge branch '1.1' into 'master'.Christian Kandeler2013-11-063-10/+20
| |\
| | * Fix look-up of scalar module properties.v1.1.0Christian Kandeler2013-11-052-9/+9
| | * Rename "qbsPath" preference setting to "qbsSearchPaths".Christian Kandeler2013-10-311-1/+11
* | | Fix meaning of "Command.silent".Christian Kandeler2013-11-061-1/+1
|/ /
* | Centralize architecture canonicalization data.Jake Petroules2013-11-041-0/+39
|/
* Don't throw from API class.Christian Kandeler2013-10-241-1/+1
* Try harder to clean up on exit.Christian Kandeler2013-10-212-2/+11
* Allow trailing slash in install root.Christian Kandeler2013-10-181-1/+6
* in the scanner, only remove connections the scanner createdJoerg Bornemann2013-10-111-1/+1
* fix symlink installationJoerg Bornemann2013-10-101-1/+3
* fix calling of prepare script functionJoerg Bornemann2013-09-241-1/+1
* Do not store the build graph after an internal error.Christian Kandeler2013-09-243-3/+18
* fix imports/extensions for script propertiesJoerg Bornemann2013-09-191-1/+1
* Install qbs_export.h.Christian Kandeler2013-09-091-0/+1
* Always try to create the target directory when copying files.Christian Kandeler2013-08-301-7/+6
* Fix change tracking for properties requested from prepare scripts.Christian Kandeler2013-08-231-1/+1
* Do not try to store the build graph if the underlying file is not writable.Christian Kandeler2013-08-232-10/+14
* store settings on OS X within a groupJoerg Bornemann2013-08-191-0/+32
* Support system-wide settings.Christian Kandeler2013-08-191-1/+0
* Even better handling of property changes when restoring a build graph.Christian Kandeler2013-08-194-0/+52
* yield error on assigning array of arrays to stringList propertiesJoerg Bornemann2013-08-142-22/+0
* Serialize more data.Christian Kandeler2013-08-141-1/+1
* fix qbs Qt5 release buildJoerg Bornemann2013-08-121-4/+3
* Add function to clear settings.Christian Kandeler2013-08-122-0/+6
* unmystify the serialization of artifactsJoerg Bornemann2013-08-021-1/+1
* Increase build graph version.Christian Kandeler2013-08-011-1/+1
* derive FileResourceBase virtually from PersistentObjectJoerg Bornemann2013-08-011-20/+20
* introduce Rule.auxiliaryInputsJoerg Bornemann2013-07-311-1/+1
* add build option --check-timestampsJoerg Bornemann2013-07-232-0/+22
* provide "compile single file" functionalityJoerg Bornemann2013-07-232-0/+25
* split overridden values off the build configurationJoerg Bornemann2013-07-192-17/+54
* Use previous results of calls to "File.exists()" in change tracking.Christian Kandeler2013-07-161-1/+1
* Make built-in JavaScript extensions available on demand.Christian Kandeler2013-07-031-1/+1
* Re-introduce property qbs.installPrefix.Christian Kandeler2013-06-281-1/+1
* Store list of files that are part of the projectTobias Hunger2013-06-201-1/+1
* Some minor improvements to the Error class.Christian Kandeler2013-06-189-60/+63
* Allow installing without building.Christian Kandeler2013-06-174-10/+54
* Move expanding of configuration to SetupProjectParametersTobias Hunger2013-06-172-0/+113
* Allow projects to be nested.Christian Kandeler2013-06-172-1/+3
* Add support for resolving ~/ to the user's home directory in path types.Jake Petroules2013-06-141-0/+4
* put plugins in a lib/qbs/plugins subdirJoerg Bornemann2013-06-111-1/+1
* Initialize some more boolsTobias Hunger2013-06-112-2/+6
* fix checkForPropertyChanges for product valuesJoerg Bornemann2013-06-071-1/+1
* Pass the environment to be used as part of the setupprojectparametersTobias Hunger2013-06-063-2/+24