Bob Wilson
37e7d1c627
Merge remote-tracking branch 'origin/master' into master-next
2017-01-08 17:07:46 -08:00
practicalswift
6d1ae2a39c
[gardening] 2016 → 2017
2017-01-06 16:41:22 +01:00
Bob Wilson
13da3fa8b1
Merge remote-tracking branch 'origin/master' into master-next
2016-12-04 18:16:09 -08:00
practicalswift
797b80765f
[gardening] Use the correct base URL ( https://swift.org ) in references to the Swift website
...
Remove all references to the old non-TLS enabled base URL (http://swift.org )
2016-11-20 17:36:03 +01:00
Bob Wilson
5c4f517824
Checkpoint fixes for llvm r284966 (TimeValue)
2016-10-28 12:09:57 -07:00
Brian Croom
d1d7525497
[SourceKit] Rename Concurrency-Mac.cpp to Concurrency-libdispatch.cpp
...
This file builds fine as long as libdispatch is available, even on
non-Darwin platforms.
2016-07-18 16:17:49 -07:00
Brian Croom
e109cb8285
[SourceKit] Add libdispatch as a dependency for some SourceKit products
...
sourcekitdInProc, sourcekitd-test, and complete-test need to be explicitly
linked with libdispatch on Linux to build properly.
2016-07-18 16:17:49 -07:00
Brian Croom
479584109c
[SourceKit] Add Semaphore to SourceKitSupport's concurrency module
...
Includes a libdispatch-based implementation.
2016-06-21 13:54:41 -04:00
Brian Gesiak
7cd74279f1
[SourceKit] Register optional sources in CMake
...
LLVM's CMake modules include a function `llvm_process_sources()`,
which (among other things) verifies that all source files in a
directory are either included in the list of source files to process,
or are included in a list `LLVM_OPTIONAL_SOURCES`.
SourceKit's CMake functions make use of this LLVM function, but do
not register any files as "optional". When attempting to configure
CMake to include SourceKit on a Linux host machine, source files
that are only included on Darwin host machines cause this function
to raise an error.
Mark Darwin-only SourceKit files as "optional" to avoid the error.
2016-05-10 16:36:35 -04:00
practicalswift
abfecfde17
[gardening] if ([space]…[space]) → if (…), for(…) → for (…), while(…) → while (…), [[space]x, y[space]] → [x, y]
2016-04-04 16:22:11 +02:00
Ben Langmuir
6581eba8e6
[CodeCompletion] Improve ordering of prefix matches vs popular names
...
In the experimental code-completion path.
rdar://problem/24843463
2016-03-09 11:23:06 -08:00
practicalswift
71e00fefa1
[gardening] Fix typos: "word word" (two spaces) → "word word" (one space)
2016-01-24 21:27:16 +01:00
Dmitri Gribenko
cbd87f84c9
Fix CMake coding style
2016-01-11 16:23:54 -08:00
practicalswift
c48a25647d
Use correct formatting for separator line.
2016-01-05 09:49:00 +01:00
Zach Panzarino
e3a4147ac9
Update copyright date
2015-12-31 23:28:40 +00:00
Arsen Gasparyan
ac6ec63a7a
[compile error] a typo in source code
2015-12-28 15:27:00 +03:00
practicalswift
149b50d901
Fix typos in code (non-comment/documentation typos).
2015-12-28 11:42:15 +01:00
practicalswift
36d7072013
Remove immediately adjacent repeated words ("the the", "for for", "an an", etc.).
2015-12-21 22:16:04 +01:00
GauravDS
3315f592e8
Fix typos copnsumers => consumers
2015-12-12 23:57:12 +05:30
Ben Langmuir
7b0784958f
[CodeCompletion] Penalize fuzzy matches that aren't on token boundaries even more
...
rdar://problem/22419553
2015-11-06 20:01:53 -08:00
Argyrios Kyrtzidis
d19e4ae026
[SourceKit] Add license notices to all the source files.
2015-11-05 12:01:14 -08:00
Argyrios Kyrtzidis
8ff6a98a99
[sourcekit] Merge SourceKit into the Swift repo.
...
The code goes into its own sub-tree under 'tools' but tests go under 'test',
so that running 'check-swift' will also run all the SourceKit tests.
SourceKit is disabled on non-darwin platforms.
2015-11-05 01:09:08 -08:00