aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/DarwinGCC.qbs
Commit message (Expand)AuthorAgeFilesLines
* Do the OS X to macOS rename.v1.5.2Jake Petroules2016-06-271-5/+5
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Aggregate the cpp module's Info.plist properties with the product's.Jake Petroules2016-05-021-0/+29
* Fix handling of flat dSYM output and greatly expand test coverage.Jake Petroules2016-04-141-1/+2
* Introduce Array.containsAll and Array.containsAny.Jake Petroules2016-03-251-2/+2
* Deduplicate and centralize Apple platform and device info.Jake Petroules2016-03-211-4/+6
* Support soname prefixes on non-Apple Unix-like platforms.Jake Petroules2016-03-171-0/+2
* Merge 1.4 into master.Jake Petroules2016-02-221-1/+1
|\
| * Define __GNUC__ to 4, since this is what the compiler sets.Jake Petroules2016-02-161-1/+1
* | Add some additional environment variables for Info.plist replacement.Jake Petroules2015-10-291-0/+1
* | Check for module presence BEFORE evaluating properties.Jake Petroules2015-10-281-21/+23
* | Fix "else assumptions" and other conditionals relating to Apple OSes.Jake Petroules2015-09-111-10/+22
* | Add skeleton tvOS support.Jake Petroules2015-09-111-0/+2
* | Move platform targeting flags into compilerFlags.Jake Petroules2015-08-201-0/+4
* | Follow the "undefined means default" methodology for Apple OS targets.Jake Petroules2015-08-171-6/+10
* | Add generic handling of LLVM triples.Jake Petroules2015-08-031-0/+4
* | Add skeleton Apple watchOS support.Jake Petroules2015-07-291-0/+2
* | Introduce xcode.targetDevices.Jake Petroules2015-07-291-0/+6
* | Introduce Xcode module.Jake Petroules2015-07-291-22/+6
|/
* Darwin: default to separate debug infoJoerg Bornemann2015-04-241-0/+1
* add missing license headersJoerg Bornemann2015-04-151-0/+30
* Merge commonRunEnvironment items with existing environment.Jake Petroules2015-04-031-9/+0
* Handle DYLD_ROOT_PATH better. It's only really useful on iOS Simulator.Jake Petroules2015-03-111-3/+0
* Add support for building loadable modules.Jake Petroules2015-02-061-0/+2
* Set cpp run environment variables when running autotests.Jake Petroules2015-01-291-16/+6
* Fix handling of dSYM bundles.Jake Petroules2015-01-131-20/+1
* Refactor bundle (CFBundle) support across all of Qbs.Jake Petroules2015-01-131-324/+17
* Use new qbs.installRoot property instead of QBS_INSTALL_ROOT env var.Jake Petroules2015-01-081-7/+6
* Support converting a PropertyList object directly to/from JSON.Jake Petroules2014-11-061-4/+4
* Consolidate "safe identifier" code by introducing qbs.rfc1034identifier.Jake Petroules2014-11-041-2/+2
* Add @FULL_VERSION@ qmake variable substitution.Jake Petroules2014-10-071-0/+1
* Merge branch '1.3' into master.Christian Kandeler2014-09-111-0/+23
|\
| * Fix run environment setup.Jake Petroules2014-08-281-0/+23
* | Clean empty values from Info.plist before serializing.Jake Petroules2014-08-211-0/+5
* | Allow compiler defines to participate in Info.plist env replacement.Jake Petroules2014-08-211-1/+10
* | Fix symlink generation for Darwin frameworks.Jake Petroules2014-08-211-3/+3
* | Set better defaults for cpp.minimumOsxVersion and cpp.minimumIosVersion.Jake Petroules2014-08-211-3/+0
* | Introduce cpp.cxxStandardLibrary and simplify related logic.Jake Petroules2014-08-151-0/+3
* | Only add Darwin *_DEPLOYMENT_TARGET environment vars if OS matches.Jake Petroules2014-08-151-2/+2
|/
* Add support for compiling Interface Builder storyboards.Jake Petroules2014-07-221-2/+2
* Add support for compiling Xcode asset catalogs.Jake Petroules2014-07-221-4/+16
* Add support for compiling OS X icon sets.Jake Petroules2014-07-211-2/+2
* deprecate Artifact.fileName in favor of Artifact.filePathJoerg Bornemann2014-07-161-5/+5
* Remove CFBundleIconFile default Info.plist key.Jake Petroules2014-07-141-3/+0
* add product name to OS X command descriptionsJoerg Bornemann2014-05-221-3/+3
* Add a PropertyValidator class to centralize Module.validate operations.Jake Petroules2014-04-241-4/+4
* Pass the product to PathTools functions for proper encapsulation.Jake Petroules2014-04-141-1/+1
* Move several JS files in the cpp module to imports.Jake Petroules2014-04-141-3/+3
* Added PathTools import to DarwinGCCIvan Komissarov2014-04-071-0/+1
* Replace qmake placeholders in Info.plist.Jake Petroules2014-03-121-1/+16