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

Always output LinkObjects for Visual Studio if specified

b1825c9ccdcae06d40267dbfa956422c521aa272 authored about 8 years ago
Change NoLinkObjects flag to a linkbuildoutputs API

bceebd082c9692fdd2269e0a8c0c2dae57be815f authored about 8 years ago
Add NoLinkObjects flag

The default behaviour is to link .obj files if a custom build command
outputs them, but there ar...

e47ba372c82f98abc8563126f2b63b0506a92743 authored about 8 years ago
Merge pull request #633 from starkos/fix-http-build-warnings

Fix data type conversion warnings in HTTP response handling

2b887281c175784dd6c76fd25098a8d6a31e7665 authored about 8 years ago
Default rule variables to string when `kind` is not set

Because this is the most common case, we've been treating variables with no `kind` as an implici...

cf87c66ec12a93f79e0df0569ad51a9eb8c0871d authored about 8 years ago
Fix data type conversion warnings in HTTP response handling

30e8e4b51079649611ae0ea7d1cf65d686feb65a authored about 8 years ago
Updated to latest Premake and fixed some issues.

09275aac479dab023eb856f6cb8da3ae0b80d722 authored about 8 years ago
Fix codelite module test failure

- Align clang cflags and cxxflags with gcc

8d9fee694139567bcdb17bdbc85beda3ba16b031 authored about 8 years ago
Added C90 and C99 flags to gcc

- Split gcc.cflags to 2 tables: gcc.shared and gcc.cflags in order to allow adding relevant comp...

0360b836691db9ebefc39bb26087a4e0e8a889b2 authored about 8 years ago
Merge pull request #625 from starkos/phase-out-submodules

Move core modules into main repository; drop submodules

7f1b426f212e5bf83e553e966cb460e0a89e6fb9 authored over 8 years ago
Move core modules into main repository; drop submodules

As discussed numerous times, get rid of the submodule approach for core modules and just include...

af7b6742650e88cc9265f1fa459e36d636e9e3a1 authored over 8 years ago
Merge pull request #618 from Blizzard/fix-for-fastlink

Fix for debugInformationFormat handling with FastLink.

71be2750233d0587799053d62979c3c198e85f65 authored over 8 years ago
Merge pull request #521 from Blizzard/default-clang-macosx

Select clang as default tool on MacOSX.

4c5b4b84451dff4cd78f73408f05feee163f744f authored over 8 years ago
Fix for debugInformationFormat handling with FastLink.

ca89c9d79b048a484bd15240a2c5212f54c18d87 authored over 8 years ago
Select clang as default tool on MacOSX.

449163ebf3f1e14809805f1a1a1a7deb8dd330f8 authored over 8 years ago
Merge pull request #600 from sbx320/bugfix/598

Fix for #598

30dda54f12fe1a151ac2b7a2555dcd9eed5f90af authored over 8 years ago
Merge pull request #607 from LORgames/ssurtees/monodevelop

Removed MonoDevelop from core

4985e5b8f42f2bcd2d9e98fccef458b08345b6fb authored over 8 years ago
Merge branch 'master' into bugfix/598

1b9af9aa6cbb1f8142f1a92c1679d8f89e41725c authored over 8 years ago
Merge branch 'master' into ssurtees/monodevelop

9eedf6b5d86924347ffbb9dd2b56d2bf7fb85966 authored over 8 years ago
Merge pull request #613 from LORgames/ssurtees/dotFileFix

Added a test dot file instead of relying on .gitignore to be shipped

8b9130dc5dc0ce80d4c4f9e3fcfcb0f6e09de1c1 authored over 8 years ago
Added a test dot file instead of relying on .gitignore to be shipped

Fixes #595

ac88483ccce4379110db2eb5dcdaff6555651697 authored over 8 years ago
Merge pull request #611 from sbx320/bugfix/pchforceinclude

make: Fix forceincludes breaking precompiled headers

f5707c4d4ed8a1e1698dd2ae8ea0e321d6585fa6 authored over 8 years ago
Merge pull request #610 from mikisch81/vstudio-makefile-proj-includes-defines

Apply includedirs and defines for makefile projects in Visual Studio

e91bc6d57e14ea05558d909f2c7ec1cfb2f3fe8c authored over 8 years ago
Merge pull request #608 from mikisch81/fix-vstudio-staticlib-deps

