qhtmlparser:master

Last commit made on 2021-10-22
Get this branch:
git clone -b master https://git.launchpad.net/qhtmlparser

Branch merges

Branch information

Name:
master
Repository:
lp:qhtmlparser

Recent commits

de94706... by Alberto Mardegan

Support building with C++11

nested namespace declarations are only available since C++17.

65f4f91... by Alberto Mardegan

CI: add a build for bionic (qt 5.9)

e884dff... by Alberto Mardegan

Parser: add support for Qt 5.9

fcb6dd4... by Alberto Mardegan

Parser: remove dead code

This code was removed in html.parser with
https://github.com/python/cpython/commit/562c0d7398b9f34ff63a1dc77113dad96a93ce4e

59ef79d... by Alberto Mardegan

Parser: add an accessor for attribute values

687a902... by Alberto Mardegan

Add README.md

e79f537... by Alberto Mardegan

Add sources.qbs

This allows the project to be used in other QBS projects.

7d7bc5e... by Alberto Mardegan

CI: enable CI with coverage report

5fee5d0... by Alberto Mardegan

Update .gitignore

0970211... by Alberto Mardegan

Project initialization

This was taken from MiTubo. Hopefully all the renaming went fine.