summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/buildhistory_analysis.py
Commit message (Expand)AuthorAgeFilesLines
* buildhistory: Add simplistic file move detectionRichard Purdie2020-06-151-3/+62
* buildhistory-analysis: filter out -src changes by defaultRoss Burton2019-10-281-1/+1
* buildhistory_analysis: ignore ownership for sysroot diffsRoss Burton2019-07-051-7/+11
* buildhistory: report sysroot changesRoss Burton2019-06-281-1/+10
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-0/+2
* buildhistory: call a dependency parser only on actual dependency listsAlexander Kanavin2019-04-251-1/+1
* classes/buildhistory: handle packaged files with names containing spacesPaul Eggleton2018-07-181-4/+12
* lib/oe/buildhistory_analysis: drop related field featurePaul Eggleton2018-07-181-26/+0
* buildhistory_analysis.py: Check if RPROVIDES changed orderAmanda Brindle2018-04-031-1/+13
* buildhistory: remove duplicate renamesAnuj Mittal2018-03-081-2/+11
* buildhistory_analysis: colourise more outputRoss Burton2018-01-231-2/+2
* buildhistory-diff: add support for colourising the outputRoss Burton2018-01-181-5/+25
* buildhistory-diff: exclude paths from the outputEd Bartosh2017-06-231-17/+34
* buildhistory-diff: add option to compare actual signature differencesPaul Eggleton2017-04-111-16/+76
* buildhistory-diff: add option to compare task signature listPaul Eggleton2017-04-111-2/+47
* buildhistory-diff: report directory renamesEd Bartosh2016-12-161-3/+31
* buildhistory-diff: reduce PKGR noiseEd Bartosh2016-07-211-0/+18
* lib/oe/buildhistory_analysis: fix for Python 3Joshua Lock2016-06-031-10/+10
* buildhistory_analysis: Convert stream data (bytes) to stringsLeonardo Sandoval2016-06-021-1/+1
* classes/lib: Update to match python3 iter requirementsRichard Purdie2016-06-021-2/+2
* classes/buildhistory: add additional variables to image informationPaul Eggleton2013-12-031-2/+2
* buildhistory_analysis: fix error when comparing image contentsPaul Eggleton2013-11-181-1/+1
* buildhistory-diff: add ability to report version changesPaul Eggleton2013-10-261-19/+22
* classes/buildhistory: track contents of selected files in imagesPaul Eggleton2013-05-101-6/+17
* buildhistory_analysis: handle more R* variablesPaul Eggleton2013-02-111-4/+4
* buildhistory_analysis: fix broken list length checksPaul Eggleton2012-12-061-2/+2
* buildhistory_analysis: update to use explode_dep_versions2()Paul Eggleton2012-10-031-4/+19
* buildhistory: reduce the numeric delta to 10%Ross Burton2012-08-061-1/+1
* buildhistory: correctly handle reductions of numeric fieldsRoss Burton2012-08-061-1/+1
* buildhistory_analysis: ignore removal of self-dependenciesPaul Eggleton2012-08-061-1/+5
* buildhistory_analysis: tidy up duplicate split_version functionPaul Eggleton2012-08-061-19/+1
* classes/buildhistory: record PKG/PKGE/PKGV/PKGRPaul Eggleton2012-08-061-1/+21
* classes/buildhistory: save preinst/postinst/prerm/postrmPaul Eggleton2012-08-061-1/+49
* buildhistory_analysis: fix error when version specifier missingPaul Eggleton2012-05-301-1/+1
* buildhistory_analysis: avoid printing PE/PV/PR more than oncePaul Eggleton2012-03-211-3/+5
* buildhistory_analysis: report if all items removed from a listPaul Eggleton2012-03-211-1/+4
* buildhistory_analysis: skip FILELIST changes for dbg packagesPaul Eggleton2012-03-211-0/+2
* buildhistory_analysis: hide version number increases in dependenciesPaul Eggleton2012-03-211-4/+47
* buildhistory_analysis: use bb.utils.explode_dep_versionsPaul Eggleton2012-03-211-2/+9
* buildhistory_analysis: fix duplicate PE/PV/PR in related fieldsPaul Eggleton2012-03-191-1/+1
* buildhistory_analysis: correctly split RDEPENDS/RRECOMMENDSPaul Eggleton2012-02-211-2/+12
* buildhistory_analysis: avoid noise due to reorderingPaul Eggleton2012-02-211-3/+14
* buildhistory_analysis: include related fields in outputPaul Eggleton2012-01-191-25/+64
* buildhistory_analysis: improve field handling robustnessPaul Eggleton2012-01-191-10/+19
* buildhistory_analysis: correctly handle whitespace when splitting listsPaul Eggleton2012-01-191-2/+2
* buildhistory: record additional image infoPaul Eggleton2012-01-191-22/+29
* buildhistory: add script to check for significant changesPaul Eggleton2012-01-061-0/+240