Commit Graph

3848 Commits

Author SHA1 Message Date
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
tempura-sukiyaki
cadea925c3 Added support for Premake on macOS universal binary 2021-05-20 12:02:33 +09:00
starkos
23f32c2759
Merge pull request #1570 from hannes-harnisch/master
Initial C++20 module support for Visual Studio
2021-05-16 16:04:03 -04:00
starkos
857afd5557
Merge pull request #1625 from noresources/remove-ng-action-check 2021-05-11 14:50:41 -04:00
Renaud Guillard
43d83f803a Remove "*ng" action deprecation and auto-fix 2021-05-11 20:03:54 +02:00
Hannes Harnisch
1c6f1eab5b Corrected API based on suggestions and actual function 2021-05-03 14:37:16 +02:00
Hannes Harnisch
83864eecf4 Added unit tests 2021-05-03 14:22:12 +02:00
Hannes Harnisch
c7d0b96a3f Added initial C++20 module support for Visual Studio 2021-05-03 14:22:12 +02:00
starkos
efc152aa3b Publish Community Update #8 2021-04-21 10:57:25 -04:00
starkos
efd2ab50ba
Merge pull request #1619 from nickgravelyn/xcode-embed-libraries
Xcode embed libraries
2021-04-19 11:01:51 -04:00
Renaud Guillard
24b2b4abdd
Runpathdirs improvements (#1538)
* Add mode argument ot toolset.getrunpathdirs()

* Add config.getsiblingtargetdirs()

* Delegate automatic addition of sibling target dirs as run path search paths to actions

* Simplify gcc.getrunpathdirs()
* Restore previous behavior in gmake & gmake2 actions

* Add xcode.getToolSet()

Use clang as default, gcc on MacOS X 10.6 and lower

* runpathdirs support in xcode4 action

Translate runpathdirs to LD_RUNPATH_SEARCH_PATHS Xcode setting

Co-authored-by: Renaud Guillard <renaud@depinxi.be>
2021-04-19 10:58:36 -04:00
starkos
fae76cb027
Merge pull request #1555 from nickclark2016/issues/1443
Added API to disable fast up to date checks
2021-04-19 10:51:48 -04:00
Nick Clark
428fb911c3
Merge branch 'master' into issues/1443 2021-04-17 22:43:51 -04:00
Nick Gravelyn
626eedbc46 Split xcodeembedlibraries into embed and embedAndSign 2021-04-16 07:51:01 -07:00
Nick Gravelyn
4ed74246b5 Add xcodeembedlibraries command 2021-04-16 07:51:01 -07:00
Nick Gravelyn
0e93130442 Allow .dylib extension in links for Xcode
When entries in links are specified with an extension we treat them
like frameworks for the most part. They are placed into the
Frameworks group and added to the Frameworks build phase. We do have
separate logic for the file reference, only because we never want to
resolve a .dylib link to the /System/Frameworks directory. Instead
we assume a .dylib link that is just a file name, e.g. 'libA.dylib',
is relative to the project the same way as if it were prefixed with
'./'.
2021-04-16 07:51:01 -07:00
starkos
65deb619f8 Revert "Fix download links on website"
This reverts commit 3ef2246dc7.
2021-04-14 10:43:42 -04:00
starkos
3ef2246dc7 Fix download links on website 2021-04-14 10:37:32 -04:00
starkos
f7664adbba Merge branch 'release/v5.0.0-alpha16' 2021-04-13 10:28:59 -04:00
starkos
88dc1d2bb9 Restore dev version; release script fixes 2021-04-13 10:26:49 -04:00
starkos
b34accd579 Bump release version to alpha16 2021-04-13 09:16:57 -04:00
starkos
69588a4fa3
Merge pull request #1614 from starkos/website-blog
Set up blog; move community updates
2021-04-12 10:13:04 -04:00
starkos
66cf16aa7f Set up blog; move community updates
Move the community updates from OpenCollective to our own site, for better visibility and real code blocks.
2021-04-12 10:02:44 -04:00
starkos
9878dde96a
Merge pull request #1607 from KyrietS/website-search
Add Algolia search
2021-04-10 11:35:55 -04:00