T-rvw
c2b4b76436
add support for OpenMP in VS
2021-09-17 21:55:30 +08:00
starkos
07b4e9c8bd
Merge pull request #1704 from nickclark2016/feature/vs2022
...
VS2022 Exporter
2021-08-31 08:56:54 -04:00
Nick Clark
e3c2f78f46
Added VS2022, v143 default, unit tests
2021-08-30 22:00:13 -05:00
starkos
b3de107f4c
Merge pull request #1680 from Biswa96/fix-mingw
...
Fix some build issues with mingw
2021-08-20 06:33:19 -04:00
Nick Clark
ae86c99f1b
Merge branch 'master' into fix-mingw
2021-08-16 16:41:59 -04:00
starkos
19d1abe46b
Merge pull request #1670 from nickclark2016/issues/1670
2021-08-10 06:43:58 -04:00
starkos
6023b47fb5
Merge pull request #1629 from tempura-sukiyaki/macos-universalbinary
...
Added support for Premake on macOS universal binary
2021-08-10 06:34:33 -04:00
Nick Clark
42d340a9dd
Merge branch 'master' into macos-universalbinary
2021-08-05 18:57:17 -04:00
Nick Clark
afa0acab49
Merge branch 'master' into fix-mingw
2021-08-03 11:57:28 -04:00
Nicholaus Clark
8c7fecefe3
Changed Off to equate to none, On to pdbonly, and Default to portable
2021-08-01 12:02:27 -04:00
starkos
9b09c06b85
Merge pull request #1682 from starkos/community-update-9
...
Add Community Update #9
2021-07-31 12:49:31 -04:00
starkos
142abd70a5
Add Community Update #9
2021-07-31 12:43:07 -04:00
Biswapriyo Nath
cb43457bae
host: Fix some warnings with mingw gcc
...
Warnings are:
* Check _MSC_VER for MSVC specific pragma directive.
* Use lowercase header names for case sensitive file system.
* GetFileAttributesW returns DWORD type instead of int.
2021-07-30 10:00:47 +05:30
Biswapriyo Nath
0884f50742
contrib/curl: Import fix for pollfd structure conflict
...
This fixes conflict of pollfd structure declaration with winsock2.h header file
2021-07-29 23:50:55 +05:30
Kyriet
6221a49b7e
Merge pull request #1673 from premake/issues/1655
...
Updated sidebar to include toolsversion link
2021-07-26 20:04:17 +02:00
Nicholaus Clark
2cc5eff84f
Updated sidebar to include toolsversion link
2021-07-26 13:52:52 -04:00
starkos
64f1b3494a
Merge pull request #1668 from starkos/v6-bootstrapping
...
Fix v6 bootstrapping from v5
2021-07-15 07:59:52 -04:00
starkos
871057e688
Prefer embedded modules during release build bootstrapping
2021-07-14 13:53:17 -04:00
starkos
e12e5afca0
Merge remote-tracking branch 'Jarod42/HandleBuildCommandForCodelite'
2021-07-08 06:40:55 -04:00
starkos
4be2a96761
Merge remote-tracking branch 'nickclark2016/issues/1603'
2021-07-08 06:26:20 -04:00
starkos
d863ec9f91
Merge pull request #1663 from Jarod42/DocFixCustomBuildCommands
...
compilebuildoutputs make some comments obsolete.
2021-07-05 15:37:21 -04:00
Jarod42
d01e117951
Handle buildcommand
for Codelite.
2021-07-04 15:24:40 +02:00
Jarod42
a70c67b7e7
compilebuildoutputs make some comments obsolete.
2021-07-04 15:24:06 +02:00
Nick Clark
d953b332f4
Merge branch 'master' into issues/1603
2021-06-30 00:31:17 -04:00
Nicholaus Clark
32ba709ffa
Added D toolsets to documentation
2021-06-30 00:30:53 -04:00
starkos
0c42fb8691
Merge pull request #1654 from depinxi/fix-xcode-sibling-targetextension-links
...
xcode4: Fix missing link of sibling project with custom targetextension
2021-06-28 16:41:18 -04:00
Renaud Guillard
1ce82af4d9
xcode4: Fix missing link of sibling project with custom targetextension
...
When a node category cannot be determined by extension,
use the configuration kind when available.
Add unit test to illustrate the case.
2021-06-28 15:51:39 +02:00
starkos
e0af9ba2b2
Merge pull request #1655 from nickclark2016/issues/1612
...
Compiler Version support for Visual Studion 2017+
2021-06-25 08:47:41 -04:00
Nicholaus Clark
371b3d02e7
Fix D compiler output for gmake and visual studio
2021-06-24 11:53:10 -04:00
Nick Clark
74eb572e63
Merge branch 'master' into issues/1612
2021-06-24 08:28:06 -04:00
Samuel Surtees
a00beed417
Merge pull request #1657 from nickclark2016/issues/1656
...
Renormalize line endings
2021-06-24 22:13:44 +10:00
Nicholaus Clark
076b9684af
Renormalized line endings in the repository
2021-06-23 20:03:18 -04:00
Nicholaus Clark
ffdee19969
Added compiler version selection for visual studio projects
2021-06-23 19:53:00 -04:00
starkos
88668962a8
Merge pull request #1635 from abhiss/patch-1
...
Fix typo in Using Premake documentation
2021-06-14 12:21:36 -04:00
abhiss
b48fd2c4e9
Update Using-Premake.md
2021-06-14 09:07:03 -07:00
starkos
665af20c17
Merge pull request #1645 from Jarod42/prepostbuildmessageCodelite
...
Add missing support for prebuildmessage/postbuildmessage for Codelite.
2021-06-14 11:42:22 -04:00
starkos
62d504383f
Merge pull request #1649 from depinxi/fix-curl-include-search-path
2021-06-14 07:45:49 -04:00
Renaud Guillard
4da7825927
Fix curl header search path
...
Consider curl include directory as system header search path to match #include directives with angle brackets.
2021-06-14 10:30:34 +02:00
Jarod42
a56444a3fe
Add missing support for prebuildmessage/postbuildmessage for Codelite.
2021-06-11 20:15:33 +02:00
starkos
cb09eca81e
Merge pull request #1644 from KyrietS/master
2021-06-10 17:54:50 -04:00
KyrietS
fe98e430c5
Fix author name and update time on pages
2021-06-10 22:08:43 +02:00
Kyriet
f15b586d77
Merge pull request #1642 from Troplo/patch-1
...
Fix spelling mistake
2021-06-10 21:40:32 +02:00
Troplo
07bddc14be
Fix spelling mistake
2021-06-10 20:03:32 +10:00
starkos
ea92474f55
Merge pull request #1638 from KyrietS/master
...
Fix broken links in docs
2021-06-09 10:55:13 -04:00
tempura-sukiyaki
38458a3624
Sort buildinputs
and buildoutputs
on xcode4 ( #1631 )
...
* Sort `buildinputs` and `buildoutputs` on xcode4
* Fix `buildinputs` and `buildoutputs` for Xcode4
2021-06-07 18:03:59 -04:00
KyrietS
504c764016
Fix broken links in docs
2021-06-01 23:24:42 +02:00
abhiss
ed25044cd2
fix typo
2021-06-01 00:44:48 -07:00
Joris Dauphin
ebbbb72ab7
Enable pchheader for Codelite. ( #1627 )
...
* Enable pchheader for Codelite.
* Factorize code.
2021-05-29 14:19:18 -04:00
tempura-sukiyaki
319e6738ea
Remove unnecessary script
2021-05-25 09:53:56 +09:00
tempura-sukiyaki
7488cd73ff
Add --arch
to Premake build options
2021-05-25 09:50:08 +09:00