Ecosyste.ms: OpenCollective

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

EasyClangComplete

A plugin for C-family code completion for Sublime Text
Collective - Host: opensource - https://opencollective.com/easyclangcomplete - Website: https://niosus.github.io/EasyClangComplete/ - Code: https://github.com/niosus/EasyClangComplete

further changes to enable clang 4.0. Now hopefully fix #214 for good

github.com/niosus/EasyClangComplete - 45eec228ddb58ea75ec6ba088fb7919a62ac071e authored almost 8 years ago by [email protected] <[email protected]>
add a hack to avoid pragma once issues

github.com/niosus/EasyClangComplete - 29fbd29925717f08f1568b652fa6efdf2ab9effc authored almost 8 years ago by [email protected] <[email protected]>
add cindex40.py as asked in issue #214

github.com/niosus/EasyClangComplete - 8e09c8a857a01e5072779aab4f67b7335de898b6 authored almost 8 years ago by [email protected] <[email protected]>
Merge branch 'master' of github.com:niosus/EasyClangComplete

github.com/niosus/EasyClangComplete - 62de8dcc8d4a33f3a67fe6917a4d53fc1d8904f4 authored almost 8 years ago by [email protected] <[email protected]>
apple-clang related changes:

- add 8.1, 8.2 version to map to clang 3.9
- change 8.0 to map tp clang 3.9
- fix #216

github.com/niosus/EasyClangComplete - 25e90ea58a59db7cb1a81f6fbc6cda6dacf47c46 authored almost 8 years ago by [email protected] <[email protected]>
Fix for issue #207 where the wrong libclang file was being used in linux (#209)