VStudio: Add additional deps & additional libdirs for static lib

ecc0d0b73963a564240ae9afc7edf7d0b7c25774 authored over 8 years ago
Merge pull request #603 from andryblack/arargs

allow override AR arguments

81a9df934b59e1df73910c5963a762e6453b5008 authored over 8 years ago
Merge pull request #605 from LORgames/ssurtees/fixedObjdirsPrefixCode

Fixed bug with objdirs prefix code '!'

2e74dd464fc50678bc3fb6a6285d1b4580e7a086 authored over 8 years ago
Merge pull request #583 from LORgames/ssurtees/duplicateBuildCommands

Added ability for duplicate build commands to be specified

2b85869c2432887ec28c62a0226c44a4742aaf6b authored over 8 years ago
Added ability for duplicate build commands to be specified. Fixes #540

e8789acbe7e1195f76316d29310e29c49cb66e55 authored over 8 years ago
make: Fix forceincludes breaking precompiled headers

52b9d1164f895a39e1447ac7638e7bbbc3ada06f authored over 8 years ago
Apply includedirs and defines for makefile projects in vs

- This will help Intellisense when viewing makefile projects on Visual Studio

3444ef8e04099f581af8ef523d0e2525128458a3 authored over 8 years ago
Added tests

5f7e7b68025604d5ae0084166950551bfe9cacf3 authored over 8 years ago
VStudio: Add additionalDependencies & additionalLibraryDirectories for static lib

- Currently if static library links with another non-sibling library build fails.
For example...

3328cfea382b414a7e9b2b8b201311fd14856ce1 authored over 8 years ago
Removed MonoDevelop from core

The format output is no longer supported by the IDE, instead Visual Studio projects are utilized...

e300d4c6198e51ce71c0797c9318dae321249f45 authored over 8 years ago
Fixed bug with objdirs prefix code '!'

- Fixed flawed tests that manipulated the actual result before testing it
- Added test to ensure...

c543565f733f66fa539eb14e937eaacd90c57aac authored over 8 years ago
allow override ar arguments

65ced6a6b05aead05071adaa4ca4de9c3a9f0e25 authored over 8 years ago
Fix symbolspath setting ProgramDataBaseFileName instead of ProgramDatabaseFile

1bf479bfdc0944f04941f68b1e26309e04fef6de authored over 8 years ago
Merge pull request #597 from akaStiX/edit_and_continue_vs2015

Enable Edit and Continue for x64 builds on VS2015

bf4bf55d111aabf726d6cafb1ee3ff5525ba73dc authored over 8 years ago
Enable Edit and Continue for x64 builds on VS2015

4f3b19f581faf49adcb86e969f48cb30baeae295 authored over 8 years ago
Merge branch 'release-5.0-alpha10'

f104467e9bfa9a94bf3b9bcf0943189851b29396 authored over 8 years ago
Restore dev version

152bfbfd089f7facf6bacbe2a709fb14daf22168 authored over 8 years ago
Use icons instead of labels on test results row of README

25e6103a8e377e4f151961d3873717a717887b3b authored over 8 years ago
Update support files and bump version to alpha10

f7ad169c70355cd1244c11be426115ad76da259b authored over 8 years ago
Update submodules to latest versions

98fa40dad33df7d43d78c7003669a44d50e39036 authored over 8 years ago
Merge pull request #587 from DPSLynix/patch-1

Host/Posix: Fix os.copyfile with spaces in argument paths.

87d0a59b8596b1719485e4a292c53c7696320fc5 authored over 8 years ago
Host/Posix: Fix os.copyfile with spaces in argument paths.

a42c50b4ccc19c05ccf6dd1fa066677eea12ee6a authored over 8 years ago
Merge pull request #581 from LORgames/ssurtees/pathNormalizeFix

Fixed bug with path.normalize

f85225e3296e3991a88880b82cd2255620dce12c authored over 8 years ago
Fixed bug where path.normalize was being overzealous with removing instances of ".." breaking paths. Fixes #579

c6af364311c8202a6a1dcf38966069f8dc905bb1 authored over 8 years ago
Merge pull request #580 from lailongwei/master

fix windows platform compile error

