aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/msvc.js
Commit message (Expand)AuthorAgeFilesLines
...
* Implement properties to control use of exception handling.Jake Petroules2016-04-141-2/+16
* Use file tags for precompiled header sources.Christian Kandeler2016-03-161-1/+30
* Cpp module: Allow to set precompiled header usage per file.Christian Kandeler2016-03-081-1/+1
* Rename cpp.generateManifestFiles.Christian Kandeler2016-01-281-1/+1
* Add missing imports.Jake Petroules2015-11-201-0/+1
* cpp module: Clean up the command line a bit.Christian Kandeler2015-10-061-8/+16
* Implement some of the non-standard yet common Console API.Jake Petroules2015-09-151-2/+2
* Pass /MACHINE flag to link.exe.Jake Petroules2015-09-031-0/+15
* Standardize handling of compiler flags in GCC and MSVC.Jake Petroules2015-07-281-9/+4
* Convert separators in paths for libraries on WindowsIlya Lyubimov2015-05-211-1/+1
* MSVC: fix non-separate debug informationJoerg Bornemann2015-04-241-1/+2
* add missing license headersJoerg Bornemann2015-04-151-0/+30
* Add missing and remove unused imports to/from JS files.Jake Petroules2015-01-301-0/+4
* Merge branch '1.3' into masterChristian Kandeler2015-01-091-14/+19
|\
| * fix duplicate libraries in MSVC linker commandJoerg Bornemann2014-12-191-14/+19
* | support separate debug informationJoerg Bornemann2014-12-191-5/+11
* | Merge remote-tracking branch 'origin/1.3'Joerg Bornemann2014-12-121-1/+1
|\|
| * fix release-with-debug-info build with MSVCJoerg Bornemann2014-12-021-1/+1
* | Merge remote-tracking branch 'origin/1.3'Joerg Bornemann2014-11-031-4/+10
|\|
| * introduce cpp.runtimeLibraryJoerg Bornemann2014-10-291-4/+10
* | Merge remote-tracking branch 'origin/1.3'Joerg Bornemann2014-10-211-4/+4
|\|
| * Put Command properties in the filter functions' scopes.Jake Petroules2014-10-171-4/+4
* | Use the same function signature and invocation for prepare scripts.Jake Petroules2014-09-221-2/+2
|/
* simplify signature of MSVC.prepareLinkerJoerg Bornemann2014-07-221-1/+8
* simplify signature of MSVC.prepareCompilerJoerg Bornemann2014-07-221-5/+14
* introduce cpp.entryPointJoerg Bornemann2014-06-021-0/+3
* Fix access to null object in MSVC linker rules.Christian Kandeler2014-05-281-1/+1
* use {input|output}.fileName where appropriateJoerg Bornemann2014-05-201-5/+5
* Fix MSVC working directory.Christian Kandeler2014-05-131-1/+1
* Introduce sensible build directory values.Christian Kandeler2014-05-131-1/+1
* fix usages of WindowsUtilsJoerg Bornemann2014-04-251-2/+3
* Use proper and consistent formatting in all JavaScript files.Jake Petroules2014-04-141-9/+5
* 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