Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/update
AgeCommit message (Collapse)Author
2022-08-27Move TracyVersion.hpp to common.Bartosz Taudul
2022-07-17Move all client headers and sources to public/ directory.Bartosz Taudul
2022-06-18Use $(ProjectDir) for vcpkg msbuild without integration paths.MACHIZAUD Andréa
2022-06-18Uses $(VcpkgManifestRoot) for vcpkg msbuild integration paths.MACHIZAUD Andréa
2022-06-13Fix vcxproj support without `vcpkg integrate install`MACHIZAUD Andréa
2022-06-04Merge pull request #365 from theblackunknown/msvc+vcpkg-manifestBartosz Taudul
Using vcpkg manifest for Windows
2022-06-04Inject appropriate path for manifest installMACHIZAUD Andréa
2022-05-20Support TRACY_NO_LTO build flag.Graydon Hoare
2022-05-09Remove superfluous vcxproj setup thanks to vcpkg integrationMACHIZAUD Andréa
2022-05-09Fix weird path ?MACHIZAUD Andréa
2022-05-09Update vcxproj vcpkg pathMACHIZAUD Andréa
2022-05-09Add Vcpkg manifest + MSBuild integrationMACHIZAUD Andréa
2022-04-27Use lld linker, if available.Bartosz Taudul
2022-04-24Makefiles can now build clangd database.Bartosz Taudul
Executing the "make db" will run the build process of the selected tool or library through the bear wrapper (which has to be available in the system), which will record the compilation parameters of each source file. This database can be then used by VS Code to set the proper defines and find all the required includes. Note that database building is performed in context of the specific tool or library. Not all tools have the same set of flags.
2022-03-30Expose source file scan in update utility.Bartosz Taudul
2021-12-21Bump zstd to 1.5.1.Bartosz Taudul
2021-11-13Update to MSVC 2022.Bartosz Taudul
2021-10-08Drop support for Cygwin.Bartosz Taudul
2021-09-21Vcpkg changed everything again.Bartosz Taudul
2021-05-24Move TracyStackFrames to common.Bartosz Taudul
2021-05-15Add interface for frame images dict building.Bartosz Taudul
2021-05-15Add zstd dict builder.Bartosz Taudul
2021-05-15Bump zstd to 1.5.0.Bartosz Taudul
2021-02-25Fix vcpkg.Bartosz Taudul
2021-01-27Enable Link Time Optimization on unix.Bartosz Taudul
2021-01-26Use proper capstone include path.Bartosz Taudul
2021-01-26Remove all lingering references to 32-bit win32 builds.Bartosz Taudul
2021-01-26Update all sln files to MSVC 2019.Bartosz Taudul
2021-01-26ARM clang doesn't support -march=native.Bartosz Taudul
2021-01-26Don't pass -s parameter to clang.Bartosz Taudul
2020-10-03Build release target by default.Bartosz Taudul
2020-07-31Factor out Unix build logic into shared files.Jim Blandy
2020-07-31Factor out makefile TBB detection, apply to all tools.Jim Blandy
2020-07-17Allow stripping data from captures.Bartosz Taudul
2020-07-17Use getopt in the update utility.Bartosz Taudul
2020-06-20Fix build on macosSimonas Kazlauskas
It was broken by a110b420111ce02825fffaec29d08b5cc7b2168a. In addition, adjust the CI definition to test builds on macOS.
2020-06-19Revert "Use pkg-config to link with TBB, but silence errors."Bartosz Taudul
This reverts commit b4d6833231fea194f2d2912d29c8f2ca452f7178. pkg-config setup for TBB is debian-specific.
2020-06-19Use pkg-config to link with TBB, but silence errors.Bartosz Taudul
2020-05-13Target native architecture.Bartosz Taudul
2020-04-22Use debug vcpkg librariesDavid Farrell
2020-04-21Updated Visual Studio project files to use vcpkg directory for dependenciesDavid Farrell
This modifies all of the include and lib paths to point to vcpkg/vcpkg/installed/x64-windows-static/include and lib. With these changes, all executables in Tracy build out of the box in all configurations (assuming you have run the install_vcpkg_depencies.bat script first). Perhaps it would be better to use a single Visual Studio .props file that all of the .vcxproj files point to so that the include and lib paths are set in a single place, but for now the paths are set separately in each .vcxproj.
2020-04-12Remove -fomit-frame-pointer.Bartosz Taudul
2020-04-02Add missing vcpkg triplets.Bartosz Taudul
2020-04-01Query source location of each assembly instruction.Bartosz Taudul
2020-03-19Remove benaphore, use std::mutex on cygwin.Bartosz Taudul
2020-03-02Extract texture compression functionality.Bartosz Taudul
2020-02-12Handle FileReadError.Bartosz Taudul
2020-02-12Add mmap() wrapper.Bartosz Taudul
2020-02-08Fix typo.Bartosz Taudul
2020-02-08Expose zstd in update utility.Bartosz Taudul