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

Re-enable cindex fix for ObjC method declarations' Cursor.result_type (#461)

I originally made the fix in ECC, (89d46e895103bb6b012039cd3647426b28461dd5),
but reverted it (...

github.com/niosus/EasyClangComplete - 3ea94498a944fb92f6b5d89feea835747f6be0a7 authored over 6 years ago by Kyle Teske <[email protected]>
Fix #444 (#457)

* Fix #444
* Fix annoying osx test

github.com/niosus/EasyClangComplete - cb828483004a2593ed3faeaaa413c6720959913e authored over 6 years ago by Igor Bogoslavskyi <[email protected]>
Fix handling of file bodies with multi-byte characters (#450)

Always calculate the length of file contents from their bytes
representation to not cut off cha...

github.com/niosus/EasyClangComplete - a1b27fc49d46525a7752b557c75de85096ec2f5b authored over 6 years ago by Maximilian Heinzler <[email protected]>
Fix regex issues (#453)

github.com/niosus/EasyClangComplete - 68362c7b260fb8744086106ba72bd235d19ca1cd authored over 6 years ago by Igor Bogoslavskyi <[email protected]>
Update contributing guide

github.com/niosus/EasyClangComplete - da7ab73462d9d71df9b530a3c8622cd4dae25a13 authored over 6 years ago by Igor Bogoslavskyi <[email protected]>
More and improved Objective-C popup info (#430)

* Fix cindex's Cursor.result_type calling wrong libclang functions

Should call clang_getCurso...

github.com/niosus/EasyClangComplete - 01c4729b724dc96e8e7236f499390a4cde9fe819 authored almost 7 years ago by Kyle Teske <[email protected]>
Fix wrong apple clang (#442)

* Map apple clang 7.0 to LLVM clang 3.8

github.com/niosus/EasyClangComplete - 068b4c6b332ee74a29ee25f0fc96741f8b2cf5e6 authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Update ISSUE_TEMPLATE.md

github.com/niosus/EasyClangComplete - fec98b15dbdd6b1518c9da193cb6ba9af111a9d5 authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Escape text for error and warning Markdown popups (#438)

github.com/niosus/EasyClangComplete - d8dae63af4392d5f237a86950d814ab9bab4f5c2 authored almost 7 years ago by Maximilian Heinzler <[email protected]>
Shorten messages list + add messages for 5.0.4

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

github.com/niosus/EasyClangComplete - a19ecddb27fbaea38e9669a0bb251c2e7649be2f authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Merge branch 'dev'

github.com/niosus/EasyClangComplete - 5e25e11a0124fade6aece09c669369a685c2a76e authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Remove maintainerd

github.com/niosus/EasyClangComplete - 40403b2e8c90974bf630edf9e5505d44c320a923 authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Merge branch 'dev' of github.com:niosus/EasyClangComplete into dev

github.com/niosus/EasyClangComplete - 0d24cb69246a42f336d3bfc57e39f9b6afe297b2 authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Update issue and PR templates

github.com/niosus/EasyClangComplete - baffc54043b0917e80b35fa467e154f9ecdbc521 authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Log error in source generated std flags (#426)

Fix #417
Fix #425

github.com/niosus/EasyClangComplete - eebb136d686cc8c59ec827c0439f85d99311bc0d authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Show parameters for more kinds of functions (#422)

Fixes #421.

github.com/niosus/EasyClangComplete - 4c78ea68fdb7ed2191e07bfa610b287d777a5754 authored almost 7 years ago by Maximilian Heinzler <[email protected]>
Remove indentation when showing the body of a type (#416)

When a type or class was declared with indentation in its source file,
this indentation is also...

github.com/niosus/EasyClangComplete - 1ad9a21131fa58b364c4aa9ee73d4e48b37b00d2 authored almost 7 years ago by Maximilian Heinzler <[email protected]>
Add missing flag to show_popup (#412) (#418)

github.com/niosus/EasyClangComplete - 0902eebe29279d934ac151890f105ebef5302242 authored almost 7 years ago by papadokolos <[email protected]>
Fix parsing unsaved files using old libclang (#419)

Adapting the various `cindexXX.py` files for older libclang versions.
Otherwise, autocompletion...

github.com/niosus/EasyClangComplete - 72948bf1697fc02075057bda103ee4845fd73243 authored almost 7 years ago by Martin Höher <[email protected]>
Escape declaration text for markdown popups (#414)

Fix #413

github.com/niosus/EasyClangComplete - d6ea26d1d52e6d3207a3e054eea0520b3da51fb8 authored almost 7 years ago by Maximilian Heinzler <[email protected]>
Prepare version 5.0.3

github.com/niosus/EasyClangComplete - 8af5c9c8b603343ddabbb6ec1bf6e1e3aba1786d authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Use unsaved file content when reparsing (#410)

Fix #321

github.com/niosus/EasyClangComplete - cf0166ab5dad14bd99c21180e754dadda9d08492 authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Add messages for version 5.0.2

github.com/niosus/EasyClangComplete - 9407f5e5e25718ff8089c1b08a9d21aa227f9f8b authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Override old std flag with source generated one, fix #378 (#408)

* fix #378

github.com/niosus/EasyClangComplete - 46dae05a12f75f9260e519e887adfa4970c105fd authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Only run objc tests for lib completer (#409)

github.com/niosus/EasyClangComplete - 14d1fad1a86f28739c650f08fbd2ff0bc3efd4b2 authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Add an entry for apple clang 9.1 (#406)

github.com/niosus/EasyClangComplete - 77d44227e72d6fe3290ff003680c9f4d3072af50 authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Allow cuda C++ syntax (#407)

Fix #383

github.com/niosus/EasyClangComplete - dc13be73f5a529ad8d6d5f0c790b2230a9f64a3e authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Automated tests for markdown popups for Objective C (#402)

github.com/niosus/EasyClangComplete - 2e2d9ec23066a6a75f15d815932523e1bd54467c authored almost 7 years ago by Kyle Teske <[email protected]>
Fix missing popups for files with unicode characters (#404)

- Open the file with utf-8 encoding, and errors ignored
- Fix #403.

github.com/niosus/EasyClangComplete - b2a37a6774ec754d3b488e750da5a3e96a72cc35 authored almost 7 years ago by Kyle Teske <[email protected]>
Re-enable osx tests

github.com/niosus/EasyClangComplete - 99b04b8820f9fec95b4f18e0207c25505ed97567 authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Add no-response configuration

github.com/niosus/EasyClangComplete - feda7f7b84e06865ed3b0f51cba3cf61ddc562e2 authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Prepare messages for version 5.0.1

github.com/niosus/EasyClangComplete - 6d535aa2a898b612b0b1249fba4f03e08ed1769d authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Move old messages into big files to reduce number of files

github.com/niosus/EasyClangComplete - 499ead241cd166a9640d1ad5928d41b381b9a983 authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Merge branch 'dev'

github.com/niosus/EasyClangComplete - 7ee26e90a2a66afb0ba52f579ded95834fa98d51 authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Fix reloading (#400)

* Clear the cache every time we create a config manager
* Make sure we clear all caches and rem...

github.com/niosus/EasyClangComplete - 8b87421b6854fbc296131af0e155fa53b809264b authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Fix annoying margin in the popup (#399)

github.com/niosus/EasyClangComplete - 8586262055ce7218feb6804e24cf7c6efffe2a15 authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Merge branch 'dev' of github.com:niosus/EasyClangComplete into dev

github.com/niosus/EasyClangComplete - a1c046d47cc41c73f113fd257a141f14a9fc7ada authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Disable osx build till Travis resolves their issues

github.com/niosus/EasyClangComplete - d14d3ab35c6289874259d30a9b33125be5e90640 authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
When showing all errors show their type, fix #381 (#395)

github.com/niosus/EasyClangComplete - 04b25a1c0804be9901c1fa01f45713fccce0fb1e authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Popups for methods with arguments have hyperlinks to argument types (#398)

Close #397

github.com/niosus/EasyClangComplete - 91b39ea8819f1c39ad9997c898c76aca1a7d586c authored almost 7 years ago by Kyle Teske <[email protected]>
Add a dummy readme

github.com/niosus/EasyClangComplete - 9d88c6e72bd81fd7727609cb5ce49ca4e2e4956d authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Set theme jekyll-theme-cayman

github.com/niosus/EasyClangComplete - ba719d4ec25cdd2c05e2f436172663e472a56fcc authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Update message

github.com/niosus/EasyClangComplete - b28ea17bf20920b2ca62b778c6018ed2e8ec3d27 authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Add messages for version 5.0.0

github.com/niosus/EasyClangComplete - 851bd2f2e4df292ea9dfa85a0e915a5ff50d4a20 authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Merge branch 'dev'

github.com/niosus/EasyClangComplete - 14910a5275fbd65dae49e7a3bbf2679b9cff6147 authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Make sure we do not reimport singletons. Should fix #379 (#390)

github.com/niosus/EasyClangComplete - e3b8706f51e8cd7875f43bd51defa4a05f285f76 authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Fix #335 by allowing more triggers to show type info (#389)

github.com/niosus/EasyClangComplete - 39a524f05452ddf328197303c2b1d98bf51fcea6 authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Cool markdown popups (#386)

- Generate all popups with mdpopups
- Get rid of phantoms
- New objective c info messages to b...

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

github.com/niosus/EasyClangComplete - 6e1a9623d75f1a20994cea9c4448e408482c324e authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Change the donation links

github.com/niosus/EasyClangComplete - 3cd3db30f677f08c7dabed922cbf38c67a4eaa2b authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Support Visual Studio Configuration Files (#385)

* Add c_cpp_properties.json support
* Add support for Visual Studio's CppProperties.json files
...

github.com/niosus/EasyClangComplete - c2ee14289bda7871f0253de7a211e9bac9b62a58 authored almost 7 years ago by Mac Clayton <[email protected]>
Fix #388

github.com/niosus/EasyClangComplete - bcf136ea8e2ede06415994173fb9ec8da92dbb15 authored almost 7 years ago by Igor Bogoslavskyi <[email protected]>
Use compiler built ins (#372)

github.com/niosus/EasyClangComplete - 88ac5b99549fa3086d50adfc68deb1cf3942d251 authored almost 7 years ago by Martin Höher <[email protected]>
Prepare release 4.3.0

github.com/niosus/EasyClangComplete - ddb7b3f971425d8580cab8e0e729be535df9bb87 authored about 7 years ago by Igor Bogoslavskyi <[email protected]>
Merge branch 'dev'

github.com/niosus/EasyClangComplete - be28789de28a3e2f92a003d94a8826c440febf59 authored about 7 years ago by Igor Bogoslavskyi <[email protected]>
Show all errors for a view (#369)

* Add show all errors functionality and fix reloader

* Add command to show all errors

* Re...

github.com/niosus/EasyClangComplete - a14d52b87336cd74a7482eb5b71a93b8606187c0 authored about 7 years ago by Igor Bogoslavskyi <[email protected]>
Research issues creating tu from issue #236 (#368)

github.com/niosus/EasyClangComplete - f60e00e1d90522c85312a92a93279e205d6c2586 authored about 7 years ago by Igor Bogoslavskyi <[email protected]>
Minor test update to disconnect output from clang version

github.com/niosus/EasyClangComplete - d6d7ffcbcc5e9f3c33fc1eaca373b59203358fb7 authored about 7 years ago by Igor Bogoslavskyi <[email protected]>
Minor clarifications and style fixes

github.com/niosus/EasyClangComplete - 45894a6635cc9bc323f5e856026001370772336f authored about 7 years ago by Igor Bogoslavskyi <[email protected]>
Allow to specify custom header-to-source lookups (#362)

* Allow to specify custom header-to-source lookups

When using a compilation DB (i.e. directly...

github.com/niosus/EasyClangComplete - 03bfaf1c4a03e83d3246e1ebcdbfc25df19e2987 authored about 7 years ago by Martin Höher <[email protected]>
Implement timers to remove old TUs in a sane way (#366)

github.com/niosus/EasyClangComplete - 587791748b55c470130cc73151e0adb99b313c1b authored about 7 years ago by Igor Bogoslavskyi <[email protected]>
Add PR template and use maintainerd for issues only (#367)

github.com/niosus/EasyClangComplete - f3e87998e203772e9aed2355c746bdd8a2352461 authored about 7 years ago by Igor Bogoslavskyi <[email protected]>
Make sure we are not running same job over and over (#364)

github.com/niosus/EasyClangComplete - afc0f8142ed855137b3c4e10b6a0eb37c39ce660 authored about 7 years ago by Igor Bogoslavskyi <[email protected]>
Fix delay when navigating with Ctrl+P (#361)

github.com/niosus/EasyClangComplete - 99f8b95a30b78cf6f0620bb8916a90c9bededda3 authored about 7 years ago by Igor Bogoslavskyi <[email protected]>
Prepare release 4.2.7

github.com/niosus/EasyClangComplete - 868e64446db47637c94a53780ea1995c55c30c23 authored about 7 years ago by Igor Bogoslavskyi <[email protected]>
Show type declaration on mouse hover popup (#339)

Fix #226 as much as possible

github.com/niosus/EasyClangComplete - b27f109ce945f2f6c5c8edaebe1ad870f8ba5c66 authored about 7 years ago by Vasily Dybala <[email protected]>
Add more styles for gutter icon for errors, close #356 (#360)

github.com/niosus/EasyClangComplete - 1606747c9deeb308091013b77db911fae346b411 authored about 7 years ago by Igor Bogoslavskyi <[email protected]>
Add gutter icon and change error highlight style. (#358)

* Add gutter marking feature and setting.
* Change scope for errors from 'code' to 'invalid.ill...

github.com/niosus/EasyClangComplete - 7ec657d7c6860da7eb13738c63efa4c825e79a53 authored about 7 years ago by Jason Heeris <[email protected]>
Fix #351

github.com/niosus/EasyClangComplete - 8dfbdb94c696cbc4a93fea39021fb940adb69ee7 authored about 7 years ago by Igor Bogoslavskyi <[email protected]>
Allow using custom cmake location (#347)

github.com/niosus/EasyClangComplete - e40e7fa4fee50c3d5ec95977975bc93e4b85ea81 authored about 7 years ago by Igor Bogoslavskyi <[email protected]>
Fix macro parse bug for files containing non-ASCII characters (#342)

github.com/niosus/EasyClangComplete - 6b631fb380c0598dd30e809bb1de24019c89ed90 authored about 7 years ago by Kyle Teske <[email protected]>
Allow readonly cmake files, fix #341 (#345)

github.com/niosus/EasyClangComplete - f788a1381fc25e0bb47357855cc2ec3f4ddcc52e authored about 7 years ago by Igor Bogoslavskyi <[email protected]>
Goto declaration (#344)

github.com/niosus/EasyClangComplete - a8d01cd26268fb62b03b17c2ba3eb693a47963c9 authored about 7 years ago by Igor Bogoslavskyi <[email protected]>
Conform to pep 257 better (#343)

github.com/niosus/EasyClangComplete - bbee7fdc728aadbafd4dca200670d16570a85b52 authored about 7 years ago by Igor Bogoslavskyi <[email protected]>
Merge branch 'dev' of github.com:niosus/EasyClangComplete into dev

github.com/niosus/EasyClangComplete - ccfc798dae7d0bc5225c11fa7b5049e110f62521 authored about 7 years ago by [email protected] <[email protected]>
Make the lag on selecting text go away

github.com/niosus/EasyClangComplete - dc6d4ef5bbff918dc4b3299877b38421f1ee3ff8 authored about 7 years ago by [email protected] <[email protected]>
Show enum values in mouse hover popup window (#324)

github.com/niosus/EasyClangComplete - 7bda500e94b62d5becdff0c6ce24465a5a91f5f6 authored about 7 years ago by Vasily Dybala <[email protected]>
Show macro body on mouse hover popup (#332)

github.com/niosus/EasyClangComplete - f035c69145a1d165871b9fce50c47a1813758f64 authored about 7 years ago by Vasily Dybala <[email protected]>
Fix #329 (#338)

github.com/niosus/EasyClangComplete - 533f8662165a60c95f8b6f4951bae1b237a78ca2 authored about 7 years ago by Igor Bogoslavskyi <[email protected]>
Use the new cindex from clang 5.0 bindings

github.com/niosus/EasyClangComplete - da953ac641e0d0b97b93cf0d2ff373bdbec23a8e authored over 7 years ago by [email protected] <[email protected]>
Add initial support for maintainerd (#317)

github.com/niosus/EasyClangComplete - 22aecffda1331bcbb7237f604b06ab35330959ef authored over 7 years ago by Igor Bogoslavskyi <[email protected]>
Add bindings for clang 5.0 and a fallback option for clang 6.0 (#316)

github.com/niosus/EasyClangComplete - 617a4d22adf0cb0aa2afee4fb22f553deaff6b33 authored over 7 years ago by Igor Bogoslavskyi <[email protected]>
Fixed relative include normalizing from compile_commands.json. (#314)

github.com/niosus/EasyClangComplete - 9da3c17db0664f07bc0310f1820e4e6ccc060a13 authored over 7 years ago by Till Toenshoff <[email protected]>
Merge branch 'master' into dev

# Conflicts:
# messages.json
# plugin/settings/settings_storage.py

github.com/niosus/EasyClangComplete - c529fe2670c04212b81646f6888631ec8544a617 authored over 7 years ago by [email protected] <[email protected]>
Prepare for 4.2.1 release

github.com/niosus/EasyClangComplete - ad3b88c3b07bf2bb8515684bf311b96b53719ffe authored over 7 years ago by Igor Bogoslavskyi <[email protected]>
Fix bad merge

github.com/niosus/EasyClangComplete - 86ad7a1288d2d59752a40363db071f5908f5c71a authored over 7 years ago by Igor Bogoslavskyi <[email protected]>
Revert "Allow sublime window variables wildcards (#296)"

This reverts commit 51225c43fdfe5dd7eb0cb07b053b990829dd3a5f.

# Conflicts:
# plugin/settings/se...

github.com/niosus/EasyClangComplete - eee95aa05bedb64fd05ebfb4aa1f0d71e1c306a5 authored over 7 years ago by [email protected] <[email protected]>