summaryrefslogtreecommitdiff
path: root/gentoobrowse-api/unittests/testDepend.cpp
Commit message (Collapse)AuthorAge
* Accept + in USE flag name of dependency stringgentoobrowse-api-0.12.4.1Dan Goodliffe2024-10-07
|
* Allow underscore in category namesgentoobrowse-api-0.12.0.1Dan Goodliffe2022-03-28
|
* Fix up all remaining tools warnings in non-generated codeDan Goodliffe2022-02-26
|
* Clang formatDan Goodliffe2020-12-15
|
* C++17 and Ice 3.7Dan Goodliffe2018-04-12
| | | | | Updates all code to work with C++17 and Ice 3.7 and related updates in used libraries.
* Simplify the regex used match package names in dependencies.Dan Goodliffe2016-06-02
| | | | | Uses non-greedy matching for a wider scope of things and anchors the match to whitespace or end of string... adds yet another test case.
* Updates to dependency scanner based on real world dataDan Goodliffe2016-05-26
|
* Add a dependency scanner/extracterDan Goodliffe2016-05-02