summaryrefslogtreecommitdiff
path: root/src/register.hh
AgeCommit message (Collapse)Author
2015-04-23Move Register to register_manager.hhMaxime Coste
2015-03-09ArrayView content is not const anymoreMaxime Coste
As in upcoming std c++ array_view, ArrayView<T> points to mutable data, use ArrayView<const T> or alias ConstArrayView<T> for const data.
2015-01-06Rename memoryview to ArrayViewMaxime Coste
2014-12-23Remove trailing blank linesMaxime Coste
2013-11-11Make Context a class, not a structMaxime Coste
2013-07-26memoryview: always pass by valueMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-02-18Fix class/struct mismatchesMaxime Coste
2012-08-05Registers need a context to return their valuesMaxime Coste
2012-06-29support static and dynamic registers, add '%' (filename) and '.' (selection) ↵Maxime Coste
registers
2012-06-29simplify Register interfaceMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-02-27save and restore " and / registers in exec_keysMaxime Coste
2012-02-09Merge captures into registers, implements register insertionMaxime Coste
2012-02-07add a Register class, registers can now contain a list of stringMaxime Coste
That way, registers can be used to store per selection data