KyrietS
504c764016
Fix broken links in docs
2021-06-01 23:24:42 +02:00
Joris Dauphin
ebbbb72ab7
Enable pchheader for Codelite. ( #1627 )
...
* Enable pchheader for Codelite.
* Factorize code.
2021-05-29 14:19:18 -04: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
KyrietS
eb4a70180b
Add Algolia search
2021-04-10 16:55:52 +02:00
starkos
8715807977
Merge pull request #1610 from starkos/website-nav-cleanup
...
Improve new user website navigation
2021-04-10 10:28:45 -04:00
starkos
bd66c0c32c
Improve new user website navigation
2021-04-10 10:21:23 -04:00
starkos
954271148c
Merge pull request #1606 from withmorten/master
...
add RemoveUnreferencedCodeData option to disable /Zc:inline
2021-04-06 14:13:37 -04:00
withmorten
c59e526677
add RemoveUnreferencedCodeData option to disable /Zc:inline
2021-04-05 03:03:46 +02:00
starkos
8e6955603f
Merge pull request #1608 from KyrietS/fix-readme
...
Fix Premake logo in README
2021-04-04 09:59:46 -04:00
starkos
86fa6981da
Merge pull request #1609 from KyrietS/aligning-docs-with-pr
...
Encourage contributors to align the docs
2021-04-04 09:59:07 -04:00
KyrietS
b93c124080
Encourage contributors to align the docs
2021-04-03 02:53:43 +02:00
KyrietS
a268842f12
Fix Premake logo in README
2021-04-03 01:33:10 +02:00
starkos
13567cdb58
Merge pull request #1604 from starkos/website-community-pages
...
Break out community section on website
2021-03-30 09:07:59 -04:00
starkos
d32e893d47
Break out community section on website
2021-03-29 16:18:54 -04:00
starkos
fdd7550ee1
Merge pull request #1600 from KyrietS/website-gh-action
...
Add GitHub Action workflow for website deployment
2021-03-26 08:07:45 -04:00
KyrietS
f333f82bc0
Add Github Action workflow for website deployment
2021-03-25 20:52:06 +01:00
starkos
e2f97cb5a1
Merge pull request #1602 from starkos/website-landing-pages
...
Rework website home & download pages
2021-03-25 13:43:47 -04:00
starkos
7bae4918d7
Rework website home & download pages
2021-03-24 10:42:08 -04:00
starkos
2fb34d0319
Merge pull request #1597 from starkos/website-user-guide
...
Port user guide pages from wiki
2021-03-17 13:45:30 -04:00
starkos
d9cab6a684
Port user guide pages from wiki
2021-03-17 10:50:56 -04:00
starkos
c97edfa2a1
Merge pull request #1594 from KyrietS/api-reference-pages
...
Added reference pages to docs
2021-03-16 10:39:23 -04:00
Kyriet
6caccfb212
Removed link to minimumversion.md
2021-03-16 10:45:44 +01:00
KyrietS
57a2b5e3d9
Removed old auto-generated pages
2021-03-16 10:39:55 +01:00
starkos
f46061fedc
Merge pull request #1593 from susnux/master
...
Update to mbedtls 2.25
2021-03-13 14:44:21 -05:00
KyrietS
e4ea089294
Added reference pages
2021-03-12 22:10:24 +01:00
Nicholaus Clark
58bf18d483
Address review comments to allow explicit test to both true and false
2021-03-10 21:01:21 -05:00
Ferdinand Thiessen
481b5dcfa2
Update to mbedtls 2.25
2021-03-10 16:34:13 +01:00
starkos
c450dbfc7f
Merge pull request #1587 from KyrietS/new-website
...
Introduce new website with docs with docusaurus
2021-03-10 07:58:35 -05:00
Samuel Surtees
750f140b9d
Merge pull request #1589 from noresources/os-outputof-selective-std-stream
...
os.outputof: add a second argument to select which stream to output
2021-03-10 20:28:25 +10:00