-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
205 changed files
with
114,620 additions
and
76,814 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: microsoft/[email protected].0 | ||
- uses: microsoft/[email protected].2 | ||
- name: Integrate vcpkg | ||
run: vcpkg integrate install | ||
- name: Build vcpkg libraries | ||
|
@@ -30,6 +30,14 @@ jobs: | |
run: msbuild .\capture\build\win32\capture.vcxproj /property:Configuration=Debug /property:Platform=x64 | ||
- name: Capture utility Release | ||
run: msbuild .\capture\build\win32\capture.vcxproj /property:Configuration=Release /property:Platform=x64 | ||
- name: Csvexport utility Debug | ||
run: msbuild .\csvexport\build\win32\csvexport.vcxproj /property:Configuration=Debug /property:Platform=x64 | ||
- name: Csvexport utility Release | ||
run: msbuild .\csvexport\build\win32\csvexport.vcxproj /property:Configuration=Release /property:Platform=x64 | ||
- name: Import-chrome utility Debug | ||
run: msbuild .\import-chrome\build\win32\import-chrome.vcxproj /property:Configuration=Debug /property:Platform=x64 | ||
- name: Import-chrome utility Release | ||
run: msbuild .\import-chrome\build\win32\import-chrome.vcxproj /property:Configuration=Release /property:Platform=x64 | ||
- name: Library | ||
run: msbuild .\library\win32\TracyProfiler.vcxproj /property:Configuration=Release /property:Platform=x64 | ||
- name: Package binaries | ||
|
@@ -39,6 +47,8 @@ jobs: | |
copy profiler\build\win32\x64\Release\Tracy.exe bin | ||
copy update\build\win32\x64\Release\update.exe bin | ||
copy capture\build\win32\x64\Release\capture.exe bin | ||
copy import-chrome\build\win32\x64\Release\import-chrome.exe bin | ||
copy csvexport\build\win32\x64\Release\csvexport.exe bin | ||
copy library\win32\x64\Release\TracyProfiler.dll bin\dev | ||
copy library\win32\x64\Release\TracyProfiler.lib bin\dev | ||
7z a Tracy.7z bin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Bartosz Taudul <wolf[email protected]> | ||
Bartosz Taudul <wolf@nereid.pl> | ||
Kamil Klimek <[email protected]> (initial find zone implementation) | ||
Bartosz Szreder <[email protected]> (view/worker split) | ||
Arvid Gerstmann <[email protected]> (compatibility fixes) | ||
|
@@ -9,3 +9,7 @@ Dedmen Miller <[email protected]> (find zone bug fixes, improv | |
Michał Cichoń <[email protected]> (OSX call stack decoding backport) | ||
Thales Sabino <[email protected]> (OpenCL support) | ||
Andrew Depke <[email protected]> (Direct3D 12 support) | ||
Simonas Kazlauskas <[email protected]> (OSX CI, external bindings) | ||
Jakub Žádník <[email protected]> (csvexport utility) | ||
Andrey Voroshilov <[email protected]> (multi-DLL fixes) | ||
Benoit Jacob <[email protected]> (Android improvements) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Tracy Profiler (https://github.com/wolfpld/tracy) is licensed under the | ||
3-clause BSD license. | ||
|
||
Copyright (c) 2017-2020, Bartosz Taudul <wolf[email protected]> | ||
Copyright (c) 2017-2021, Bartosz Taudul <wolf@nereid.pl> | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.