aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/msvc.js
Commit message (Expand)AuthorAgeFilesLines
* add missing loadFile call from msvc.jsJoerg Bornemann2014-04-231-0/+2
* use filePath instead of fileName where applicableJoerg Bornemann2014-02-251-17/+17
* Make it possible to link with unresolved symbols.Christian Kandeler2014-01-151-0/+2
* Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2013-11-281-2/+3
|\
| * 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
* | Make MSVC manifest embedding preparation command silent.Christian Kandeler2013-11-201-0/+1
|/
* introduce cpp.linkerName and cpp.linkerPathJoerg Bornemann2013-11-131-1/+1
* Add support for C, Objective-C and Objective-C++ precompiled headers.Jake Petroules2013-09-191-33/+38
* introduce cpp.compilerWrapperJoerg Bornemann2013-07-021-1/+8
* MSVC: respect cpp.compilerPath and cpp.compilerNameJoerg Bornemann2013-06-281-1/+1
* Implement support for prefix headers (Xcode) / forced includes (MSVC).Jake Petroules2013-06-241-0/+4
* Make use of contains() where appropriate.Jake Petroules2013-06-181-1/+1
* MSVC: do not invoke shell to copy filesJoerg Bornemann2013-06-041-2/+6
* MSVC: pass cpp.linkerFlags to linker command lineJoerg Bornemann2013-06-031-0/+1
* remove property cpp.responseFileThresholdJoerg Bornemann2013-05-221-2/+0
* fix cpp.precompiledHeader property for non-C++ filesJoerg Bornemann2013-04-251-22/+21
* Fix handling of minimum Windows version and subsystem linker flags.Jake Petroules2013-04-121-4/+11
* Add support for setting the minimum operating system target version.Jake Petroules2013-03-201-5/+25
* fix linking of staticlibrary products with MSVCJoerg Bornemann2013-03-111-1/+1
* Rename ModUtils::findFirst() and ModUtils::appendAll().Christian Kandeler2013-02-281-10/+10
* remove unused variables from msvc.jsJoerg Bornemann2013-02-211-6/+0
* MSVC: fix manifest resource id for DLLsJoerg Bornemann2013-02-211-1/+1
* MSVC: fix incremental linkingJoerg Bornemann2013-02-211-7/+15
* Move property look-up into the C++ backend.Christian Kandeler2013-02-201-15/+17
* Respect "warnings as errors" setting with MSVC compiler.Christian Kandeler2012-12-051-0/+2
* Move Qt-specific MSVC flags into qtcore.qbs.Christian Kandeler2012-12-051-1/+1
* Add a systemIncludePaths property to the cpp module.William Gallafent2012-11-071-1/+3
* filter MSVC linker outputJoerg Bornemann2012-11-061-0/+5
* Add property "path" and use for Cpp.precompiledHeader.Christian Kandeler2012-10-231-1/+1
* property Application.consoleApplication addedJoerg Bornemann2012-04-181-0/+7
* MSVC: fix dynamic libraries w/out .lib suffixJoerg Bornemann2012-03-221-1/+0
* MSVC: use build environment for finding executablesJoerg Bornemann2012-03-131-17/+3
* cpp module: separate platform defines and user definesJoerg Bornemann2012-03-071-1/+3
* properties for overring C/C++ compiler and linker argsJoerg Bornemann2012-02-281-4/+10
* remove duplicate declarations from msvc.jsJoerg Bornemann2012-02-281-8/+10
* fix adding compilerflags for MSVCMarcel Krems2012-02-241-1/+1
* Long live qbs!Joerg Bornemann2012-02-151-0/+173