Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- "/list.html" does not exist anymore
- "/timestamp.txt?mirrorlist" should be used instead
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The structure of a package will be changed with the following rules:
system/*.* -> /bin
project/BuildDependencies/bin/*.* -> /bin
project/BuildDependencies/include/*.* -> /include
project/BuildDependencies/lib/*.* -> /lib
project/BuildDependencies/win32/*.* -> /<root>
project/BuildDependencies/x64/*.* -> /<root>
|