Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/premake/premake-core

Premake
https://github.com/premake/premake-core

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" Onl...

d9f15aec7c7d946955b7fb19df6ca9626f55b2f2 authored almost 4 years ago by Renaud Guillard <[email protected]>
Merge pull request #1576 from pkurth/master

Mesh and amplification shader type for Visual Studio

1b7d93e6d3b7bb33a89c8a854a96691180c29385 authored almost 4 years ago by Samuel Surtees <[email protected]>
Mesh and amplification shader type for Visual Studio

de9e1fc8ca5182d446c947a67f1bbb5580c16b99 authored almost 4 years ago by Philipp Kurth <[email protected]>
Merge pull request #1571 from cos-public/usefullpaths-vs-property

useFullPaths config property for Visual Studio projects

9b8b035a8a3603f9fab0b50694dc81070767b502 authored about 4 years ago by Samuel Surtees <[email protected]>
useFullPaths config property for Visual Studio projects

4b442fb009543e137624b0bae8f8949f01ec0bc3 authored about 4 years ago by cos <[email protected]>
Merge pull request #1566 from ratzlaff/bootstrap_executable

Set execute bit on Bootstrap.bat

831076d364dda985869ec814ea9266c565f6f84f authored about 4 years ago by Samuel Surtees <[email protected]>
Set execute bit on Bootstrap.bat

0669ad57e1d1fbfa0bbf28f57d0cdeb826cacbfb authored about 4 years ago by Ben Ratzlaff <[email protected]>
Merge pull request #1565 from ClxS/AllowUnsafeBlocks-net5-fix

AllowUnsafeBlocks will now be a project level property in new format

0f54214cf79ab67ff203efac100cfe7f762b430d authored about 4 years ago by Samuel Surtees <[email protected]>
Merge pull request #1564 from ClxS/net5-support

Improved net version check to also support net5.0 and beyond

cada88b037bdcdba0cd5efdc82a440bc44f1e5b8 authored about 4 years ago by Samuel Surtees <[email protected]>
AllowUnsafeBlocks will now be a project level property in new format C# projects

Fixes #1549

2e4df1f347e74a28762c2d9ad40024cbe29dee8f authored about 4 years ago by Carl <[email protected]>
Simplified net platform check to include net[x]

7af525d706729cd86b6f1c75fb8ffa14dc071251 authored about 4 years ago by Carl <[email protected]>
Merge pull request #1562 from xenia-project/remove-moduledownloader

Remove moduledownloader to avoid RCE.

67f5bd12ffd5e7fc996208626e8f400c62d9fb63 authored about 4 years ago by starkos <[email protected]>
Remove moduledownloader to avoid RCE. Closes #1381.

21c9985f0989932dbcc79d8770458393794a363f authored about 4 years ago by Rick Gibbed <[email protected]>
Merge pull request #1560 from dpeter99/master

Added newer shader versions

6e7f35f6dd3f02efb8a31bf6460b95f79619f1e1 authored about 4 years ago by Samuel Surtees <[email protected]>
Added newer shader versions

- Added 6.4 and 6.5 shader versions

eb717674e3530b355692c69c84966d3b67fd5ce1 authored about 4 years ago by dpeter99 <[email protected]>
Merge pull request #1552 from JoelLinn/fix-msc-flags

Fix MSC LTO, runtime, subsystem

4138c3e7b9a3e89d21002b344a3209d84a74170c authored about 4 years ago by starkos <[email protected]>
msc Fix several flags.

- Link-time optimizations now sets cl and ld flags.
- Run-Time selection now adheres to `runtime`...

0163b8662852d2e4d117fd919a8907006a824fcc authored about 4 years ago by Joel Linn <[email protected]>
Added DisableFastUpToDateCheck for vs projects

a443cd16bab89b4d7b155be2f704f4a1eeb2bf9d authored about 4 years ago by nickclark2016 <[email protected]>
Merge pull request #1554 from JoelLinn/fix-lto-clang

clang Use `llvm-ar` linker when LTO flag is set.

f51aad1cd072865258440d47799d9bf11d815d05 authored about 4 years ago by Samuel Surtees <[email protected]>
clang Use `llvm-ar` linker when LTO flag is set.

