Commit Graph

22 Commits

Author SHA1 Message Date
baldurk 3766c43ee5 Fix path conversion to windows paths when preparing symbols 2018-10-12 11:25:45 +01:00
baldurk 9116983972 Fix error mail script with incorrect quoting 2018-09-27 14:44:13 +01:00
baldurk 5b07a48479 Switch android build to use NDK-provided cmake file
* The existing android cmake file doesn't work with newer NDK releases, so we
  have to use the provided cmake file. It should work in NDKs as far back as
  version 14.
2018-09-25 15:09:54 +01:00
baldurk 871685fe86 Split up CONTRIBUTING.md and move it under docs/ 2018-09-17 17:31:05 +01:00
baldurk 94fcff1616 Force installer to always overwrite all files regardless of version/date
* The AMD plugins e.g. don't have consistent incrementing versions, and in
  general we don't care too much about version numbers or creation/modified
  dates. We want the installer to always install the files it should.
2018-08-29 20:50:13 +01:00
baldurk adb3bb8cc6 Ensure RENDERDOC_VERSION env var passed to WiX on Windows 10 WSL 2018-08-20 11:57:05 +01:00
baldurk bd7a3c966e Don't copy .lib files as we don't need them 2018-08-20 11:57:04 +01:00
baldurk c599ab96e6 Make android compile friendly for Windows 10 WSL 2018-08-20 11:57:04 +01:00
baldurk 3f2862bcd3 Put MSBuild.log in build tree rather than /tmp to work on Windows 10 WSL 2018-08-20 11:57:04 +01:00
baldurk 5b89ababd5 Prefer make.sh for building docs as htmlhelp is removed from Makefile
* Also it's more flexible in locating necessary tools like sphinx-build or
  python
2018-08-20 11:57:03 +01:00
baldurk 92f593f38c Use windows 10 SDK as well as 8.1 SDK to find d3dcompiler_47.dll 2018-08-20 11:57:03 +01:00
baldurk 69cedf0732 Locate windows root as it is /mnt/c by default on Windows 10 WSL 2018-08-20 11:57:02 +01:00
baldurk 35d23582c1 Use MSYS2_ARG_CONV_EXCL to handle /parameters to windows executables 2018-08-20 11:57:02 +01:00
baldurk a12b62f0c6 Detect Windows 10 WSL with uname in main build script 2018-08-20 11:57:01 +01:00
baldurk c49888424f Disable GLES compilation for docs build 2018-07-07 00:00:03 +01:00
baldurk 53be1d3509 If Android build is skipped due to an error, print it to the terminal 2018-05-24 21:42:29 +01:00
baldurk 40544a59dc Pass a description to signtool when signing
* This is used when the MSI installer runs and generates a temporary file for
  the UAC prompt, so it will display "RenderDoc" instead of "hj782.msi".
2018-05-24 21:42:29 +01:00
baldurk 80724f7130 Add cvconst.h / cvinfo.h from microsoft-pdb repository for SPDB decoding
* This will be used to replace/improve the old reverse-engineered decoding.
2018-05-17 15:04:26 +01:00
baldurk b8ffc1c79f Make sure to quote the subject when emailing 2018-05-03 09:49:12 +01:00
baldurk c7432fb535 Mark scripts under util/ folder as executable 2018-05-02 18:18:08 +01:00
baldurk 7cccf4f765 Commit build and packaging scripts 2018-05-02 17:33:56 +01:00
baldurk e91116706c Move scripts/ folder to util/ 2018-05-01 18:53:03 +01:00