github.com/niosus/EasyClangComplete - 1b18e22762056ad11d965765e152d63db0ac3cb3 authored almost 8 years ago by cpagravel <[email protected]>
Use proper async thread pool (#202)

* add thread pool help class
* use new delayed thread pool for everything
* should fix #170

github.com/niosus/EasyClangComplete - 2420b9fc6568116a4e86a4c28aac344a5b2f36af authored almost 8 years ago by Igor Bogoslavskyi <[email protected]>
rename: CompletionRequest -> ActionRequest

github.com/niosus/EasyClangComplete - b27647197013289f1054c36a3be3b57e11b54f4f authored almost 8 years ago by [email protected] <[email protected]>
add dummy info implementation for bin completer.

- show the user an error in case he tries to show info
without using libclang.

github.com/niosus/EasyClangComplete - 468ee01f82ae6bce6f892a5a9f5fea328d3acccb authored almost 8 years ago by [email protected] <[email protected]>
move clang into plugin folder from high level one

github.com/niosus/EasyClangComplete - ef264ea6cf16d981178a5e91fb50604bda7f7aed authored almost 8 years ago by [email protected] <[email protected]>
Show declaration on hover (#183) (#200)

github.com/niosus/EasyClangComplete - f2dd057c73ab072edc7bb2e43154089b24d44f9c authored almost 8 years ago by Igor Bogoslavskyi <[email protected]>
fix comments

- fix documentation
- functions now private
- some minor rewrites

github.com/niosus/EasyClangComplete - d4074cbb8634d045d4bc207daa6086fb9861ced7 authored almost 8 years ago by [email protected] <[email protected]>
Show declaration on hover (#183)

* Add new setting `show_type_info` set to true by default

github.com/niosus/EasyClangComplete - 3e5939454ab9283cddd2fed76d3896e1b08445ad authored almost 8 years ago by simia <[email protected]>
Merge branch 'master' of github.com:niosus/EasyClangComplete

# Conflicts:
# messages.json

github.com/niosus/EasyClangComplete - 922634a2c652deb8b6e39b467aa02f2a6599b526 authored almost 8 years ago by [email protected] <[email protected]>
cleanup old messages and add missing messages for version 3.2.0.

Bump version up to 3.2.1 to create a new release.

github.com/niosus/EasyClangComplete - 288fa7542e1e785b91a8227813114ce8557ef30b authored almost 8 years ago by [email protected] <[email protected]>
Merge branch 'dev' into phantoms_dev

github.com/niosus/EasyClangComplete - 73f296b1431d37e98717641231e112902cda9b48 authored almost 8 years ago by Simia Dei <[email protected]>
messages for v. 3.2.0

github.com/niosus/EasyClangComplete - 28dc9db8c7e467e9d969360bf8c5ec94c81a6893 authored almost 8 years ago by Igor Bogoslavskyi <[email protected]>
Merge branch 'master' of github.com:niosus/EasyClangComplete

github.com/niosus/EasyClangComplete - bb27e68ba98cfa3be94f07f2a4be69080b26d30d authored almost 8 years ago by Igor Bogoslavskyi <[email protected]>
fix #191

github.com/niosus/EasyClangComplete - a54c54bdd92999f2a25457dc2b033a382d884ae0 authored almost 8 years ago by Igor Bogoslavskyi <[email protected]>
Merge branch 'master' of github.com:niosus/EasyClangComplete

github.com/niosus/EasyClangComplete - b458a112ec6a0046b48211fecad945dcda9b3bdd authored almost 8 years ago by [email protected] <[email protected]>
experimenting with #191

github.com/niosus/EasyClangComplete - 525787e19586958378ac18a7e3e690ad5cae9993 authored almost 8 years ago by Igor Bogoslavskyi <[email protected]>
experimenting with #191

github.com/niosus/EasyClangComplete - 7538087c7b8dab15475735d65aec511e97c94d45 authored almost 8 years ago by Igor Bogoslavskyi <[email protected]>
Adding support for environment variables in flags to close #128

github.com/niosus/EasyClangComplete - 712881ddb97fd044e8aca01f8672a45d00a328e2 authored almost 8 years ago by Igor Bogoslavskyi <[email protected]>
fix #192

github.com/niosus/EasyClangComplete - d826087cdca64cf2eb5c19fc8004ed828fc044a5 authored almost 8 years ago by Igor Bogoslavskyi <[email protected]>
experimenting to fix #191

github.com/niosus/EasyClangComplete - 19b312870ec0b47c8dad8e4e8fa7305ded212372 authored almost 8 years ago by Igor Bogoslavskyi <[email protected]>
Dont show popup for compilation erros [temporary]

github.com/niosus/EasyClangComplete - 3c9c78e3e69472a9e5f8dcb36e3f94dc36356ba4 authored about 8 years ago by Simia Dei <[email protected]>
Show phantoms

github.com/niosus/EasyClangComplete - a976efeb3221bad4f43dd06d3807352fc5be76fc authored about 8 years ago by Simia Dei <[email protected]>
even better indentation to avoid confision. Ref #171

github.com/niosus/EasyClangComplete - cd8291703b881aa263fa19fac3e23eb30bd96c8d authored about 8 years ago by [email protected] <[email protected]>
convert indentation to spaces to avoid confusion as in #171

github.com/niosus/EasyClangComplete - af05222c33d6b1199450453908f77262d2fbd6ee authored about 8 years ago by [email protected] <[email protected]>
More perks for working with cmake (#172)

* add parsing of Makefile.cmake and avoid cleaning cmake folder every time. Fix #169
* better ...

github.com/niosus/EasyClangComplete - 2b751161ff9d1002c63fbaef837cf26496bb48e3 authored about 8 years ago by Igor Bogoslavskyi <[email protected]>
fix wrong name of project

github.com/niosus/EasyClangComplete - 6c0ed0aec5184f4083888940ff5c04f912ae0dda authored about 8 years ago by Igor Bogoslavskyi <[email protected]>
prepare v. 3.0.4

github.com/niosus/EasyClangComplete - ed488a08076fc48978fe02157443f7fe76142cc9 authored about 8 years ago by Igor Bogoslavskyi <[email protected]>
replace error by debug statement to not scare users. fix #126

github.com/niosus/EasyClangComplete - 66ee24e4c31a81485259ac24856de4faa1f7de5c authored about 8 years ago by Igor Bogoslavskyi <[email protected]>
fix #167 (#168)

github.com/niosus/EasyClangComplete - bebb4868b67e8cbb7a3069668a6dfce311754913 authored about 8 years ago by Igor Bogoslavskyi <[email protected]>
prepare 3.0.3 release

github.com/niosus/EasyClangComplete - 06d4f129e68ee5832f11134c91b1d83f615dd155 authored about 8 years ago by Igor Bogoslavskyi <[email protected]>
fix #164

github.com/niosus/EasyClangComplete - 8bb9294ac9790b52f9bea381e90e5665d84f5272 authored about 8 years ago by Igor Bogoslavskyi <[email protected]>
fix #161

- list of separable flags generated from `clang -help`

github.com/niosus/EasyClangComplete - 5e21df3481d878d80ac0ffa09ada0c68641d37f8 authored about 8 years ago by [email protected] <[email protected]>
Merge branch 'master' of github.com:niosus/EasyClangComplete

github.com/niosus/EasyClangComplete - a723bd506d1ad5a40b9c98603c5b3a7f869b771a authored about 8 years ago by [email protected] <[email protected]>
add notes for 3.0.1

github.com/niosus/EasyClangComplete - 94d0ab538de188f55779dc98c027cdf5949841e9 authored about 8 years ago by Igor Bogoslavskyi <[email protected]>
fix prefix paths + add '~' wildcard

github.com/niosus/EasyClangComplete - 94cd6a23714801cb7180630b02e81abe50490509 authored about 8 years ago by Igor Bogoslavskyi <[email protected]>
Initial take on better flag source configuration #147 (#159)

- [DEPRECATION] setting `max_tu_age` --> `max_cache_age`
- [DEPRECATION] change names of flag s...

github.com/niosus/EasyClangComplete - bf323bbf8f8e6844eab2ef0cd59c5f9c05eda223 authored about 8 years ago by Igor Bogoslavskyi <[email protected]>
Merge branch 'master' of github.com:niosus/EasyClangComplete

github.com/niosus/EasyClangComplete - d0a6ac6672403ba37469e92f7bd1885646272850 authored about 8 years ago by [email protected] <[email protected]>
View configuration per view. Every view has its own completer and settings. (#153)

Introduce ViewConfig and make Completers handle single view only:
- ViewConfig is a wrapper aro...

github.com/niosus/EasyClangComplete - 65d7088047b4602099d7b16b55ec846ca1b2261f authored about 8 years ago by Igor Bogoslavskyi <[email protected]>
Remove unnecessary completions from completion list when using lib_complete (#156)

Fix #57
- Remove private members from completion list
- Remove enum values from completion lis...

github.com/niosus/EasyClangComplete - 788dc473eadbe47bbf0c7c352d4dbf54ccc2711d authored about 8 years ago by simia <[email protected]>
Fix macOS test issue and use the new version of UnitTesting (#149)

* use latest release of UnitTesting
* disable on_activate_async when testing

github.com/niosus/EasyClangComplete - 95ee32326441246272e56fb4397fca83419468cb authored about 8 years ago by Randy Lai <[email protected]>
fix issue #152 (#154)

github.com/niosus/EasyClangComplete - 0cd7d7215218955ea18d20764371862fa0bfa576 authored about 8 years ago by Bruno Pedrosa <[email protected]>
Fix flags separation (#151)

Breaking change: introduce setting -x <lang> in preferences. Move it out of code.

* add flag ...

github.com/niosus/EasyClangComplete - 801fbc96010392f65acf40856af9f25905e207f8 authored about 8 years ago by Igor Bogoslavskyi <[email protected]>
add coverage and fix test on windows

github.com/niosus/EasyClangComplete - 109b6e3058a2becc9cfb05ecfd0bb1e2cdeb70fb authored about 8 years ago by [email protected] <[email protected]>
Merge branch 'master' into coverage

# Conflicts:
# .travis.yml

github.com/niosus/EasyClangComplete - 0560825b9159838b224cdb3ee5f92c62e380463e authored about 8 years ago by [email protected] <[email protected]>
try converting coverage report to xml

github.com/niosus/EasyClangComplete - 265359fdafa3933b22c7bccbc8f949ee75c3762d authored about 8 years ago by [email protected] <[email protected]>
Storing and generating flags per view (#144)

Major rewrite of the way flags are handled. Summary:
* change in available plugin settings
-...

github.com/niosus/EasyClangComplete - bdbc5a5402f38b62524cb193c884b5e372a7100e authored about 8 years ago by Igor Bogoslavskyi <[email protected]>
Fix exception thrown when future returns (None, None) (#143)

* Fix exception thrown when future returns (None, None)
* Fix error thrown when creating transl...

github.com/niosus/EasyClangComplete - df2b59509630ce119400096230b9fedbd7c64ad6 authored about 8 years ago by Rafał Chłodnicki <[email protected]>
Settings stored per view (#140)

rewriting settings as part of issue #130 to account for issue #119
- introduce new classes: Set...

github.com/niosus/EasyClangComplete - 066ac37b0b8a0173ecaf222f28544387cfc090c2 authored about 8 years ago by Igor Bogoslavskyi <[email protected]>
formatting

github.com/niosus/EasyClangComplete - 191f9dd132842b71ff6e21062515595a26ea4bb9 authored about 8 years ago by Igor Bogoslavskyi <[email protected]>
also add bountysource to support-me part

github.com/niosus/EasyClangComplete - c99f3eef9631cb2b2a8b29dc668bd1cc19567307 authored about 8 years ago by Igor Bogoslavskyi <[email protected]>
remove gitter badge, add bountysource badge

github.com/niosus/EasyClangComplete - 885235279ee5cb14a1ddd6530e5488af26432e6c authored about 8 years ago by Igor Bogoslavskyi <[email protected]>
Update icon with BountySource colors

github.com/niosus/EasyClangComplete - bedc67cd6e60c0344bd6eccaccf5ea8ef45c0e3f authored about 8 years ago by Igor Bogoslavskyi <[email protected]>
update icon

github.com/niosus/EasyClangComplete - b2321f1a2fc5fe074941026f577ee4d855a8c07f authored about 8 years ago by Igor Bogoslavskyi <[email protected]>
add icon + move pictures

github.com/niosus/EasyClangComplete - bc42f89957571931a7f31b3328860a0181fd5142 authored about 8 years ago by Igor Bogoslavskyi <[email protected]>
removed not needed notice from readme

github.com/niosus/EasyClangComplete - 7a87cdb7f90289e703f0e78160cbe8a56c2601e3 authored about 8 years ago by [email protected] <[email protected]>
slight updates to package control readme

github.com/niosus/EasyClangComplete - 09abdd9695e42be5e1935721e4655eb77e154b93 authored about 8 years ago by [email protected] <[email protected]>