7a09873ed4f0d780f09646aac420f0ec13ab375a authored over 8 years ago
fix windows platform compile error

bd36129b838dd12535d87479c0337858290c0058 authored over 8 years ago
Merge pull request #575 from Blizzard/add-raw-module

Add raw module as a standard module.

8d46a84f08f3f704deaffe7393fd173808d0652d authored over 8 years ago
disable module by default.

531f70a559657db068cb3a8045f4c64ea841a495 authored over 8 years ago
Merge pull request #545 from tvandijck/generated-files-vcxproj

Add generated files to vxcproj file.

785671fad5946a129300ffcd0f61561f690bddb4 authored over 8 years ago
workaround for https://github.com/premake/premake-core/issues/572

351fbc9b97e90bc0ca27cba094753d02dd0917b6 authored over 8 years ago
Merge pull request #573 from Blizzard/workaround-572

Workaround for #572

7d7daae3a70da76a2d155d957395074cbc88d631 authored over 8 years ago
add a case to test parent flags...

dd3cbd3feb253663e697df504fd1df7265d74575 authored over 8 years ago
workaround for https://github.com/premake/premake-core/issues/572

1559c15ee019c476bef8028f7659644ae121b201 authored over 8 years ago
Add raw module as a standard module.

5e0afffd49ad411ae22d8931ce715f30da2b3f49 authored over 8 years ago
Merge pull request #574 from Blizzard/fix-typo

fix bug in deprecation handler.

ad24b31a56923b4c78ef56e097b4faa7835809ba authored over 8 years ago
fix bug in deprecation handler.

b230039fee3f8506b6430f125b41f9ebcea8edfc authored over 8 years ago
Merge pull request #546 from Blizzard/update-curl-mbedtls

Update curl and use mbedtls instead of openssl.

72e30c9fd8345f8657208102dabd54f50798cb93 authored over 8 years ago
Add tests for http.get

f56f713b995546c671f936f3c791c00ece8592ab authored over 8 years ago
Clean up curl wrapper a bit...

f7468b66bf8df89f092ac27801219b8a27fcc118 authored over 8 years ago
Update curl and use mbedtls instead of openssl.

9a0b279a27c1358432817ab4fa924041e4927bc2 authored over 8 years ago
Merge pull request #570 from nmoehrle/fix-os-execute-path-normalization

Fix path normalization within os.execute

