aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/ios-gcc.qbs
Commit message (Expand)AuthorAgeFilesLines
* Prefer built-in JS function in modulesChristian Kandeler2023-02-201-6/+6
* Use Host and FileInfo serviceRaphael Cotty2022-01-311-1/+2
* Xcode: fix compilation for ios-simulator with Xcode 12v1.17.11.17Ivan Komissarov2020-10-261-0/+8
* Assume that libc++ is present on iOS if cpp.minimumIosVersion is not setIvan Komissarov2019-06-261-2/+2
* Remove the base module import from shared imports and modulesJoerg Bornemann2018-06-221-1/+0
* Use Module.priority to choose the right cpp module instanceJoerg Bornemann2017-09-271-0/+1
* Fix tests with older versions of Apple ClangJake Petroules2017-06-211-0/+5
* Don't set minimum deployment targets for iOS and macOS when using libc++Jake Petroules2017-06-141-1/+0
* Fix default value of cpp.minimum{Macos,Ios}VersionChristian Kandeler2017-05-091-0/+1
* Remove some usage of product.modulePropertyJoerg Bornemann2017-03-161-1/+1
* Attach the bundle.content file tag to files that are part of a bundleJake Petroules2017-02-081-1/+1
* Remove ResourceRules handlingJake Petroules2016-10-071-24/+0
* Enable cross-compilation to Darwin targets from non-Darwin hostsAndrew Knight2016-06-171-2/+1
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Remove code signing from IPA rule.Jake Petroules2015-10-291-20/+3
* Move platform targeting flags into compilerFlags.Jake Petroules2015-08-201-0/+8
* Follow the "undefined means default" methodology for Apple OS targets.Jake Petroules2015-08-171-3/+0
* Add generic handling of LLVM triples.Jake Petroules2015-08-031-0/+2
* Add code signing support for OS X and iOS.Jake Petroules2015-07-291-17/+17
* Introduce Xcode module.Jake Petroules2015-07-291-1/+1
* Don't except on evaluating condition for cpp modules.Jake Petroules2015-07-161-1/+3
* add missing license headersJoerg Bornemann2015-04-151-0/+30
* Refactor bundle (CFBundle) support across all of Qbs.Jake Petroules2015-01-131-3/+2
* Set necessary default compiler flags for iOS Simulator builds.Jake Petroules2014-08-211-0/+12
* Set better defaults for cpp.minimumOsxVersion and cpp.minimumIosVersion.Jake Petroules2014-08-211-0/+3
* Remove strange default flags from iOS cpp module.Jake Petroules2014-08-211-11/+0
* deprecate Artifact.fileName in favor of Artifact.filePathJoerg Bornemann2014-07-161-2/+2
* Move several JS files in the cpp module to imports.Jake Petroules2014-04-141-2/+2
* import qbs.FileInfo in darwin-tools.jsJoerg Bornemann2014-02-281-1/+0
* use filePath instead of fileName where applicableJoerg Bornemann2014-02-251-2/+2
* Make ModUtils a proper import.Christian Kandeler2014-01-211-1/+1
* Introduce xcodeSdkName and xcodeSdkVersion properties.Jake Petroules2014-01-171-2/+2
* Clean up prepare script of IPA Rule.Jake Petroules2014-01-161-6/+10
* Rename provisionFile property to provisioningProfile.Jake Petroules2014-01-161-4/+5
* Fix ResourceRules Rule condition for iOS.Jake Petroules2014-01-161-1/+1
* iOS: exclude non-applicable functionality from Simulator builds.Jake Petroules2013-12-091-0/+1
* Move a number of cpp module properties to the base module.Jake Petroules2013-10-221-3/+0
* Move Interface Builder document handling to its own module.Jake Petroules2013-09-091-1/+1
* Do not use an "as" specifier for URI imports.Christian Kandeler2013-07-051-1/+1
* Make built-in JavaScript extensions available on demand.Christian Kandeler2013-07-031-0/+1
* Change targetOS and hostOS to lists, and remove targetPlatform.Jake Petroules2013-06-181-5/+7
* Make the toolchain property a list.Jake Petroules2013-06-181-1/+1
* ios: use same compiler flags as xcodeFawzi Mohamed2013-06-131-0/+8
* Make use of Rule.condition in ipa rule.Jake Petroules2013-06-101-8/+1
* Improve Info.plist handling.Jake Petroules2013-06-071-40/+0
* fix/add missing import statementsJoerg Bornemann2013-06-041-0/+1
* Add XIB compiler.Jake Petroules2013-06-041-1/+1
* Introduce a series of functions for working with Darwin bundles.Jake Petroules2013-06-041-4/+7
* Be less ambiguous about the naming and referencing of OS X.Jake Petroules2013-06-031-2/+2
* Centralize Info.plist/bundle handling code.Jake Petroules2013-05-311-84/+0