summaryrefslogtreecommitdiff
path: root/src/option_types.hh
AgeCommit message (Expand)Author
2015-11-19Implement some generic utilities to convert flags to/from stringsMaxime Coste
2015-11-18Change autoinfo option to be a flags option, document flags optionsMaxime Coste
2015-10-22Support :set -add on strings, using concatenationMaxime Coste
2015-09-16Store key hash in IdMapMaxime Coste
2015-09-16Use IdMap instead of UnorderedMap for ui options and env varsMaxime Coste
2015-08-23Change flag lines highlighter to use faces instead of colorsMaxime Coste
2015-06-01Port even more code to use format functionMaxime Coste
2015-06-01Port more code to use the format function instead of adhoc string concatMaxime Coste
2015-03-30Fix wrong implicit conversions from int/Codepoint to StringViewMaxime Coste
2015-03-10Refactor String, use a common StringOps interface, hide std::stringMaxime Coste
2015-03-09ArrayView content is not const anymoreMaxime Coste
2015-01-22Fix error message in tuple option parsingMaxime Coste
2015-01-14Even more memory trackingMaxime Coste
2015-01-12replace all std::vector with VectorMaxime Coste
2015-01-09Track String memory allocationsMaxime Coste
2015-01-06Rename memoryview to ArrayViewMaxime Coste
2015-01-01minor style tweakMaxime Coste
2014-12-16Rework hashing, use a more extensible framework similar to n3876 proposalMaxime Coste
2014-12-09Get rid of uses of unordered_set, vector is just simpler and faster...Maxime Coste
2014-11-12Cleanup includesMaxime Coste
2014-11-10Add support for unordered_map optionsMaxime Coste
2014-10-07Switch some const String& parameters to StringViewMaxime Coste
2014-10-06Use ',' instead of '|' as tuple option fields separatorsMaxime Coste
2014-10-06scrolloff is now a line,column pairMaxime Coste
2013-11-16fix invalid value handling for yes no ask optionsMaxime Coste
2013-10-21Add YesNoAsk type for optionsMaxime Coste
2013-07-26memoryview: always pass by valueMaxime Coste
2013-07-24go back to : as set/list separator in optionsMaxime Coste
2013-07-24list,set and tuple options support escaping the separatorMaxime Coste
2013-05-17revive str_to_int so that the good exception type is thrown on errorMaxime Coste
2013-05-13Use more std::* for string handlingMaxime Coste
2013-05-06add unordered_set option support, use it for completersMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-04-02Change list separators to ; and tuple separators to |Maxime Coste
2013-03-31add support for adding to options instead of replacingMaxime Coste
2013-03-29Add support for tuple Options, implement LineAndFlag using thatMaxime Coste
2013-03-26Make TypedOption templates publicMaxime Coste
2013-03-26Add a special option type LineAndFlag, use it for FlagLines highlighterMaxime Coste