aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* ensure the same working dir for all MSVC compiler callsJoerg Bornemann2013-11-271-1/+1
* fix stdoutFilterFunction for MSVC PCHsJoerg Bornemann2013-11-271-1/+2
* Let cpp.linkerName default to cpp.compilerName for gcc-like compilers.Christian Kandeler2013-11-201-1/+1
* introduce cpp.linkerName and cpp.linkerPathJoerg Bornemann2013-11-134-3/+8
* don't call sw_vers twiceJoerg Bornemann2013-11-071-5/+3
* Add support for compiling assembler files with GCC.Tim Sander2013-11-073-4/+23
* Allow disabling of -fPIC for libraries.Tim Sander2013-11-071-2/+2
* Add many missing calls to Process.close() and one to TextFile.close().Jake Petroules2013-11-063-35/+54
* Fix ln command highlighting.Christian Kandeler2013-11-061-1/+1
* Add missing description for "ln" commands.Christian Kandeler2013-11-041-0/+3
* Fix filetag for "C" file extension.Christian Kandeler2013-11-041-1/+1
* do not collect cpp.platformDefines from dependent modulesJoerg Bornemann2013-10-303-6/+6
* Install examples.Christian Kandeler2013-10-301-0/+6
* Remove duplicates when transitively adding library dependencies.Christian Kandeler2013-10-292-4/+16
* Move a number of cpp module properties to the base module.Jake Petroules2013-10-224-28/+31
* Remove Artifact conditions in GenericGcc module.Christian Kandeler2013-10-211-3/+0
* Add missing "product." prefix in GenericGCC module.Christian Kandeler2013-10-211-1/+1
* create a profile per MSVC installation and per architectureJoerg Bornemann2013-10-162-3/+6
* Improve validation of Qt module.Jake Petroules2013-10-151-13/+51
* temporarily weaken the architecture check in common.qbsJoerg Bornemann2013-10-151-0/+3
* Fix FileInfo.path().Christian Kandeler2013-10-141-1/+6
* Write .qm files to the correct directory.Jake Petroules2013-10-141-1/+4
* Enforce canonical architecture names in qbs.architecture.Jake Petroules2013-10-111-0/+15
* introduce Module.validateJoerg Bornemann2013-10-101-2/+1
* setup Qt's run environment on Windows onlyJoerg Bornemann2013-10-101-9/+7
* introduce cpp.supportedStaticLibrarySuffixesJoerg Bornemann2013-10-013-10/+22
* Change cpp.compilerPath back to a string.Christian Kandeler2013-09-301-1/+1
* Change property types from "string" to "path" where applicable.Christian Kandeler2013-09-308-22/+22
* Remove module Qt.jsonstream.Christian Kandeler2013-09-251-9/+0
* fix calling of prepare script functionJoerg Bornemann2013-09-242-6/+6
* Add support for C, Objective-C and Objective-C++ precompiled headers.Jake Petroules2013-09-196-140/+285
* Move Interface Builder document handling to its own module.Jake Petroules2013-09-093-53/+120
* Set compiler flags for using a libc++ build of Qt.Jake Petroules2013-09-041-0/+2
* Introduce Qt.core.config property for user-config items.Jake Petroules2013-09-041-0/+1
* gcc: use an absolute path for the precompiled header includeJoerg Bornemann2013-09-021-13/+4
* fix JS warningJoerg Bornemann2013-09-021-2/+2
* Fix regression caused by 954eba8ec6607e4b8e0afd46845842ae09a4093c.Jake Petroules2013-09-021-0/+1
* Fix up file type detection code.Jake Petroules2013-08-301-9/+4
* Improve plutil error handling.Jake Petroules2013-08-301-8/+5
* Fix Info.plist variable replacement.Jake Petroules2013-08-272-4/+7
* unduplicate the assembling of the GeneratedFiles dir in Qt.coreJoerg Bornemann2013-08-131-9/+13
* remove superfluous explicitlyDependsOnJoerg Bornemann2013-08-011-1/+0
* introduce Rule.auxiliaryInputsJoerg Bornemann2013-07-313-2/+3
* Revert "Add executable suffix to compiler"Orgad Shaneh2013-07-311-1/+1
* Add executable suffix to compilerOrgad Shaneh2013-07-291-1/+1
* Add support for .*cc files in module cppIvan Komissarov2013-07-291-0/+5
* save QT_CONFIG in Qt.core.qtConfigJoerg Bornemann2013-07-251-0/+1
* add QtANGLE include path for Qt ANGLE buildsJoerg Bornemann2013-07-251-0/+3
* Make Info.plist composition more robust: followup.Jake Petroules2013-07-151-0/+3
* don't link frameworks transitivelyJoerg Bornemann2013-07-121-2/+2