Commit Graph

5 Commits

Author SHA1 Message Date
Dave Abrahams
b1ac7ba7a4 [docs] Fix all ReST/Sphinx warnings, turn sphinx warnings into errors
Also revert r10607, which this change obsoletes

Swift SVN r10611
2013-11-20 23:27:13 +00:00
Jordan Rose
e0084c8a8e [docs] Flesh out the mixed Swift/ObjC build model.
I've come up with a model which I think will work for at least basic
Swift/Objective-C interoperation within a target. It isn't wonderful, but
it does at least seem feasible, and will probably not require too many
changes to Clang.

Swift SVN r9737
2013-10-28 22:50:52 +00:00
Jordan Rose
62905cf226 [docs] Revise Modules Build Model to include dependency analysis.
Also, update for the plan of record that the compiler driver will be
responsible for dependency analysis rather than an external build system.

Swift SVN r9573
2013-10-22 00:30:06 +00:00
Jordan Rose
760438f0e6 [docs] Fix internal links in ModulesBuild.rst.
Swift SVN r9245
2013-10-12 00:13:12 +00:00
Jordan Rose
d18f19f52c [docs] Sketch out a Modules Build Model doc.
This doc will contain the underlying build model for a multi-file Swift
framework or application module. This model will then be driven by
Xcode to build a target.

The biggest open questions are in how Swift and Objective-C will interact.

<rdar://problem/14579792> TLF: Swift 1.0 Modules

Swift SVN r9244
2013-10-12 00:08:11 +00:00