|
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-alpha14: |
| 9 | + |
| 10 | +* PR #1086 Added support for Objective-C and Objective-C++ in xcode and gmake2nil (@LORgames) |
| 11 | +* PR #1192 Update path.lua (@dsvi) |
| 12 | +* PR #1229 Generated makefiles no longer error when a configuration can be missing (@LORgames) |
| 13 | +* PR #1275 Fixed various issues with escaping in CodeLite generator (@LORgames) |
| 14 | +* PR #1280 Bootstrap.bat: Default to latest Visual Studio available (@tdesveauxPKFX) |
| 15 | +* PR #1281 Source package improvements (@tdesveauxPKFX) |
| 16 | +* PR #1282 Fix VS2019 solution icons (@ifarbod) |
| 17 | +* PR #1285 Use correct values for MinimumVisualStudioVersion in Android projects (@ifarbod) |
| 18 | +* PR #1289 Haiku fixes (@mmuman) |
| 19 | +* PR #1296 Fix source packaging (@tdesveauxPKFX) |
| 20 | +* PR #1298 Update D module to VS2019 and latest D compiler options. (@TurkeyMan) |
| 21 | +* PR #1305 Reconcile logic within os_matchisfile() (@cfs-pure) |
| 22 | +* PR #1313 Activating Open Collective (@opencollective) |
| 23 | +* PR #1316 Add FUNDING.yml for GitHub Sponsors (@starkos) |
| 24 | +* PR #1318 Updated mismatched android config to the value in the allowed stl table (@LORgames) |
| 25 | +* PR #1323 Update copyright year in support files (@starkos) |
| 26 | +* PR #1324 Add a CONTRIBUTING.md (@starkos) |
| 27 | +* PR #1325 Improve the README (@starkos) |
| 28 | +* PR #1326 Update issue templates (@premake) |
| 29 | +* PR #1327 Add a pull request template (@premake) |
| 30 | +* PR #1332 Account for filename collisions on systems with case-insensitive file… (@ratzlaff) |
| 31 | +* PR #1333 Cleanup related to #1332 (@ratzlaff) |
| 32 | +* PR #1334 Implement 'compileas' for vc2008 (@ratzlaff) |
| 33 | +* PR #1337 On OSX, convert systemversion to MACOSX_DEPLOYMENT_TARGET (@baconpaul) |
| 34 | +* PR #1340 Upgrade Lua from 5.3.4 to 5.3.5 (@jp31415926) |
| 35 | +* PR #1341 Add new issue template "Get help" (@premake) |
| 36 | +* PR #1342 Improve bug reporting template (@premake) |
| 37 | +* PR #1343 Improve feature request template (@premake) |
| 38 | +* PR #1345 New 'listWindowsRegistry' OS API method for enumerating content of single registry subkey (@kaldap) |
| 39 | +* PR #1351 Added support for vcxitems project generation for VS2013+ (@LORgames) |
| 40 | +* PR #1352 Improved test runner usage (@LORgames) |
| 41 | +* PR #1353 Fix premake4.lua bootstrap build script (@fountainment) |
| 42 | +* PR #1355 Add shaderincludedirs to fxcompile configuration (@starkos) |
| 43 | +* PR #1356 Allow wildcards in xcodebuildresources (@starkos) |
| 44 | +* PR #1357 Replace debuggerflavor with debugger (take #2) (@starkos) |
| 45 | +* PR #1358 Added support for Dx11.3 shader model (@zlnimda) |
| 46 | +* PR #1359 Add assemblyDebug for vs2017 (@tbasnoopy) |
| 47 | +* PR #1360 Fix the return value of some os functions (@sp-jordi-vilalta) |
| 48 | +* PR #1361 Simplified unit test to resolve path issues (@LORgames) |
| 49 | +* PR #1362 Fixed inconsistencies in Android VS project test (@LORgames) |
| 50 | +* PR #1365 E2K: fixed build by MCST lcc compiler (@r-a-sattarov) |
| 51 | +* PR #1385 Fix pull request template (@tempura-sukiyaki) |
| 52 | +* PR #1386 Initial support for generating netcore and netstandard projects (@ClxS) |
| 53 | +* PR #1395 Fixed edge case in path.normalize (@LORgames) |
| 54 | +* PR #1396 Fixed bug with linkgroups only working on Premake projects (@LORgames) |
| 55 | +* PR #1401 Remove commands optimization which breaks tokens (@starkos) |
| 56 | +* PR #1402 Remove checkFunc from Resource files (@yuyoyuppe) |
| 57 | +* PR #1403 Add build steps to Visual Studio (@redorav) |
| 58 | +* PR #1404 Place all generated files in separate GENERATED list, so they all can… (@Mikhael-Danilov) |
| 59 | +* PR #1406 Change deferred join delimiter to non-printable character (@starkos) |
| 60 | +* PR #1415 Add .c++ extension support to a few spots it was missing (@englercj) |
| 61 | +* PR #1419 Fix #1411: Remove "|" from Codelite config names (@starkos) |
| 62 | +* PR #1420 Fix MinGW builds of Premake (@premake) |
| 63 | +* PR #1421 Enable enablewarnings() for MSC (@starkos) |
| 64 | +* PR #1422 Added GitHub Actions (@LORgames) |
| 65 | +* PR #1424 Fix systemversion("latest") on VS2017 (@starkos) |
| 66 | +* PR #1427 Fix up and improve the release docs and script (@premake) |
| 67 | + |
8 | 68 | Since 5.0-alpha13:
|
9 | 69 |
|
10 | 70 | * PR #1067 Add 'Default', 'Dwarf' and 'SplitDwarf' arguments to 'debugformat' (@ratzlaff)
|
|
0 commit comments