summaryrefslogtreecommitdiff
path: root/src/line_modification.hh
AgeCommit message (Collapse)Author
2023-10-25Default comparison operators that can beMaxime Coste
2019-09-01Introduce FunctionRef to replace std::function when not storingMaxime Coste
std::function is not necessary when we just want to pass a type erased callback that does not need to own its target. FunctionRef provides that functionality for a much lower compile time cost.
2019-01-24Header and dependency cleanupMaxime Coste
2018-10-21Move LineRangeSet to line_modification.hhMaxime Coste
2015-01-31Rewrite line modifications, hopefully with easier to comprehend codeMaxime Coste
2015-01-12replace all std::vector with VectorMaxime Coste
2014-12-23Move containers utils to containers.hh and add filtered/transformed utilsMaxime Coste
2014-05-26Revert "Remove line modification, replaced by modification"Maxime Coste
This reverts commit a7540962cc90266f4f46858184b89f048364f9b2.
2014-05-21Remove line modification, replaced by modificationMaxime Coste
2014-05-14replace LineChangeWatcher with a free function compute_line_modificationsMaxime Coste