Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 1 | -22/+22 |
| | | | | No meaningful changes. | ||||
* | [Rework] Use another version of hash table from the same author | Vsevolod Stakhov | 2022-07-17 | 1 | -2/+2 |
| | |||||
* | Revert "[Minor] Simplify code" | Vsevolod Stakhov | 2022-06-24 | 1 | -3/+6 |
| | | | | | | | It seems that safety guarantees as defined by standard apply merely to the values but not to the keys. So revert to a more ugly approach unless there is a better way to do `try_emplace` with move only key. This reverts commit 8bb63981133b479dcaf24b9d34d43993c1b732c8. | ||||
* | [Minor] Simplify code | Vsevolod Stakhov | 2022-06-24 | 1 | -6/+3 |
| | |||||
* | [Project] Html: Another rework of the tags structure | Vsevolod Stakhov | 2021-06-30 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix stupid misprints | Vsevolod Stakhov | 2021-06-17 | 1 | -6/+3 |
| | |||||
* | [Minor] Fix tags based selectors | Vsevolod Stakhov | 2021-06-16 | 1 | -1/+1 |
| | |||||
* | [Project] Css: Implement simple css selectors lookup | Vsevolod Stakhov | 2021-06-15 | 1 | -1/+116 |
| | |||||
* | [Rework] Html/CSS: Remove css C bindings as they are useless now | Vsevolod Stakhov | 2021-06-15 | 1 | -40/+16 |
| | |||||
* | [Rework] Html: Start rework of the html content structure | Vsevolod Stakhov | 2021-06-02 | 1 | -1/+1 |
| | |||||
* | [Project] Css: Implement styles merging | Vsevolod Stakhov | 2021-03-29 | 1 | -5/+12 |
| | |||||
* | [Project] Css: Minor adjustments | Vsevolod Stakhov | 2021-03-26 | 1 | -2/+18 |
| | |||||
* | [Project] Css: Add preliminary stylesheet support | Vsevolod Stakhov | 2021-03-23 | 1 | -9/+67 |
| | |||||
* | [Project] Css: Move some of the tests to the doctest | Vsevolod Stakhov | 2021-03-15 | 1 | -0/+5 |
| | |||||
* | [Project] Css: Add some c++ unit tests | Vsevolod Stakhov | 2021-03-12 | 1 | -0/+3 |
| | |||||
* | [Minor] Css: Add a simple testing logic for css parsing | Vsevolod Stakhov | 2021-01-29 | 1 | -5/+14 |
| | |||||
* | [Project] Add some methods for css parser | Vsevolod Stakhov | 2021-01-22 | 1 | -0/+2 |
| | |||||
* | [Project] Add parsers skeleton | Vsevolod Stakhov | 2021-01-22 | 1 | -0/+21 |
| | |||||
* | [Project] Skeleton of the css library | Vsevolod Stakhov | 2021-01-22 | 1 | -0/+18 |