Commit Graph

  • 3b3811b165 Fix #867: cmake doesn't issue -isystem for versioned gcc John Szakmeister 2014-06-25 06:33:36 -04:00
  • b083c03462 Merge pull request #844: John Szakmeister 2014-06-27 06:53:29 -04:00
  • b235793dac Fix #838: build with "USE_BUNDLED=OFF" fails to find dependencies John Szakmeister 2014-04-27 11:57:14 -04:00
  • b17d9691a2 Add LICENSE. fix #878. PR #883 Justin M. Keyes 2014-06-24 01:36:06 -04:00
  • 9f1b9726fb Merge pull request #872 'Add support for client-side RPC' Thiago de Arruda 2014-06-24 13:47:36 -03:00
  • 296da85198 channel/msgpack_rpc: Refactor API dispatching Thiago de Arruda 2014-06-23 11:52:42 -03:00
  • bc0380038e channel/msgpack_rpc: Refactor to better split functions across modules Thiago de Arruda 2014-06-23 11:42:29 -03:00
  • ea7a389ec7 channel: Implement the 'channel_send_call' function Thiago de Arruda 2014-06-20 10:53:05 -03:00
  • 09605cec03 channel/msgpack_rpc: Refactor msgpack_rpc_notification/serialize_event Thiago de Arruda 2014-06-20 10:53:02 -03:00
  • c0b0bd07fd channel: Extract function for sending errors that are not responses Thiago de Arruda 2014-06-20 10:52:59 -03:00
  • c8297e462a channel: Extract 'channel_write' function Thiago de Arruda 2014-06-20 10:52:56 -03:00
  • 0dea2682dc job: Add a maxmem parameter to job_start Thiago de Arruda 2014-06-20 10:52:53 -03:00
  • c722e22ee6 wstream: Make wstream_write consider the return value from uv_write Thiago de Arruda 2014-06-20 10:52:49 -03:00
  • 30fc6a4fd1 wstream: Use a default value of 10mb for maxmem when 0 is passed Thiago de Arruda 2014-06-20 10:37:06 -03:00
  • 11916b6b59 wstream: Refactor buffer memory management Thiago de Arruda 2014-06-20 10:37:04 -03:00
  • 0fd46ae8f0 job: Fix vimscript wrapper by returning when an invalid id is passed Thiago de Arruda 2014-06-20 10:37:01 -03:00
  • ef4c5ccb21 event: Decouple user input checks from event_poll Thiago de Arruda 2014-06-20 10:36:58 -03:00
  • b00a37544c event: Bail out of event_poll when any event is processed Thiago de Arruda 2014-06-20 10:36:36 -03:00
  • e1264412f8 update style guide URL Justin M. Keyes 2014-06-23 17:44:12 -04:00
  • 7a67828630 Use generated declarations in cursor.h #849 Pavel Platto 2014-06-15 20:51:27 +03:00
  • 90385163d5 coverity/15010: Remove dead code. #829 oni-link 2014-06-11 10:03:48 +02:00
  • 4ccf1125ff vim-patch:7.4.303 #818 oni-link 2014-05-22 16:39:21 +02:00
  • c388737957 vim-patch:7.4.302 #817 oni-link 2014-05-22 16:29:35 +02:00
  • 02d935729f vim-patch:7.4.301 #816 oni-link 2014-05-22 16:19:47 +02:00
  • 937c78fe2e vim-patch:7.4.298 #815 oni-link 2014-05-22 16:14:32 +02:00
  • 59fc9e3aec Merge #824 'Doxygen neovim.org theme' Justin M. Keyes 2014-06-19 17:20:21 -04:00
  • f02a725e22 update customdoxygen.css for doxygen 1.8.7 Stefan Hoffmann 2014-06-17 23:22:13 +02:00
  • c0a6c04f08 update theme to match neovim.org Stefan Hoffmann 2014-06-07 23:31:51 +02:00
  • e26220d342 add default doxygen 1.8.6 theme files Stefan Hoffmann 2014-06-07 21:04:01 +02:00
  • e9577eeaeb move documentation output to build/doxygen Stefan Hoffmann 2014-06-07 20:57:42 +02:00
  • 3141c02c02 coverity/68215: removed failed variable + dead code from f_readfile #860 Will Stamper 2014-06-17 21:47:42 -05:00
  • ec72b7adc7 spatch to drop check after alloc/lalloc/xmalloc #690 Nikolay Orlyuk 2014-05-05 08:59:04 +03:00
  • f870982634 Merge pull request #845 'Testdir and top-level Makefile improvements' John Szakmeister 2014-06-18 16:21:45 -04:00
  • 1302702586 Make indentation consistent: use 2-space indent always ZyX 2014-06-15 10:34:28 +04:00
  • 2653cebcd7 Use MAKEOVERRIDES to pass SCRIPTS/TESTNUM arguments for make test ZyX 2014-06-14 19:42:50 +04:00
  • 24a08b32ab test1.in is not a test and it must be run always ZyX 2014-06-14 19:41:29 +04:00
  • b0641510b6 Avoid ever creating .deps directory ZyX 2014-06-14 19:39:20 +04:00
  • 090870ca04 Merge PR #853 Thiago de Arruda 2014-06-18 12:16:53 -03:00
  • a7d027c8ab api: Add helper macros for dealing with API type casts Thiago de Arruda 2014-06-18 11:31:50 -03:00
  • caf2fb8480 api: Enable usage of Arrays and Dictionaries as [k]vectors Thiago de Arruda 2014-06-18 11:31:47 -03:00
  • 20fda27cda api: Change type of event data to Object from typval_T Thiago de Arruda 2014-06-18 11:31:44 -03:00
  • 5aca2a6cd8 api: Rename find_{buffer,window,tabpage} Thiago de Arruda 2014-06-18 11:31:40 -03:00
  • 72907c34f4 build: increase timeout for run-api-tests.exp Thiago de Arruda 2014-06-18 11:28:09 -03:00
  • 796ea333d4 build: Fix error in dispatch generator for functions with channel_id Thiago de Arruda 2014-06-17 14:18:56 -03:00
  • 0621a6eaa5 events: Refactor how events are queued for processing Thiago de Arruda 2014-06-17 12:27:08 -03:00
  • 05bf7808e0 events: Refactor event_poll to use stack-allocated timer handles Thiago de Arruda 2014-06-17 12:27:02 -03:00
  • 4cb5ce3c52 channel: Make channel_{un}subscribe abort the program for invalid ids Thiago de Arruda 2014-06-17 12:21:53 -03:00
  • abc423983d job: Refactor job_write to receive WBuffer instances. Thiago de Arruda 2014-06-17 10:02:23 -03:00
  • 287967a2c0 job: Add defer flag and setter method Thiago de Arruda 2014-06-17 10:02:16 -03:00
  • 71d9899f3c job: Refactor to use pointers instead of ids Thiago de Arruda 2014-06-17 10:02:09 -03:00
  • 05fd154ede rstream: Implement the rstream_set_defer function Thiago de Arruda 2014-06-17 10:02:00 -03:00
  • 1843f0c2c6 rstream: Rename RStream async flag to defer Thiago de Arruda 2014-06-17 10:01:51 -03:00
  • ac5fb407e4 wstream: Refactor wstream_new_buffer/wstream_write Thiago de Arruda 2014-06-17 10:01:44 -03:00
  • 0c764fb1a4 wstream: Change wstream_write failure behavior Thiago de Arruda 2014-06-17 10:01:33 -03:00
  • 063d8a5773 msgpack_rpc: Deal with deserialization failures Thiago de Arruda 2014-06-17 10:01:26 -03:00
  • d199d18159 Merge #787 'removal of redundant OOM error handling' Justin M. Keyes 2014-06-16 20:27:25 -04:00
  • e85598e5a9 Remove unnecessary comments and unnecessary return Felipe Oliveira Carvalho 2014-06-05 23:25:10 -03:00
  • f099809e67 Refator return logic in ses_put_fname() Felipe Oliveira Carvalho 2014-06-05 23:20:02 -03:00
  • 238fa72884 No OOM for list_alloc() Felipe Oliveira Carvalho 2014-06-05 22:51:41 -03:00
  • 3cb3c20b74 Fix some "out of memory" comments and few cosmetics Felipe Oliveira Carvalho 2014-05-31 00:49:17 -03:00
  • f4002c97dc No OOM in ExpandOldSetting() Felipe Oliveira Carvalho 2014-05-31 00:48:14 -03:00
  • b1595e74f2 No OOM in reverse_text() Felipe Oliveira Carvalho 2014-05-31 00:43:57 -03:00
  • 85100bb01d No OOM in concat_str() (few remaining cases) Felipe Oliveira Carvalho 2014-05-31 00:40:07 -03:00
  • 3a9a76c996 No OOM in vim_strsave_escape_csi() Felipe Oliveira Carvalho 2014-05-31 00:10:32 -03:00
  • a26a1697c7 No OOM in home_replace_save() Felipe Oliveira Carvalho 2014-05-30 23:53:03 -03:00
  • cca66742eb No OOM in vim_strsave_fnameescape() Felipe Oliveira Carvalho 2014-05-30 23:51:39 -03:00
  • 81ca5ff126 No OOM in enc_canonize() Felipe Oliveira Carvalho 2014-05-30 23:19:02 -03:00
  • 8234f2839f No OOM in vim_strsave_escaped[_ext]() Felipe Oliveira Carvalho 2014-05-30 22:46:26 -03:00
  • f7e64c3c5f No OOM in vim_strnsave_up() Felipe Oliveira Carvalho 2014-05-30 21:51:03 -03:00
  • d0fe14fdfe No OOM in popup_mode_name() Felipe Oliveira Carvalho 2014-05-28 23:34:03 -03:00
  • 4667fbcbe7 au_get_grouparg() can't fail, remove error handling Felipe Oliveira Carvalho 2014-05-28 23:30:21 -03:00
  • 3d10e2e0cb No OOM in msg_show_console_dialog() Felipe Oliveira Carvalho 2014-05-28 23:21:24 -03:00
  • 3b648b0a7b do_map() won't return 4 (OOM) anymore Felipe Oliveira Carvalho 2014-05-28 23:17:11 -03:00
  • 0b849e775c No OOM in ExpandGeneric() Felipe Oliveira Carvalho 2014-05-28 23:13:38 -03:00
  • ab016d3dbd No OOM in expand_shellcmd() Felipe Oliveira Carvalho 2014-05-28 23:10:01 -03:00
  • 9e7d06da41 No OOM in autoload_name() Felipe Oliveira Carvalho 2014-05-28 23:06:13 -03:00
  • bb978fa69c No OOM in save_cmdline_alloc() Felipe Oliveira Carvalho 2014-05-28 23:02:04 -03:00
  • 129db629dd No OOM in list_insert_tv() and list_extend() Felipe Oliveira Carvalho 2014-05-28 20:23:41 -03:00
  • dd57e64794 No OOM in listitem_alloc() Felipe Oliveira Carvalho 2014-05-28 19:46:29 -03:00
  • 2d092cc229 No OOM in dictitem_copy Felipe Oliveira Carvalho 2014-05-28 19:41:01 -03:00
  • 48fc1602be No OOM in hash_may_resize() and hash_add_item() Felipe Oliveira Carvalho 2014-05-28 18:24:23 -03:00
  • 6f29364632 No OOM in dictitem_alloc() Felipe Oliveira Carvalho 2014-05-28 18:08:57 -03:00
  • c3f88060db No OOM in dict_alloc() and rettv_dict_alloc() Felipe Oliveira Carvalho 2014-05-28 18:01:15 -03:00
  • 8bbeb4b480 Merge #743 'Replace vim_strncpy with strlcpy' Justin M. Keyes 2014-06-13 18:09:08 -04:00
  • d430f039d1 Replace vim_strncpy calls: message.c Douglas Schneider 2014-06-04 20:03:35 -06:00
  • 1e1750fdce Replace vim_strncpy calls: eval.c Douglas Schneider 2014-06-04 20:02:57 -06:00
  • 004b45d6f5 Replace vim_strncpy calls: screen.c Douglas Schneider 2014-05-26 17:03:28 -06:00
  • 03b25f782b Replace vim_strncpy calls: ex_docmd.c Douglas Schneider 2014-05-22 21:42:04 -06:00
  • 9f4e10b62e Replace vim_strncpy calls: version.c Douglas Schneider 2014-05-26 07:57:25 -06:00
  • fe4a7fc7e7 Replace vim_strncpy calls: spell.c Douglas Schneider 2014-05-29 20:04:30 -06:00
  • bdf79dd619 Replace vim_strncpy calls: syntax.c Douglas Schneider 2014-05-29 08:26:43 -06:00
  • 43f5a5ef65 Replace vim_strncpy calls: tag.c Douglas Schneider 2014-05-29 08:20:11 -06:00
  • 1a1725765c Replace vim_strncpy calls: buffer.c Douglas Schneider 2014-05-29 07:57:02 -06:00
  • a81f2dbe6e Replace vim_strncpy calls: misc1.c Douglas Schneider 2014-05-29 07:33:07 -06:00
  • 2a0784731d Replace vim_strncpy calls: hardcopy.c Douglas Schneider 2014-05-28 21:00:52 -06:00
  • 656408e479 Replace vim_strncpy calls: quickfix.c Douglas Schneider 2014-05-28 20:27:19 -06:00
  • 4e81698988 Replace vim_strncpy calls: if_cscope.c Douglas Schneider 2014-05-26 20:18:33 -06:00
  • e554ea2036 Replace vim_strncpy calls: regexp.c Douglas Schneider 2014-05-26 20:03:41 -06:00
  • 4517eb80be Replace vim_strncpy calls: fold.c Douglas Schneider 2014-05-26 19:54:00 -06:00
  • a501d7a940 Replace vim_strncpy calls: ex_getln.c Douglas Schneider 2014-05-26 19:49:50 -06:00