index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2015-01-15
Replace InternedStrings with SharedString, shared_ptr based
Maxime Coste
2015-01-14
Even more memory tracking
Maxime Coste
2015-01-14
Add missing cast to void* in placement new
Maxime Coste
2015-01-13
Add missing <new> include
Maxime Coste
2015-01-13
Fix compatibility with gcc 4.8
Maxime Coste
2015-01-13
Use uint32_t for interned strings slots
Maxime Coste
2015-01-13
Style tweak in WordDB
Maxime Coste
2015-01-13
-rdynamic does not work on gcc 4.9 under cygwin
Maxime Coste
2015-01-13
Add interned string stats in debug command
Maxime Coste
2015-01-13
Add size_t and float to_string overload, and _sv UDL
Maxime Coste
2015-01-12
Add missing cstddef include for ptrdiff_t
Maxime Coste
2015-01-12
Protect use of mallinfo in #ifdef __GLIBC__ blocks
Maxime Coste
2015-01-12
refactor slighly memory domain handling
Maxime Coste
2015-01-12
Fix flag line highlighting
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2015-01-12
Yet more tracking
Maxime Coste
2015-01-12
Compute tracked memory total as well
Maxime Coste
2015-01-12
Some more memory tracking
Maxime Coste
2015-01-11
Track some more memory
Maxime Coste
2015-01-10
Track buffer lines memory
Maxime Coste
2015-01-09
Track String memory allocations
Maxime Coste
2015-01-08
Add missing include
Maxime Coste
2015-01-07
Add initial memory domain allocation tracking support
Maxime Coste
2015-01-06
Add completion for debug command
Maxime Coste
2015-01-06
Rename memoryview to ArrayView
Maxime Coste
2015-01-05
Go back to previous buffer name completion implementation
Maxime Coste
2015-01-05
Refactor write_debug to avoid empty first line in *debug* buffer
Maxime Coste
2015-01-04
Another stule tweak
Maxime Coste
2015-01-03
Small style tweak
Maxime Coste
2015-01-02
Remove unneeded static String
Maxime Coste
2015-01-01
minor style tweak
Maxime Coste
2014-12-31
Style tweak
Maxime Coste
2014-12-30
Use a struct rather than a std::pair for InternedString DataAndRefCount
Maxime Coste
2014-12-29
Use a struct KeyAndName rather than a std::pair
Maxime Coste
2014-12-29
Small formatting fixes
Maxime Coste
2014-12-28
Add a join function for joining strings using a specific char
Maxime Coste
2014-12-27
Refactor color functions
Maxime Coste
2014-12-26
Style tweak
Maxime Coste
2014-12-25
Minor code tweak in optional.hh
Maxime Coste
2014-12-24
sort includes
Maxime Coste
2014-12-23
Remove trailing blank lines
Maxime Coste
2014-12-23
Rename id_map to IdMap
Maxime Coste
2014-12-23
Use an id_map directly for HighlighterRegistry rather than the FunctionRegist...
Maxime Coste
2014-12-23
Tweak id_map implementation
Maxime Coste
2014-12-23
Code refactoring in WordDB
Maxime Coste
2014-12-23
Extract complete_buffer_name as a free function in commands.cc
Maxime Coste
2014-12-23
Remove prefix_complete, superseeded by complete
Maxime Coste
2014-12-23
Unify completion from container content logic
Maxime Coste
2014-12-23
Move containers utils to containers.hh and add filtered/transformed utils
Maxime Coste
2014-12-23
Merge branch 'list_buffers'
Maxime Coste
[prev]
[next]