Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/niosus/EasyClangComplete

:boom: Robust C/C++ code completion for Sublime Text 3/4
https://github.com/niosus/EasyClangComplete

Fix completions being shown at wrong location after moving cursor (#133) (#134)

Introduced CompletionRequest which tracks some request information that we can
compare when com...

2e2940684240423e56a657f195fd6b4c159e8d19 authored about 8 years ago
Do not mangle order of flags specified through "clang_flags" (#122) (#135)

Use list instead of set for processing includes as set can change the order of
flags an in some...

d844b45938da8f89fb6ffdc043d4909f3a800069 authored about 8 years ago
Open both default and user settings in split panes (#137) (#138)

d1f5e79e87b82ef6d576fdbd0beb00bbd2e2e1df authored about 8 years ago
fix default setting

af1e6343faccdae0491381bc2f0d9f1fe52a74a7 authored about 8 years ago
add package control specific readme

71cc4299cd6cb3a151faa3fe8ed5bed4d3d35353 authored about 8 years ago
Allow wider error popups (#121) (#136)

Popup size will be clamped to window size so setting it to very high value
is not a problem.

391e5ac96484be5186d9ac07f59c5ba8fecd5c66 authored about 8 years ago
fix isystem flag

06eb913997e8404a12de51c96fe6405eb1c1dbc9 authored about 8 years ago
Merge branch 'david9991-isysroot'

a2280e16b051d8c16db855137fd23bfa7ac6b813 authored about 8 years ago
Merge branch 'isysroot' of git://github.com/david9991/EasyClangComplete into david9991-isysroot

931d65592dfbcfc30f88abf8e889a19f7857a84a authored about 8 years ago
Add '-isysroot' flag as a valid include_prefixes.

675c67cca7e9247397fafafbd79f14307d4fdb15 authored about 8 years ago
update readme. Fix #125

3b4cac2388beee2e35ad68cab49ec8b98587079c authored about 8 years ago
Explain failing builds on Package Control website

84dfe9aafd02d2e57bcf1dfffbe92bf975872a97 authored about 8 years ago
add messages for version 2.0.0

minor updates to readme and install message

d0a06f8f69a9feec57fd465ebac05309bd16a080 authored about 8 years ago
add C99 as valid syntax. Fix #102

6ed3a4033cc7b3a4a4792653aeeece8b73609608 authored about 8 years ago
paramters: str -> list(str) (#117)

* moving to using list of strings as parameters everywhere (issue #91)
* deprecating include di...

65120750c22c22e07bf66c528d24a73b45617802 authored about 8 years ago
fixing deadlock (#118)

* fixing deadlock (issue #99)
* allow async cleanup after view is closed
* add graceful error ...

54503d71f8e7c72e6a899dac5c1b9b2c3bdc5816 authored about 8 years ago
Merge pull request #114 from niosus/better_completions

shiny new async completions

954503210e29d7d037433a7ad5d3fd109da352eb authored about 8 years ago
Merge branch 'master' into better_completions

03232db14418d613d750b0ea5b02af9222de8702 authored about 8 years ago
Merge branch 'master' into better_completions

b5f6bbb9a5f76a8c810ce1e5bb02bf63c05d2803 authored about 8 years ago
Merge pull request #116 from alpo/fix-obscure-bugs

less intrusive fix with backslashes (issue #108)

95a09af285b4b36f34670f8f16d09b942183cbe6 authored about 8 years ago
stick to tabs in settings

81bae4e53bc154e38b7479cb0fb9e212ff677eb6 authored about 8 years ago
change unique str hash to unique tuple (int, int) for identifying completion jobs

451652238b891a0d8a8ad9f484e16e78a9e4d517 authored about 8 years ago
more readable settings loading

73ff5d1018ef51856b168a103d70ea345072bdde authored about 8 years ago
fix infinite look when empty completions returned

ad8c040b6835c8ceba1af628baf9f16b16348048 authored about 8 years ago
fix test error

a1ac49a6d4320a9eb89f8abd16b4bf81bc6f5cdc authored about 8 years ago
more minor fixes

0ac924b13a63b711f8692a1cfff9766f16ae4a00 authored about 8 years ago
Merge branch 'master' into fix-obscure-bugs

# Conflicts:
# plugin/plugin_settings.py

e9cf6515d000618272e3ed27b65d29ffdde4ab82 authored about 8 years ago
less intrusive fix with backslashes

e6e4bd8c8a9a4850e69f30a10933300e7c0832b8 authored about 8 years ago
fix bug from codacy

a9138ed1cf4888fa1d036b18714a50e1aaf7d2ef authored about 8 years ago
add missing documentation, minor refactorings

dc6436d4946278bc22755032dd5b37a2853adc15 authored about 8 years ago
removed line that is not needed anymore

4920e1795f37d863fa30ebf9bfbd6c235bd6b65d authored about 8 years ago
new async completions:

- no thread, using concurrent.futures instead
- completions can be queried in multiple threads as...

1c3657b757ca4ff7e135e31ca865ee34610d0168 authored about 8 years ago
fix getting version for OSX

9a5503b4ee48d3c41330b0db2e39badd79a81115 authored about 8 years ago
add $clang_version wildcard description along with the others

35beeedf476fa688b30c3cf76b7ba80dc87de9e0 authored about 8 years ago
Merge branch 'tastytea-wildcards'

e084deaa0a7499eec9d8326bfca4872de988c32f authored about 8 years ago
refactoring checking clang version. Allow for version strings like 3.8.0. Preparing for fixing #101 with pull request #106

3e2b1daf4e76eec0b7a45db72a49b6830934f344 authored about 8 years ago
fix #111

7e1183a5dc64b661d4a128bcaa7414ae979d1b17 authored about 8 years ago
Merge branch 'alpo-fix-obscure-bugs'

bdb9b4ccba278cc97a44e34a59de41457dc37cb4 authored about 8 years ago
Merge branch 'fix-obscure-bugs' of git://github.com/alpo/EasyClangComplete into alpo-fix-obscure-bugs

11e63342357168d855251c4eb3ea33b734d3e287 authored about 8 years ago
Merge branch 'fix-obscure-bugs' of git://github.com/alpo/EasyClangComplete into alpo-fix-obscure-bugs

# Please enter a commit message to explain why this merge is necessary,
# especially if it merge...

1eb7d5c800d7ccdce90ee9789983734a0519743b authored about 8 years ago
remove notice of misbehaving osx builds

d25fc6b94cf34cd56c3593cc622b34b211fdf888 authored about 8 years ago
fix to builds as suggested by @randy3k

d895795da411e4c1a2c2c09d67e6e86f28444f8f authored about 8 years ago
update readme

c0468679879213d0b14e29243a1910218e059264 authored about 8 years ago
Merge pull request #110 from niosus/better_settings

Better settings,
Fix #64
Fix #65

222bfbe4c8f396b3a3f48ba367db2484bba8ba68 authored about 8 years ago
add verbose flag to this project settings

7a4dc3e187be87b1d18fb0ba0a55d14832afc4f0 authored about 8 years ago
fix test for new param

f1ffa91161ae5465ca235e5eedcb43df71924ca7 authored about 8 years ago
overhaul of settings:

- no need for long typing of names in settings. They are now taken from the class dict
- deprecat...

f60b54fdbdd484e61fd128ce0a111b5ff767b1fa authored about 8 years ago
Merge branch 'wildcards' of git://github.com/tastytea/EasyClangComplete into tastytea-wildcards

0cd8026f9a6a578ea89bb6eed2a4fb9fc9806b5b authored about 8 years ago
obscure bugs symptomatic treatment

dfe5da1a8da023774d802786f1eac52c03a7186f authored about 8 years ago
wildcards: fixed lack of recursion

45b2c4d1968de18a6a629ab6d3a2828864bfce47 authored over 8 years ago
add messages for 1.4.1

a503ad784cacc884b156f914135acfa8656a1e57 authored over 8 years ago
wildcard support for include_dirs

fd5811e0fb0a8567d3632f11bed212fe98408aa1 authored over 8 years ago
Merge pull request #94 from Mischa-Alff/fix_popup_width

error_vis: Fix popup getting newline after evey word

6173b3cfc0a4108c7948cb95a8e0d7cdd37e4edd authored over 8 years ago
fix #96

e8b88d236fa6e4ab8e7ce7c687d1be662938371e authored over 8 years ago
error_vis: Fix popup getting newline after evey word

b2fae96fba36164114acaa3924563019f824a10c authored over 8 years ago
Merge pull request #93 from Mischa-Alff/fix_std_flag

parse_flags: Fix separate_includes also separating non-include flags

5d174e6f14093884ae016251730811bfb256a1e7 authored over 8 years ago
parse_flags: Fix separate_includes also separating non-include flags

a7de9c3b81dbfc9539ebaf4a338b1c88d85ce13c authored over 8 years ago
add downloads per month

c9e5448a087f225b9b8caba46e4c232bd54bca11 authored over 8 years ago
add messages for v 1.4.0

2024dbef711a26dcf2d285a010f5d13a8817a3d8 authored over 8 years ago
Merge pull request #90 from rchl/settings-reload

Re-initialize plugin and completers on settings change

4de788170854a6b02cb90ead9e11feb957bcc733 authored over 8 years ago
fixup! Re-initialize plugin and completers on settings change

actually lambda is not needed

26446287a6e706d9ca364731c9febaa88ca406a0 authored over 8 years ago
fixup! Re-initialize plugin and completers on settings change

add one more doc string

f71cbe8787f0468f0d4cfd981dea2cce39bd032d authored over 8 years ago
fixup! Re-initialize plugin and completers on settings change

add doc strings

4035709f176c87727d719751b334b1cce4eadfc6 authored over 8 years ago
Re-initialize plugin and completers on settings change

Previously changing settings required restart of Sublime which was
rather annoying when testing....

45267fd089e11725f758fa93916ac2e4a6bfcf40 authored over 8 years ago
Add couple more log messages

973f149009af60e2e9c322bf9466a2110854727a authored over 8 years ago
Couple of typo fixes

d28876e149f936d1e337b06b21ae2a790e98eb29 authored over 8 years ago
fix error regex for older clang

5be2b05d0aed43f8b502f1dd45558a50ca62efb5 authored over 8 years ago
add documentation and changed timer check frequency 10s -> 60s

36faf9e101aa8f924d6f21f30888daae5a3eea86 authored over 8 years ago
don't delete tu for active view

8818209aa7b16b5654bad08633bfaa88e3a88c7e authored over 8 years ago
remove warning for clang 3.8

ac3ed0fe02822169b8ac85a038567a9c86ac1f04 authored over 8 years ago
remove OSX build disclaimer as it is again not needed

37a204db0c469b7f5de75eea5f754e177af86775 authored over 8 years ago
Refactoring + new functionality:

- introduce mutexes for libclang part
- implement clearing of unused translation units as in issu...

106baf2fbd5851c808b16c3d7666672ce3147ef3 authored over 8 years ago
typo in comment

c886f986162f93ae9cb8f1b425e2861d7931fde1 authored over 8 years ago
minor refactorings

d632883eeda7d6e38bcceff71ca6fdaca5cd569c authored over 8 years ago
no need for imports. Using aliases instead.

2733cd0286f2814452bc701bb98d279ce70258ef authored over 8 years ago
Merge pull request #87 from rchl/enable-libclang-win

Enable libclang tests on Windows for fixed Sublime Text versions

ca9f77accef6d07ee91d39456a413606e9e87672 authored over 8 years ago
Enable libclang tests on Windows for fixed Sublime Text versions

The tests are now passing.

b2d61e700aa8d870f1f948ff2614003159c80a54 authored over 8 years ago
explain OSX fails

e2bd46c139127045142f810598128985c4c367a9 authored over 8 years ago
messages v 1.3.5

eb9b3c8f9114b4e6dd22a10f3108ec75a09d22a7 authored over 8 years ago
allow for using with OS X El Captain

5ae824f76aadac92db1de9503de7bd95f78d9101 authored over 8 years ago
add messages for v.1.3.4

a70a721d8e5092936bc6290536b56099bea27c63 authored over 8 years ago
update test for more errors

8e9d51c3296f5c74264e63e0cd344e8155e46a5e authored over 8 years ago
forgot a continue

3e146b73df554aaf34a14259678b5a4b709b42da authored over 8 years ago
add messages for v. 1.3.3

871c761636705645b0a99298907a045e531fd114 authored over 8 years ago
add a setting to find correct includes with clang 3.8

9aafc6311cc4de508825c042f50e8bd19db391f1 authored over 8 years ago
fix #85

13dcfb4c1e02f0ef3696ef414587901c2cfe460a authored over 8 years ago
update regex to match errors generated by libclang v.3.8. Should fix issue #60

56288464b9149de2137c81cdfebc3a2bb4ece927 authored over 8 years ago
add cindex39.py

f5fd7372e96b7bc8b205ef7a197f68aeffe5786d authored over 8 years ago
update project

eb2d9c90a574754fdda36ffb9097a6fedbce4d89 authored over 8 years ago
Merge pull request #83 from rchl/initial_view

Fix issue with complete not working on active view after starting Sublime

7be4c6a2157e4aa1762d0a6707d72f9c87b7d003 authored over 8 years ago
Merge pull request #84 from rchl/issue-81

Fix clang completions hiding default completions (issue #81)

bb53ae7e22225b31cdf2c83e74f10132b16d1724 authored over 8 years ago
should fix windows builds

266065af8fc4f732b877a8ed0cf5a46ee7778aab authored over 8 years ago
Fix clang completions hiding default completions (issue #55)

When clang completions returned from the binary clang were empty, the code
still hid default com...

fa4ac26a01eb0c154615c506cde502f5ae64bb20 authored over 8 years ago
Fix issue with complete not working on active view after starting Sublime

1aaca7af764b399322f850d1214c7635999df236 authored over 8 years ago
disable failing windows tests because of AppVeyor update of clang to 3.9...

c374611df1e5de44760ddde082797aaebfd5a6f3 authored over 8 years ago
changes the readme

4ba508a2e1dd3ec01f185d55759f06eae2bc88de authored over 8 years ago
messages for v. 1.3.2

92a6f32bda45539498e511b73a4314dbd826866e authored over 8 years ago
Fix #61

18d747ad8a11b66fea60e81f03e208448cca58e5 authored over 8 years ago
Merge pull request #80 from rchl/error-formatting

Introduce class for compiler-specific options (issue #71, #73)

57a6a8b25c91c368a1510ca5ff89472ff33a0cde authored over 8 years ago
Introduce class for compiler-specific options (issue #71, #73)

Added a small CompilerVariant class that provides compiler-specific
options (currently separate ...

21441ab3fdd6f44704f8a46cc307a51285f962c4 authored over 8 years ago