Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This allows to pass a regex without having to escape the special characters multiple times
|
|
|
|
|
|
cmake already has the logic to check which addons exist
|
|
|
|
|
|
|
|
build type has to be considered, as it also changes depends prefix
|
|
|
|
|
|
Verbatim copy of https://www.gnu.org/licenses/old-licenses/gpl-2.0.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Will try to find vs2017 and fall back to vs2015 in case it's not found.
SDK version is still hard coded and pinned to 14393 to avoid any breakage on jenkins.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- more exact check for pull request in attached state
- append head or merge for a pull request in attached state
- favour branch --points-at over branch --contains in detached state
- detect pull requests in detached state
- replace slashes in branch names with a dash
- enlarge commit hash as it sometimes isn't distinct anymore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|