aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/windows-msvc.qbs
Commit message (Expand)AuthorAgeFilesLines
* simplify signature of MSVC.prepareLinkerJoerg Bornemann2014-07-221-12/+2
* simplify signature of MSVC.prepareCompilerJoerg Bornemann2014-07-221-23/+3
* deprecate Artifact.fileName in favor of Artifact.filePathJoerg Bornemann2014-07-161-10/+10
* use {input|output}.fileName where appropriateJoerg Bornemann2014-05-201-2/+2
* Merge remote-tracking branch 'origin/1.2'Joerg Bornemann2014-05-161-1/+1
|\
| * MSVC: do not use deprecated input.fileName propertyJoerg Bornemann2014-05-161-1/+1
* | remove deprecated cpp.windowsSDKPathJoerg Bornemann2014-05-161-1/+0
* | Introduce sensible build directory values.Christian Kandeler2014-05-131-6/+6
* | Pass the product to PathTools functions for proper encapsulation.Jake Petroules2014-04-141-4/+4
* | Move several JS files in the cpp module to imports.Jake Petroules2014-04-141-3/+3
|/
* detect Visual Studio build environment using vcvarsall.batJoerg Bornemann2014-04-081-40/+1
* move import of bundle-tools.js to path-tools.jsJoerg Bornemann2014-02-281-1/+0
* use filePath instead of fileName where applicableJoerg Bornemann2014-02-251-6/+6
* fix duplicate arguments in linker command lineJoerg Bornemann2014-01-291-1/+1
* Make ModUtils a proper import.Christian Kandeler2014-01-211-1/+1
* Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2013-11-141-0/+1
|\
| * introduce cpp.linkerName and cpp.linkerPathJoerg Bornemann2013-11-131-0/+1
* | Allow lists of patterns in the FileTagger item.Christian Kandeler2013-11-111-1/+1
* | remove architecture fallback from msvc cpp moduleJoerg Bornemann2013-10-311-1/+1
|/
* do not collect cpp.platformDefines from dependent modulesJoerg Bornemann2013-10-301-4/+4
* create a profile per MSVC installation and per architectureJoerg Bornemann2013-10-161-1/+1
* Change property types from "string" to "path" where applicable.Christian Kandeler2013-09-301-2/+2
* Add support for C, Objective-C and Objective-C++ precompiled headers.Jake Petroules2013-09-191-8/+33
* introduce Rule.auxiliaryInputsJoerg Bornemann2013-07-311-0/+2
* MSVC application linker: do not link DLLs transitivelyJoerg Bornemann2013-07-111-1/+1
* Do not use an "as" specifier for URI imports.Christian Kandeler2013-07-051-1/+1
* remove strange default values for MSVC pathsJoerg Bornemann2013-07-051-2/+2
* Fix more outdated usages of JS extensions.Christian Kandeler2013-07-041-0/+1
* MSVC: respect cpp.compilerPath and cpp.compilerNameJoerg Bornemann2013-06-281-0/+1
* remove outdated todo commentsJoerg Bornemann2013-06-281-3/+0
* MSVC: do not collect static lib from object inputsJoerg Bornemann2013-06-261-2/+2
* Add support for setting the compiler character set.Jake Petroules2013-06-261-1/+2
* fix static library dependenciesJoerg Bornemann2013-06-241-1/+1
* Change targetOS and hostOS to lists, and remove targetPlatform.Jake Petroules2013-06-181-1/+1
* Make the toolchain property a list.Jake Petroules2013-06-181-1/+1
* MSVC add missing js importJoerg Bornemann2013-06-041-0/+1
* Introduce a series of functions for working with Darwin bundles.Jake Petroules2013-06-041-10/+5
* remove property cpp.responseFileThresholdJoerg Bornemann2013-05-221-2/+0
* unify cpp.toolchainInstallPathJoerg Bornemann2013-05-161-12/+15
* fix MSVC lib.exe callJoerg Bornemann2013-05-151-8/+1
* Add support for setting the minimum operating system target version.Jake Petroules2013-03-201-0/+1
* introduce properties for platform-specific compiler flagsJoerg Bornemann2013-03-181-6/+12
* Add the input file's extension when generating .o filenames.Jake Petroules2013-03-121-2/+2
* use the simplified base import statementJoerg Bornemann2013-03-081-1/+1
* remove superfluous version numbers from import statementsJoerg Bornemann2013-03-081-1/+1
* Rename ModUtils::findFirst() and ModUtils::appendAll().Christian Kandeler2013-02-281-36/+36
* Move property look-up into the C++ backend.Christian Kandeler2013-02-201-8/+15
* Correct behaviour with sources with more than one dot in the name.William Gallafent2012-12-031-4/+4
* set alwaysUpdated to false for Windows DLL import libsJoerg Bornemann2012-11-131-1/+1
* fix syntax errors in windows-msvc.qbsJoerg Bornemann2012-11-071-2/+2