Skip to content

Conversation

Zentrik
Copy link
Member

@Zentrik Zentrik commented Apr 26, 2025

_aligned_msize is now declared in mingw64's crt (mingw-w64/mingw-w64@b40e24a) as _CRTIMP size_t __cdecl _aligned_msize(void *_Memory,size_t _Alignment,size_t _Offset);. Renamed our version to prevent the conflict

`_aligned_msize` is now declared in mingw64's crt (mingw-w64/mingw-w64@b40e24a) as `_CRTIMP size_t __cdecl _aligned_msize(void *_Memory,size_t _Alignment,size_t _Offset);`. 
Renamed our version to prevent the conflict
@Zentrik Zentrik added building Build system, or building Julia or its dependencies system:windows Affects only Windows labels Apr 26, 2025
@inkydragon inkydragon merged commit 2270fcd into master Apr 29, 2025
9 checks passed
@inkydragon inkydragon deleted the Zentrik/_aligned_msize branch April 29, 2025 15:50
charleskawczynski pushed a commit to charleskawczynski/julia that referenced this pull request May 12, 2025
…uliaLang#58238)

`_aligned_msize` is now declared in mingw64's crt
(mingw-w64/mingw-w64@b40e24a)
as `_CRTIMP size_t __cdecl _aligned_msize(void *_Memory,size_t
_Alignment,size_t _Offset);`. Renamed our version to prevent the
conflict
xal-0 pushed a commit to xal-0/julia that referenced this pull request Aug 21, 2025
…uliaLang#58238)

`_aligned_msize` is now declared in mingw64's crt
(mingw-w64/mingw-w64@b40e24a)
as `_CRTIMP size_t __cdecl _aligned_msize(void *_Memory,size_t
_Alignment,size_t _Offset);`. Renamed our version to prevent the
conflict
@gbaraldi gbaraldi added backport 1.11 Change should be backported to release-1.11 backport 1.12 Change should be backported to release-1.12 labels Sep 1, 2025
KristofferC pushed a commit that referenced this pull request Sep 4, 2025
…58238)

`_aligned_msize` is now declared in mingw64's crt
(mingw-w64/mingw-w64@b40e24a)
as `_CRTIMP size_t __cdecl _aligned_msize(void *_Memory,size_t
_Alignment,size_t _Offset);`. Renamed our version to prevent the
conflict

(cherry picked from commit 2270fcd)
KristofferC pushed a commit that referenced this pull request Sep 4, 2025
…58238)

`_aligned_msize` is now declared in mingw64's crt
(mingw-w64/mingw-w64@b40e24a)
as `_CRTIMP size_t __cdecl _aligned_msize(void *_Memory,size_t
_Alignment,size_t _Offset);`. Renamed our version to prevent the
conflict

(cherry picked from commit 2270fcd)
@DilumAluthge DilumAluthge mentioned this pull request Sep 9, 2025
59 tasks
@KristofferC KristofferC removed the backport 1.12 Change should be backported to release-1.12 label Sep 11, 2025
KristofferC pushed a commit that referenced this pull request Sep 15, 2025
…58238)

`_aligned_msize` is now declared in mingw64's crt
(mingw-w64/mingw-w64@b40e24a)
as `_CRTIMP size_t __cdecl _aligned_msize(void *_Memory,size_t
_Alignment,size_t _Offset);`. Renamed our version to prevent the
conflict

(cherry picked from commit 2270fcd)
@giordano giordano removed the backport 1.11 Change should be backported to release-1.11 label Sep 16, 2025
@giordano
Copy link
Member

giordano commented Sep 16, 2025

I'm removing the v1.11 backport label because 788c31a (in #58238) effectively achieves that (although with a different name)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies system:windows Affects only Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants