- 22 Oct, 2017 1 commit
-
-
Francis Dupont authored
-
- 01 Aug, 2017 1 commit
-
-
Tomek Mrugalski authored
-
- 09 Mar, 2017 1 commit
-
-
Tomek Mrugalski authored
-
- 07 Mar, 2017 1 commit
-
-
Francis Dupont authored
-
- 22 Feb, 2017 1 commit
-
-
Tomek Mrugalski authored
-
- 26 Jan, 2017 1 commit
-
-
Thomas Markwalder authored
new files: src/bin/d2/tests/ d2_simple_parser_unittest.cc parser_unittest.cc parser_unittest.h src/bin/d2/d2_cfg_mgr.h src/bin/d2/d2_cfg_mgr.cc D2CfgMgr::parseElement() - overrides base class implementation, flag global parameters as parsed without pushing them to D2CfgContext value stores D2CfgMgr::setCfgDefaults() - overrides base class implementation, sets defaults for D2 D2CfgMgr::buildParams() - revamped to pull parameters from the given element map instead of context value stores. Removed checks that are now done by JSON parser. src/bin/d2/d2_controller.cc D2Controller::parseFile() - instead of generic JSON parsing, parse file with PARSER_DHCPDDNS context src/bin/d2/d2_lexer.ll src/bin/d2/d2_parser.yy Changed namespace from dhcp to d2 Added PARSER_SUB_DHCPDDNS and D2 global parameter parsing Added objects for forward-ddns, reverse-ddns, tsig-keys src/bin/d2/parser_context.cc src/bin/d2/parser_context.h Added PARSER_DHCPDDNS, PARSER_SUB_DHCPDDNS src/bin/d2/tests/Makefile.am Added new test source files src/bin/d2/tests/d2_cfg_mgr_unittests.cc src/bin/d2/tests/testdata/d2_cfg_tests.json TEST_F(D2CfgMgrTest, configPermutations) - revamped to test JSON parsing as well as element parsing src/bin/d2/tests/parser_unittest.h src/bin/d2/tests/parser_unittest.cc New file that tests basic JSON parsing src/lib/cc/data.h Added parens around TypeError position error text src/lib/cc/simple_parser.cc SimpleParser::setDefaults() - added logic to detect bad lexical casts when handling integers
-
- 24 Jan, 2017 1 commit
-
-
Francis Dupont authored
-
- 02 Jan, 2017 1 commit
-
-
Tomek Mrugalski authored
-
- 22 Dec, 2016 3 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- address_family_, default ctor removed from two parsers - copyright year updated - Element::getNonConst is now documented - user's guide is now clear about csv-format default value is now true
-
Tomek Mrugalski authored
-
- 14 Dec, 2016 1 commit
-
-
Andrei Pavel authored
-
- 29 Nov, 2016 1 commit
-
-
Tomek Mrugalski authored
It now contains vector of ElementPtr, rather than ConstElementPtr
-
- 16 Dec, 2015 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 17 Jun, 2015 1 commit
-
-
Francis Dupont authored
This reverts commit 8d0324f4, reversing changes made to 9257854f. Revert trac3732a merge because config was reused by command stuff.
-
- 13 Jun, 2015 1 commit
-
-
Francis Dupont authored
-
- 21 May, 2015 1 commit
-
-
Francis Dupont authored
-
- 14 May, 2015 1 commit
-
-
Tomek Mrugalski authored
- {ptime,duration}ToText moved to lib/util - missing comments added - EXPECT_EQ -> ASSERT_EQ - several consts added - protected methods are now private in Observation - tabs converted to spaces
-
- 08 May, 2015 1 commit
-
-
Tomek Mrugalski authored
-
- 19 May, 2014 1 commit
-
-
Tomek Mrugalski authored
-
- 08 May, 2014 2 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
- 23 Apr, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 22 Apr, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 18 Apr, 2014 4 commits
-
-
Marcin Siodelski authored
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 17 Apr, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 10 Oct, 2013 1 commit
-
-
Kean Johnston authored
It has been asserted that using empty() is more efficient than using size() > 0 due to the possible extra work size() has to do. So provide an empty() function, which matches the underlying Boost implementation.
-
- 07 Aug, 2013 1 commit
-
-
Kazunori Fujiwara authored
-
- 08 Jul, 2013 1 commit
-
-
Kazunori Fujiwara authored
-
- 03 Jul, 2013 1 commit
-
-
Kazunori Fujiwara authored
Element::create accepts char, short, int, long, long long, int32_t and int64_t. IntElement->intValue() returns int64_t. IntElement->getValue() and IntElement->setValue() accept int64_t only.
-
- 15 Mar, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 06 Mar, 2013 1 commit
-
-
Jeremy C. Reed authored
reviewed by jelte via jabber. Changes some log message descriptions and some function arguments and some output.
-
- 07 Jan, 2013 2 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 25 Oct, 2012 1 commit
-
-
Mukund Sivaraman authored
See bug #2367 for the fix-scaffolding.py tool.
-
- 09 Oct, 2012 1 commit
-
-
Mukund Sivaraman authored
-