aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp
Commit message (Expand)AuthorAgeFilesLines
* Darwin: Set NSSupportsAutomaticGraphicsSwitching to true by defaultIvan Komissarov2022-08-241-0/+3
* Add executableSuffix to the FileInfo serviceRaphael Cotty2022-08-081-2/+2
* Fix passing linker scripts to iar and keil toolchainsIvan Komissarov2022-08-032-2/+2
* MSVC: Support cLanguageVersionOrgad Shaneh2022-08-011-2/+28
* Support c17 and c2x values for cLanguageVersionOrgad Shaneh2022-08-013-9/+25
* Qt support: Fix static buildsChristian Kandeler2022-07-071-4/+12
* Fix build for android when the project has file named "version"Dmitrii Kolpakov2022-04-061-1/+1
* baremetal: Add simple test for linking with shared librariesDenis Shienkov2022-02-213-33/+22
* Add support for other platforms supported by Digital MarsDenis Shienkov2022-02-172-15/+84
* Darwin: Set MinimumOSVersion property for mobile Apple platformsChristian Kandeler2022-02-151-0/+7
* Add support for other platforms supported by Open WatcomDenis Shienkov2022-02-092-24/+83
* Long live Open Watcom toolchainDenis Shienkov2022-02-043-2/+712
* baremetal: Allow to configure job limitsDenis Shienkov2022-02-015-0/+21
* Use Host and FileInfo serviceRaphael Cotty2022-01-3114-21/+34
* Merge branch '1.21' into masterIvan Komissarov2021-12-132-0/+3
|\
| * cpp Module: Implement runtimeLibrary property for MinGWBjörn Schäpers2021-11-292-0/+3
* | Ignore weak symbols when re-linking in non-strict modeChristian Kandeler2021-12-061-2/+7
* | Fix descriptions for JS commandsDenis Shienkov2021-11-156-6/+6
* | Qt support: Use cpp.systemIncludePaths for Qt headersChristian Kandeler2021-11-101-0/+2
|/
* Use more common functions from cpp.js for GCC and MSVC toolchainsDenis Shienkov2021-10-053-63/+22
* Add android testing with different ndk versionsRaphael Cotty2021-09-301-0/+5
* Simplify all single-line 'prepare' scriptsDenis Shienkov2021-09-283-43/+15
* Unify generation of precompiled headersDenis Shienkov2021-09-284-32/+39
* baremetal: Get rid of relative paths where it is possible for COSMICDenis Shienkov2021-09-231-39/+24
* Remove duplicated values or properties from CPP modulesDenis Shienkov2021-09-212-4/+0
* Merge branch '1.20' into masterIvan Komissarov2021-09-211-3/+25
|\
| * freebsd: fix TestBlackbox::assemblyIvan Komissarov2021-09-211-1/+1
| * freebsd: fix target linker flagsIvan Komissarov2021-09-201-2/+24
* | Use common Cpp.resourceCompilerOutput{Tags|Artifacts} functionsDenis Shienkov2021-09-205-22/+22
* | baremetal: Use common Cpp.relativePath() function in COSMIC toolchainDenis Shienkov2021-09-181-28/+22
* | Android: Add buildId option to the ndk for the linkerRaphael Cotty2021-09-031-1/+1
* | cpp module: Add support for C++23Christian Kandeler2021-08-232-5/+21
* | Use more FileInfo.joinPaths() in artifacts generatorsDenis Shienkov2021-08-225-30/+35
* | Merge "Merge 1.20 into master"The Qt Project2021-08-218-6/+20
|\|
| * MSVC: Understand "c++20" as language versionChristian Kandeler2021-08-061-1/+1
| * Remove `import qbs` from all project filesDenis Shienkov2021-08-045-5/+0
| * msvc: fix passing /Zc:__cplusplus flagIvan Komissarov2021-08-033-0/+19
* | Use common Cpp.collectLibraryDependencies() functionDenis Shienkov2021-08-202-76/+13
|/
* Fix typo in MSVC toolchain when handling cpp.linkerWrapper propertyDenis Shienkov2021-07-311-2/+2
* Android: fix link with static stlRaphael Cotty2021-07-301-0/+1
* Merge branch '1.19' into 1.20Ivan Komissarov2021-07-271-11/+15
|\
| * baremetal: Revert usage of toWindowsSeparators() for KEIL C51/251/166v1.19.2Denis Shienkov2021-06-281-13/+17
* | Long live Digital Mars toolchainDenis Shienkov2021-07-274-20/+725
* | Separate Cpp.{assembler|compiler}Output{Tags|Artifacts}Denis Shienkov2021-06-295-17/+35
* | Fix usage of Cpp.collectMiscAssemblerArguments() functionDenis Shienkov2021-06-296-21/+7
* | Make property cpp.compilerExtension as sharedDenis Shienkov2021-06-146-9/+1
* | baremetal: Introduce new toolchainDetails propertyDenis Shienkov2021-06-139-431/+242
* | baremetal: Implement validate script in CPP toolchain modulesDenis Shienkov2021-06-0710-79/+33
* | baremetal: Add missing inputsFromDependencies for COSMIC compilerDenis Shienkov2021-06-041-0/+2
* | Avoid copy&pasting code in gcc.js/darwin.jsIvan Komissarov2021-06-032-56/+61