It is required for some clang features like `-flto`. Still defaults to `ar` if the `LinkTimeOptim...

e473d40832ab3caa14151285cab724b76ab0706e authored about 4 years ago by Joel Linn <[email protected]>
Merge pull request #1551 from nickclark2016/issues/1545

Added NetCore to CLR API

1aeb39dfcef8d5d9fdb893c95bd6d3c6ad150cb6 authored about 4 years ago by starkos <[email protected]>
Merge branch 'master' into issues/1545

efaffca16d8a88e0351f2d310a9298cd10f4332c authored about 4 years ago by Nick Clark <[email protected]>
Merge pull request #1540 from noresources/xcode-improvements

Xcode improvements

82e50368dc90292d8b698aed51b167462fe30a9b authored about 4 years ago by Samuel Surtees <[email protected]>
Added NetCore to CLR API, added corresponding unit test

712431f36ebd4e0c343ef2eb2d79fe4a66bee46a authored about 4 years ago by nickclark2016 <[email protected]>
Merge pull request #1542 from premake/improve-contrib-resources

Improve the user contribution resources

fb5f3400252ba9d00ac03705e1de82da53713b0a authored about 4 years ago by Samuel Surtees <[email protected]>
Add tips for new contributors; improve issue templates

76359f4c5306faa97436460f327f6bef70aef8bd authored about 4 years ago by starkos <[email protected]>
xcode4 sysincludedirs support update

* Use the new Xcode 9+ setting SYSTEM_HEADER_SEARCH_PATHS settings instead of HEADER_SEARCH_PATH...

dfb93e164042efc55ea150e6bd9f61644403b442 authored about 4 years ago by Renaud Guillard <[email protected]>
xcode4 syslibdirs support

* Merge libdirs and syslibdirs to LIBRARY_SEARCH_PATHS setting
* Add test

5d06e68d45f49ff2d472847586af538a748bad8b authored about 4 years ago by Renaud Guillard <[email protected]>
Merge pull request #1534 from nickclark2016/issues/1526

Added Ability to Disable JMC in Visual Studio

c6580ff1cefa7660a0df59f3da90dff0bf1be417 authored about 4 years ago by starkos <[email protected]>
Added disable for Just My Code debugging

aaba74715faf6e6c2f2825fdd8ed08ad6dd6b528 authored about 4 years ago by nickclark2016 <[email protected]>
Merge pull request #1532 from starkos/exclude-net-tests

Disable network tests; add --test-all flag to enable

0bf4fb6d096318f7774dc9d5e8ec65a47f06cce9 authored about 4 years ago by Samuel Surtees <[email protected]>
Disable network tests; add --test-all flag to enable

Hides the automated tests that require calls out to the network behind a new `--test-all` flag. ...

0c792a0ff391d7784e7fa5082181a5fd2745096f authored about 4 years ago by starkos <[email protected]>
Merge pull request #1530 from LORgames/ssurtees/cleanup

Remove unused code in vs2010_vcxproj.lua

4de75e9d4a49f54ffb280a6d5873175b08c280f2 authored over 4 years ago by Samuel Surtees <[email protected]>
Merge pull request #1529 from LORgames/ssurtees/nmakeBuildOptions

NMake projects can now specify buildoptions and cppdialect

ed01eef77f8eed69066d574c83542916252211f5 authored over 4 years ago by Samuel Surtees <[email protected]>
Merge pull request #1528 from LORgames/ssurtees/tokens

Added COPYFILE and COPYDIR tokens

e5570876c03a993eb38a72c8fb18833919fd65cb authored over 4 years ago by Samuel Surtees <[email protected]>
Merge pull request #1527 from LORgames/ssurtees/ciCleanup

Removed old CI build files

0ed41a75bf62c0f0cb78d0d1eff46677fba1e703 authored over 4 years ago by Samuel Surtees <[email protected]>
Remove unused code in vs2010_vcxproj.lua

7e0d37c84be69e0e709ee01048c9c2b974683041 authored over 4 years ago by Sam Surtees <[email protected]>
NMake projects can now specify buildoptions and cppdialect

3e5e95e034258c8306b28681f71605bfec7fdbfb authored over 4 years ago by Sam Surtees <[email protected]>
Added COPYFILE and COPYDIR tokens

802435304fc2957232b4e9f0042bd6516f9d7a25 authored over 4 years ago by Sam Surtees <[email protected]>
Removed old CI build files

67d06f00dda116dd25ef17fc7e88a12472e19bed authored over 4 years ago by Sam Surtees <[email protected]>
Merge pull request #1525 from Jarod42/OneConfigurationSelectedInCodelite

[Codelite] Only active (i.e. unique) configuration should be selected.

796f517511a2e868e7604a86a315290e55bafadf authored over 4 years ago by starkos <[email protected]>
Only active (i.e. unique) configuration should be selected.

Select first one.
`"defaultConfiguration"` seems not yet implemented.

d9c478e92c93f7a8b0fccd77636e6c3c9bae3082 authored over 4 years ago by Jarod42 <[email protected]>
Merge pull request #1523 from nickclark2016/master

Added C++1z and C++2a dialect options for XCode

57f805fb219f346cff11fda824fc81a46e1d481b authored over 4 years ago by Samuel Surtees <[email protected]>
Added C++1z and C++2a dialect options for XCode

9379f284ee96f611911e679a92b65df790e2dcba authored over 4 years ago by nickclark2016 <[email protected]>
Merge pull request #1515 from cos-public/conformance-mode-flag

ConformanceMode flag implemented for >= vs2017

96a3432529b5ddeaf7210c0cf469556e17574eb4 authored over 4 years ago by Samuel Surtees <[email protected]>
Merge pull request #1522 from nickclark2016/master

Fixed external library linking for Clang in VS2019+

6b545b9cf89f89a041a70ebfec8498bf6ea7f062 authored over 4 years ago by Samuel Surtees <[email protected]>
Fixed external library link names for clang in VS2019+

6a01e51df07697cfca2bdf3a4126a68b077acdec authored over 4 years ago by nickclark2016 <[email protected]>
ConformanceMode flag implemented for >= vs2017

6104f3a8a597e7c859bd2e9c8040af4354348b55 authored over 4 years ago by cos <[email protected]>
conformanceMode config property

3fe03f5b794cb26a37756b4e0fc091a3835ff736 authored over 4 years ago by cos <[email protected]>
Merge pull request #1519 from nickgravelyn/xcode-metal-shaders

Add Metal shader files as source code

15a07510ab689468c40d55215078e172e029de3b authored over 4 years ago by Samuel Surtees <[email protected]>
Add Metal shader files as source code

Xcode generally puts these in the Resources category so that's what I've
done, but I don't know ...

78941e415bb2b15a2b1d00db0c6b078a495ccb77 authored over 4 years ago by Nick Gravelyn <[email protected]>
Merge pull request #1506 from Jarod42/FixQuoteEscapingForCodelite

Fix quote escaping in Codelite.

670935a23f28e28f895d072c4811437dac6fa269 authored over 4 years ago by Samuel Surtees <[email protected]>
Merge pull request #1505 from Jarod42/sysincludedirFixForCodelite

* Fix sysincludedirs for codelite.

14185d483ea55d8aa080bece67a085d2f6edb585 authored over 4 years ago by Samuel Surtees <[email protected]>
Split UTs according to review.

f91def371d6e0f321f052e296af353100ec90a3a authored over 4 years ago by Jarod42 <[email protected]>
Fix quote escaping.

-> fix define with quote
-> fix SharedLib (at least on windows).

9842a9c61a9cc8198cd52c34558e575eae5e7003 authored over 4 years ago by Jarod42 <[email protected]>
Fix sysincludedirs for codelite.

157f40cdac6baf10b7398fa0132896b43f760752 authored over 4 years ago by Jarod42 <[email protected]>
Merge pull request #1503 from continue98/cppdialect-update

Update cxx standard;

55b714d9a5c342c703db0f0f724b61d894278d19 authored over 4 years ago by Samuel Surtees <[email protected]>
Update cxx standard; Add C++ latest for gcc; Update GCC tests

31707a40c4345abcbb2957f3f33a733669dca882 authored over 4 years ago by $continue$ <[email protected]>
Merge pull request #1499 from sphene/feature/actions-artifacts

GitHub Actions: Artifacts

75c74f2c4a304548af051b9365fd65a4a4235e3e authored over 4 years ago by Samuel Surtees <[email protected]>
Add step name, platform suffix and rename artifacts

447ab6f29cc6e30abba25eb1bbbcda8a06796b91 authored over 4 years ago by Timotej <[email protected]>
Merge pull request #1477 from socialpoint/recognize-swift-files-as-source-code

Add support for .swift file for xcode

a1024748b10f2ae74ff7c69aad87d54b063acd4c authored over 4 years ago by Samuel Surtees <[email protected]>
Add artifacts for Windows, Linux and MacOS

06ae9d9c0aac3b066d0cfd0f50c082b1b78d396d authored over 4 years ago by Timotej <[email protected]>
Add swift tests

8a37c0507521569c1bfa86a36bc288a025a65b33 authored over 4 years ago by Rafael Lecina <[email protected]>
Merge branch 'master' into recognize-swift-files-as-source-code

68f8e9547e60f08517b66471f05c3c26c06e58ca authored over 4 years ago by sp-rafael-lecina <[email protected]>
Revert change to use single value settings specific format for xcode

5dfb248a535cc308cc5667091394ee0e9607edb3 authored over 4 years ago by Rafael Lecina <[email protected]>
Merge pull request #1485 from LORgames/ssurtees/touchfile

Added Windows implementation to os.touchfile to avoid issues with truncating the file

591194dfcfb5cb5325945ddf2d938fbaeb2799d9 authored over 4 years ago by starkos <[email protected]>
Merge pull request #1484 from LORgames/ssurtees/symlink

Fixed issue with os.matchfiles and symlinks

08a19770f806357be662edbda05586baf990f32a authored over 4 years ago by starkos <[email protected]>
Merge pull request #1483 from LORgames/ssurtees/details

Add file details to Windows builds including version number

6f5c8d7e9173c665fc043f0f69c8408060d8537f authored over 4 years ago by starkos <[email protected]>
Merge pull request #1482 from LORgames/ssurtees/disableTest

Disable redirect test until HTTP endpoint is fixed

a18ad99fa5fcb31a608ea4ba54843702d4584158 authored over 4 years ago by starkos <[email protected]>
Merge pull request #1481 from LORgames/ssurtees/xcode

Improved ability to override XCode generator

cb8126991bc0a4c67edaf48451a3ab88c640118b authored over 4 years ago by starkos <[email protected]>
Added Windows implementation to os.touchfile to avoid issues with truncating the file

29894d8dbf48dd080d75cae1578cc9d564fefc5c authored over 4 years ago by Sam Surtees <[email protected]>
Fixed issue with os.matchfiles and symlinks

ce186b12929aeff6d4d29e2f1cb44994d940511e authored over 4 years ago by Sam Surtees <[email protected]>
Add file details to Windows builds including version number

1317a2ed04741270ac84f636b3c5c107e84396f8 authored over 4 years ago by Sam Surtees <[email protected]>
Disable redirect test until HTTP endpoint is fixed

a56be783deb188f24590a104038ccef9e0472e8d authored over 4 years ago by Sam Surtees <[email protected]>
Improved ability to override XCode generator

- Removed unused function

926c7982dec3cf4c7219d676487f6358093d914b authored over 4 years ago by Sam Surtees <[email protected]>
Add support for .swift file extension on xcode_common.lua

Add support for setting swiftversion

3468be59827406f7babb06258d709b484d4839c7 authored over 4 years ago by Rafael Lecina <[email protected]>
Merge pull request #1447 from ethan-wallace/vs-warnings

Added /Wall to possible warning levels for Visual Studio

2cee14c1249216f1b27d78575946b07b8abfd6bc authored over 4 years ago by Samuel Surtees <[email protected]>
Merge pull request #1473 from noresources/osgetversion-macosx

macOS os.getversion() improvements

55cd0525fa0e2c7b93c1c6c090b04aff29275eb8 authored over 4 years ago by Samuel Surtees <[email protected]>
Added new 'warning' levels

Added new warning level "Everything" which turns on all available
compiler warnings. Updated "Hi...

acda348b4b093deb33e583cf8baa6cf1d285bc6d authored over 4 years ago by Ethan Wallace <[email protected]>
Merge branch 'master' into vs-warnings

454a54961b289c75edc496d5607630677b5a80d8 authored over 4 years ago by Ethan Wallace <[email protected]>
macOS os.getversion() improvements

* Use system property list to retrieve current accurate system version
* Add description for lat...

55099c4bd22512e77e9706d639c222430283b87f authored over 4 years ago by Renaud Guillard <[email protected]>
Merge pull request #1468 from noresources/toolset-macosx-systemversion

macOS deployment target support for gcc and clang

5fa6d359c160f302373b9ac344d8122a9b7a51df authored over 4 years ago by starkos <[email protected]>
remove systemversion string validation

5b6ba6ec27817fac60f6fbe0e4c40a64e39dee5a authored over 4 years ago by Renaud Guillard <[email protected]>
macOS deployment target support for gcc and clang

Use the value of systemversion to set the Apple-specific gcc/clang option -mmacosx-version-min=<...

c923e044863f0a093598e4500aad7b98a030a432 authored over 4 years ago by Renaud Guillard <[email protected]>
Merge pull request #1462 from nickclark2016/master

Added clang as a valid option for projects generated with vs2019

2c42771f3f66b3efb9c64fdf9a0f69b02496c62f authored over 4 years ago by Samuel Surtees <[email protected]>
Added clang as a valid option for projects generated with vs2019

48276f518131afc34a6422ba7dc6e23bfbf2e232 authored over 4 years ago by nickclark2016 <[email protected]>
Merge pull request #1460 from nickclark2016/master

Add C++20 cppdialect for C++ projects

9d84f7439161b3b1d83e34a49fbd5b9021e54e04 authored over 4 years ago by Samuel Surtees <[email protected]>
Added gnu++20 option

* Update vcxproj.lua
* Update dmd.lua
* Update ldc.lua
* Update gcc.lua
* Update test_gcc.lua

572e4036b9ea5a27f66751204fb1043fda53997b authored over 4 years ago by Nick Clark <[email protected]>
Add C++20 cppdialect for C++ projects

4a627cc7642fb379790cc2ac2de9e51d8044d3e8 authored over 4 years ago by nickclark2016 <[email protected]>
Merge pull request #1454 from noresources/bootstra-clean

Bootstrap.mak clean target(s)

5bb0bef41cadc19497767180ec27cf74e2604ad4 authored over 4 years ago by Samuel Surtees <[email protected]>
Add cleaning instructions to Bootstrap.mak

be31d437b5d532e0013b02780c9140d396645ea3 authored over 4 years ago by Renaud Guillard <[email protected]>
Bootstrap.mak clean target(s)

Bootstrap can now clean itself using make -f Bootstrap.mak <platform>-clean

* Factorize cleanup...

8f437877bf8b33cb30b9ca3f11c8ab66e6533163 authored over 4 years ago by Renaud Guillard <[email protected]>
Add Windows malware analysis step to release checklist

c620b80566fb9f1adbf19591144da19e446e9b72 authored over 4 years ago by starkos <[email protected]>
Merge branch 'master' into vs-warnings

b271a46cc4135df91458dcda9322b851667901b4 authored over 4 years ago by Ethan Wallace <[email protected]>
Updated tests to reflect new flag

Test suite now properly checks the new "High" and "Extra" warning options

1453c7c5fd313e135edf633f76eb5212d5d774b6 authored over 4 years ago by Ethan Wallace <[email protected]>
Merge pull request #1446 from rhuvendiek/master

Do not add <Link> for .NET resources or the resource will not be properly embedded.

b47a949c75d7ad4447558c5204777ff766ad59b7 authored over 4 years ago by starkos <[email protected]>
Added /Wall to possible warning levels for Visual Studio

The 'warnings' keyword now accepts a value of 'High' to generate the /W4 MSVC compiler flag as w...

ae26a6f41f2160383c11cf6c67a0612a44246af4 authored over 4 years ago by Ethan Wallace <[email protected]>
Do not add <Link> for .NET resources or the resource will not be

properly embedded.

79eb04b5e60c3459e2ab289e2e8f088ab4de35af authored over 4 years ago by rhuvendiek <[email protected]>
Merge pull request #1439 from withmorten/master

Disable XP deprecation warning for Visual Studio projects

09dbfca63fc257f55f8c4e4f6797a2f2417e176d authored over 4 years ago by starkos <[email protected]>
only set XPDeprecationWarning to false when choosing toolset v141_xp in config; add tests

df58fd93dedec0e493d8e183548ec773e8e97f70 authored over 4 years ago by withmorten <[email protected]>