summaryrefslogtreecommitdiff
path: root/src/hook_manager.cc
AgeCommit message (Expand)Author
2018-05-26Do not expose C++ typeid().name to user facing errors on wrong option typeMaxime Coste
2018-04-26Add a -always switch to hook command to ignore hooks disabledMaxime Coste
2018-04-07Make FaceRegistry scopedMaxime Coste
2017-11-25Small formating tweakMaxime Coste
2017-10-06Move HookManager::Hook definition in the cppMaxime Coste
2017-08-29Rename containers.hh to ranges.hh (and Container to Range)Maxime Coste
2017-06-07Use microseconds instead of milliseconds for built-in profilingMaxime Coste
2017-06-07Fix memory errors due to sharing the MatchResults in the Hooks structMaxime Coste
2017-06-07Move hook executing logic into HookManagerMaxime Coste
2017-06-07Avoid expensive copies of Hooks in HookManager::run_hooksMaxime Coste
2017-06-07Use a vector instead of a hash map to store hooksMaxime Coste
2017-03-16Try to clean up option include a bitMaxime Coste
2017-03-07Replace IdMap with HashMapMaxime Coste
2017-02-19Fix handling of disabled_hooks regexMaxime Coste
2017-02-19Copy the list of hooks to run before iterating on them and running themMaxime Coste
2017-02-19Small naming tweak in HookManagerMaxime Coste
2016-09-26Make hook disabling work for all hooks, not only user hooksMaxime Coste
2016-07-24Introduce chrono.hhMaxime Coste
2016-07-11Do not throw when recursive hook calls are detectedMaxime Coste
2016-06-27Detect recursive hook run and abort in that caseMaxime Coste
2016-03-17Write the hook parameter in the debug buffer on error in hookMaxime Coste
2016-03-08Rework container helpers, use pipe syntax and cleanup implementationMaxime Coste
2015-11-21Add a profiling debug flag to get timings for hooks/shell evalMaxime Coste
2015-11-19Introduce a debug flags option to control some tracingMaxime Coste
2015-09-16Store key hash in IdMapMaxime Coste
2015-07-08Notify user when some hooks failedMaxime Coste
2015-06-06Move write_debug to buffer utils as write_to_debug_bufferMaxime Coste
2015-06-01Port even more code to use format functionMaxime Coste
2015-03-10Refactor String, use a common StringOps interface, hide std::stringMaxime Coste
2015-03-05Use a IdMap for storing hooksMaxime Coste
2014-12-23Rename id_map to IdMapMaxime Coste
2014-12-23Unify completion from container content logicMaxime Coste
2014-10-20Port more code to StringView instead of const String&Maxime Coste
2014-10-13Refactor regex uses, do not reference boost except in regex.hhMaxime Coste
2014-08-21Add a 'disabled_hooks' regex optionMaxime Coste
2014-07-24Disable hooks on a per context basis, and propagate that to Insert modeMaxime Coste
2014-07-21Add completion support for rmhooksMaxime Coste
2014-06-21Only user hooks can be disabledMaxime Coste
2014-06-16Use -group rather than -id in hooks to mirror highlighters closerMaxime Coste
2014-03-20exec and eval support the -no-hooks optionMaxime Coste
2013-11-18Resurect idvaluemap, order of traversal mattersMaxime Coste
2013-11-17remove idvaluemap, use unordered_map in placeMaxime Coste
2013-04-11Hooks can have an (shareable) identifier, and thus be removedMaxime Coste
2013-04-11HookManager: write to debug when a hook failsMaxime Coste
2013-01-17Hooks now takes a non-const contextMaxime Coste
2012-06-07HookManager are now hierarchical from window to buffer to globalMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-04-03rename HooksManager to HookManagerMaxime Coste