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.hh
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-23
Remove trailing blank lines
Maxime Coste
2014-11-12
Cleanup 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-04-07
Add support for querying client environement variables
Maxime Coste
2014-01-27
Fix compilation with clang 3.4
Maxime Coste
2014-01-09
Style changes, replace typedefs with usings
Maxime Coste
2013-07-26
memoryview: always pass by value
Maxime Coste
2013-04-17
ShellManager: env_var_regex is an implementation detail
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-02-18
Fix class/struct mismatches
Maxime Coste
2012-09-09
Add support for shell script parameters
Maxime Coste
2012-08-29
remove regex.hh, define Regex directly in string.hh
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