1
1
mirror of https://github.com/github/semantic.git synced 2025-01-06 06:46:07 +03:00
Commit Graph

4192 Commits

Author SHA1 Message Date
Rob Rix
45c7e3177f Link statically via ld-options. 2016-01-08 15:44:56 -05:00
Rob Rix
0bad34c1c3 Extra static linkage. 2016-01-08 15:30:13 -05:00
Rob Rix
a6fffe1be3 Spacing. 2016-01-08 15:30:04 -05:00
Rob Rix
b91dfa18a3 Revert "Try linking icuuc directly."
This reverts commit ffc4e40bc11f35b9b2cc5c54b040f940acf0ae79.
2016-01-08 15:23:12 -05:00
Rob Rix
376d53b212 Revert "Can we build without the exe?"
This reverts commit f44db6cfa2bb68ab37a13081a6a5423483aeabf4.
2016-01-08 15:21:19 -05:00
Rob Rix
dc2e034ef0 Can we build without the exe? 2016-01-08 15:20:23 -05:00
Rob Rix
f2a8872546 Try linking icuuc directly. 2016-01-08 15:10:48 -05:00
Rob Rix
e4402acfe1 Bump. 2016-01-08 14:03:36 -05:00
Rob Rix
0a92cd73a1 Revert "Compile any C as C99."
This reverts commit 8809217a57fd926d8f9a153bab37e36ac5da5d03.
2016-01-08 14:03:30 -05:00
Rob Rix
06eb07ba02 Compile any C as C99. 2016-01-08 13:49:41 -05:00
Rob Rix
991c7c99a2 Bumpity bump. 2016-01-08 13:42:13 -05:00
Rob Rix
5a4cab3282 Bump tree-sitter-parsers. 2016-01-08 13:34:05 -05:00
Rob Rix
0ee6a6738a Custom build setup to set the paths. 2016-01-08 13:24:25 -05:00
Rob Rix
8543c5a43b Bump tree-sitter-parsers back to master now that the PR has been merged. 2016-01-08 12:40:50 -05:00
Rob Rix
8da1fcf991 Merge branch 'master' into d-e-p-l-o-y-m-e-n-t 2016-01-08 12:33:57 -05:00
Rob Rix
1b2cb5d8b0 The bumpiest bump of all? 2016-01-08 12:32:12 -05:00
Rob Rix
af908fce1b Merge pull request #394 from github/static-icu
Build ICU as a static library
2016-01-08 12:31:02 -05:00
joshvera
51db99056a ignore files generated by icu build 2016-01-08 12:18:02 -05:00
Rob Rix
c47b30ead9 Bump bump. 2016-01-08 12:15:32 -05:00
Rob Rix
3f370370e9 Bump tree-sitter-parsers to build the runtime sources directly. 2016-01-08 12:12:35 -05:00
joshvera
fc13585bcf depend on stdc++ 2016-01-08 12:09:19 -05:00
Rob Rix
db6cdca7cb Pass -static to ghc, and let it figure out the call to the linker. 2016-01-08 10:46:31 -05:00
Rob Rix
cd12d1fbc1 Remove the pthread option. 2016-01-08 10:45:15 -05:00
Rob Rix
6a7908c769 Ensure static linking of the exe. 2016-01-08 10:42:24 -05:00
Rob Rix
906da38b5b Merge branch 'master' into d-e-p-l-o-y-m-e-n-t 2016-01-08 09:51:47 -05:00
Rob Rix
27726352eb Bump tree-sitter-parsers to master. 2016-01-08 09:19:24 -05:00
Rob Rix
c6bd281ae1 Bump tree-sitter-parsers to https://github.com/github/tree-sitter-parsers/pull/6 2016-01-07 19:09:14 -05:00
Rob Rix
cf72f0698e Use an SSH URL for the submodule. 2016-01-07 15:31:19 -05:00
Rob Rix
acca7224d5 Merge pull request #388 from github/arguments-plural
Rename Argument to Arguments
2016-01-06 14:39:35 -05:00
Matt Diephouse
db78041edd Rename Argument to Arguments
Because there are in fact multiple arguments
2016-01-06 14:01:41 -05:00
Josh Vera
768ca30a7b Merge pull request #385 from github/data-dot-ordered-map
Move OrderedMap into Data.
2016-01-06 13:09:22 -05:00
Josh Vera
af72770234 Merge pull request #383 from github/remove-test-autodiscovery
Remove test autodiscovery
2016-01-06 13:09:02 -05:00
Rob Rix
7af5a4876a Move OrderedMap into Data. 2016-01-06 11:56:58 -05:00
Rob Rix
0d78d5aec6 Merge pull request #382 from github/semantic-bootstraps
Document how to bootstrap and configure Atom
2016-01-05 19:33:49 -05:00
Rob Rix
924087d59a Manual spec inclusion. 2016-01-05 11:27:37 -05:00
Rob Rix
7dedd39cab Manually include all of the other specs. 2016-01-05 11:27:14 -05:00
Rob Rix
34ecaf16af It’s a brand new year 🎉 2016-01-05 11:26:58 -05:00
Rob Rix
271d47f8f4 Remove the main function from TermSpec. 2016-01-05 11:26:49 -05:00
Rob Rix
801d0e1d54 Remove some redundant imports from TermSpec. 2016-01-05 11:26:43 -05:00
Josh Vera
8c98b6d0c7 Merge pull request #381 from github/parallelize-tests
Parallelize the tests
2016-01-05 10:50:41 -05:00
Rob Rix
12fc39be6e Apply some linter suggestions re: do. 2016-01-05 10:41:40 -05:00
Rob Rix
21b537da5c Apply some linter suggestions re: parens. 2016-01-05 10:41:26 -05:00
Rob Rix
0590af9bc9 Allow all of the tests to run in parallel. 2016-01-05 10:38:51 -05:00
Rob Rix
51e7d382c9 Merge pull request #378 from github/cleanup-main
Use Bifunctor.Join when mapping sources to diffs in main
2016-01-04 16:34:49 -05:00
joshvera
c61b16d993 move these 2016-01-04 16:04:04 -05:00
joshvera
7a03ac709b missed one 2016-01-04 15:51:01 -05:00
joshvera
2438de3040 Remove conduit dependency 2016-01-04 15:50:31 -05:00
joshvera
e3777a1c08 inline fmap 2016-01-04 14:50:16 -05:00
joshvera
44e9f50434 remove uses of lens 2016-01-04 14:48:55 -05:00
joshvera
15724218b8 Merge remote-tracking branch 'origin/master' into use-conduit 2016-01-04 14:26:18 -05:00