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
/
shell_manager.cc
Age
Commit message (
Expand
)
Author
2016-10-10
Convert some uses of lambda to more concise std::mem_fn
Maxime Coste
2016-07-24
Introduce chrono.hh
Maxime Coste
2016-05-06
time window display buffer update in debug profile mode
Maxime Coste
2016-04-27
Add another missing include in shell_manager.cc
Maxime Coste
2016-04-17
Add support for env var name completion
Maxime Coste
2016-04-12
ShellManager: do not open child stdin if there is no data to write to it
Maxime Coste
2016-02-28
Code cleanup
Maxime Coste
2015-12-10
Fix "unused result" warnings for several system calls.
Frank LENORMAND
2015-12-05
Refactor some code in shell_manager.cc
Maxime Coste
2015-11-27
Small cleanups
Maxime Coste
2015-11-27
Consolidate writing to fd
Maxime Coste
2015-11-21
Add a profiling debug flag to get timings for hooks/shell eval
Maxime Coste
2015-11-19
Introduce a debug flags option to control some tracing
Maxime Coste
2015-10-22
Wrap the shell params en env vars in a ShellContext struct
Maxime Coste
2015-10-03
Fix OSX compilation
Maxime Coste
2015-10-02
Refactor ShellManager process spawning
Maxime Coste
2015-09-16
Store key hash in IdMap
Maxime Coste
2015-09-16
Use IdMap instead of UnorderedMap for ui options and env vars
Maxime Coste
2015-09-03
Regex are overkill for shell manager env vars, we just need exact match or pr...
Maxime Coste
2015-07-25
Tweak regex constructor calls
Maxime Coste
2015-06-09
Fix race condition ShellManager::eval with SIGCHLD
Maxime Coste
2015-06-08
Do not close stderr/stdout before program finish
Maxime Coste
2015-06-08
Specify if ShellManager should read output or not using a flag
Maxime Coste
2015-06-06
Move write_debug to buffer utils as write_to_debug_buffer
Maxime Coste
2015-06-01
Port more code to use the format function instead of adhoc string concat
Maxime Coste
2015-05-26
Small style tweaks
Maxime Coste
2015-04-27
Replace some String temporaries with StringViews
Maxime Coste
2015-03-14
Avoid stdout/stderr as variable names
Maxime Coste
2015-03-13
Change ShellManager to return both stdout and the return value in a pair
Maxime Coste
2015-03-13
Code style change in shell_manager.cc
Maxime Coste
2015-03-12
Make split_path public
Maxime Coste
2015-03-10
Refactor String, use a common StringOps interface, hide std::string
Maxime Coste
2015-03-09
ArrayView content is not const anymore
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2015-01-06
Rename memoryview to ArrayView
Maxime Coste
2014-12-04
Fix logic error in shell manager
Maxime Coste
2014-12-03
Revert "Handle SIGCHLD signals when piping"
Maxime Coste
2014-12-03
Use a select based event handling and fix deadlock
Maxime Coste
2014-12-02
Handle SIGCHLD signals when piping
Maxime Coste
2014-11-25
Separate events between normal and urgent ones
Maxime Coste
2014-10-30
Add kak binary location to PATH env var automatically
Maxime Coste
2014-10-13
Add missing includes
Maxime Coste
2014-10-13
Refactor regex uses, do not reference boost except in regex.hh
Maxime Coste
2014-06-18
Add a %val{...} expand type
Maxime Coste
2014-05-05
Add '$' for keeping selections that passes a shell command
Maxime Coste
2014-04-21
Use StringView in shell manager
Maxime Coste
2014-03-25
ShellManager: Change the env var detection regex to find more uses
Maxime Coste
2014-03-25
Remove the shell option, always use /bin/sh
Maxime Coste
2013-07-28
Minor code cleanups
Maxime Coste
2013-07-26
memoryview: always pass by value
Maxime Coste
[next]