summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-01-15Replace InternedStrings with SharedString, shared_ptr basedMaxime Coste
2015-01-14Even more memory trackingMaxime Coste
2015-01-14Add missing cast to void* in placement newMaxime Coste
2015-01-13Add missing <new> includeMaxime Coste
2015-01-13Fix compatibility with gcc 4.8Maxime Coste
2015-01-13Use uint32_t for interned strings slotsMaxime Coste
2015-01-13Style tweak in WordDBMaxime Coste
2015-01-13-rdynamic does not work on gcc 4.9 under cygwinMaxime Coste
2015-01-13Add interned string stats in debug commandMaxime Coste
2015-01-13Add size_t and float to_string overload, and _sv UDLMaxime Coste
2015-01-12Add missing cstddef include for ptrdiff_tMaxime Coste
2015-01-12Protect use of mallinfo in #ifdef __GLIBC__ blocksMaxime Coste
2015-01-12refactor slighly memory domain handlingMaxime Coste
2015-01-12Fix flag line highlightingMaxime Coste
2015-01-12replace all std::vector with VectorMaxime Coste
2015-01-12Yet more trackingMaxime Coste
2015-01-12Compute tracked memory total as wellMaxime Coste
2015-01-12Some more memory trackingMaxime Coste
2015-01-11Track some more memoryMaxime Coste
2015-01-10Track buffer lines memoryMaxime Coste
2015-01-09Track String memory allocationsMaxime Coste
2015-01-08Add missing includeMaxime Coste
2015-01-07Add initial memory domain allocation tracking supportMaxime Coste
2015-01-06Add completion for debug commandMaxime Coste
2015-01-06Rename memoryview to ArrayViewMaxime Coste
2015-01-05Go back to previous buffer name completion implementationMaxime Coste
2015-01-05Refactor write_debug to avoid empty first line in *debug* bufferMaxime Coste
2015-01-04Another stule tweakMaxime Coste
2015-01-03Small style tweakMaxime Coste
2015-01-02Remove unneeded static StringMaxime Coste
2015-01-01minor style tweakMaxime Coste
2014-12-31Style tweakMaxime Coste
2014-12-30Use a struct rather than a std::pair for InternedString DataAndRefCountMaxime Coste
2014-12-29Use a struct KeyAndName rather than a std::pairMaxime Coste
2014-12-29Small formatting fixesMaxime Coste
2014-12-28Add a join function for joining strings using a specific charMaxime Coste
2014-12-27Refactor color functionsMaxime Coste
2014-12-26Style tweakMaxime Coste
2014-12-25Minor code tweak in optional.hhMaxime Coste
2014-12-24sort includesMaxime Coste
2014-12-23Remove trailing blank linesMaxime Coste
2014-12-23Rename id_map to IdMapMaxime Coste
2014-12-23Use an id_map directly for HighlighterRegistry rather than the ↵Maxime Coste
FunctionRegistry class
2014-12-23Tweak id_map implementationMaxime Coste
2014-12-23Code refactoring in WordDBMaxime Coste
2014-12-23Extract complete_buffer_name as a free function in commands.ccMaxime Coste
2014-12-23Remove prefix_complete, superseeded by completeMaxime Coste
2014-12-23Unify completion from container content logicMaxime Coste
2014-12-23Move containers utils to containers.hh and add filtered/transformed utilsMaxime Coste
2014-12-23Merge branch 'list_buffers'Maxime Coste