dante ruiz
ce2849b570
Revert "Merge pull request #15944 from danteruiz/add-signing"
...
This reverts commit 47b7e9a5dc
, reversing
changes made to 6d0ba98bfc
.
2019-07-23 09:38:32 -07:00
Matt Hardcastle
afb5f81ca0
Add signing to macOS Interface and HQ Launcher
...
This change adds signing to the macOS version of Interface and HQ
Launcher. By default, signing is not enabled; to enable signing you must
add the `XCODE_DEVELOPMENT_TEAM` environment variable and rerun CMake.
Jira: https://highfidelity.atlassian.net/browse/DEVOPS-52
2019-07-15 10:54:44 -07:00
Clement
6ddccafa6b
Use absolute path
2019-07-12 15:29:05 -07:00
Clement
b93ec08f5a
Modify path to resources
2019-07-12 14:05:02 -07:00
Clement
54a2619b70
Move ci scripts to hifi repo
2019-07-12 14:03:09 -07:00
Shannon Romano
22e9628e77
Merge pull request #15662 from SamGondelman/uber2
...
DEV-203: Add ability for .slp files to define shader variants
2019-07-03 18:03:56 -07:00
jennaingersoll
938b9e25f9
Merge pull request #15861 from jennaingersoll/signal-fix
...
DOC-66: Show deprecated notices for signals.
2019-07-02 10:21:56 -07:00
ingerjm0
292dce3e88
DOC-66: Show deprecated notices for signals.
2019-07-01 14:38:56 -07:00
jennaingersoll
b6cefd8dfb
Merge pull request #15786 from ChristophHaag/patch-1
...
Update jsdoc to avoid breakage with recent node
2019-06-27 13:06:12 -07:00
Anthony Thibault
96179328e0
nitpick: [mac] preserve symlinks when installing interface.app
2019-06-19 11:20:32 -07:00
Christoph Haag
bd22baad72
Update jsdoc to avoid breakage with recent node
2019-06-18 16:26:30 +02:00
Brad Davis
595fe0cdfe
Fix launcher signing for windows
2019-06-11 15:52:25 -07:00
Brad Davis
ee8235358a
Fixing the launcher signing
2019-06-11 14:51:43 -07:00
Brad Davis
56bde0432e
Tricking the builds system
2019-06-11 14:25:18 -07:00
Brad Davis
782e0e63dc
Another go at signing
2019-06-11 13:37:56 -07:00
Brad Davis
a86e41f898
More logging on signing / non-signing conditional
2019-06-11 13:00:36 -07:00
Brad Davis
40a20aac0d
Add signing for the windows launcher
2019-06-11 11:25:19 -07:00
Bradley Austin Davis
844397d86c
Merge pull request #15689 from jherico/light-launcher-win
...
DEV-77: Light launcher Windows build
2019-06-10 18:43:44 -07:00
Brad Davis
ecfc3613b0
Enable windows launcher build
2019-06-10 16:44:19 -07:00
Howard Stearns
6394d14f2a
Merge pull request #15687 from SimonWalton-HiFi/dissectors-message-limits
...
Dissectors: Limit message number & position values
2019-06-06 17:03:09 -07:00
Simon Walton
d2e9abd72c
Tweak limits; add comment
2019-06-06 15:01:54 -07:00
Simon Walton
a5c2ce472e
unsourced additions from Howard
2019-06-06 11:08:16 -07:00
Simon Walton
ecbce8201b
Dissectors: Limit message number & position values
2019-06-05 18:17:24 -07:00
Brad Davis
0bc0c73ef2
Enable mac launcher builds
2019-06-05 15:16:01 -07:00
Brad Davis
3cb5b7716e
Light Launchers
2019-06-05 11:18:16 -07:00
SamGondelman
68d2f9581f
add ability for slp files to define shader variants
2019-06-03 19:16:42 -07:00
Anthony J. Thibault
154fd393ba
Bug fix for crash in QScriptEngine::reportAdditionalMemoryCost()
...
This fix requires a patch to qt. This build includs a new pre-built Qt 5.12.3 with the patch applied.
See tools/qt5-builder/qtscript-crash-fix.patch to see actual patch applied.
* Touched bullet3 portfile to create new vckpg hash
* New urls for qt assets which include qscript patch hifi_vcpkg.py
* Updated tools/qt5-builder/ with qscript patch and README.md directions.
https://highfidelity.atlassian.net/browse/BUGZ-46
A qt bug was filed to hopefully get this bug fixed upstream.
https://bugreports.qt.io/browse/QTBUG-76176
2019-06-03 17:11:54 -07:00
Simon Walton
987d5e7662
Merge pull request #15650 from SimonWalton-HiFi/dissectors-stun-filter
...
Use STUN RFC magic number to filter for such packets
2019-05-30 15:47:50 -07:00
Brad Hefta-Gaub
85389aa5b9
Merge pull request #15649 from hyperlogic/bug-fix/qt-symbols-for-mac
...
Update mac qt build
2019-05-30 12:04:44 -07:00
Simon Walton
bffd87b331
Fallback for STUN packets
2019-05-30 11:41:12 -07:00
Simon Walton
d620d3511f
Add packet-len check
2019-05-29 18:21:37 -07:00
Simon Walton
ddffa62468
Use STUN RFC magic number to filter for such packets
2019-05-29 18:10:48 -07:00
Anthony J. Thibault
ddf1543d68
Update mac qt build
...
* Reformat whitespace in README.md
* hifi_vckpg.py: Remove macos var/temp hack for vcpkg
* hifi_vckpg.py: Add ability to override HIFI_QT_INSTALL_ROOT dir with environment variable.
* hifi_vckpg.py: Update macos url for pre-built qt 5.12.3 on S3.
* cmake/ports/bullet3/portfile.cmake: add comment to force change in vcpkg hash.
* tools/qt-builder/README.md: updated formatting and added details about how to generate symbols for macos and pc
* tools/qt-builder: added prepare python scripts for symbols
* cmake/macros/SetupQt.cmake: Remove hardcoded var/temp qt cmake path
2019-05-29 17:11:24 -07:00
Brad Davis
568d3ab1f9
Fix release build zip name
2019-05-29 09:19:11 -07:00
Brad Davis
4d0eb65121
Post-build script tweaks
2019-05-28 15:22:03 -07:00
Brad Hefta-Gaub
f9773dfdd8
Merge pull request #15615 from jherico/feature/post-build-script
...
DEV-50: Add postbuild script
2019-05-24 09:17:37 -07:00
Anthony J. Thibault
a7874fa556
Update windows build with symbols for release qt-5.12.3
...
hifi_vcpkg.py will now download a new version of qt that contains release symbols.
made minor changes to bullet3/portfile.cmake to trigger a new vkpkg hash.
2019-05-23 14:10:06 -07:00
Brad Davis
cdf71f40d5
Add postbuild script for CI server
2019-05-23 10:55:39 -07:00
Andrew Meadows
4cf9673dbb
Merge master into 22007-hifiQtBuildv2
2019-05-15 14:10:30 -07:00
Clement
b3d0705e39
Extend ICE logging + make it more searchable
2019-05-08 18:38:00 -07:00
NissimHadar
f1593cad70
Updated readmes.
2019-05-05 17:16:38 -07:00
NissimHadar
6ff6c0c410
Reverted erroneous commit.
2019-05-04 18:45:27 -07:00
NissimHadar
844fbec36f
So that both Jenkins and local Mac are happy.
2019-05-04 18:09:54 -07:00
NissimHadar
c9e372aa53
Updated for Ubuntu 16.04/18.04
2019-05-04 17:30:10 -07:00
NissimHadar
ec4a3fed43
Using Andrew's configure line.
2019-05-03 21:20:18 -07:00
NissimHadar
80bf1e592d
Allow build on both Ubuntu 16.04 (Jenkins) and 18.04
2019-05-03 20:37:40 -07:00
NissimHadar
604f506dec
Merge branch '22007-hifiQtBuildv2' of github.com:NissimHadar/hifi into 22007-hifiQtBuildv2
2019-05-03 19:24:45 -07:00
NissimHadar
88a89de7c6
Merge branch 'master' of github.com:highfidelity/hifi into 22007-hifiQtBuildv2
2019-05-03 19:18:34 -07:00
NissimHadar
9dfcb675ca
Moved script.
2019-05-01 10:47:40 -07:00
NissimHadar
cd276d2745
Merge branch 'master' of github.com:highfidelity/hifi into 22007-hifiQtBuildv2
2019-04-29 14:37:43 -07:00