summaryrefslogtreecommitdiff
path: root/src/cstore/svector.hpp
AgeCommit message (Collapse)Author
2011-07-29Fix build on older gccStephen Hemminger
Incorrect use of #ifdef. Gcc major version is in __GNUC__
2011-07-29Fix build of config backend on Glibc 4.6Stephen Hemminger
Bug 7188 The problem is that vyatta cfg backend is using internals of c++ templates (in std::tr1) and these will change between versions of glibc. Workaround by adding necessary conditional compilation
2011-04-06minor refactoringAn-Cheng Huang
2011-03-17add config path abstraction and high-level cachingAn-Cheng Huang
* part of the config backend cleanup/optimization work. * improves the performance of "load" (w/o commit) by ~55% and "show" by ~15%.