|
1 | 1 | --------------------
|
2 |
| - 5.0 (in progress) |
| 2 | + 5.0-beta1 |
3 | 3 | --------------------
|
4 | 4 |
|
5 | 5 | See https://github.com/premake/premake-core/wiki/What's-New-in-5.0
|
6 | 6 | for the complete list of changes from the Premake 4.x series.
|
7 | 7 |
|
| 8 | +Since 5.0-alpha16: |
| 9 | + |
| 10 | +* PR #1555 Added API to disable fast up to date checks (@nickclark2016) |
| 11 | +* PR #1570 Initial C++20 module support for Visual Studio (@hannes-harnisch) |
| 12 | +* PR #1619 Xcode embed libraries (@nickgravelyn) |
| 13 | +* PR #1625 Remove "*ng" action deprecation (@noresources) |
| 14 | +* PR #1629 Added support for Premake on macOS universal binary (@tempura-sukiyaki) |
| 15 | +* PR #1635 Fix typo in Using Premake documentation (@abhiss) |
| 16 | +* PR #1638 Fix broken links in docs (@KyrietS) |
| 17 | +* PR #1642 Fix spelling mistake (@Troplo) |
| 18 | +* PR #1644 Fix author name and update time on pages (@KyrietS) |
| 19 | +* PR #1645 Add missing support for prebuildmessage/postbuildmessage for Codelite. (@Jarod42) |
| 20 | +* PR #1649 Fix curl header search path (@depinxi) |
| 21 | +* PR #1654 xcode4: Fix missing link of sibling project with custom targetextension (@depinxi) |
| 22 | +* PR #1655 Compiler Version support for Visual Studion 2017+ (@nickclark2016) |
| 23 | +* PR #1657 Renormalize line endings (@nickclark2016) |
| 24 | +* PR #1661 Add frameworkdirs support to gmake and gmake2 with gcc/clang toolsets (@depinxi) |
| 25 | +* PR #1663 compilebuildoutputs make some comments obsolete. (@Jarod42) |
| 26 | +* PR #1668 Fix v6 bootstrapping from v5 (@starkos) |
| 27 | +* PR #1673 Updated sidebar to include toolsversion link (@premake) |
| 28 | +* PR #1680 Fix some build issues with mingw (@Biswa96) |
| 29 | +* PR #1682 Add Community Update #9 (@starkos) |
| 30 | +* PR #1687 Update deprecated entry for `newaction` (@Jarod42) |
| 31 | +* PR #1704 VS2022 Exporter (@nickclark2016) |
| 32 | +* PR #1710 Add support for SSE 4.2. (@ActuallyaDeviloper) |
| 33 | +* PR #1712 Add OpenMP support for Visual Studio (@T-rvw) |
| 34 | +* PR #1713 Upgrade docusaurus version to beta.6 (@KyrietS) |
| 35 | +* PR #1715 Docs maintenance (@KyrietS) |
| 36 | +* PR #1718 Deprecate `configuration()` (@starkos) |
| 37 | +* PR #1720 Improve `justmycode` (@T-rvw) |
| 38 | +* PR #1723 Add condition to `.csproj` references ItemGroup (@cicanci) |
| 39 | +* PR #1726 Updated cdialect and cppdialect docs (@LORgames) |
| 40 | +* PR #1727 Updated architecture docs (@LORgames) |
| 41 | +* PR #1730 Added missing compileas values to docs (@LORgames) |
| 42 | +* PR #1734 Add VS 2022 bootstrapping support (@afxw) |
| 43 | +* PR #1736 Update showcase to include Orx (@sausagejohnson) |
| 44 | +* PR #1662 Handle buildcommand for Codelite (@Jarod42) |
| 45 | +* PR #1658 Fix D module compiler output for Visual Studio (@nickclark2016) |
| 46 | +* PR #1728 Add action to check for and generate missing documentation (@ssurtees) |
| 47 | +* PR #1721 Add custom rules for Gmake2 & Codelite (@Jarod42) |
| 48 | +* PR #1739 Fix #1628 failing macOS os.findlib() test (@starkos) |
| 49 | + |
8 | 50 | Since 5.0-alpha15:
|
9 | 51 |
|
10 | 52 | * PR #1430 Fixed adding LD_LIBRARY_PATH to the executable run command. (@Enhex)
|
|
0 commit comments