diff --git a/capture/build/unix/Makefile b/capture/build/unix/Makefile
deleted file mode 100644
index f762d28a..00000000
--- a/capture/build/unix/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-all: release
-
-debug:
- @$(MAKE) -f debug.mk all
-
-release:
- @$(MAKE) -f release.mk all
-
-clean:
- @$(MAKE) -f build.mk clean
-
-db: clean
- @bear -- $(MAKE) -f debug.mk all
- @mv -f compile_commands.json ../../../
-
-.PHONY: all clean debug release db
diff --git a/capture/build/unix/build.mk b/capture/build/unix/build.mk
deleted file mode 100644
index 6fc1aa6f..00000000
--- a/capture/build/unix/build.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-CFLAGS +=
-CXXFLAGS := $(CFLAGS) -std=gnu++17
-DEFINES += -DTRACY_NO_STATISTICS
-INCLUDES := $(shell pkg-config --cflags capstone)
-LIBS += $(shell pkg-config --libs capstone) -lpthread
-PROJECT := capture
-IMAGE := $(PROJECT)-$(BUILD)
-
-FILTER := ../../../getopt/getopt.c
-include ../../../common/src-from-vcxproj.mk
-
-include ../../../common/unix.mk
diff --git a/capture/build/unix/debug.mk b/capture/build/unix/debug.mk
deleted file mode 100644
index a4ec6b6a..00000000
--- a/capture/build/unix/debug.mk
+++ /dev/null
@@ -1,6 +0,0 @@
-CFLAGS := -g3 -Wall
-DEFINES := -DDEBUG
-BUILD := debug
-
-include ../../../common/unix-debug.mk
-include build.mk
diff --git a/capture/build/unix/release.mk b/capture/build/unix/release.mk
deleted file mode 100644
index ccf07661..00000000
--- a/capture/build/unix/release.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-CFLAGS := -O3
-ifndef TRACY_NO_LTO
-CFLAGS += -flto
-endif
-DEFINES := -DNDEBUG
-BUILD := release
-
-include ../../../common/unix-release.mk
-include build.mk
diff --git a/capture/build/win32/capture.sln b/capture/build/win32/capture.sln
deleted file mode 100644
index c65f4fce..00000000
--- a/capture/build/win32/capture.sln
+++ /dev/null
@@ -1,25 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.30907.101
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "capture", "capture.vcxproj", "{447D58BF-94CD-4469-BB90-549C05D03E00}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {447D58BF-94CD-4469-BB90-549C05D03E00}.Debug|x64.ActiveCfg = Debug|x64
- {447D58BF-94CD-4469-BB90-549C05D03E00}.Debug|x64.Build.0 = Debug|x64
- {447D58BF-94CD-4469-BB90-549C05D03E00}.Release|x64.ActiveCfg = Release|x64
- {447D58BF-94CD-4469-BB90-549C05D03E00}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {3E51386C-43EA-44AC-9F24-AFAFE4D63ADE}
- EndGlobalSection
-EndGlobal
diff --git a/capture/build/win32/capture.vcxproj b/capture/build/win32/capture.vcxproj
deleted file mode 100644
index be512f84..00000000
--- a/capture/build/win32/capture.vcxproj
+++ /dev/null
@@ -1,210 +0,0 @@
-
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
- 15.0
- {447D58BF-94CD-4469-BB90-549C05D03E00}
- capture
- 10.0
- x64-windows-static
-
-
-
- Application
- true
- v143
- MultiByte
-
-
- Application
- false
- v143
- true
- MultiByte
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
-
- Level3
- Disabled
- true
- true
- true
- TRACY_NO_STATISTICS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;_USE_MATH_DEFINES;%(PreprocessorDefinitions)
- AdvancedVectorExtensions2
- stdcpplatest
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include;$(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include\capstone;$(VcpkgManifestRoot)\vcpkg_installed\$(VcpkgTriplet)\$(VcpkgTriplet)\include\capstone;$(VcpkgRoot)\installed\$(VcpkgTriplet)\include\capstone
-
-
- ws2_32.lib;capstone.lib;%(AdditionalDependencies)
- Console
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\debug\lib
-
-
-
-
- Level3
- MaxSpeed
- true
- true
- true
- true
- true
- TRACY_NO_STATISTICS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;_USE_MATH_DEFINES;%(PreprocessorDefinitions)
- AdvancedVectorExtensions2
- stdcpplatest
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include;$(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include\capstone;$(VcpkgManifestRoot)\vcpkg_installed\$(VcpkgTriplet)\$(VcpkgTriplet)\include\capstone;$(VcpkgRoot)\installed\$(VcpkgTriplet)\include\capstone
-
-
- true
- true
- ws2_32.lib;capstone.lib;%(AdditionalDependencies)
- Console
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\lib
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/capture/build/win32/capture.vcxproj.filters b/capture/build/win32/capture.vcxproj.filters
deleted file mode 100644
index 52cd9f73..00000000
--- a/capture/build/win32/capture.vcxproj.filters
+++ /dev/null
@@ -1,371 +0,0 @@
-
-
-
-
- {729c80ee-4d26-4a5e-8f1f-6c075783eb56}
-
-
- {cf23ef7b-7694-4154-830b-00cf053350ea}
-
-
- {e39d3623-47cd-4752-8da9-3ea324f964c1}
-
-
- {ee9737d2-69c7-44da-b9c7-539d18f9d4b4}
-
-
- {f201463b-5e69-46fe-bdfc-1b5eed86c7f7}
-
-
- {7e93ae33-6543-4bca-b05b-50818dbf24cc}
-
-
- {3b0c32f5-9efb-4503-9394-5ab95909fb1c}
-
-
- {c1f99170-d904-4af1-8010-0a3ded5736c8}
-
-
- {456e6786-ea57-42b8-ae38-829cd2d918bd}
-
-
-
-
- server
-
-
- server
-
-
- src
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- getopt
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- getopt
-
-
- zstd
-
-
- zstd
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- zstd
-
-
- zstd\common
-
-
- zstd\compress
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
-
-
- zstd\decompress
-
-
-
\ No newline at end of file
diff --git a/common/src-from-vcxproj.mk b/common/src-from-vcxproj.mk
deleted file mode 100644
index 0564c09c..00000000
--- a/common/src-from-vcxproj.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# Extract the actual list of source files from a sibling Visual Studio project.
-
-# Ensure these are simply-substituted variables, without changing their values.
-SRC := $(SRC)
-SRC2 := $(SRC2)
-SRC3 := $(SRC3)
-SRC4 := $(SRC4)
-
-# Paths here are relative to the directory in which make was invoked, not to
-# this file, so ../win32/$(PROJECT).vcxproj refers to the Visual Studio project
-# of whichever tool is including this makefile fragment.
-
-BASE := $(shell grep -E 'ClCompile.*cpp"' ../win32/$(PROJECT).vcxproj | sed -e 's/.*\"\(.*\)\".*/\1/' | sed -e 's@\\@/@g')
-BASE2 := $(shell grep -E 'ClCompile.*c"' ../win32/$(PROJECT).vcxproj | sed -e 's/.*\"\(.*\)\".*/\1/' | sed -e 's@\\@/@g')
-BASE4 := $(shell grep -E 'None.*S"' ../win32/$(PROJECT).vcxproj | sed -e 's/.*\"\(.*\)\".*/\1/' | sed -e 's@\\@/@g')
-
-# The tool-specific makefile may request that certain files be omitted.
-SRC += $(filter-out $(FILTER),$(BASE))
-SRC2 += $(filter-out $(FILTER),$(BASE2))
-SRC3 += $(filter-out $(FILTER),$(BASE3))
-SRC4 += $(filter-out $(FILTER),$(BASE4))
diff --git a/common/unix-debug.mk b/common/unix-debug.mk
deleted file mode 100644
index 9838061f..00000000
--- a/common/unix-debug.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-ARCH := $(shell uname -m)
-
-ifeq (1,$(shell $(CC) --version | grep clang > /dev/null && echo 1 || echo 0))
- ifeq (1,$(shell ld.mold --version > /dev/null 2> /dev/null && echo 1 || echo 0))
-LDFLAGS := -fuse-ld=mold
- endif
-endif
-
-ifndef TRACY_NO_ISA_EXTENSIONS
-ifneq (,$(filter $(ARCH),aarch64 arm64))
-CFLAGS += -mcpu=native
-else
-CFLAGS += -march=native
-endif
-endif
diff --git a/common/unix-release.mk b/common/unix-release.mk
deleted file mode 100644
index 4b5eec80..00000000
--- a/common/unix-release.mk
+++ /dev/null
@@ -1,19 +0,0 @@
-ARCH := $(shell uname -m)
-
-ifeq (0,$(shell $(CC) --version | grep clang > /dev/null && echo 1 || echo 0))
-CFLAGS += -s
-else
- ifeq (1,$(shell ld.mold --version > /dev/null 2> /dev/null && echo 1 || echo 0))
-LDFLAGS := -s -fuse-ld=mold
- else
-LDFLAGS := -s
- endif
-endif
-
-ifndef TRACY_NO_ISA_EXTENSIONS
-ifneq (,$(filter $(ARCH),aarch64 arm64))
-CFLAGS += -mcpu=native
-else
-CFLAGS += -march=native
-endif
-endif
diff --git a/common/unix.mk b/common/unix.mk
deleted file mode 100644
index f836bdfc..00000000
--- a/common/unix.mk
+++ /dev/null
@@ -1,84 +0,0 @@
-# Common code needed by most Tracy Unix Makefiles.
-
-# Ensure these are simply-substituted variables, without changing their values.
-LIBS := $(LIBS)
-
-ifndef NO_TBB
-# Tracy does not use TBB directly, but the implementation of parallel algorithms
-# in some versions of libstdc++ depends on TBB. When it does, you must
-# explicitly link against -ltbb.
-#
-# Some distributions have pgk-config files for TBB, others don't.
-ifeq (0,$(shell pkg-config --libs tbb >/dev/null 2>&1; echo $$?))
- LIBS += $(shell pkg-config --libs tbb)
-else ifeq (0,$(shell ld -ltbb -o /dev/null 2>/dev/null; echo $$?))
- LIBS += -ltbb
-endif
-endif
-
-OBJDIRBASE := obj/$(BUILD)
-OBJDIR := $(OBJDIRBASE)/o/o/o
-
-OBJ := $(addprefix $(OBJDIR)/,$(SRC:%.cpp=%.o))
-OBJ2 := $(addprefix $(OBJDIR)/,$(SRC2:%.c=%.o))
-OBJ3 := $(addprefix $(OBJDIR)/,$(SRC3:%.m=%.o))
-OBJ4 := $(addprefix $(OBJDIR)/,$(SRC4:%.S=%.o))
-
-all: $(IMAGE)
-
-$(OBJDIR)/%.o: %.cpp
- $(CXX) -c $(INCLUDES) $(CXXFLAGS) $(DEFINES) $< -o $@
-
-$(OBJDIR)/%.d : %.cpp
- @echo Resolving dependencies of $<
- @mkdir -p $(@D)
- @$(CXX) -MM $(INCLUDES) $(CXXFLAGS) $(DEFINES) $< > $@.$$$$; \
- sed 's,.*\.o[ :]*,$(OBJDIR)/$(<:.cpp=.o) $@ : ,g' < $@.$$$$ > $@; \
- rm -f $@.$$$$
-
-$(OBJDIR)/%.o: %.c
- $(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@
-
-$(OBJDIR)/%.d : %.c
- @echo Resolving dependencies of $<
- @mkdir -p $(@D)
- @$(CC) -MM $(INCLUDES) $(CFLAGS) $(DEFINES) $< > $@.$$$$; \
- sed 's,.*\.o[ :]*,$(OBJDIR)/$(<:.c=.o) $@ : ,g' < $@.$$$$ > $@; \
- rm -f $@.$$$$
-
-$(OBJDIR)/%.o: %.m
- $(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@
-
-$(OBJDIR)/%.d : %.m
- @echo Resolving dependencies of $<
- @mkdir -p $(@D)
- @$(CC) -MM $(INCLUDES) $(CFLAGS) $(DEFINES) $< > $@.$$$$; \
- sed 's,.*\.o[ :]*,$(OBJDIR)/$(<:.m=.o) $@ : ,g' < $@.$$$$ > $@; \
- rm -f $@.$$$$
-
-$(OBJDIR)/%.o: %.S
- $(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@
-
-$(OBJDIR)/%.d : %.S
- @echo Resolving dependencies of $<
- @mkdir -p $(@D)
- @$(CC) -MM $(INCLUDES) $(CFLAGS) $(DEFINES) $< > $@.$$$$; \
- sed 's,.*\.o[ :]*,$(OBJDIR)/$(<:.m=.o) $@ : ,g' < $@.$$$$ > $@; \
- rm -f $@.$$$$
-
-ifeq (yes,$(SHARED_LIBRARY))
-$(IMAGE): $(OBJ) $(OBJ2) $(OBJ4)
- $(CXX) $(CXXFLAGS) $(LDFLAGS) $(DEFINES) $(OBJ) $(OBJ2) $(OBJ4) $(LIBS) -shared -o $@
-else
-$(IMAGE): $(OBJ) $(OBJ2) $(OBJ3) $(OBJ4)
- $(CXX) $(CXXFLAGS) $(LDFLAGS) $(DEFINES) $(OBJ) $(OBJ2) $(OBJ3) $(OBJ4) $(LIBS) -o $@
-endif
-
-ifneq "$(MAKECMDGOALS)" "clean"
--include $(addprefix $(OBJDIR)/,$(SRC:.cpp=.d)) $(addprefix $(OBJDIR)/,$(SRC2:.c=.d)) $(addprefix $(OBJDIR)/,$(SRC3:.m=.d)) $(addprefix $(OBJDIR)/,$(SRC4:.S=.d))
-endif
-
-clean:
- rm -rf $(OBJDIRBASE) $(IMAGE)*
-
-.PHONY: clean all
diff --git a/csvexport/build/unix/Makefile b/csvexport/build/unix/Makefile
deleted file mode 100644
index f762d28a..00000000
--- a/csvexport/build/unix/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-all: release
-
-debug:
- @$(MAKE) -f debug.mk all
-
-release:
- @$(MAKE) -f release.mk all
-
-clean:
- @$(MAKE) -f build.mk clean
-
-db: clean
- @bear -- $(MAKE) -f debug.mk all
- @mv -f compile_commands.json ../../../
-
-.PHONY: all clean debug release db
diff --git a/csvexport/build/unix/build.mk b/csvexport/build/unix/build.mk
deleted file mode 100644
index 0f42b8d5..00000000
--- a/csvexport/build/unix/build.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-CFLAGS +=
-CXXFLAGS := $(CFLAGS) -std=gnu++17
-# DEFINES += -DTRACY_NO_STATISTICS
-INCLUDES := $(shell pkg-config --cflags capstone)
-LIBS := $(shell pkg-config --libs capstone) -lpthread
-PROJECT := csvexport
-IMAGE := $(PROJECT)-$(BUILD)
-
-FILTER :=
-include ../../../common/src-from-vcxproj.mk
-
-include ../../../common/unix.mk
diff --git a/csvexport/build/unix/debug.mk b/csvexport/build/unix/debug.mk
deleted file mode 100644
index a4ec6b6a..00000000
--- a/csvexport/build/unix/debug.mk
+++ /dev/null
@@ -1,6 +0,0 @@
-CFLAGS := -g3 -Wall
-DEFINES := -DDEBUG
-BUILD := debug
-
-include ../../../common/unix-debug.mk
-include build.mk
diff --git a/csvexport/build/unix/release.mk b/csvexport/build/unix/release.mk
deleted file mode 100644
index ccf07661..00000000
--- a/csvexport/build/unix/release.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-CFLAGS := -O3
-ifndef TRACY_NO_LTO
-CFLAGS += -flto
-endif
-DEFINES := -DNDEBUG
-BUILD := release
-
-include ../../../common/unix-release.mk
-include build.mk
diff --git a/csvexport/build/win32/csvexport.sln b/csvexport/build/win32/csvexport.sln
deleted file mode 100644
index 2c361b12..00000000
--- a/csvexport/build/win32/csvexport.sln
+++ /dev/null
@@ -1,25 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.30907.101
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "csvexport", "csvexport.vcxproj", "{447D58BF-94CD-4469-BB90-549C05D03E00}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {447D58BF-94CD-4469-BB90-549C05D03E00}.Debug|x64.ActiveCfg = Debug|x64
- {447D58BF-94CD-4469-BB90-549C05D03E00}.Debug|x64.Build.0 = Debug|x64
- {447D58BF-94CD-4469-BB90-549C05D03E00}.Release|x64.ActiveCfg = Release|x64
- {447D58BF-94CD-4469-BB90-549C05D03E00}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {3E51386C-43EA-44AC-9F24-AFAFE4D63ADE}
- EndGlobalSection
-EndGlobal
diff --git a/csvexport/build/win32/csvexport.vcxproj b/csvexport/build/win32/csvexport.vcxproj
deleted file mode 100644
index b4adbf68..00000000
--- a/csvexport/build/win32/csvexport.vcxproj
+++ /dev/null
@@ -1,210 +0,0 @@
-
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
- 15.0
- {447D58BF-94CD-4469-BB90-549C05D03E00}
- capture
- 10.0
- x64-windows-static
-
-
-
- Application
- true
- v143
- MultiByte
-
-
- Application
- false
- v143
- true
- MultiByte
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
-
- Level3
- Disabled
- true
- true
- true
- _CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;_USE_MATH_DEFINES;%(PreprocessorDefinitions)
- AdvancedVectorExtensions2
- stdcpplatest
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include;$(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include\capstone;$(VcpkgManifestRoot)\vcpkg_installed\$(VcpkgTriplet)\$(VcpkgTriplet)\include\capstone;$(VcpkgRoot)\installed\$(VcpkgTriplet)\include\capstone
-
-
- ws2_32.lib;capstone.lib;%(AdditionalDependencies)
- Console
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\debug\lib
-
-
-
-
- Level3
- MaxSpeed
- true
- true
- true
- true
- true
- NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;_USE_MATH_DEFINES;%(PreprocessorDefinitions)
- AdvancedVectorExtensions2
- stdcpplatest
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include;$(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include\capstone;$(VcpkgManifestRoot)\vcpkg_installed\$(VcpkgTriplet)\$(VcpkgTriplet)\include\capstone;$(VcpkgRoot)\installed\$(VcpkgTriplet)\include\capstone
-
-
- true
- true
- ws2_32.lib;capstone.lib;%(AdditionalDependencies)
- Console
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\lib
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/csvexport/build/win32/csvexport.vcxproj.filters b/csvexport/build/win32/csvexport.vcxproj.filters
deleted file mode 100644
index 7112601f..00000000
--- a/csvexport/build/win32/csvexport.vcxproj.filters
+++ /dev/null
@@ -1,371 +0,0 @@
-
-
-
-
- {729c80ee-4d26-4a5e-8f1f-6c075783eb56}
-
-
- {cf23ef7b-7694-4154-830b-00cf053350ea}
-
-
- {e39d3623-47cd-4752-8da9-3ea324f964c1}
-
-
- {ee9737d2-69c7-44da-b9c7-539d18f9d4b4}
-
-
- {44ea1742-0fd9-40ba-879c-031868509600}
-
-
- {2d065bba-d78e-4e44-87f7-b44cf3248260}
-
-
- {a19ca3bc-2a17-49c5-a0d9-5916213de774}
-
-
- {d4181058-2198-4931-ae31-b7eda0312458}
-
-
- {873c22fe-b4d7-480d-ad67-48271296f4c1}
-
-
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- getopt
-
-
- src
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- getopt
-
-
- zstd
-
-
- zstd
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- zstd\common
-
-
- zstd\compress
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
-
-
- zstd\decompress
-
-
-
\ No newline at end of file
diff --git a/import-chrome/build/unix/Makefile b/import-chrome/build/unix/Makefile
deleted file mode 100644
index f762d28a..00000000
--- a/import-chrome/build/unix/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-all: release
-
-debug:
- @$(MAKE) -f debug.mk all
-
-release:
- @$(MAKE) -f release.mk all
-
-clean:
- @$(MAKE) -f build.mk clean
-
-db: clean
- @bear -- $(MAKE) -f debug.mk all
- @mv -f compile_commands.json ../../../
-
-.PHONY: all clean debug release db
diff --git a/import-chrome/build/unix/build.mk b/import-chrome/build/unix/build.mk
deleted file mode 100644
index 94938676..00000000
--- a/import-chrome/build/unix/build.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-CFLAGS +=
-CXXFLAGS := $(CFLAGS) -std=gnu++17
-DEFINES += -DTRACY_NO_STATISTICS
-INCLUDES := $(shell pkg-config --cflags capstone)
-LIBS += $(shell pkg-config --libs capstone) -lpthread
-PROJECT := import-chrome
-IMAGE := $(PROJECT)-$(BUILD)
-
-FILTER :=
-include ../../../common/src-from-vcxproj.mk
-
-include ../../../common/unix.mk
diff --git a/import-chrome/build/unix/debug.mk b/import-chrome/build/unix/debug.mk
deleted file mode 100644
index a4ec6b6a..00000000
--- a/import-chrome/build/unix/debug.mk
+++ /dev/null
@@ -1,6 +0,0 @@
-CFLAGS := -g3 -Wall
-DEFINES := -DDEBUG
-BUILD := debug
-
-include ../../../common/unix-debug.mk
-include build.mk
diff --git a/import-chrome/build/unix/release.mk b/import-chrome/build/unix/release.mk
deleted file mode 100644
index ccf07661..00000000
--- a/import-chrome/build/unix/release.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-CFLAGS := -O3
-ifndef TRACY_NO_LTO
-CFLAGS += -flto
-endif
-DEFINES := -DNDEBUG
-BUILD := release
-
-include ../../../common/unix-release.mk
-include build.mk
diff --git a/import-chrome/build/win32/import-chrome.sln b/import-chrome/build/win32/import-chrome.sln
deleted file mode 100644
index 4e197618..00000000
--- a/import-chrome/build/win32/import-chrome.sln
+++ /dev/null
@@ -1,25 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.30907.101
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "import-chrome", "import-chrome.vcxproj", "{447D58BF-94CD-4469-BB90-549C05D03E00}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {447D58BF-94CD-4469-BB90-549C05D03E00}.Debug|x64.ActiveCfg = Debug|x64
- {447D58BF-94CD-4469-BB90-549C05D03E00}.Debug|x64.Build.0 = Debug|x64
- {447D58BF-94CD-4469-BB90-549C05D03E00}.Release|x64.ActiveCfg = Release|x64
- {447D58BF-94CD-4469-BB90-549C05D03E00}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {3E51386C-43EA-44AC-9F24-AFAFE4D63ADE}
- EndGlobalSection
-EndGlobal
diff --git a/import-chrome/build/win32/import-chrome.vcxproj b/import-chrome/build/win32/import-chrome.vcxproj
deleted file mode 100644
index ded52188..00000000
--- a/import-chrome/build/win32/import-chrome.vcxproj
+++ /dev/null
@@ -1,208 +0,0 @@
-
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
- 15.0
- {447D58BF-94CD-4469-BB90-549C05D03E00}
- import-chrome
- 10.0
- x64-windows-static
-
-
-
- Application
- true
- v143
- MultiByte
-
-
- Application
- false
- v143
- true
- MultiByte
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
-
- Level3
- Disabled
- true
- true
- true
- TRACY_NO_STATISTICS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;_USE_MATH_DEFINES;%(PreprocessorDefinitions)
- AdvancedVectorExtensions2
- stdcpplatest
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include;$(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include\capstone;$(VcpkgManifestRoot)\vcpkg_installed\$(VcpkgTriplet)\$(VcpkgTriplet)\include\capstone;$(VcpkgRoot)\installed\$(VcpkgTriplet)\include\capstone
-
-
- ws2_32.lib;capstone.lib;%(AdditionalDependencies)
- Console
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\debug\lib
-
-
-
-
- Level3
- MaxSpeed
- true
- true
- true
- true
- true
- TRACY_NO_STATISTICS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;_USE_MATH_DEFINES;%(PreprocessorDefinitions)
- AdvancedVectorExtensions2
- stdcpplatest
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include;$(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include\capstone;$(VcpkgManifestRoot)\vcpkg_installed\$(VcpkgTriplet)\$(VcpkgTriplet)\include\capstone;$(VcpkgRoot)\installed\$(VcpkgTriplet)\include\capstone
-
-
- true
- true
- ws2_32.lib;capstone.lib;%(AdditionalDependencies)
- Console
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\lib
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/import-chrome/build/win32/import-chrome.vcxproj.filters b/import-chrome/build/win32/import-chrome.vcxproj.filters
deleted file mode 100644
index eefd7e43..00000000
--- a/import-chrome/build/win32/import-chrome.vcxproj.filters
+++ /dev/null
@@ -1,362 +0,0 @@
-
-
-
-
- {729c80ee-4d26-4a5e-8f1f-6c075783eb56}
-
-
- {cf23ef7b-7694-4154-830b-00cf053350ea}
-
-
- {e39d3623-47cd-4752-8da9-3ea324f964c1}
-
-
- {9ec18988-3ab7-4c05-a9d0-46c0a68037de}
-
-
- {5ee9ba63-2914-4027-997e-e743a294bba6}
-
-
- {a166d032-7be0-4d07-9f85-a8199cc1ec7c}
-
-
- {438fff23-197c-4b6f-91f0-74f8b3878571}
-
-
- {e5c7021a-e0e4-45c2-b461-e806bc036d5f}
-
-
-
-
- server
-
-
- server
-
-
- src
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- server
-
-
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- zstd
-
-
- zstd
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- zstd\common
-
-
- zstd\compress
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- server
-
-
-
-
- zstd\decompress
-
-
-
\ No newline at end of file
diff --git a/import-fuchsia/build/unix/Makefile b/import-fuchsia/build/unix/Makefile
deleted file mode 100644
index f762d28a..00000000
--- a/import-fuchsia/build/unix/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-all: release
-
-debug:
- @$(MAKE) -f debug.mk all
-
-release:
- @$(MAKE) -f release.mk all
-
-clean:
- @$(MAKE) -f build.mk clean
-
-db: clean
- @bear -- $(MAKE) -f debug.mk all
- @mv -f compile_commands.json ../../../
-
-.PHONY: all clean debug release db
diff --git a/import-fuchsia/build/unix/build.mk b/import-fuchsia/build/unix/build.mk
deleted file mode 100644
index 5f62bc17..00000000
--- a/import-fuchsia/build/unix/build.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-CFLAGS +=
-CXXFLAGS := $(CFLAGS) -std=gnu++17
-DEFINES += -DTRACY_NO_STATISTICS
-INCLUDES := $(shell pkg-config --cflags capstone)
-LIBS += $(shell pkg-config --libs capstone) -lpthread
-PROJECT := import-fuchsia
-IMAGE := $(PROJECT)-$(BUILD)
-
-FILTER :=
-include ../../../common/src-from-vcxproj.mk
-
-include ../../../common/unix.mk
diff --git a/import-fuchsia/build/unix/debug.mk b/import-fuchsia/build/unix/debug.mk
deleted file mode 100644
index a4ec6b6a..00000000
--- a/import-fuchsia/build/unix/debug.mk
+++ /dev/null
@@ -1,6 +0,0 @@
-CFLAGS := -g3 -Wall
-DEFINES := -DDEBUG
-BUILD := debug
-
-include ../../../common/unix-debug.mk
-include build.mk
diff --git a/import-fuchsia/build/unix/release.mk b/import-fuchsia/build/unix/release.mk
deleted file mode 100644
index ccf07661..00000000
--- a/import-fuchsia/build/unix/release.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-CFLAGS := -O3
-ifndef TRACY_NO_LTO
-CFLAGS += -flto
-endif
-DEFINES := -DNDEBUG
-BUILD := release
-
-include ../../../common/unix-release.mk
-include build.mk
diff --git a/import-fuchsia/build/win32/import-fuchsia.sln b/import-fuchsia/build/win32/import-fuchsia.sln
deleted file mode 100644
index 4b38515b..00000000
--- a/import-fuchsia/build/win32/import-fuchsia.sln
+++ /dev/null
@@ -1,25 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.30907.101
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "import-fuchsia", "import-fuchsia.vcxproj", "{447D58BF-94CD-4469-BB90-549C05D03E00}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {447D58BF-94CD-4469-BB90-549C05D03E00}.Debug|x64.ActiveCfg = Debug|x64
- {447D58BF-94CD-4469-BB90-549C05D03E00}.Debug|x64.Build.0 = Debug|x64
- {447D58BF-94CD-4469-BB90-549C05D03E00}.Release|x64.ActiveCfg = Release|x64
- {447D58BF-94CD-4469-BB90-549C05D03E00}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {3E51386C-43EA-44AC-9F24-AFAFE4D63ADE}
- EndGlobalSection
-EndGlobal
diff --git a/import-fuchsia/build/win32/import-fuchsia.vcxproj b/import-fuchsia/build/win32/import-fuchsia.vcxproj
deleted file mode 100644
index 10ca31fe..00000000
--- a/import-fuchsia/build/win32/import-fuchsia.vcxproj
+++ /dev/null
@@ -1,208 +0,0 @@
-
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
- 15.0
- {447D58BF-94CD-4469-BB90-549C05D03E00}
- import-fuchsia
- 10.0
- x64-windows-static
-
-
-
- Application
- true
- v143
- MultiByte
-
-
- Application
- false
- v143
- true
- MultiByte
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
-
- Level3
- Disabled
- true
- true
- true
- TRACY_NO_STATISTICS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;_USE_MATH_DEFINES;%(PreprocessorDefinitions)
- AdvancedVectorExtensions2
- stdcpplatest
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include;$(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include\capstone;$(VcpkgManifestRoot)\vcpkg_installed\$(VcpkgTriplet)\$(VcpkgTriplet)\include\capstone;$(VcpkgRoot)\installed\$(VcpkgTriplet)\include\capstone
-
-
- ws2_32.lib;capstone.lib;%(AdditionalDependencies)
- Console
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\debug\lib
-
-
-
-
- Level3
- MaxSpeed
- true
- true
- true
- true
- true
- TRACY_NO_STATISTICS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;_USE_MATH_DEFINES;%(PreprocessorDefinitions)
- AdvancedVectorExtensions2
- stdcpplatest
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include;$(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include\capstone;$(VcpkgManifestRoot)\vcpkg_installed\$(VcpkgTriplet)\$(VcpkgTriplet)\include\capstone;$(VcpkgRoot)\installed\$(VcpkgTriplet)\include\capstone
-
-
- true
- true
- ws2_32.lib;capstone.lib;%(AdditionalDependencies)
- Console
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\lib
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/import-fuchsia/build/win32/import-fuchsia.vcxproj.filters b/import-fuchsia/build/win32/import-fuchsia.vcxproj.filters
deleted file mode 100644
index 0dcdd6a6..00000000
--- a/import-fuchsia/build/win32/import-fuchsia.vcxproj.filters
+++ /dev/null
@@ -1,362 +0,0 @@
-
-
-
-
- {729c80ee-4d26-4a5e-8f1f-6c075783eb56}
-
-
- {cf23ef7b-7694-4154-830b-00cf053350ea}
-
-
- {e39d3623-47cd-4752-8da9-3ea324f964c1}
-
-
- {9ec18988-3ab7-4c05-a9d0-46c0a68037de}
-
-
- {5ee9ba63-2914-4027-997e-e743a294bba6}
-
-
- {a166d032-7be0-4d07-9f85-a8199cc1ec7c}
-
-
- {438fff23-197c-4b6f-91f0-74f8b3878571}
-
-
- {e5c7021a-e0e4-45c2-b461-e806bc036d5f}
-
-
-
-
- server
-
-
- server
-
-
- src
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- server
-
-
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- zstd
-
-
- zstd
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- zstd\common
-
-
- zstd\compress
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- server
-
-
-
-
- zstd\decompress
-
-
-
\ No newline at end of file
diff --git a/profiler/build/unix/Makefile b/profiler/build/unix/Makefile
deleted file mode 100644
index 65243592..00000000
--- a/profiler/build/unix/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-ifneq ($(shell uname),Linux)
- export LEGACY=1
-endif
-
-all: release
-
-debug:
- @$(MAKE) -f debug.mk all
-
-release:
- @$(MAKE) -f release.mk all
-
-clean:
- @$(MAKE) -f build.mk clean
-
-db: clean
- @bear -- $(MAKE) -f debug.mk all
- @mv -f compile_commands.json ../../../
-
-.PHONY: all clean debug release db
diff --git a/profiler/build/unix/build.mk b/profiler/build/unix/build.mk
deleted file mode 100644
index 42a9ba0a..00000000
--- a/profiler/build/unix/build.mk
+++ /dev/null
@@ -1,30 +0,0 @@
-CFLAGS +=
-CXXFLAGS := $(CFLAGS) -std=c++17
-DEFINES += -DIMGUI_ENABLE_FREETYPE
-INCLUDES := -I../../../imgui $(shell pkg-config --cflags freetype2 capstone wayland-egl egl wayland-cursor xkbcommon)
-LIBS := $(shell pkg-config --libs freetype2 capstone wayland-egl egl wayland-cursor xkbcommon) -lpthread -ldl
-
-PROJECT := Tracy
-IMAGE := $(PROJECT)-$(BUILD)
-
-FILTER := ../../../nfd/nfd_win.cpp ../../src/BackendGlfw.cpp ../../src/imgui/imgui_impl_glfw.cpp
-include ../../../common/src-from-vcxproj.mk
-
-SRC += ../../src/BackendWayland.cpp
-SRC2 += ../../src/wayland/xdg-shell.c ../../src/wayland/xdg-activation.c ../../src/wayland/xdg-decoration.c
-
-ifdef TRACY_NO_FILESELECTOR
- CXXFLAGS += -DTRACY_NO_FILESELECTOR
-else
- ifdef TRACY_GTK_FILESELECTOR
- SRC += ../../../nfd/nfd_gtk.cpp
- INCLUDES += $(shell pkg-config --cflags gtk+-3.0)
- LIBS += $(shell pkg-config --libs gtk+-3.0)
- else
- SRC += ../../../nfd/nfd_portal.cpp
- INCLUDES += $(shell pkg-config --cflags dbus-1)
- LIBS += $(shell pkg-config --libs dbus-1)
- endif
-endif
-
-include ../../../common/unix.mk
diff --git a/profiler/build/unix/debug.mk b/profiler/build/unix/debug.mk
deleted file mode 100644
index d9b31daf..00000000
--- a/profiler/build/unix/debug.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-CFLAGS := -g3 -Wall
-DEFINES := -DDEBUG
-BUILD := debug
-
-include ../../../common/unix-debug.mk
-
-ifeq ($(LEGACY),1)
- include legacy.mk
-else
- include build.mk
-endif
diff --git a/profiler/build/unix/legacy.mk b/profiler/build/unix/legacy.mk
deleted file mode 100644
index dc2923c8..00000000
--- a/profiler/build/unix/legacy.mk
+++ /dev/null
@@ -1,33 +0,0 @@
-CFLAGS +=
-CXXFLAGS := $(CFLAGS) -std=c++17
-DEFINES += -DIMGUI_ENABLE_FREETYPE
-INCLUDES := -I../../../imgui $(shell pkg-config --cflags glfw3 freetype2 capstone)
-LIBS := $(shell pkg-config --libs glfw3 freetype2 capstone) -lpthread -ldl
-
-PROJECT := Tracy
-IMAGE := $(PROJECT)-$(BUILD)
-
-FILTER := ../../../nfd/nfd_win.cpp
-include ../../../common/src-from-vcxproj.mk
-
-ifdef TRACY_NO_FILESELECTOR
- CXXFLAGS += -DTRACY_NO_FILESELECTOR
-else
- UNAME := $(shell uname -s)
- ifeq ($(UNAME),Darwin)
- SRC3 += ../../../nfd/nfd_cocoa.m
- LIBS += -framework CoreFoundation -framework AppKit -framework UniformTypeIdentifiers
- else
- ifdef TRACY_GTK_FILESELECTOR
- SRC += ../../../nfd/nfd_gtk.cpp
- INCLUDES += $(shell pkg-config --cflags gtk+-3.0)
- LIBS += $(shell pkg-config --libs gtk+-3.0)
- else
- SRC += ../../../nfd/nfd_portal.cpp
- INCLUDES += $(shell pkg-config --cflags dbus-1)
- LIBS += $(shell pkg-config --libs dbus-1)
- endif
- endif
-endif
-
-include ../../../common/unix.mk
diff --git a/profiler/build/unix/release.mk b/profiler/build/unix/release.mk
deleted file mode 100644
index c248bca8..00000000
--- a/profiler/build/unix/release.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-CFLAGS := -O3
-ifndef TRACY_NO_LTO
-CFLAGS += -flto
-endif
-DEFINES := -DNDEBUG
-BUILD := release
-
-include ../../../common/unix-release.mk
-
-ifeq ($(LEGACY),1)
- include legacy.mk
-else
- include build.mk
-endif
diff --git a/profiler/build/win32/DebugVis.natvis b/profiler/build/win32/DebugVis.natvis
deleted file mode 100644
index abe67a2c..00000000
--- a/profiler/build/win32/DebugVis.natvis
+++ /dev/null
@@ -1,110 +0,0 @@
-
-
-
- {{ size={m_size} }}
-
- - m_capacity == 255 ? m_size : m_ptr == nullptr ? 0 : 1 << m_capacity
-
- m_size
- m_ptr
-
-
-
-
- {{ size={m_size} hash={m_hash} }}
-
-
- m_size
- m_ptr
-
-
-
-
- {{ size={m_write - m_ptr} }}
-
- - m_end - m_ptr
-
- m_write - m_ptr
- m_ptr
-
-
-
-
- {{ start={int64_t( _start_cpu ) >> 16} end={int64_t( _end_reason_state ) >> 16} cpu={uint8_t( _start_cpu & 0xFF )} reason={int8_t( (_end_reason_state >> 8) & 0xFF )} state={int8_t( _end_reason_state & 0xFF )} }}
-
-
- {{ start={int64_t( _start_thread ) >> 16} end={_end} thread={uint16_t( _start_thread )} }}
-
-
- {{ time={int64_t( _time_other_own ) >> 16} own={uint8_t( _time_other_own >> 8 )} other={uint8_t( _time_other_own )} }}
-
-
- {{ value={m_val[0] | (m_val[1]<<8) | (m_val[2]<<16)} }}
-
-
- {{ value={int64_t( uint64_t(m_val[0]) | (uint64_t(m_val[1])<<8) | (uint64_t(m_val[2])<<16) | (uint64_t(m_val[3])<<24) | (uint64_t(m_val[4])<<32) | (uint64_t(m_val[5])<<40) )} }}
-
-
-
-
-
-
- {{size={mNumElements}}}
-
-
-
-
-
-
-
-
- mNumElements
-
-
- n = *((size_t*)itInfo)
-
-
- itInfo += sizeof(size_t)
- itKeyVals += sizeof(size_t)
-
-
-
- inc = n == 0
- ? 64
- : (
- 63
- - (((n & (~n + 1)) & 0x00000000FFFFFFFF) ? 32 : 0)
- - (((n & (~n + 1)) & 0x0000FFFF0000FFFF) ? 16 : 0)
- - (((n & (~n + 1)) & 0x00FF00FF00FF00FF) ? 8 : 0)
- - (((n & (~n + 1)) & 0x0F0F0F0F0F0F0F0F) ? 4 : 0)
- - (((n & (~n + 1)) & 0x3333333333333333) ? 2 : 0)
- - (((n & (~n + 1)) & 0x5555555555555555) ? 1 : 0)
- )
-
- itInfo += inc / 8
- itKeyVals += inc / 8
-
-
- - itKeyVals->mData.second
-
- itInfo++
- itKeyVals++
-
-
-
-
- - float(mNumElements) / float(mMask + 1)
- - $T2
- - $T1
- - *(WrapHash<$T5>*)this,nd
- - *(WrapKeyEqual<$T6>*)this,nd
-
-
-
diff --git a/profiler/build/win32/Tracy.sln b/profiler/build/win32/Tracy.sln
deleted file mode 100644
index 7e52eb2e..00000000
--- a/profiler/build/win32/Tracy.sln
+++ /dev/null
@@ -1,25 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.30907.101
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tracy", "Tracy.vcxproj", "{1C736F84-08DF-4A7A-A7FB-7BA3412B8C97}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {1C736F84-08DF-4A7A-A7FB-7BA3412B8C97}.Debug|x64.ActiveCfg = Debug|x64
- {1C736F84-08DF-4A7A-A7FB-7BA3412B8C97}.Debug|x64.Build.0 = Debug|x64
- {1C736F84-08DF-4A7A-A7FB-7BA3412B8C97}.Release|x64.ActiveCfg = Release|x64
- {1C736F84-08DF-4A7A-A7FB-7BA3412B8C97}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {B342B16A-09E1-4039-A153-6C1D28857536}
- EndGlobalSection
-EndGlobal
diff --git a/profiler/build/win32/Tracy.vcxproj b/profiler/build/win32/Tracy.vcxproj
deleted file mode 100644
index 7b5d7cde..00000000
--- a/profiler/build/win32/Tracy.vcxproj
+++ /dev/null
@@ -1,372 +0,0 @@
-
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
- 15.0
- {1C736F84-08DF-4A7A-A7FB-7BA3412B8C97}
- Tracy
- 10.0
- x64-windows-static
-
-
-
- Application
- true
- v143
- MultiByte
-
-
- Application
- false
- v143
- true
- MultiByte
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- static
- MultiThreadedDebugDLL
-
-
- static
- MultiThreadedDLL
-
-
- true
-
-
-
- Level3
- Disabled
- true
- _CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;_USE_MATH_DEFINES;IMGUI_ENABLE_FREETYPE;%(PreprocessorDefinitions)
- ..\..\..\imgui;$(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include;$(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include\capstone;$(VcpkgManifestRoot)\vcpkg_installed\$(VcpkgTriplet)\$(VcpkgTriplet)\include\capstone;$(VcpkgRoot)\installed\$(VcpkgTriplet)\include\capstone;%(AdditionalIncludeDirectories)
- true
- false
- true
- AdvancedVectorExtensions2
- Caret
- stdcpplatest
- Fast
-
-
- brotlicommon.lib;brotlidec.lib;ws2_32.lib;freetyped.lib;glfw3.lib;libpng16d.lib;zlibd.lib;bz2d.lib;capstone.lib;%(AdditionalDependencies)
- Windows
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\debug\lib
-
-
- true
-
-
-
-
- Level3
- MaxSpeed
- true
- true
- true
- NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;_USE_MATH_DEFINES;IMGUI_ENABLE_FREETYPE;%(PreprocessorDefinitions)
- ..\..\..\imgui;$(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include;$(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include\capstone;$(VcpkgManifestRoot)\vcpkg_installed\$(VcpkgTriplet)\$(VcpkgTriplet)\include\capstone;$(VcpkgRoot)\installed\$(VcpkgTriplet)\include\capstone;%(AdditionalIncludeDirectories)
- true
- true
- AdvancedVectorExtensions2
- Caret
- stdcpplatest
- Fast
-
-
- true
- true
- brotlicommon.lib;brotlidec.lib;ws2_32.lib;freetype.lib;glfw3.lib;libpng16.lib;zlib.lib;bz2.lib;capstone.lib;%(AdditionalDependencies)
- Windows
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\lib
-
-
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- NotSet
- NotSet
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/profiler/build/win32/Tracy.vcxproj.filters b/profiler/build/win32/Tracy.vcxproj.filters
deleted file mode 100644
index e4c5c270..00000000
--- a/profiler/build/win32/Tracy.vcxproj.filters
+++ /dev/null
@@ -1,794 +0,0 @@
-
-
-
-
- {8037a17e-7618-45b1-9aac-07468070b713}
-
-
- {396d39d8-ca94-4e03-b965-701fa882efcb}
-
-
- {478ff7b3-4f0f-4121-8b3c-e48896be7606}
-
-
- {474aec57-4ecd-467e-aecb-cdc4f41254ff}
-
-
- {46eb6aa0-de1c-447a-a6dd-aee2a06f85ef}
-
-
- {1a9a9fea-82b2-41df-9d0e-ef4b00ed1213}
-
-
- {92617c31-3733-464e-ab7d-30e664b1a95e}
-
-
- {b0b23052-a6aa-4827-a635-f2d50a7023b2}
-
-
- {b0067fb7-ac56-4ab6-a6b6-c6606f924212}
-
-
- {c93ef7c5-f1df-40a6-a4e3-81441e6df174}
-
-
- {200ab875-91e5-4c7a-8b98-ddbae19d2f98}
-
-
- {0bd58d14-3948-47ea-b720-47560dd57338}
-
-
- {484838ce-9f95-4081-a87f-921ed0c9e7fa}
-
-
-
-
- server
-
-
- server
-
-
- src
-
-
- src
-
-
- server
-
-
- server
-
-
- src
-
-
- src
-
-
- server
-
-
- imgui
-
-
- imgui
-
-
- imgui
-
-
- imgui
-
-
- server
-
-
- server
-
-
- src
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- src
-
-
- imgui
-
-
- imgui\freetype
-
-
- server
-
-
- server
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- server
-
-
- nfd
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- src\imgui
-
-
- src\imgui
-
-
- src
-
-
- src
-
-
- src
-
-
- src
-
-
- src
-
-
- src
-
-
- src
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- src
-
-
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- imgui
-
-
- imgui
-
-
- imgui
-
-
- imgui
-
-
- imgui
-
-
- imgui
-
-
- src
-
-
- src
-
-
- src
-
-
- server
-
-
- server
-
-
- src
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- src
-
-
- server
-
-
- imgui\freetype
-
-
- server
-
-
- server
-
-
- zstd
-
-
- zstd
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- server
-
-
- zstd\common
-
-
- zstd\compress
-
-
- nfd
-
-
- server
-
-
- server
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- src\font
-
-
- src\font
-
-
- src\font
-
-
- src\imgui
-
-
- src\imgui
-
-
- src\imgui
-
-
- src
-
-
- src
-
-
- src
-
-
- src
-
-
- src
-
-
- src
-
-
- src
-
-
- server
-
-
- server
-
-
- server
-
-
- common
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- src
-
-
-
-
-
-
-
-
-
-
-
-
-
- zstd\decompress
-
-
-
diff --git a/profiler/build/wasm/Makefile b/profiler/wasm/Makefile
similarity index 100%
rename from profiler/build/wasm/Makefile
rename to profiler/wasm/Makefile
diff --git a/profiler/build/wasm/build.mk b/profiler/wasm/build.mk
similarity index 100%
rename from profiler/build/wasm/build.mk
rename to profiler/wasm/build.mk
diff --git a/profiler/build/wasm/debug.mk b/profiler/wasm/debug.mk
similarity index 100%
rename from profiler/build/wasm/debug.mk
rename to profiler/wasm/debug.mk
diff --git a/profiler/build/wasm/httpd.py b/profiler/wasm/httpd.py
similarity index 100%
rename from profiler/build/wasm/httpd.py
rename to profiler/wasm/httpd.py
diff --git a/profiler/build/wasm/index.html b/profiler/wasm/index.html
similarity index 100%
rename from profiler/build/wasm/index.html
rename to profiler/wasm/index.html
diff --git a/profiler/build/wasm/release.mk b/profiler/wasm/release.mk
similarity index 100%
rename from profiler/build/wasm/release.mk
rename to profiler/wasm/release.mk
diff --git a/update/build/unix/Makefile b/update/build/unix/Makefile
deleted file mode 100644
index f762d28a..00000000
--- a/update/build/unix/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-all: release
-
-debug:
- @$(MAKE) -f debug.mk all
-
-release:
- @$(MAKE) -f release.mk all
-
-clean:
- @$(MAKE) -f build.mk clean
-
-db: clean
- @bear -- $(MAKE) -f debug.mk all
- @mv -f compile_commands.json ../../../
-
-.PHONY: all clean debug release db
diff --git a/update/build/unix/build.mk b/update/build/unix/build.mk
deleted file mode 100644
index bf418498..00000000
--- a/update/build/unix/build.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-CFLAGS +=
-CXXFLAGS := $(CFLAGS) -std=gnu++17
-DEFINES += -DTRACY_NO_STATISTICS
-INCLUDES := $(shell pkg-config --cflags capstone)
-LIBS := $(shell pkg-config --libs capstone) -lpthread
-PROJECT := update
-IMAGE := $(PROJECT)-$(BUILD)
-
-FILTER :=
-include ../../../common/src-from-vcxproj.mk
-
-include ../../../common/unix.mk
diff --git a/update/build/unix/debug.mk b/update/build/unix/debug.mk
deleted file mode 100644
index a4ec6b6a..00000000
--- a/update/build/unix/debug.mk
+++ /dev/null
@@ -1,6 +0,0 @@
-CFLAGS := -g3 -Wall
-DEFINES := -DDEBUG
-BUILD := debug
-
-include ../../../common/unix-debug.mk
-include build.mk
diff --git a/update/build/unix/release.mk b/update/build/unix/release.mk
deleted file mode 100644
index ccf07661..00000000
--- a/update/build/unix/release.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-CFLAGS := -O3
-ifndef TRACY_NO_LTO
-CFLAGS += -flto
-endif
-DEFINES := -DNDEBUG
-BUILD := release
-
-include ../../../common/unix-release.mk
-include build.mk
diff --git a/update/build/win32/update.sln b/update/build/win32/update.sln
deleted file mode 100644
index de10f688..00000000
--- a/update/build/win32/update.sln
+++ /dev/null
@@ -1,25 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.30907.101
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "update", "update.vcxproj", "{447D58BF-94CD-4469-BB90-549C05D03E00}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {447D58BF-94CD-4469-BB90-549C05D03E00}.Debug|x64.ActiveCfg = Debug|x64
- {447D58BF-94CD-4469-BB90-549C05D03E00}.Debug|x64.Build.0 = Debug|x64
- {447D58BF-94CD-4469-BB90-549C05D03E00}.Release|x64.ActiveCfg = Release|x64
- {447D58BF-94CD-4469-BB90-549C05D03E00}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {3E51386C-43EA-44AC-9F24-AFAFE4D63ADE}
- EndGlobalSection
-EndGlobal
diff --git a/update/build/win32/update.vcxproj b/update/build/win32/update.vcxproj
deleted file mode 100644
index 1ed9c723..00000000
--- a/update/build/win32/update.vcxproj
+++ /dev/null
@@ -1,214 +0,0 @@
-
-
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
- 15.0
- {447D58BF-94CD-4469-BB90-549C05D03E00}
- update
- 10.0
- x64-windows-static
-
-
-
- Application
- true
- v143
- MultiByte
-
-
- Application
- false
- v143
- true
- MultiByte
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
-
- Level3
- Disabled
- true
- true
- true
- TRACY_NO_STATISTICS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;_USE_MATH_DEFINES;%(PreprocessorDefinitions)
- AdvancedVectorExtensions2
- stdcpplatest
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include;$(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include\capstone;$(VcpkgManifestRoot)\vcpkg_installed\$(VcpkgTriplet)\$(VcpkgTriplet)\include\capstone;$(VcpkgRoot)\installed\$(VcpkgTriplet)\include\capstone
-
-
- ws2_32.lib;capstone.lib;dbghelp.lib;%(AdditionalDependencies)
- Console
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\debug\lib
-
-
-
-
- Level3
- MaxSpeed
- true
- true
- true
- true
- true
- TRACY_NO_STATISTICS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;_USE_MATH_DEFINES;%(PreprocessorDefinitions)
- AdvancedVectorExtensions2
- stdcpplatest
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include;$(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\include\capstone;$(VcpkgManifestRoot)\vcpkg_installed\$(VcpkgTriplet)\$(VcpkgTriplet)\include\capstone;$(VcpkgRoot)\installed\$(VcpkgTriplet)\include\capstone
-
-
- true
- true
- ws2_32.lib;capstone.lib;dbghelp.lib;%(AdditionalDependencies)
- Console
- $(ProjectDir)..\..\..\vcpkg_installed\$(VcpkgTriplet)\lib
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/update/build/win32/update.vcxproj.filters b/update/build/win32/update.vcxproj.filters
deleted file mode 100644
index 7c90bef3..00000000
--- a/update/build/win32/update.vcxproj.filters
+++ /dev/null
@@ -1,383 +0,0 @@
-
-
-
-
- {729c80ee-4d26-4a5e-8f1f-6c075783eb56}
-
-
- {cf23ef7b-7694-4154-830b-00cf053350ea}
-
-
- {e39d3623-47cd-4752-8da9-3ea324f964c1}
-
-
- {74a14f40-f52d-41c1-8b19-1f8bf2a7c9c7}
-
-
- {40f983b8-059b-4eb4-b8ed-af6bd709c264}
-
-
- {4ff9626a-71f8-4c7b-b940-928709e34950}
-
-
- {28c6483b-84eb-495c-9c98-e830545a232f}
-
-
- {aeb60a40-d098-408e-a8c6-3de1c75cd9b4}
-
-
- {375ceb06-6b2f-4a00-af80-64d17bcadaac}
-
-
-
-
- server
-
-
- server
-
-
- src
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- getopt
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- src
-
-
- src
-
-
- src
-
-
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- server
-
-
- getopt
-
-
- zstd
-
-
- zstd
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\decompress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\compress
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd\common
-
-
- zstd
-
-
- zstd\dictBuilder
-
-
- zstd\dictBuilder
-
-
- zstd\common
-
-
- zstd\compress
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- common
-
-
- src
-
-
-
-
- zstd\decompress
-
-
-
\ No newline at end of file