Commit Graph

  • a36f449baa FAQ question rewording Strahinja Val Markovic 2013-01-26 17:47:05 -08:00
  • 873528d472 Extra items to the README user guide TODO Strahinja Val Markovic 2013-01-26 17:38:11 -08:00
  • a6a1e7c949 Clear error message on ycm_core ImportError Strahinja Val Markovic 2013-01-26 17:29:18 -08:00
  • 1f923b55d7 New entry to the FAQ Strahinja Val Markovic 2013-01-26 16:52:37 -08:00
  • 05f57e16d1 Stronger install guide wording and warning Strahinja Val Markovic 2013-01-26 16:47:59 -08:00
  • 396309a5b6 Adding a note to step 5 of the install guide Strahinja Val Markovic 2013-01-26 16:44:58 -08:00
  • e8b60fd537 Adding the YcmDebugInfo command Strahinja Val Markovic 2013-01-26 11:44:42 -08:00
  • 90c495a9c7 Making sure clang crash recovery is turned on Strahinja Val Markovic 2013-01-26 10:46:26 -08:00
  • 421e15f1e1 Readme rewording Strahinja Val Markovic 2013-01-25 14:50:45 -08:00
  • 8ce2aa8ab7 Adding a new entry to the FAQ Strahinja Val Markovic 2013-01-25 14:49:23 -08:00
  • 7fc3c47101 Fixing the database-using example code Strahinja Val Markovic 2013-01-24 19:18:09 -08:00
  • 96bee8a025 Docs now instruct to build ycm_core, not all Strahinja Val Markovic 2013-01-24 19:17:39 -08:00
  • 8cc9c9ca76 Race condition fix; caused latency on first load Strahinja Val Markovic 2013-01-24 18:37:44 -08:00
  • a2343cad4c Added an entry to the FAQ Strahinja Val Markovic 2013-01-24 18:07:46 -08:00
  • 6579a1d05d Trivial refactoring Strahinja Val Markovic 2013-01-24 17:14:10 -08:00
  • 326d77fd43 Removing some forgotten code Strahinja Val Markovic 2013-01-24 11:07:55 -08:00
  • 19637cadda Renaming ycm_clang_options to ycm_extra_conf Strahinja Val Markovic 2013-01-24 09:59:21 -08:00
  • 90fe31f98e Async querying of CompilationDatabase supported Strahinja Val Markovic 2013-01-23 17:23:51 -08:00
  • 0b60b8d03b More stlye formatting fixes Strahinja Val Markovic 2013-01-23 17:23:38 -08:00
  • 440a2c17f2 Updating docs and the example ycm_clang_options.py Strahinja Val Markovic 2013-01-22 21:05:32 -08:00
  • 3706750b40 astyle format update Strahinja Val Markovic 2013-01-22 19:42:44 -08:00
  • ee919417af Managing memory from the C interface better Strahinja Val Markovic 2013-01-22 19:40:05 -08:00
  • 970b2fb56c Kiling a memory leak... I hate C interfaces Strahinja Val Markovic 2013-01-22 17:29:05 -08:00
  • 6ba2dd8caa Printing an error when no ycm_clang_options.py file Strahinja Val Markovic 2013-01-22 17:13:14 -08:00
  • 482de517ba Better support for CompilationDatabase Strahinja Val Markovic 2013-01-22 16:30:49 -08:00
  • 7b6fa9e409 First real version of the README; still WIP Strahinja Val Markovic 2013-01-21 21:36:17 -08:00
  • 43c94de3c2 Gracefully checking for ycm_core on load Strahinja Val Markovic 2013-01-21 17:34:49 -08:00
  • d02ecc2b1c Making sure 'sys' is imported before being used Strahinja Val Markovic 2013-01-21 17:20:54 -08:00
  • 18e9e2cf1f Adding the astyle shell script Strahinja Val Markovic 2013-01-19 20:17:56 -08:00
  • 1641bc9683 Formatting more code with astyle Strahinja Val Markovic 2013-01-19 20:17:12 -08:00
  • 4308130ab3 Formatting more code with astyle Strahinja Val Markovic 2013-01-19 20:10:52 -08:00
  • 013a56c25c Formatting the a part of the source with astyle Strahinja Val Markovic 2013-01-19 20:03:32 -08:00
  • 00db8fd8b1 compilation_database.json now fully supported Strahinja Val Markovic 2013-01-19 18:53:30 -08:00
  • 3e25a975ca Turning on compilation_database.json generation Strahinja Val Markovic 2013-01-19 17:11:39 -08:00
  • c1119c001f Adding CompilationDatabase support (still WIP) Strahinja Val Markovic 2013-01-18 17:22:36 -08:00
  • f9a516704b Now explicitly adding the clang includes to flags Strahinja Val Markovic 2013-01-17 17:08:28 -08:00
  • 0922864eda Moving clang includes to clang_includes folder Strahinja Val Markovic 2013-01-17 17:08:11 -08:00
  • 56f96b6c08 Hide clang pragmas behind an #ifdef Strahinja Val Markovic 2013-01-17 14:58:50 -08:00
  • 611a07aa56 Adding back a missing boost header Strahinja Val Markovic 2013-01-17 14:50:43 -08:00
  • ca5fe75c67 Changing the default to not add 'preview' Strahinja Val Markovic 2013-01-14 20:45:55 -08:00
  • 5ac3d40691 No error when no clang support and cpp file opened Strahinja Val Markovic 2013-01-13 20:56:10 -08:00
  • cc53a46f54 ClangCompleter tests not built when no libclang Strahinja Val Markovic 2013-01-13 17:33:35 -08:00
  • 3763dc8a78 Removing support for static linking to libclang Strahinja Val Markovic 2013-01-13 16:45:06 -08:00
  • f7bfc49d29 Removing the in-tree copy of llvm+clang Strahinja Val Markovic 2013-01-13 16:43:06 -08:00
  • eb24fc8b34 Now using PATH_TO_LLVM_ROOT Strahinja Val Markovic 2013-01-13 16:39:53 -08:00
  • 3899d36df9 Extra comment pointing to boost bug report Strahinja Val Markovic 2013-01-13 14:40:32 -08:00
  • 121d88518e Updating to boost 1.52 Strahinja Val Markovic 2013-01-13 14:38:19 -08:00
  • 0373fb254e We now use @loader_path on Mac for libclang Strahinja Val Markovic 2013-01-13 12:51:09 -08:00
  • fa21622655 Updating local clang includes to 3.2 Strahinja Val Markovic 2013-01-13 12:49:49 -08:00
  • ccc890a634 Gitignore now ignores dylib files as well Strahinja Val Markovic 2013-01-13 12:35:05 -08:00
  • 8c709c2e57 NO_CLANG_COMPLETER inverted to USE_CLANG_COMPLETER Strahinja Val Markovic 2013-01-12 16:38:00 -08:00
  • c9adb9e86e Comment update in vimsupport.py Strahinja Val Markovic 2012-09-24 19:20:33 -07:00
  • 29cddc5adc Removing unnecessary declaration Strahinja Val Markovic 2012-09-06 14:00:33 -07:00
  • a6b4b7fd27 LetterHash -> LetterNodeListMap Strahinja Val Markovic 2012-09-06 12:56:08 -07:00
  • ae57c9c39b ClanUtils functions are now all in one place Strahinja Val Markovic 2012-09-06 12:09:32 -07:00
  • b48111bb2f Adding a missing header Strahinja Val Markovic 2012-09-06 12:08:34 -07:00
  • 607b25e16b Lowering the visibility of some typdefs Strahinja Val Markovic 2012-09-06 11:58:16 -07:00
  • 909450ec13 Adding a few run-time asserts Strahinja Val Markovic 2012-09-06 11:58:02 -07:00
  • fc3bc60fae Moving the Result.h include out of Candidate.h Strahinja Val Markovic 2012-09-06 11:37:22 -07:00
  • 04991d874d Moving a comment closer to the related code Strahinja Val Markovic 2012-09-05 21:49:51 -07:00
  • 85d034f3e0 Adding more filetypes to ignore by default Strahinja Val Markovic 2012-09-04 19:24:37 -07:00
  • 7a4fec0f3f Small whitespace fix Strahinja Val Markovic 2012-08-24 16:28:56 -07:00
  • d0223a8f0b Easier to move in insert mode now Strahinja Val Markovic 2012-08-20 20:55:25 -07:00
  • 0e65074148 Fixing compilation with no NO_CLANG_COMPLETER Strahinja Val Markovic 2012-08-17 15:09:15 -07:00
  • f4d7d6ffdf ClangCompleter can now not be compiled Strahinja Val Markovic 2012-08-17 13:32:42 -07:00
  • 7992d63fb8 Adding the COPYING file with the license Strahinja Val Markovic 2012-08-16 19:33:36 -07:00
  • 0c17c49a66 Per-filetype turning off of filetype completion Strahinja Val Markovic 2012-08-15 21:29:43 -07:00
  • dc2f52edbf Adding a max_diagnostics_to_display user option Strahinja Val Markovic 2012-08-15 20:58:21 -07:00
  • daef17feb4 Support for showing extra info for diagstics Strahinja Val Markovic 2012-08-15 19:39:03 -07:00
  • a4d344aa36 Avoid an extra clang reparse if not needed Strahinja Val Markovic 2012-08-13 21:06:44 -07:00
  • bb6244e090 Handling clang parse errors instead of segfaulting Strahinja Val Markovic 2012-08-13 20:51:04 -07:00
  • 4a4eea0d8a Final workaround for bug with vim-notes use Strahinja Val Markovic 2012-08-13 20:47:45 -07:00
  • bcf9ddff32 Now properly ignoring unwanted filetypes Strahinja Val Markovic 2012-08-13 19:01:55 -07:00
  • f74ddbcec5 New TODO to check TU creation success Strahinja Val Markovic 2012-08-13 15:51:55 -07:00
  • 0903d5151b Fix for unique_future in c++03 having private ctor Strahinja Val Markovic 2012-08-13 10:13:51 -07:00
  • d099492a0f Adding a TODO; another var good for Boost.Atomic Strahinja Val Markovic 2012-08-12 19:08:43 -07:00
  • f500ecaffb Fix for hang on insert enter after "foo.bar" Strahinja Val Markovic 2012-08-12 19:01:39 -07:00
  • f99e89f812 Fix for "lclose not allowed here" error on open Strahinja Val Markovic 2012-08-12 14:36:36 -07:00
  • fef702eef0 Reversed the logic for the no-results-found var Strahinja Val Markovic 2012-08-12 14:07:38 -07:00
  • de8f45c202 Possible fix for rare completion-repeat bug Strahinja Val Markovic 2012-08-11 21:20:17 -07:00
  • d793919969 Removing old debugging statement Strahinja Val Markovic 2012-08-11 21:19:06 -07:00
  • 67c69197d8 Refactorings and removing dead code Strahinja Val Markovic 2012-08-11 20:13:12 -07:00
  • 6a2f8c859c Using -x c++ in clang opts so that headers compile Strahinja Val Markovic 2012-08-11 19:46:22 -07:00
  • f88c9feb4f Refactored the clang completer; many bugs fixed Strahinja Val Markovic 2012-08-11 19:27:15 -07:00
  • 04c01c2ad0 Removing some commented-out code Strahinja Val Markovic 2012-08-11 19:06:46 -07:00
  • 3e56aea6e3 Adding our custom X_ASSERT macro Strahinja Val Markovic 2012-08-11 19:01:40 -07:00
  • 04c04c6bce Not setting c++98compat warning for xcode Strahinja Val Markovic 2012-08-11 19:00:39 -07:00
  • ee3ea72e3c Not parsing llvm cmake when using external clang Strahinja Val Markovic 2012-08-11 18:59:54 -07:00
  • 5a9d304c87 Option to auto-close preview window on select Strahinja Val Markovic 2012-08-06 21:29:56 -07:00
  • 658e1393b4 Moved completer.py under completers Strahinja Val Markovic 2012-08-06 20:14:21 -07:00
  • f17e45bdc3 Forcing the use of move in one location Strahinja Val Markovic 2012-08-06 20:02:46 -07:00
  • ddca4d0cf9 Split the CompletionData constructor into 2 funcs Strahinja Val Markovic 2012-08-05 21:43:38 -07:00
  • 6216eedbc9 Removing "__" from completion strings Strahinja Val Markovic 2012-08-05 21:34:29 -07:00
  • 0da734d393 Showing the first func def in the preview window Strahinja Val Markovic 2012-08-05 21:13:01 -07:00
  • 55267ceb5c Now showing optional parameters as well Strahinja Val Markovic 2012-08-05 21:01:42 -07:00
  • 15561b9f1e Adding 'preview' to completeopt if not forbidden Strahinja Val Markovic 2012-08-05 19:55:06 -07:00
  • 5f95a2bfde Showing preview window data for completions Strahinja Val Markovic 2012-08-05 19:49:54 -07:00
  • bf9eba70ac Adding some python docstrings Strahinja Val Markovic 2012-08-05 14:32:11 -07:00
  • b2b6b12195 Created c, objc & objcpp hooks that use cpp clang Strahinja Val Markovic 2012-08-05 14:24:15 -07:00
  • b62ec81d68 Completer plugins now have their own folder Strahinja Val Markovic 2012-08-05 14:14:31 -07:00