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
/
file.hh
Age
Commit message (
Expand
)
Author
2015-10-17
More cleanups in the buffer open/reload code
Maxime Coste
2015-10-17
Refactor buffer creation and reloading to be more explicit
Maxime Coste
2015-09-27
Store timespec for buffer fs timestamps, not just time_t
Maxime Coste
2015-08-23
Add support for listing existing sessions with kak -l
Maxime Coste
2015-08-23
Move session socket to /tmp/kakoune/<user name>/<session>
Maxime Coste
2015-06-15
Small formatting fix
Maxime Coste
2015-06-05
Support sourcing files that use crlf end of lines
Maxime Coste
2015-06-01
Port even more code to use format function
Maxime Coste
2015-03-19
Small code tweak
Maxime Coste
2015-03-12
Make split_path public
Maxime Coste
2015-03-09
ArrayView content is not const anymore
Maxime Coste
2015-01-09
Track String memory allocations
Maxime Coste
2015-01-06
Rename memoryview to ArrayView
Maxime Coste
2014-11-17
Remove unneeded string copies
Maxime Coste
2014-11-12
Cleanup includes
Maxime Coste
2014-10-30
Add kak binary location to PATH env var automatically
Maxime Coste
2014-10-13
Do not assert on SIGTERM and backup modified buffers on signal induced termin...
Maxime Coste
2014-10-13
Refactor regex uses, do not reference boost except in regex.hh
Maxime Coste
2014-08-15
Add support for reading from stdin/writing to stdout in filter mode
Maxime Coste
2014-04-18
Use StringView for file functions
Maxime Coste
2014-04-18
Use StringView for completion functions
Maxime Coste
2013-12-23
Add complete_command for completing commands in PATH
Maxime Coste
2013-10-15
Detect file external modification and ask the user whether to reload or not
Maxime Coste
2013-07-26
memoryview: always pass by value
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-03-25
Always use absolute path for file buffer names, compact paths for display
Maxime Coste
2013-03-22
use canonicalized filenames for buffers
Maxime Coste
2013-03-14
add support for regex options, make ignored_files one
Maxime Coste
2013-03-13
move complete_filename to file.cc
Maxime Coste
2013-02-27
Add 'gf' (goto file) functionality
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-01-29
File: parse_filename function which handle ~ and environment variable in file...
Maxime Coste
2011-11-27
File: extract read_file function which returns file content in a string
Maxime Coste
2011-09-09
exception: refactoring
Maxime Coste
2011-09-02
create_buffer_from_file: throw file_not_found instead of open_file_error when...
Maxime Coste
2011-09-02
Initial commit
Maxime Coste