summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests/codeparser.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bb/toaster: Fix assertEquals deprecation warningsRichard Purdie2023-12-061-1/+1
* bitbake: data: Add missing dependency handling of remove operatorInsu Park2023-09-201-0/+26
* bitbake: tests.codeparser: add test for exec of builtin from inline pythonChristopher Larson2023-08-041-0/+6
* bitbake: data: Add support for new BB_HASH_CODEPARSER_VALS for cache optimisa...Richard Purdie2023-01-241-7/+7
* bitbake: ast/data/codeparser: Add dependencies from python module functionsRichard Purdie2022-12-171-7/+7
* bitbake: data: Ensure vardepsexclude or BB_BASEHASH_IGNORE_VARS covers contai...Richard Purdie2022-04-031-5/+23
* bitbake: data_smart: Allow colon in variable expansion regexRichard Purdie2021-07-291-2/+2
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-041-2/+0
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-13/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: bb.tests.codeparser: add parameter expansion modifiers testChristopher Larson2019-01-211-0/+7
* bitbake: bitbake-selftest: add contains testsPaul Eggleton2017-04-051-0/+48
* bitbake: lib/bb/tests/codeparser: update expand syntax in commentJoshua Lock2017-03-221-2/+2
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-6/+6
* bitbake: lib/bb: Don't use deprecated bb.data.getVar/setVar APIRichard Purdie2016-11-231-7/+7
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-2/+2
* bitbake: tests: assertEquals -> assertEqualRichard Purdie2016-05-111-4/+4
* bitbake: tests/codeparser.py: Add filename/lineno flags to test variableOlof Johansson2016-01-191-1/+6
* bitbake: codeparser: Fix var_execs to append to execs, not referencesRichard Purdie2014-03-021-1/+2
* bitbake: fetch2: Add editor modelines for bb.tests.*Olof Johansson2013-02-171-0/+2
* bitbake: tests/codeparser: Hack around circular inclusion problemRichard Purdie2013-02-151-0/+3
* bitbake: Add start of bitbake regression/self testingRichard Purdie2012-05-041-0/+369