Commit Graph

  • ac1e04fc14 Check for a native completer with multiple filetypes Zeh Rizzatti 2013-03-02 22:14:22 -0400
  • 1acd3e84c7 Support for multile filetypes in clang_completer Zeh Rizzatti 2013-03-02 22:02:29 -0400
  • 5d97e709f5 Adding the any_of.hpp file to BoostParts Strahinja Val Markovic 2013-03-02 08:36:22 -0800
  • a6e83bfe76 Smart-case sensitive filtering Strahinja Val Markovic 2013-03-01 22:18:43 -0800
  • 831c122d06 Placating the compiler playing dumb about types Strahinja Val Markovic 2013-03-01 20:34:01 -0800
  • 54ea5db7cc Refactor for loop into std algo call Strahinja Val Markovic 2013-03-01 20:15:36 -0800
  • c8a9d0590e boost::array instead of std::vector in nodelist Strahinja Val Markovic 2013-03-01 20:10:12 -0800
  • dae3dcdd9e Style fixes and minor refactoring Strahinja Val Markovic 2013-03-01 20:09:55 -0800
  • 6d64a841bb Updating vimdoc from readme Strahinja Val Markovic 2013-03-01 18:40:02 -0800
  • d2db03b021 Better error message when unable to get diags Strahinja Val Markovic 2013-03-01 18:37:10 -0800
  • 9dd1e68002 More Xs in mktemp to placate Slackware Strahinja Val Markovic 2013-03-01 18:07:39 -0800
  • 9e0318d229 Not using the system libclang by default Strahinja Val Markovic 2013-03-01 18:03:28 -0800
  • 67bf88b726 Minor rewording in the README Strahinja Val Markovic 2013-02-28 09:57:56 -0800
  • 980a1c2ffc Minor post-PR changes Strahinja Val Markovic 2013-02-28 09:54:22 -0800
  • aafcd4264d Merge branch 'globlist' of github.com:kljohann/YouCompleteMe into kljohann-globlist Strahinja Val Markovic 2013-02-28 09:51:38 -0800
  • c24d272df6 Merge pull request #155 from kljohann/reload Val Markovic 2013-02-28 09:49:11 -0800
  • 1d566bad80 Implement white-/blacklisting Johann Klähn 2013-02-25 00:21:34 +0100
  • 3d305f9c74 Implement completer-specific commands Johann Klähn 2013-02-25 15:14:01 +0100
  • 719b497daa More reliable way of adding -fPIC. Strahinja Val Markovic 2013-02-27 19:43:41 -0800
  • 263b405ab4 Very minor post-pull style-related changes. Strahinja Val Markovic 2013-02-26 18:28:58 -0800
  • 95b9eeee18 Merge branch 'master' of github.com:kljohann/YouCompleteMe into kljohann-master Strahinja Val Markovic 2013-02-26 18:21:46 -0800
  • e9cce29761 Ask before loading .ycm_extra_conf.py files Johann Klähn 2013-02-25 10:58:04 +0100
  • bae3665602 Adding semantic triggers for Go Strahinja Val Markovic 2013-02-25 19:09:24 -0800
  • 05f707344b Updating docs with semantic trigger changes Strahinja Val Markovic 2013-02-25 11:21:25 -0800
  • c6cf813b7a Merge pull request #154 from blueyed/trigger_for_static_php Val Markovic 2013-02-25 11:16:26 -0800
  • f78b9dc29c g:ycm_semantic_triggers: add '::' to triggers for PHP Daniel Hahler 2013-02-25 11:09:51 +0100
  • 4b3e0a1895 Add code to ask user for confirmation in vimsupport Johann Klähn 2013-02-25 10:49:51 +0100
  • 70a2a722fe Add GetBoolValue helper in vimsupport Johann Klähn 2013-02-25 10:49:17 +0100
  • a6a238bcf6 Deleting outdated comment Strahinja Val Markovic 2013-02-24 14:46:58 -0800
  • eb7bec4fdd Refactoring ClangCompleter to use ResultAnd<> Strahinja Val Markovic 2013-02-23 17:54:04 -0800
  • fb62030122 A few more clang cursorkinds supported Strahinja Val Markovic 2013-02-23 17:34:10 -0800
  • 78dd01804d Docs linking to Windows installation wiki page Strahinja Val Markovic 2013-02-23 16:50:21 -0800
  • f71b003e9b Removing ycm_core.dll as allowed name Strahinja Val Markovic 2013-02-23 16:11:15 -0800
  • 3e5ecd6015 ycm_core should be ycm_core.pyd on Windows Strahinja Val Markovic 2013-02-23 16:10:36 -0800
  • 6786d4e71b More style fixes Strahinja Val Markovic 2013-02-23 15:57:21 -0800
  • ce58bc7d75 ycm_core now compiles cleanly with MSVC Val Markovic 2013-02-23 15:44:41 -0800
  • e1584a33b0 Code style fixes Strahinja Val Markovic 2013-02-23 15:54:44 -0800
  • c819c9f31e Typo fix Strahinja Val Markovic 2013-02-23 13:08:56 -0800
  • 46297a1c30 Downloading x86 libclang for Ubuntu x86 Strahinja Val Markovic 2013-02-23 12:54:17 -0800
  • 78b5ef93cf Ubuntu install docs now mention build-essential Strahinja Val Markovic 2013-02-23 11:44:58 -0800
  • 2fdfa85a73 Parallel build support for install script Strahinja Val Markovic 2013-02-23 10:30:33 -0800
  • 98ff82ece5 Removing falsy items from omnifunc returned items Strahinja Val Markovic 2013-02-23 09:55:13 -0800
  • c1700c7d19 Handle omnifunc returning dict with 'words' Strahinja Val Markovic 2013-02-23 09:35:07 -0800
  • c61c9f6051 Merge pull request #145 from jspricke/master Val Markovic 2013-02-22 08:52:52 -0800
  • a59750505b Clean up build dir in install.sh Jochen Sprickerhof 2013-02-22 13:17:09 +0100
  • fd2fd60f7c Identifier collection now smarter about strings Strahinja Val Markovic 2013-02-21 22:12:34 -0800
  • 101d949a88 Splitting echo text on \n and echoing lines Strahinja Val Markovic 2013-02-21 10:50:38 -0800
  • e60928d721 Updating error message on missing ycm_extra_conf Strahinja Val Markovic 2013-02-20 13:14:16 -0800
  • 7d15912efa Merge pull request #137 from benjie/patch-1 Val Markovic 2013-02-20 10:32:00 -0800
  • 0abb3ca61c Clarifying the "ycm_core too old" error message Strahinja Val Markovic 2013-02-20 10:14:29 -0800
  • a4affacdd7 Fix README typo for g:ycm_semantic_triggers value Benjie Gillam 2013-02-20 14:06:03 +0000
  • 3a285e8a31 Merge pull request #122 from cehoffman/cygwin_support Val Markovic 2013-02-19 00:13:41 -0800
  • ee943d7173 Add missing option for ycm_core to be a dll Chris Hoffman 2013-02-15 22:24:52 -0600
  • e7774cf44b Get cygwin compilation working Chris Hoffman 2013-02-15 22:18:09 -0600
  • 3a7634c5be Merge pull request #130 from beards/master Val Markovic 2013-02-18 11:10:54 -0800
  • 66289d7522 let g:ycm_global_ycm_extra_conf can use "~" bear 2013-02-18 13:58:22 +0800
  • 3108fdcbd0 Merge branch 'xgalaxy-master' Strahinja Val Markovic 2013-02-17 19:34:42 -0800
  • 7988f75afb Typo fix in install script Strahinja Val Markovic 2013-02-17 19:34:07 -0800
  • 69997ef20a New FAQ entry; segfaults on some linux distros Strahinja Val Markovic 2013-02-17 19:07:50 -0800
  • 97c7b5b082 Let local YCM config file override global config file Ola Jeppsson 2013-02-15 15:01:18 +0100
  • 9a6a9f5dfe Linking with librt only on Linux Strahinja Val Markovic 2013-02-17 10:04:40 -0800
  • 5175b88392 ycm_core needs to be linked with librt under Linux Rafal Jeczalik 2013-02-17 18:14:43 +0100
  • 9501c649aa New FAQ entry; segfaults on some linux distros Strahinja Val Markovic 2013-02-17 19:07:50 -0800
  • 9e3aa21a77 Merge pull request #119 from olajep/let-local-conf-override-global Val Markovic 2013-02-17 13:07:38 -0800
  • 018e670324 Need to pay closer attention ;( Robert D. Blanchet Jr 2013-02-17 11:03:22 -0800
  • 8bc9073ef1 Only use python_finder on OSX. Robert D. Blanchet Jr 2013-02-17 11:01:31 -0800
  • e5b9ffb637 Fix non-framework python library path. Robert D. Blanchet Jr 2013-02-17 10:47:14 -0800
  • 1e2a78c87d Fix non-framework python paths. Robert D. Blanchet Jr 2013-02-17 10:39:17 -0800
  • 3d1a86c382 Let local YCM config file override global config file Ola Jeppsson 2013-02-15 15:01:18 +0100
  • 8f66862726 Linking with librt only on Linux Strahinja Val Markovic 2013-02-17 10:04:40 -0800
  • f0de35dd14 Merge pull request #129 from rjeczalik/master Val Markovic 2013-02-17 09:50:44 -0800
  • b1c9aad19f ycm_core needs to be linked with librt under Linux Rafal Jeczalik 2013-02-17 18:14:43 +0100
  • a3f6987f99 Work around CMake failure to find proper Python. Robert D. Blanchet Jr 2013-02-17 09:01:54 -0800
  • cdcfae4b41 Bringing back the Boost.Chrono workaround Strahinja Val Markovic 2013-02-16 17:10:01 -0800
  • c08210fd35 Vimdoc update, again Strahinja Val Markovic 2013-02-16 14:29:50 -0800
  • 40504177c3 Docs rewording; have other lang semantic support Strahinja Val Markovic 2013-02-16 14:26:24 -0800
  • b0d7e38da7 Updating vimdoc Strahinja Val Markovic 2013-02-16 14:21:18 -0800
  • e743076e14 Option to collect identifiers n comments/strings Strahinja Val Markovic 2013-02-16 14:00:46 -0800
  • 7833cc1cf1 More doc updates for Completer API Strahinja Val Markovic 2013-02-16 13:30:18 -0800
  • 1cd6f4d05e Some extra docs for the Completer API Strahinja Val Markovic 2013-02-16 13:26:56 -0800
  • 3f1b5c9283 Option to complete inside comments and strings. Strahinja Val Markovic 2013-02-16 12:56:21 -0800
  • 90dc16bb99 Destroying clang data last, after threads done Strahinja Val Markovic 2013-02-16 12:24:00 -0800
  • f01a3480f5 Making sure that clang_completer tests included Strahinja Val Markovic 2013-02-16 12:23:04 -0800
  • 2ff85a5a60 Only joining threads if they are created Strahinja Val Markovic 2013-02-16 12:07:20 -0800
  • 30d5a3b8a5 Wrapping boost threads in scoped_ptr Strahinja Val Markovic 2013-02-16 11:15:07 -0800
  • 9dfa2f4e11 Fixing thread segfault issues with new Boost 1.53 Strahinja Val Markovic 2013-02-16 11:11:17 -0800
  • f42c6a5d98 Adding the forgotten boost/utility.hpp Strahinja Val Markovic 2013-02-13 20:43:51 -0800
  • 0a46a6ec12 Updating to Boost 1.53 Strahinja Val Markovic 2013-02-13 20:03:52 -0800
  • 5fad9564d1 Merge pull request #110 from meh/fix-semantic-triggers Val Markovic 2013-02-15 09:42:48 -0800
  • c5587d825b Merge pull request #117 from ton/no_auto_completion_in_doxygen_comments Val Markovic 2013-02-15 09:42:24 -0800
  • c3a6ac270b Fix auto completion being active within Doxygen comment blocks. Ton van den Heuvel 2013-02-15 11:18:55 +0100
  • 86881d01dd Improve default semantic triggers meh 2013-02-13 14:18:27 +0100
  • 8614ce1732 Merge pull request #115 from olajep/exclude-vim-tags Val Markovic 2013-02-14 15:00:40 -0800
  • 9c72536c6d Exclude auto generated vim doc tags. Ola Jeppsson 2013-02-14 23:43:14 +0100
  • 48881f14de Doc note for Mac users about having latest Xcode Strahinja Val Markovic 2013-02-14 09:50:44 -0800
  • 82fe1b6c57 Merge pull request #113 from grncdr/typo-fix Val Markovic 2013-02-13 22:41:08 -0800
  • 7006033d3e typo fix Stephen Sugden 2013-02-13 21:18:51 -0800
  • 4000da089d Only triggering omni_completer when omnifunc set Strahinja Val Markovic 2013-02-13 10:27:40 -0800
  • 0399ec94c8 Updating vimdoc again Strahinja Val Markovic 2013-02-12 20:59:11 -0800
  • dcae48adf9 Changing the wording of the warning to recompile Strahinja Val Markovic 2013-02-12 20:58:00 -0800