summaryrefslogtreecommitdiff
path: root/src/utils.hh
AgeCommit message (Expand)Author
2012-01-25add a find(container, value) utility functionMaxime Coste
2011-12-20Utils: add on_scope_end utilityMaxime Coste
2011-12-02Window: use an idvaluemap to store highlightersMaxime Coste
2011-10-17utils: add contains functionMaxime Coste
2011-09-23Utils: Singleton template and migration of the BufferManagerMaxime Coste
2011-09-17LineAndColumn: move to it's own header and add operator[+-]=?Maxime Coste
2011-09-14utils: add auto_raii helper functionMaxime Coste
2011-09-09assert: custom implementationMaxime Coste
2011-09-08utils: add operator== (const std::unique_ptr<T>&, T*)Maxime Coste
2011-09-06utils: Add reversed template helper for container iterationMaxime Coste
2011-09-05LineAndColumn: segregate into WindowCoord and BufferCoordMaxime Coste