18e98246220c31f0713d552d19f40a847b4d03ed authored over 8 years ago
Only normalize paths within os.execute (c.f. #320 akaStiX/premake-core@369c5ab)

8e37cac91bf5d4d57cdf2573e73668dd8ff98860 authored over 8 years ago
Merge pull request #554 from Blizzard/add-uncached-subcontext

Add an 'uncached' sub-context to the context.

702d5947b3a61200f257b9ddfe202577ad051866 authored over 8 years ago
Adding some tests.

d2580bab866009cbb1036e97c73f4f75d30052cb authored over 8 years ago
Custom Rule fixes.

8b7b4c1139c7051c3a09123a03ca4f116f20fee3 authored over 8 years ago
Add an 'extended' & 'uncached' sub-context to the context.

Context sensitive detokenization of Visual Studio rules property definitions.

7b712d7ce30e05ca0eba7a323cd2cce4d2de09cc authored over 8 years ago
Merge pull request #543 from noresources/macosx-no-arch-libdirs

do not add architecture-dependent library directories on macOS

7fc49130ea079f7bc8ceedc41924b13e29d70218 authored over 8 years ago
Merge pull request #401 from yuyoyuppe/link-mode-prefs

Link mode preference

113b717d225cc5507b8156c14b7c3bd7cc5cd7ea authored over 8 years ago
Merge pull request #525 from Blizzard/FastLink

Adding /Debug:FastLink support for VS2015.

fbd2c40bf6cb1b69b2c47dbe0fe20c9e72aed687 authored over 8 years ago
Merge pull request #568 from tritao/rpaths

Use rpaths & soname/install_name to link sibling shared libraries on OS X and Linux

fd4b937449221650edf8dc61315487c79441a5af authored over 8 years ago
use rpaths & soname/install_name to link sibling shared libraries on OS X and Linux

new api runpathdirs().
<toolset>.getrunpathdirs() adds user defined rpath set using runpathdirs...

e06218c885030b90bf847f6442eeece99d122eee authored over 8 years ago
update codelite submodule to latest master.

326a2e5cd6af565c1931884f4252c3f88df443f0 authored over 8 years ago
Fix in vs2010_nuget.lua

1d0a35b1d7abbfc6d96b7cf565d35cf35da569c1 authored over 8 years ago
Merge pull request #562 from manxorist/package-vs2015

Add VS2015 project files to release packaging script.

03cf64e36f6f6ce41f2c2e3519efc934f1fa8795 authored over 8 years ago
Add VS2015 project files to release packaging script.

faed3f9ca9be58988dfc7980d95eef8ea631fbe4 authored over 8 years ago
Merge pull request #561 from manxorist/vs201x-vector-ia32

Add vectorextensions "IA32" support for VS>=2012 on x86. (#560)

c4157062bcf0832af90f53e93f27d32b9a8f8e08 authored over 8 years ago
Add test to verify that vectorextensions "IA32" emits nothing with vs2010.

8afb5e8ffa68bfded928fcfad781e24a0fde00ba authored over 8 years ago
Add test for vectorextensions "IA32".

34b4b2021d7fe802a9da8825f40cc9cec3ab3a8b authored over 8 years ago
Add "IA32" to valid vectorextensions values.

a0bd1612e4fe457c85d044e151c0fe27807fd260 authored over 8 years ago
Add vectorextensions "IA32" support for VS>=2012 on x86. (#560)

60899329a87ce2bda7feb5deba4b7621c7687695 authored over 8 years ago
allow multiple extensions for a custom rule. (#555)

5d092554254b9065a3882e8b9a179be8e1ad026c authored over 8 years ago
Add support for kind="list:path" in rule properties. (#553)

9f67feb92328aaf102b0a1bbb42e10799fca3cf2 authored over 8 years ago
Allow an action to initialize itself before user scripts run. (#556)

* Allow an action to initialize itself before user scripts run.

48bf0a2b5e9850751befe5db8978b5e8ee077366 authored over 8 years ago
only add config if not already added.

53ed5f693ed58c1f017487cb40acc2b851137e20 authored over 8 years ago
Adding /Debug:FastLink support for VS2015.

69719027311578eeea537d0603f071887008176c authored over 8 years ago
Move to oven, controlled by flag.

027e47373f92aa371f1188c15b391469f49c8ef9 authored over 8 years ago
add tests

b7bdfb258d51cda05b285446a2ef5cd07ced6a07 authored over 8 years ago
Don't add linkable files,

Files in the ._.files table are absolute paths.

fad541b1831a953deae92103c1f92fbab0925cc3 authored over 8 years ago
Merge pull request #549 from starkos/fix/premake5-lua-symbols

Put back the old Symbols flag in premake5.lua

be26dd6faf73d8e0c37ccdac204add8fa0ff3f2f authored over 8 years ago
Put back the old Symbols flag, until everyone has a chance to catch up with the new APIs.

d304c058565d2d2e3d2755603c044f5860125d59 authored over 8 years ago
Add generated files to vxcproj file.

11acc612b3d53014f5261e4caded99c2dba1cd49 authored over 8 years ago
Merge pull request #544 from Euclideon/symbols_api

symbols api introduced and working, with tests.

131cc21f28485285a6bb9cbd686137bc5b2288e0 authored over 8 years ago
symbols api introduced and working, with tests.

d3d8269e7aa52fdd1e602b79fed513459981697c authored over 8 years ago
do not add architecture-dependent library directories on macOS

3264c59f45768a96e506a4e5946469dd0a00b07a authored over 8 years ago
Merge pull request #536 from Euclideon/expandtoken_fix

Fix regression in expandtoken

38ddf0b8eba885736913ed06f4bad2399e414179 authored over 8 years ago
Merge pull request #532 from Euclideon/group_user_libs

Rearranged --start-group --end-group to enclose only the user libs.

41580049be8a695668dff67b5c249ac843c8d655 authored over 8 years ago
Revert "Add generated files to vxcproj file." (#539)

This reverts commit a2170a4f9e64b053be62cc5dd1671480e7c92894.

c9198273514be0cbf6368214715f91eb0dde9b2a authored over 8 years ago