Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test commits for debug on Windows #64

Open
wants to merge 26 commits into
base: arm-gcc
Choose a base branch
from
Open

Conversation

q4a
Copy link
Owner

@q4a q4a commented Feb 23, 2023

No description provided.

q4a added 23 commits December 4, 2022 01:12
In order not to overlap the _rdtsc function from sse2neon.h
@q4a q4a force-pushed the arm-gcc-win-same-lin branch 2 times, most recently from 997e806 to 306c47c Compare February 23, 2023 21:47
q4a added 2 commits February 24, 2023 00:59
1)  1 in libs/core/src/compiler.cpp
2)  1 in libs/diagnostics/src/lifecycle_diagnostics_service.cpp
3)  2 in libs/diagnostics/src/spdlog_sinks/syncable_sink.cpp
4)  1 in libs/lighter/src/l_geometry.cpp
5)  1 in libs/renderer/include/dx9render.h
6)  1 in libs/renderer/src/s_device.cpp
7)  1 in libs/renderer/src/storm_d3dx9.cpp
8)  1 in libs/util/src/platform.cpp
9)  1 in libs/util/include/platform/platform.hpp
10) 1 in libs/util/include/utf8.h
11) 1 in libs/window/src/sdl_window.cpp
12) 2 in libs/xinterface/src/xinterface.cpp

I replaced "def _WIN32" with "defined(_WIN32)" in that exeptions.
replace: def false // _WIN32 // S_DEBUG
with: def _WIN32 // S_DEBUG

replace: def false // _WIN32 // HINSTANCE
with: def _WIN32 // HINSTANCE
@q4a q4a force-pushed the arm-gcc-win-same-lin branch from 306c47c to 955bd14 Compare February 23, 2023 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant