starkos
bffce3e4cb
Fix failing gmake2 unit test
2019-10-21 21:27:55 -04:00
@starkos
3da7869498
Merge pull request #1358 from zlnimda/master
...
Added support for Dx11.3 shader model
2019-10-21 16:07:47 -04:00
@starkos
448b5cb3ee
Merge pull request #1229 from LORgames/ssurtees/gmake2Fix
...
Generated makefiles no longer error when a configuration can be missing
2019-10-21 16:05:57 -04:00
Alexandre Boulet
95504b1c65
Added support for Dx11.3 shader model
2019-10-21 19:17:39 +02:00
Samuel Surtees
c4e2dca65f
Merge pull request #1356 from starkos/xcodebuildresources-patterns
...
Allow wildcards in xcodebuildresources
2019-10-21 22:19:14 +10:00
starkos
1692363fd9
Allow wildcards in xcodebuildresources
2019-10-21 07:20:06 -04:00
Samuel Surtees
0987dcdec8
Merge pull request #1355 from starkos/shaderincludedirs2
...
Add shaderincludedirs to fxcompile configuration
2019-10-21 11:18:56 +10:00
arcturus
983333eab3
Add shaderincludedirs to fxcompile configuration
2019-10-20 15:54:31 -04:00
@starkos
00052e182d
Merge pull request #1353 from fountainment/master
...
Fix premake4.lua bootstrap build script
2019-10-17 10:10:21 -04:00
C.Even
bcbe25545e
Fix premake4.lua bootstrap build script
2019-10-17 02:22:50 +08:00
@starkos
3f0cf0b5c0
Merge pull request #1345 from kaldap/registry
...
New 'listWindowsRegistry' OS API method for enumerating content of single registry subkey
2019-10-14 16:01:14 -04:00
@starkos
c3a044ff1d
Merge pull request #1192 from dsvi/dsvi-patch-1
...
Update path.lua
2019-10-14 15:45:46 -04:00
Petr Kalandra
95fb306b2b
New 'listWindowsRegistry' OS API method for enumerating content of single Windows registry subkey
2019-10-14 21:35:13 +02:00
@starkos
b02c495d02
Merge pull request #1352 from LORgames/ssurtees/testImprovement
...
Improved test runner usage
2019-10-13 12:56:57 -04:00
Sam Surtees
c85e8203d0
Improved test runner usage
2019-10-14 02:36:31 +10:00
@starkos
96a14c005a
Merge pull request #1351 from LORgames/ssurtees/vcxitems
...
Added support for vcxitems project generation for VS2013+
2019-10-13 12:08:32 -04:00
Sam Surtees
256e176eb1
Added support for vcxitems project generation for VS2013+
2019-10-14 01:13:59 +10:00
@starkos
b5471154a6
Update issue templates
2019-10-09 10:19:04 -04:00
@starkos
f1bf795088
Fix feature request title and description
2019-10-09 10:18:00 -04:00
@starkos
ad89dfcb0d
Merge pull request #1342 from premake/improve-bug-template
...
Improve bug reporting template
2019-10-08 10:28:44 -04:00
@starkos
0d86d31776
Merge pull request #1343 from premake/improve-feature-template
...
Improve feature request template
2019-10-08 10:28:28 -04:00
@starkos
e70ba99c4a
Merge pull request #1341 from premake/get-help-issue-template
...
Add new issue template "Get help"
2019-10-08 10:27:45 -04:00
@starkos
675f22cc32
Improve feature request template
...
- Add more examples and instructions
- Attach "enhancement label"
- Match tense of other templates
2019-10-08 10:03:27 -04:00
@starkos
398dff5a80
Improve bug reporting template
...
- Provide examples
- Link article on code block formatting
- Add "bug" label
- Make it a little more friendly
2019-10-08 09:52:50 -04:00
@starkos
b4191ca1f6
Add new issue template
2019-10-08 09:44:56 -04:00
@starkos
e59da0882e
Add new issue template "Get help"
...
Add a new issue template for folks who just need help using Premake, and who aren't trying to log a bug or request a feature.
2019-10-08 09:36:21 -04:00
Samuel Surtees
1a8bd062c3
Merge pull request #1340 from jp31415926/upgrade-lua
...
Upgrade Lua from 5.3.4 to 5.3.5
2019-10-08 00:53:46 +10:00
John Price
4676139abb
Upgrade Lua from 5.3.4 to 5.3.5
2019-10-06 13:09:55 -05:00
Samuel Surtees
38c29d7533
Merge pull request #1289 from mmuman/haiku-fixes
...
Haiku fixes
2019-10-01 22:31:17 +10:00
François Revol
fd8bfef352
Fix Haiku support
...
- contrib/curl: use linux config for Haiku
Like svr4 we don't have SIOCGIFADDR.
- Haiku is POSIX enough
- Add libs for Haiku
Not tested yet
- contrib: fix Haiku bootstrap
- Fix os.getversion() for Haiku
- Fix bootstrap on Haiku
2019-10-01 00:48:56 +02:00
Samuel Surtees
e5e4f382e2
Merge pull request #1337 from baconpaul/macosx-deployment-1336
...
On OSX, convert systemversion to MACOSX_DEPLOYMENT_TARGET
2019-09-22 22:23:56 +10:00
Paul
73805ea2db
On OSX, convert systemversion to MACOSX_DEPLOYMENT_TARGET
...
Per the discussion in issue #1336 , if systemversion is set
output MACOSX_DEPLOYMENT_TARGET into the resulting xcode project.
This borrows a diff from the (unmerged) PR #1003 , applies it
in isolation, and adds a pair of unit tests to confirm that both
setting and not setting the systemversion results in correct
output.
Closes #1336
2019-09-22 08:06:19 -04:00
Samuel Surtees
49175231fe
Merge pull request #1334 from ratzlaff/vc2008_compileas
...
Implement 'compileas' for vc2008
2019-09-15 22:41:18 +10:00
Ben Ratzlaff
ebbc6de2d8
Implement 'compileas' for vc2008
2019-09-13 21:05:49 -07:00
Samuel Surtees
d0377b99f9
Merge pull request #1333 from ratzlaff/case_collision_cleanup
...
Cleanup related to #1332
2019-09-13 17:03:27 +10:00
Ben Ratzlaff
25a580fbed
Cleanup the flow control of PR #1332
2019-09-12 21:14:47 -07:00
Samuel Surtees
53e4f81312
Merge pull request #1332 from ratzlaff/fix_case_insensitive_collisions
...
Account for filename collisions on systems with case-insensitive file…
2019-09-12 15:57:41 +10:00
Ben Ratzlaff
5142230999
Account for filename collisions on systems with case-insensitive file systems
2019-09-11 22:39:07 -07:00
Samuel Surtees
a9f04f3048
Merge pull request #1327 from premake/feature/pr-template
...
Add a pull request template
2019-08-30 01:25:35 +10:00
starkos
c5679d4ecc
Add a pull request template
2019-08-29 10:22:31 -04:00
Samuel Surtees
e61480245f
Merge pull request #1326 from premake/issue-templates
...
Update issue templates
2019-08-29 18:54:00 +10:00
@starkos
d7e670afc9
Update issue templates
2019-08-28 16:27:00 -04:00
@starkos
64af84deb7
Merge pull request #1325 from starkos/update-readme
...
Improve the README
2019-08-27 11:29:02 -04:00
starkos
9a351cc745
Improve the README
2019-08-27 11:12:14 -04:00
@starkos
376426d411
Merge pull request #1324 from starkos/contributing-page
...
Add a CONTRIBUTING.md
2019-08-21 11:11:19 -04:00
starkos
37c2e23e2e
Add a CONTRIBUTING.md
2019-08-21 10:00:48 -04:00
@starkos
4546e23b7d
Merge pull request #1323 from starkos/update-copyrights
...
Update copyright year in support files
2019-08-20 10:30:21 -04:00
starkos
107a3c5e78
Update copyright year in support files
2019-08-20 10:05:37 -04:00
Samuel Surtees
367b9822c0
Merge pull request #1316 from starkos/feature/funding
...
Add FUNDING.yml for GitHub Sponsors
2019-07-24 11:27:05 +10:00
@starkos
dc0dac5506
Merge branch 'master' into feature/funding
2019-07-23 11:35:34 -04:00