Commit Graph

8 Commits

Author SHA1 Message Date
Jordan Rose
0149129ed3 [CMake] Stop compiling API notes files to a binary format (#19205)
Clang's been able to read the textual format for a long time, and
indeed that's what's used in the SDK. This isn't even really a
performance win because the information is cached in PCMs.

rdar://problem/34293901
2018-09-12 14:19:59 -07:00
superuserAV
cc611a11a7 OS X -> macOS
"OS X" was renamed to "macOS" a year ago.
2017-10-21 09:06:13 +03:00
Slava Pestov
cacd92e83f Fix an interesting typo 2017-08-24 04:31:24 -07:00
practicalswift
cc852042c9 [gardening] Fix accidental trailing whitespace. 2016-10-29 10:22:58 +02:00
Jordan Rose
7a0a44e4d8 [CMake] Stop using globs on the apinotes directory.
The problem here is that there isn't an obvious way to force a CMake
reconfiguration when you need to add new apinotes. This dates back to
when we (internally) had the apinotes in a separate repo, but that
hasn't been the case for a long time.

We're still not using a /normal/ CMake add_subdirectory for these
because we compile the apinotes as part of building overlays for
frameworks that have both overlays and apinotes, and I didn't want to
touch any of that stuff right now.
2016-05-31 12:22:37 -07:00
practicalswift
befbebcd30 [gardening] "OSX" → "OS X" 2016-04-11 23:12:40 +02:00
yyx290799684
b829926d95 Update README.md 2015-12-05 15:24:42 +08:00
Pascal Welsch
e8009daa31 converted ApiNotes Readme.txt to markdown
makes the apinotes Readme more readable on github
2015-12-03 18:20:55 +01:00