summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_py/ConfHandler.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-06-191-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-06-191-0/+2
* bitbake: bitbake: ConfHandler: Don't strip leading spacesRobert Yang2019-02-061-1/+1
* bitbake: bitbake: parse: fixes for resolve_file()Robert Yang2018-02-141-3/+0
* bitbake: ConfHandler.py: allow require or include with multiple parametersPatrick Ohly2017-06-131-8/+12
* bitbake: ConfHandler.py: allow require or include without parameterPatrick Ohly2017-06-131-0/+4
* bitbake: ConfHandler: Require whitespace between export and variable nameOla x Nilsson2017-06-051-1/+1
* bitbake: ConfHandler: Use the same regular expression for all variable namesPeter Kjellerstedt2017-03-131-4/+4
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-3/+3
* bitbake: ast/ConfHandler: Add a syntax to clear variableJérémy Rosen2016-08-181-0/+12
* bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie2016-05-111-2/+2
* bitbake: bb.parse: properly error out on filesystem errorsChristopher Larson2015-08-011-7/+14
* bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie2015-06-231-2/+2
* bitbake: ConfHandler: Fix bogus dependency problemsRichard Purdie2015-05-291-1/+0
* bitbake: ConfHandler: Clean up bogus importsRichard Purdie2015-01-161-6/+4
* bitbake: ConfHandler: Rename oldfn to parentfn to be clearerRichard Purdie2015-01-161-5/+5
* bitbake: ConfHandlerr: Use full path in variable historyMarius Avram2014-03-211-1/+1
* bitbake: parse/ConfHander/BBHandler/utils: Fix cache dependency bugsRichard Purdie2013-11-301-1/+8
* bitbake: parse: Return IOError when including file with absolute pathMartin Jansa2013-08-261-1/+1
* bitbake: lib: Clean up various file access syntaxRichard Purdie2013-05-091-0/+2
* bitbake: ConfHandler: Use re.X to make long regexp more readableOlof Johansson2013-02-151-1/+24
* bitbake: ConfHandler: Improve regexp to fix mis-parsing of += and no whitespaceRichard Purdie2013-02-141-1/+1
* bitbake: parse_py: add ~ to config_regexpConstantin Musca2013-01-221-1/+1
* bitbake: BBHandler/ConfHandler: Merge fix for multiline commentsRichard Purdie2013-01-211-1/+1
* bitbake: bitbake: BBHandler/ConfHandler: Improve multiline comment handlingRichard Purdie2013-01-211-3/+10
* bitbake: parse/ConfHandler: Add negative lookahead to spot some quoting problemsRichard Purdie2012-09-281-1/+1
* ConfHandler.py: Add a hook for config parsingRichard Purdie2012-04-131-0/+11
* meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie2012-03-051-1/+1
* parse/ConfHandler: Fix enthusiatic export regexp matchingRichard Purdie2012-02-291-1/+1
* bitbake/ConfHandler: Be more strict about variable quotingRichard Purdie2012-02-281-2/+1
* bitbake: add file and line number to ParseErrorPaul Eggleton2012-02-231-5/+6
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-9/+9
* parse_py: Use absolute paths for FILERichard Purdie2011-11-181-1/+1
* parse/ConfHandler: Fix multiline variable corruptionRichard Purdie2011-07-211-1/+1
* parse: pass filename, lineno into the astChris Larson2011-01-101-4/+4
* ConfHandler: commentary typo fixesBernhard Reutner-Fischer2011-01-041-3/+3
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-2/+3
* Move the unset BBPATH sanity check after the bblayers processingChris Larson2010-07-021-4/+1
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-07-021-1/+1
* Import fixupsChris Larson2010-07-021-1/+1
* Formatting cleanupsChris Larson2010-07-021-1/+1
* Stop using functions via 'bb' that were moved from there to other modulesChris Larson2010-07-021-1/+2
* Ensure we always utilize the correct messaging domainsChris Larson2010-07-021-1/+1
* Implement ??= operatorChris Larson2010-03-221-1/+1
* Error early if BBPATH is unset, rather than falling back to share/bitbakeChris Larson2010-03-221-5/+1
* bitbake: [parser] Make resolve_file only resolve the pathHolger Freyther2010-02-151-1/+2
* bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther2010-02-151-10/+14
* bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther2010-02-151-9/+9
* bitbake: [parser] Move evaluating into the ast class...Holger Freyther2010-02-151-52/+5
* bitbake: parse_py/ConfHandler.py: missing colon after elseMartin Jansa2010-02-101-1/+1