kakoune/src
2015-01-13 13:58:11 +00:00
..
.gdbinit update gdbinit 2014-01-27 19:51:58 +00:00
alias_registry.cc replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
alias_registry.hh replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
array_view.hh Track String memory allocations 2015-01-09 13:57:21 +00:00
assert.cc Fix missing include in assert.cc 2014-11-20 19:32:58 +00:00
assert.hh rename assert to kak_assert to avoid collisions 2013-04-09 20:04:11 +02:00
buffer_manager.cc Extract complete_buffer_name as a free function in commands.cc 2014-12-23 17:42:17 +00:00
buffer_manager.hh replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
buffer_utils.cc replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
buffer_utils.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
buffer.cc replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
buffer.hh replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
buffer.inl.hh Rename memoryview to ArrayView 2015-01-06 13:43:37 +00:00
client_manager.cc Another stule tweak 2015-01-04 22:34:36 +00:00
client_manager.hh replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
client.cc Small formatting fixes 2014-12-29 12:19:16 +00:00
client.hh Yet more tracking 2015-01-12 13:45:44 +00:00
color.cc Refactor color functions 2014-12-27 12:09:28 +00:00
color.hh Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
command_manager.cc replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
command_manager.hh Yet more tracking 2015-01-12 13:45:44 +00:00
commands.cc Add interned string stats in debug command 2015-01-13 13:48:16 +00:00
commands.hh Rename memoryview to ArrayView 2015-01-06 13:43:37 +00:00
completion.cc Use StringView for completion functions 2014-04-18 14:02:14 +01:00
completion.hh Track String memory allocations 2015-01-09 13:57:21 +00:00
containers.hh Tweak id_map implementation 2014-12-23 22:15:25 +00:00
context.cc replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
context.hh replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
coord.hh Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
debug.cc Refactor write_debug to avoid empty first line in *debug* buffer 2015-01-05 09:38:51 +00:00
debug.hh Cleanup includes 2014-11-12 21:27:07 +00:00
display_buffer.cc Cleanup includes 2014-11-12 21:27:07 +00:00
display_buffer.hh replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
env_vars.cc Cleanup includes 2014-11-12 21:27:07 +00:00
env_vars.hh Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
event_manager.cc Move containers utils to containers.hh and add filtered/transformed utils 2014-12-23 13:40:26 +00:00
event_manager.hh replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
exception.cc exceptions: use const char* what() instead of String description() 2013-04-11 13:57:35 +02:00
exception.hh exceptions: use const char* what() instead of String description() 2013-04-11 13:57:35 +02:00
face_registry.cc Unify completion from container content logic 2014-12-23 13:54:09 +00:00
face_registry.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
face.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
file.cc Track String memory allocations 2015-01-09 13:57:21 +00:00
file.hh Track String memory allocations 2015-01-09 13:57:21 +00:00
flags.hh Tweak flags implementation 2014-11-04 22:23:27 +00:00
hash.cc Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
hash.hh Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
highlighter_group.cc Unify completion from container content logic 2014-12-23 13:54:09 +00:00
highlighter_group.hh Some more memory tracking 2015-01-12 13:32:14 +00:00
highlighter.hh Rename memoryview to ArrayView 2015-01-06 13:43:37 +00:00
highlighters.cc Fix flag line highlighting 2015-01-12 19:35:31 +00:00
highlighters.hh sort includes directives 2013-04-09 20:05:40 +02:00
hook_manager.cc Rename id_map to IdMap 2014-12-23 22:51:00 +00:00
hook_manager.hh Yet more tracking 2015-01-12 13:45:44 +00:00
id_map.hh Add initial memory domain allocation tracking support 2015-01-07 19:29:31 +00:00
input_handler.cc replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
input_handler.hh replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
insert_completer.cc replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
insert_completer.hh Some more memory tracking 2015-01-12 13:32:14 +00:00
interned_string.cc Use uint32_t for interned strings slots 2015-01-13 13:58:11 +00:00
interned_string.hh Use uint32_t for interned strings slots 2015-01-13 13:58:11 +00:00
keymap_manager.cc Rename memoryview to ArrayView 2015-01-06 13:43:37 +00:00
keymap_manager.hh Yet more tracking 2015-01-12 13:45:44 +00:00
keys.cc Use a struct KeyAndName rather than a std::pair 2014-12-29 17:18:42 +00:00
keys.hh Yet more tracking 2015-01-12 13:45:44 +00:00
line_modification.cc replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
line_modification.hh replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
main.cc replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
Makefile -rdynamic does not work on gcc 4.9 under cygwin 2015-01-13 13:50:16 +00:00
memory.cc refactor slighly memory domain handling 2015-01-12 19:48:51 +00:00
memory.hh Add missing cstddef include for ptrdiff_t 2015-01-12 20:03:52 +00:00
ncurses_ui.cc replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
ncurses_ui.hh replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
normal.cc replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
normal.hh Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
option_manager.cc Yet more StringView params, less const String& 2014-11-16 20:55:36 +00:00
option_manager.hh Some more memory tracking 2015-01-12 13:32:14 +00:00
option_types.hh replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
optional.hh Minor code tweak in optional.hh 2014-12-25 10:59:06 +00:00
parameters_parser.cc Fix handling of -- in parameter parser 2014-08-26 22:10:54 +01:00
parameters_parser.hh Yet more tracking 2015-01-12 13:45:44 +00:00
regex.cc Refactor regex uses, do not reference boost except in regex.hh 2014-10-13 13:14:23 +01:00
regex.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
register_manager.cc replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
register_manager.hh replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
register.hh Rename memoryview to ArrayView 2015-01-06 13:43:37 +00:00
remote.cc replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
remote.hh replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
safe_ptr.cc Make safe_ptr able to track callstacks 2014-08-12 19:18:10 +01:00
safe_ptr.hh replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
scope.hh Unify completion from container content logic 2014-12-23 13:54:09 +00:00
selection.cc replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
selection.hh replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
selectors.cc replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
selectors.hh centralize bit operation support for enum used as flags 2014-10-23 19:02:39 +01:00
shell_manager.cc replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
shell_manager.hh replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
string.cc Add size_t and float to_string overload, and _sv UDL 2015-01-13 13:47:46 +00:00
string.hh Add size_t and float to_string overload, and _sv UDL 2015-01-13 13:47:46 +00:00
unicode.hh Use wide character function for categorizing codepoints 2014-01-05 15:14:58 +00:00
unit_tests.cc replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
units.hh Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
unordered_map.hh Add initial memory domain allocation tracking support 2015-01-07 19:29:31 +00:00
user_interface.hh Rename memoryview to ArrayView 2015-01-06 13:43:37 +00:00
utf8_iterator.hh Use Pass as default policy for invalid utf8 avoid asserting on that 2014-10-13 21:07:23 +01:00
utf8.hh Use Pass as default policy for invalid utf8 avoid asserting on that 2014-10-13 21:07:23 +01:00
utils.hh Move containers utils to containers.hh and add filtered/transformed utils 2014-12-23 13:40:26 +00:00
value.hh Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
vector.hh Add initial memory domain allocation tracking support 2015-01-07 19:29:31 +00:00
window.cc Do not register timers for transient input handlers 2014-12-18 23:12:58 +00:00
window.hh Do not register timers for transient input handlers 2014-12-18 23:12:58 +00:00
word_db.cc Track some more memory 2015-01-11 19:28:03 +00:00
word_db.hh Style tweak in WordDB 2015-01-13 13:57:44 +00:00