|
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-alpha12: |
| 9 | + |
| 10 | +* PR #880 Allow tokens to start with a ! to disable making paths relative. (@Blizzard) |
| 11 | +* PR #882 Allow filtering on host. (@Blizzard) |
| 12 | +* PR #883 Added basic iOS support to XCode4 (@LORgames) |
| 13 | +* PR #889 Fix context.mergeFilters (@tdesveaux) |
| 14 | +* PR #897 Fix c(pp)dialect generating uppercase C(++)xx for Xcode, replace gnu99 with compiler-default (@hsandt) |
| 15 | +* PR #902 VS fix for projects with multiple manifest files (@Blizzard) |
| 16 | +* PR #913 Fix subtle bug in table.translate (@Blizzard) |
| 17 | +* PR #919 Add perfile flags test for gmake backend. (@Blizzard) |
| 18 | +* PR #920 small fix in self-test module. (@Blizzard) |
| 19 | +* PR #921 Compiler warnings (@Blizzard) |
| 20 | +* PR #922 gmake2 bug fix. When generating gmake file with pch headers (@Blizzard) |
| 21 | +* PR #923 Add Visual Studio ARM64 support. (@Blizzard) |
| 22 | +* PR #926 Fixes translateCommandsAndPaths, and debugargs. (@Blizzard) |
| 23 | +* PR #927 bug fix for recursive token expansion (@Blizzard) |
| 24 | +* PR #928 sometimes due to ordering of test, we're in a rule scope. (@Blizzard) |
| 25 | +* PR #931 Added synchronous and C-Throw to VS projects. (@CreativeAssembly) |
| 26 | +* PR #932 Added extra information for Windows platform when copyfile fails. (@pjohalloran) |
| 27 | +* PR #938 Added `staticruntime` API. (#163) (@premake) |
| 28 | +* PR #939 Resolve the rule properties for gmake (#162) (@premake) |
| 29 | +* PR #941 Fix makefile PCH tab problem (@premake) |
| 30 | +* PR #944 C++0x dialect support (@premake) |
| 31 | +* PR #945 Natvis files have an item group. (@premake) |
| 32 | +* PR #948 Fixed a bug in gmake2 with clang and pch. (@Gereld) |
| 33 | +* PR #949 Added DPI awareness support to VS2010+ projects (@LORgames) |
| 34 | +* PR #950 Added defaultplatform support to gmake and gmake2 actions (@LORgames) |
| 35 | +* PR #952 Add support for `targetextension` in xcode4 (@tempura-sukiyaki) |
| 36 | +* PR #957 fix gmake2 utility (@Blizzard) |
| 37 | +* PR #958 fix context.addFilter (@Blizzard) |
| 38 | +* PR #959 Multiple gmake2 fixes (@Blizzard) |
| 39 | +* PR #960 Improve determinism in sln output. (@Blizzard) |
| 40 | +* PR #961 add 64-bit support on windows (@Blizzard) |
| 41 | +* PR #962 fix table.insertkeyed (@Blizzard) |
| 42 | +* PR #964 Add support for wildcards in mapconfig. (@Blizzard) |
| 43 | +* PR #965 Move part of the workspace baking up (@premake) |
| 44 | +* PR #966 utility projects also allow configuration of the executable path. (@Blizzard) |
| 45 | +* PR #967 return generated fileconfig. (@Blizzard) |
| 46 | +* PR #969 Fix buildoutput pathvars (@Blizzard) |
| 47 | +* PR #970 Table fix indexof (@Blizzard) |
| 48 | +* PR #979 Define _HAS_EXCEPTIONS=0 from vs2010 for exceptionhandling off (@tdesveauxPKFX) |
| 49 | +* PR #980 src/base and modules: change links to industriousone.com to working HTTPS github links (@catb0t) |
| 50 | +* PR #988 Fixed a bug with normalizing paths that contain dot folders (@LORgames) |
| 51 | +* PR #990 Extended Instructions sets (@tdesveauxPKFX) |
| 52 | +* PR #993 Fix /usr/lib64 being used as search dir before project's libdir (@alexandre-janniaux) |
| 53 | +* PR #994 added a 'latest' systemversion for vs2017 (@dcourtois) |
| 54 | +* PR #1005 Fix gmake dependencies (@premake) |
| 55 | +* PR #1011 Fixes an issue with custom rules tracking files. (@Dandielo) |
| 56 | +* PR #1018 Added release info badges to the readme (@LORgames) |
| 57 | +* PR #1019 Remove git submodule commands (@Passw) |
| 58 | +* PR #1020 Embed luasocket, add mobdebug and --debugger command line option (@redorav) |
| 59 | +* PR #1021 Clear additional global state between unit test runs (@starkos) |
| 60 | +* PR #1023 Include library directories in Codelite projects (@Gaztin) |
| 61 | +* PR #1029 Replace last global state block in api.reset (@starkos) |
| 62 | +* PR #1030 Fix vstudio symbolspath (@tdesveauxPKFX) |
| 63 | +* PR #1031 Fix gmake2 Makefile projects callArray (@tdesveauxPKFX) |
| 64 | +* PR #1033 vstudio staticlib symbolspath (@tdesveauxPKFX) |
| 65 | +* PR #1034 Add 'modules/android/' from premake-android (@LORgames) |
| 66 | +* PR #1037 HLSL Shader compilation in Visual Studio (@tdesveauxPKFX) |
| 67 | +* PR #1040 Get 'compileas' working when using a 'filter "files: ..."' scope. (@ratzlaff) |
| 68 | +* PR #1041 Fleshed out CI builds (@LORgames) |
| 69 | +* PR #1042 Add UnsignedChar API (@tdesveauxPKFX) |
| 70 | +* PR #1043 Add omitframepointer API (@tdesveauxPKFX) |
| 71 | +* PR #1044 Add Visibility API for gcc/clang toolsets (@tdesveauxPKFX) |
| 72 | +* PR #1045 Add debuggerflavor API (@tdesveauxPKFX) |
| 73 | +* PR #1046 Add structmemberalign API (@tdesveauxPKFX) |
| 74 | +* PR #1048 Add conditional behavior to global variables, add systemversion as first implementation (@redorav) |
| 75 | +* PR #1049 Add InlinesVisibility API (@tdesveauxPKFX) |
| 76 | +* PR #1053 Fixed issue with floatingpoint "Strict" causing errors in XCode (@LORgames) |
| 77 | +* PR #1062 Allow system("android") per configuration (@redorav) |
| 78 | +* PR #1064 Tiny gcc fix from PR #506. (@tvandijck) |
| 79 | +* PR #1065 Fixes a few luasocket compile warnings. (@tvandijck) |
| 80 | +* PR #1066 fix a few compiler warnings. (@tvandijck) |
| 81 | +* PR #1068 Fix constructing executable path from argv[0] (@lanurmi) |
| 82 | +* PR #1069 Support successfully bootstrapping on Solaris (OpenIndiana). (@lanurmi) |
| 83 | +* PR #1070 Support successfully bootstrapping on OpenBSD. (@lanurmi) |
| 84 | +* PR #1075 Fixed bug with alias tests that caused one to three extra tests to be run (@LORgames) |
| 85 | +* PR #1077 Do not output colors e.g. into a pipe, unless forced. (@lanurmi) |
| 86 | +* PR #1078 Added GoogleTest style output for unit tests (@LORgames) |
| 87 | +* PR #1080 Fix curl compilation on Debian PowerPC. (@lanurmi) |
| 88 | +* PR #1081 cache results of shouldUseColors() (@tvandijck) |
| 89 | +* PR #1084 Fix httpbin useragent response format. (@SchmidtD) |
| 90 | +* PR #1087 Fix missing DebugInformationFormat when symbols are set to full (@rorydriscoll) |
| 91 | +* PR #1089 Import paths weren't translated properly (@TurkeyMan) |
| 92 | +* PR #1092 CodeLite workspace folders (groups) (@Gaztin) |
| 93 | +* PR #1093 Implemented 'debugenvs' for CodeLite (@Gaztin) |
| 94 | +* PR #1096 gmake2: Fix dependency for pch (@tdesveauxPKFX) |
| 95 | +* PR #1098 Prevent D module from adding D block in unrelated projects (@tdesveauxPKFX) |
| 96 | +* PR #1100 gmake2: Remove pch from FORCE_INCLUDE to allow NoPCH per-file (@tdesveauxPKFX) |
| 97 | +* PR #1103 gmake*: fix shell type identification (@tdesveauxPKFX) |
| 98 | +* PR #1104 Xcode Fixes (@erincatto) |
| 99 | +* PR #1105 gmake: Add rules and dependencies for directory creation (@tdesveauxPKFX) |
| 100 | +* PR #1107 Only set WindowsSDKDesktopARMSupport for windows systems (#172) (@Blizzard) |
| 101 | +* PR #1108 Fix gmake2 (@Blizzard) |
| 102 | +* PR #1113 Support buildaction for C++ projects (@Blizzard) |
| 103 | +* PR #1115 Remove Xbox 360 code from core to move and expand onto a standalone module (@redorav) |
| 104 | +* PR #1117 Fix Xcode autocompletion with excluded files (@sp-jordi-vilalta) |
| 105 | +* PR #1118 gmake2: fix cpp perfileflags (@tdesveauxPKFX) |
| 106 | +* PR #1125 Swap order of applying project specific config (@Blizzard) |
| 107 | +* PR #1126 vpath android.link fix (@Blizzard) |
| 108 | +* PR #1132 Refactor path.normalize and handle path ending with . (@tdesveauxPKFX) |
| 109 | +* PR #1136 Support server paths (@Gaztin) |
| 110 | +* PR #1137 Fix gmake multiple-output rule issue. (@Blizzard) |
| 111 | +* PR #1142 Support for CSDialect (@Blizzard) |
| 112 | +* PR #1143 Fix `targetextension` in xcode4 (@tempura-sukiyaki) |
| 113 | +* PR #1144 Add `sharedlibtype` in xcode4 (@tempura-sukiyaki) |
| 114 | +* PR #1145 Add support `kind:Utility` in xcode4 (@tempura-sukiyaki) |
| 115 | +* PR #1161 Add `xcodesystemcapabilities` in xcode4 (@tempura-sukiyaki) |
| 116 | +* PR #1164 ! fixed pepper fish to work with lua 5.3.4 (@neo2buha) |
| 117 | +* PR #1167 Add support for per-file custom build commands in xcode4 (@tempura-sukiyaki) |
| 118 | +* PR #1176 path.normalize: Fix when call with path surrounded with quotes (@tdesveauxPKFX) |
| 119 | + |
8 | 120 | Since 5.0-alpha11:
|
9 | 121 |
|
10 | 122 | * PR #617 fix switch/separator in rules_xml (@Blizzard)
|
|
0 commit comments