Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-27 | T6718: update build system, drop batteries, and adjust for lib changes | John Estabrook | |
Update as needed for use with contemporary vyos1x-config: . update build system to use dune . drop use of batteries . update for protoc breaking changes in versions >= 3.0 . remove files now in vyos1x-config (config_tree et. al.; parsing) | |||
2015-09-22 | Fix formatting in Vylist. | Daniil Baturin | |
2015-09-21 | Make Vylist.complement return a list rather than list option. | Daniil Baturin | |
Situations when two lists are the same and when they don't have a common part become indistinguishable, but that's rarely needed. | |||
2015-04-28 | Add Vylist.in_list for quick checks. | Daniil Baturin | |
2015-04-24 | Add Vylist.complement for calculating difference between two lists | Daniil Baturin | |
where one contains another (starting with the first element). | |||
2015-04-13 | Don't multiply apostrophes without a strong need. | Daniil Baturin | |
2015-03-28 | Make Vylist.replace raise Not_found for nonexistent elements. | Daniil Baturin | |
2015-03-28 | Add insert_before and insert_after functions to Vylist. | Daniil Baturin | |
They will be used in node reordering. | |||
2015-03-04 | Fix formatting in vylist. | Daniil Baturin | |
2015-03-04 | Fix typo in vylist. | Daniil Baturin | |
2015-03-01 | Move the source files back to src/ | Daniil Baturin | |
Splitting directories was a bit premature and unnecessary. |