Skip to content

WIP Windows lite#2

Draft
Osyotr wants to merge 9 commits intomasterfrom
windows-lite
Draft

WIP Windows lite#2
Osyotr wants to merge 9 commits intomasterfrom
windows-lite

Conversation

@Osyotr
Copy link
Owner

@Osyotr Osyotr commented Jul 28, 2025

No description provided.

@Osyotr Osyotr marked this pull request as draft July 28, 2025 21:16
@Osyotr Osyotr force-pushed the windows-lite branch 2 times, most recently from 36f706e to cfd5285 Compare July 28, 2025 21:54
@Osyotr Osyotr force-pushed the windows-lite branch 3 times, most recently from 9c404c1 to 7d71c77 Compare August 10, 2025 16:22
@Osyotr Osyotr force-pushed the windows-lite branch 9 times, most recently from db1e745 to 1cab00a Compare October 19, 2025 19:49
@Osyotr Osyotr force-pushed the windows-lite branch 3 times, most recently from 8e5fdc6 to e73e331 Compare November 11, 2025 18:00
UErrorCode icu_error = U_ZERO_ERROR;
size_t const count = uscript_getScriptExtensions(static_cast<UChar32>(codepoint), scripts.data(),
int32_t const count = uscript_getScriptExtensions(static_cast<UChar32>(codepoint), scripts.data(),
static_cast<int32_t>(scripts.max_size()), &icu_error);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
static_cast<int32_t>(scripts.max_size()), &icu_error);
static_cast<int32_t>(scripts.max_size()), &icu_error);


std::pair<size_t, size_t> FindSegmentOnShape(std::vector<m2::PointD> const & shape,
std::pair<uint32_t, uint32_t> FindSegmentOnShape(std::vector<m2::PointD> const & shape,
std::vector<m2::PointD> const & segment)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
std::vector<m2::PointD> const & segment)
std::vector<m2::PointD> const & segment)


std::pair<size_t, size_t> FindPointsOnShape(std::vector<m2::PointD> const & shape, m2::PointD const & p1,
std::pair<uint32_t, uint32_t> FindPointsOnShape(std::vector<m2::PointD> const & shape, m2::PointD const & p1,
m2::PointD const & p2)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
m2::PointD const & p2)
m2::PointD const & p2)

// occurrences of |p1| or |p2| in |shape|, indexes with minimum distance are returned.
std::pair<size_t, size_t> FindPointsOnShape(std::vector<m2::PointD> const & shape, m2::PointD const & p1,
std::pair<uint32_t, uint32_t> FindPointsOnShape(std::vector<m2::PointD> const & shape, m2::PointD const & p1,
m2::PointD const & p2);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
m2::PointD const & p2);
m2::PointD const & p2);

// is not found returns pair of zeroes.
std::pair<size_t, size_t> FindSegmentOnShape(std::vector<m2::PointD> const & shape,
std::pair<uint32_t, uint32_t> FindSegmentOnShape(std::vector<m2::PointD> const & shape,
std::vector<m2::PointD> const & segment);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
std::vector<m2::PointD> const & segment);
std::vector<m2::PointD> const & segment);

@Osyotr Osyotr force-pushed the windows-lite branch 3 times, most recently from e59d85b to 4929fe3 Compare February 7, 2026 14:49
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
Don't set LANGUAGE environment variable on Windows

Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>

Skip (MALI_)MobileCompileShaders_TEST on Windows

Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
Use /fp:fast to match other platforms behavior.
Set /bigobj to prevent possible linking errors with static libraries.

Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
There's no need to support Windows XP :)

Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
Signed-off-by: Osyotr <Osyotr@users.noreply.github.com>
};

#if defined(OMIM_OS_WINDOWS) //&& defined(PROFILER_COMMON)
#if 0 && defined(OMIM_OS_WINDOWS) //&& defined(PROFILER_COMMON)
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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