Commit Graph

22 Commits

Author SHA1 Message Date
moritz-h
45766bc6b4
[tracy] fix 0.11.1 update, install only release tools (#40607) 2024-09-03 13:32:09 -07:00
Ada Tufankjian
a747ea2aae
[tracy] Update to v0.11.1 (#40671) 2024-08-28 02:07:54 -07:00
moritz-h
821100d967
[tracy] update to 0.11.0, cmake build (#39976) 2024-07-20 13:35:20 -05:00
Jan Hrubý
63e1c69199
[tracy] enable fibers feature (#37618) 2024-03-25 15:13:30 -07:00
moritz-h
dcba1dde66
[tracy] fix manifest mode build (#34874) 2023-11-17 14:56:52 -08:00
moritz-h
051b6d8f8d
[tracy] update to 0.10 (#34544) 2023-10-18 10:07:09 -07:00
autoantwort
a67a4b68e1
[tracy] fix tools build (#34414) 2023-10-12 20:48:17 -07:00
moritz-h
4dd85256a8
[tracy] require tbb, cleanup portfile (#33098)
* [tbb] Fix linux pkgconfig

* [tracy] require tbb, cleanup portfile

* use vcpkg_msbuild_install

* remove gtk warning

* rollback using vcpkg_msbuild_install
2023-08-23 21:38:13 -07:00
moritz-h
4af97c9f9f
[tracy] require dbus dependency (#32802) 2023-07-31 11:27:47 -07:00
Francisco Facioni
24a3b63e6b
vcpkg - make it compatible with non wayland systems (#31520) 2023-05-25 11:39:42 -07:00
Francisco Facioni
7e957fda0c
tracy - upgrade to 0.9.1 (#31484) 2023-05-18 11:21:54 -07:00
Francisco Facioni
06b0521c43
tracy - add disable-crash-handler to disable the crash handler (#29693) 2023-02-27 12:27:54 -08:00
Francisco Facioni
a2f56c4dd6
[tracy] add on-demand option for the client lib (#29429) 2023-02-03 14:08:58 -08:00
Sergei Kachkov
fa32c6acbd
[tracy] Fix imgui search path for Linux build (#28643)
* [tracy] Fix imgui search path for Linux build

* update port-version
2023-01-04 12:58:42 -08:00
Arsen Tufankjian
56eea1a9f0
[tracy] Updating port to v0.9 (#27703)
* Updating tracy to v0.9

* Adding version

* Fixing up deprecated code path

* Updating version
2022-11-10 09:17:13 -08:00
alex-tdrn
a2968fdd92
[tracy] update to 0.8.2 (#26200)
* [tracy] update to 0.8.2

* rever rename of capstone patch

* add back newlines

* update versions

* revert removal of vcxproj patch

* fixup vcxproj vcpkg patch

* update git-tree hash
2022-08-18 10:44:46 -07:00
MACHIZAUD Andréa
69f8fc1dca
[tracy] update to 0.8.1 (#24318)
Co-authored-by: MACHIZAUD Andréa <andrea.machizaud@adobe.com>
2022-04-25 15:49:42 -07:00
MACHIZAUD Andréa
e0c3408c77
[tracy] Add Tracy profiler and capture tools using project files (#24091)
* [tracy] Add Tracy `profiler` and `capture` tools

* [tracy] Linux supports

* [capstone] fix non-installed pkg-config

* [tracy] supports for capstone (including pkgconfig support)

* [tracy] Add license

* [tracy] fix OSX

* [tracy] tools cannot be built on x86 Windows

* [tracy] do not build tools by default

* [tracy] Fix case

* [tracy] fix vcpkg copyright location convention

* Apply suggestions from code review

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Finish code for code review suggestions

* Use `vcpkg_build_make` instead of `vcpkg_execute_build_process`

* Apply suggestions from code review

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Workaround Windows cl complaint about `nodiscard`

* Use tools bundle rather than individual tools in features

* [capstone] Upgrade port after capstone-engine/capstone#1870 merge

Co-authored-by: MACHIZAUD Andréa <andrea.machizaud@adobe.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-04-20 14:51:12 -07:00
Arsen Tufankjian
e5b3177ece
[Tracy] Updating versionto 0.8.0 (#23859)
* Adding tracy port

* Formatting tracy port

* Tidying up the port

* Formatting again

* Making sure git-tree is correct

* Adding correct vcpkg dependencies

* Newline at file end again

* Update version database

* Making sure to mark tracy as not supporting x86 at all

* Updating version again

* Responding to feedback and double checking which builds will work

* Updating versions

* Tidying up some loose ends

* Updating port version again

* Removing port-version 1

* Removing tracy from ci baseline

* Removing unnecessary include copy

* Updating version

* Resolving feedback

* Updating version and formatting

* Version for the version god

* tweaking tracy supports

* Formatting and version

* Version

* Adding pthreads dependency to tracy for non-windows platforms

* Version

* Fixing tracy port

* Fixing version

* TRACY_IMPORTS should be an INTERFACE define

* Updating patch to tracy to place it in the correct namespace

* Fixing issue in patch file

* Updating version

* Forgot to put the :: in the namespace

* Updating version

* Bumping port version

* Updating version

* Updating version database

* Fixing incorrect version of tracy

* Update version

* Updating tracy to 0.8.0

* Updating version

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-03-30 13:29:42 -07:00
Arsen Tufankjian
7249fa4d64
[Tracy] Fixing issue where version 0.7.8 was pulling the wrong version (#23061)
* Adding tracy port

* Formatting tracy port

* Tidying up the port

* Formatting again

* Making sure git-tree is correct

* Adding correct vcpkg dependencies

* Newline at file end again

* Update version database

* Making sure to mark tracy as not supporting x86 at all

* Updating version again

* Responding to feedback and double checking which builds will work

* Updating versions

* Tidying up some loose ends

* Updating port version again

* Removing port-version 1

* Removing tracy from ci baseline

* Removing unnecessary include copy

* Updating version

* Resolving feedback

* Updating version and formatting

* Version for the version god

* tweaking tracy supports

* Formatting and version

* Version

* Adding pthreads dependency to tracy for non-windows platforms

* Version

* Fixing tracy port

* Fixing version

* TRACY_IMPORTS should be an INTERFACE define

* Updating patch to tracy to place it in the correct namespace

* Fixing issue in patch file

* Updating version

* Forgot to put the :: in the namespace

* Updating version

* Bumping port version

* Updating version

* Updating version database

* Fixing incorrect version of tracy

* Update version

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-02-23 15:02:51 -08:00
Arsen Tufankjian
89ed213031
Fixing Tracy Port (#22510)
* Adding tracy port

* Formatting tracy port

* Tidying up the port

* Formatting again

* Making sure git-tree is correct

* Adding correct vcpkg dependencies

* Newline at file end again

* Update version database

* Making sure to mark tracy as not supporting x86 at all

* Updating version again

* Responding to feedback and double checking which builds will work

* Updating versions

* Tidying up some loose ends

* Updating port version again

* Removing port-version 1

* Removing tracy from ci baseline

* Removing unnecessary include copy

* Updating version

* Resolving feedback

* Updating version and formatting

* Version for the version god

* tweaking tracy supports

* Formatting and version

* Version

* Adding pthreads dependency to tracy for non-windows platforms

* Version

* Fixing tracy port

* Fixing version

* TRACY_IMPORTS should be an INTERFACE define

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-01-13 10:49:26 -08:00
Arsen Tufankjian
cf43cf71c8
[Tracy Profiler] Add new port (#21826)
* Adding tracy port

* Formatting tracy port

* Tidying up the port

* Formatting again

* Making sure git-tree is correct

* Adding correct vcpkg dependencies

* Newline at file end again

* Update version database

* Making sure to mark tracy as not supporting x86 at all

* Updating version again

* Responding to feedback and double checking which builds will work

* Updating versions

* Tidying up some loose ends

* Updating port version again

* Removing port-version 1

* Removing tracy from ci baseline

* Removing unnecessary include copy

* Updating version

* Resolving feedback

* Updating version and formatting

* Version for the version god

* tweaking tracy supports

* Formatting and version

* Version

* Adding pthreads dependency to tracy for non-windows platforms

* Version
2021-12-20 11:43:09 -05:00