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
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
2013-05-13
Use more std::* for string handling
Maxime Coste
2013-04-17
ShellManager: env_var_regex is an implementation detail
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-03-29
String: inherit from std::string rather than using it as a backend
Maxime Coste
2013-03-05
Strongly typed options support
Maxime Coste
2013-02-27
ShellManager: remove unneeded end of lines when writing stderr
Maxime Coste
2013-02-19
ShellManager: catch exception thrown by env var functors
Maxime Coste
2012-12-13
the shell used for command execution can be changed using the 'shell' option
Maxime Coste
2012-09-09
Add support for shell script parameters
Maxime Coste
2012-09-06
ShellManager: output stderr in the debug buffer
Maxime Coste
2012-08-29
fix ShellManager, avoid zombie childs when grand childs detaches themselves
Maxime Coste
2012-08-10
ShellManager: fix option regex, allow caps
Maxime Coste
2012-07-31
ShellManager: catch all exception once we are in child process
Maxime Coste
2012-06-25
ShellManager environment variable use a regex instead of an exact match
Maxime Coste
2012-05-29
Restore piping support.
Maxime Coste
2012-05-29
ShellManager::eval now takes an additional env_var map
Maxime Coste
2012-05-03
Add a ShellManager which handles executing shell commands
Maxime Coste