summaryrefslogtreecommitdiff
path: root/src/buffer_manager.cc
AgeCommit message (Collapse)Author
2011-11-12Completion: decentralise, move buffer name completion to BufferManagerMaxime Coste
2011-09-23Utils: Singleton template and migration of the BufferManagerMaxime Coste
Singletons are not autocreating, the application needs to create exactly one instance (I want to avoid implicit initialization order hell)
2011-09-09assert: custom implementationMaxime Coste
2011-09-09exception: refactoringMaxime Coste
2011-09-08Add a BufferManager singleton class, handling buffer lifetimeMaxime Coste
it also provide access to buffers by name