Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
This was previously broken leading to build errors later on
Also silenced output to make it easier to read.
|
|
|
|
|
|
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>
|
|
|
|
|
|
[VideoPlayer] WinRenderer: re-work video rendering
|
|
x64 was packaged with 32-bit *.pyd files
|
|
|
|
[depends][win32] Hopefully fix a dnssd crash
|
|
We're crashing a lot because of a comparison that should be equals isn't even though memory looks good. possible race condition
|
|
win32 version was built against msvcr100
if it's missing load fail and we crash.
|
|
[dependencies][windows] Add libaacs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$APPDATA\${APP_NAME}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allows to build with the same jenkins buildsteps v17 and master.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[windows] use wmic qfe instead of powershell to check if hotfix is installed
|
|
|
|
|
|
JSON: replace YAJL with RapidJSON
|
|
|