|
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-alpha15: |
| 9 | + |
| 10 | +* PR #1430 Fixed adding LD_LIBRARY_PATH to the executable run command. (@Enhex) |
| 11 | +* PR #1439 Disable XP deprecation warning for Visual Studio projects (@withmorten) |
| 12 | +* PR #1446 Do not add <Link> for .NET resources or the resource will not be properly embedded. (@rhuvendiek) |
| 13 | +* PR #1447 Added /Wall to possible warning levels for Visual Studio (@ethan-wallace) |
| 14 | +* PR #1454 Bootstrap.mak clean target(s) (@noresources) |
| 15 | +* PR #1460 Add C++20 cppdialect for C++ projects (@nickclark2016) |
| 16 | +* PR #1462 Added clang as a valid option for projects generated with vs2019 (@nickclark2016) |
| 17 | +* PR #1468 macOS deployment target support for gcc and clang (@noresources) |
| 18 | +* PR #1473 macOS os.getversion() improvements (@noresources) |
| 19 | +* PR #1477 Add support for .swift file for xcode (@socialpoint) |
| 20 | +* PR #1481 Improved ability to override XCode generator (@LORgames) |
| 21 | +* PR #1482 Disable redirect test until HTTP endpoint is fixed (@LORgames) |
| 22 | +* PR #1483 Add file details to Windows builds including version number (@LORgames) |
| 23 | +* PR #1484 Fixed issue with os.matchfiles and symlinks (@LORgames) |
| 24 | +* PR #1485 Added Windows implementation to os.touchfile to avoid issues with truncating the file (@LORgames) |
| 25 | +* PR #1499 GitHub Actions: Artifacts (@sphene) |
| 26 | +* PR #1503 Update cxx standard; (@continue98) |
| 27 | +* PR #1505 Fix sysincludedirs for codelite. (@Jarod42) |
| 28 | +* PR #1506 Fix quote escaping in Codelite. (@Jarod42) |
| 29 | +* PR #1515 ConformanceMode flag implemented for >= vs2017 (@cos-public) |
| 30 | +* PR #1519 Add Metal shader files as source code (@nickgravelyn) |
| 31 | +* PR #1522 Fixed external library linking for Clang in VS2019+ (@nickclark2016) |
| 32 | +* PR #1523 Added C++1z and C++2a dialect options for XCode (@nickclark2016) |
| 33 | +* PR #1525 [Codelite] Only active (i.e. unique) configuration should be selected. (@Jarod42) |
| 34 | +* PR #1527 Removed old CI build files (@LORgames) |
| 35 | +* PR #1528 Added COPYFILE and COPYDIR tokens (@LORgames) |
| 36 | +* PR #1529 NMake projects can now specify buildoptions and cppdialect (@LORgames) |
| 37 | +* PR #1530 Remove unused code in vs2010_vcxproj.lua (@LORgames) |
| 38 | +* PR #1532 Disable network tests; add --test-all flag to enable (@starkos) |
| 39 | +* PR #1534 Added Ability to Disable JMC in Visual Studio (@nickclark2016) |
| 40 | +* PR #1540 Xcode improvements (@noresources) |
| 41 | +* PR #1542 Improve the user contribution resources (@premake) |
| 42 | +* PR #1551 Added NetCore to CLR API (@nickclark2016) |
| 43 | +* PR #1552 Fix MSC LTO, runtime, subsystem (@JoelLinn) |
| 44 | +* PR #1554 clang Use `llvm-ar` linker when LTO flag is set. (@JoelLinn) |
| 45 | +* PR #1560 Added newer shader versions (@dpeter99) |
| 46 | +* PR #1562 Remove moduledownloader to avoid RCE. (@xenia-project) |
| 47 | +* PR #1564 Improved net version check to also support net5.0 and beyond (@ClxS) |
| 48 | +* PR #1565 AllowUnsafeBlocks will now be a project level property in new format (@ClxS) |
| 49 | +* PR #1566 Set execute bit on Bootstrap.bat (@ratzlaff) |
| 50 | +* PR #1571 useFullPaths config property for Visual Studio projects (@cos-public) |
| 51 | +* PR #1576 Mesh and amplification shader type for Visual Studio (@pkurth) |
| 52 | +* PR #1587 Introduce new website with docs with docusaurus (@KyrietS) |
| 53 | +* PR #1589 os.outputof: add a second argument to select which stream to output (@noresources) |
| 54 | +* PR #1593 Update to mbedtls 2.25 (@susnux) |
| 55 | +* PR #1594 Added reference pages to docs (@KyrietS) |
| 56 | +* PR #1597 Port user guide pages from wiki (@starkos) |
| 57 | +* PR #1600 Add GitHub Action workflow for website deployment (@KyrietS) |
| 58 | +* PR #1602 Rework website home & download pages (@starkos) |
| 59 | +* PR #1604 Break out community section on website (@starkos) |
| 60 | +* PR #1606 add RemoveUnreferencedCodeData option to disable /Zc:inline (@withmorten) |
| 61 | +* PR #1607 Add Algolia search (@KyrietS) |
| 62 | +* PR #1608 Fix Premake logo in README (@KyrietS) |
| 63 | +* PR #1609 Encourage contributors to align the docs (@KyrietS) |
| 64 | +* PR #1610 Improve new user website navigation (@starkos) |
| 65 | +* PR #1614 Set up blog; move community updates (@starkos) |
| 66 | + |
8 | 67 | Since 5.0-alpha14:
|
9 | 68 |
|
10 | 69 | * PR #1086 Added support for Objective-C and Objective-C++ in xcode and gmake2nil (@LORgames)
|
|
0 commit comments