Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-20 | update comment, fix typo, etc. | An-Cheng Huang | |
2011-05-17 | add var ref "bug" to maintain backward compatibility. | An-Cheng Huang | |
2011-05-17 | minor feature etc. | An-Cheng Huang | |
* add commit notification. * fix relative VAR references that traverse up to root level. | |||
2011-05-10 | preliminary implementation of new commit | An-Cheng Huang | |
(cherry picked from commit 1b2a0fd1ae1e6dfc18e4f75f73cd7befb47cf538) | |||
2011-04-06 | minor refactoring | An-Cheng Huang | |
2011-03-17 | add config path abstraction and high-level caching | An-Cheng Huang | |
* part of the config backend cleanup/optimization work. * improves the performance of "load" (w/o commit) by ~55% and "show" by ~15%. | |||
2011-02-28 | add config template abstraction | An-Cheng Huang | |
2011-02-18 | namespace reorg | An-Cheng Huang | |
2010-11-19 | fix existence check in "syntax" when builtin expression is used. | An-Cheng Huang | |
2010-08-25 | switch to unordered_map | An-Cheng Huang | |
2010-08-13 | change all vector/string size to size_t just to be safe. | An-Cheng Huang | |
* would have been a problem if template tree becomes more than 2^32 levels deep or if value strings longer than 2^32 characters are allowed. | |||
2010-07-28 | add cstore-specific header file | An-Cheng Huang | |
2010-07-28 | add new cstore library | An-Cheng Huang | |