Commit Graph

3911 Commits

Author SHA1 Message Date
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
KyrietS
1055b4f03c Removed 4.x docs 2021-03-09 23:27:24 +01:00
Renaud Guillard
8e75e1084b os.outputof () raise error on invalid streams argument value 2021-03-07 16:24:19 +01:00
Renaud Guillard
7f67a3ba67
Fix typo
Co-authored-by: Samuel Surtees <11887457+samsinsane@users.noreply.github.com>
2021-03-07 16:02:57 +01:00
KyrietS
45e691fc3a Introduce new website with docs with docusaurus 2021-02-15 21:19:29 +01:00
Renaud Guillard
d9f15aec7c os.outputof: add a second argument to select which stream to output
local o, e = os.outputof(cmd, streams)

    Where streams could be one of
    - "output" Only return standard output stream content
    - "error" Only return standard error stream content
    - "both" (default) Return both streams content
2021-01-25 19:18:48 +01:00
Samuel Surtees
1b7d93e6d3
Merge pull request #1576 from pkurth/master
Mesh and amplification shader type for Visual Studio
2021-01-13 07:56:08 +10:00
Philipp Kurth
de9e1fc8ca Mesh and amplification shader type for Visual Studio 2021-01-12 18:11:17 +01:00
Samuel Surtees
9b8b035a8a
Merge pull request #1571 from cos-public/usefullpaths-vs-property
useFullPaths config property for Visual Studio projects
2020-12-24 18:45:42 +10:00
cos
4b442fb009 useFullPaths config property for Visual Studio projects 2020-12-18 02:27:35 +02:00
Samuel Surtees
831076d364
Merge pull request #1566 from ratzlaff/bootstrap_executable
Set execute bit on Bootstrap.bat
2020-12-09 15:47:03 +10:00
Ben Ratzlaff
0669ad57e1 Set execute bit on Bootstrap.bat 2020-12-08 19:31:55 -07:00