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

Fixed issue where VS2010+ projects didn't support floatingpoint 'Default'

a24f5c1e9bc8c0656927a9e47baeb0f72672e384 authored almost 8 years ago
Fixed issue with Clang not actually supporting floatingpoint 'strict'

690dee040513f364b570b8906b3ca08627bed4e7 authored almost 8 years ago
Merge pull request #732 from jstewart-amd/master

Fix VS2013 and older always rebuilding when debug symbols explicitly …

ad6e49c1368dac67556fec2b0c2ae417523c2c7d authored almost 8 years ago
Merge branch 'master' into master

24860783a302f8380f519c0bc2f3a079f7f9e493 authored almost 8 years ago
Merge pull request #733 from LORgames/ssurtees/locationFix

Generated project files are now correctly located beside script

5afa9c4452d53c2edbc6e1d9119654f13ed3a8e7 authored almost 8 years ago
Generated project files are now correctly located beside script

d2da31bbcc8c7aa1a809f10a7dbef4e7f2986a3e authored almost 8 years ago
Fix VS2013 and older always rebuilding when debug symbols explicitly disabled

Visual Studio versions 2013 and older have an issue with
DebugInformationFormat set to None. The...

f3dae94acabf7e8ab6c0c2330806cdc2aeda885e authored almost 8 years ago
Merge pull request #728 from DrLynix/unicode_file_operations

Add support of UTF-8 for Windows

21184d47d975bee04815096ff11d7691c7759577 authored almost 8 years ago
Update .gitignore

a079f1cd103cf68b1e61b303e08fff26d49f0238 authored almost 8 years ago
Add JSON API (#729)

* Add JSON API

479d51af81f36561d48f50921dd8ccaa06ee3227 authored almost 8 years ago
Rework unicode encoding/decoding (Windows)

9c4c998a2b3424c9047acec5186f23d2e4c10db6 authored almost 8 years ago
Fix Lua stack corruption with os.isdir

d83689d7ee12808b0d1a1eef8977162fee0d250f authored almost 8 years ago
Fix problematic assert

0cc98c5f668a1b640f176cfb69b69880e9d90150 authored almost 8 years ago
Merge remote-tracking branch 'refs/remotes/premake/master' into unicode_file_operations

443536d514071d70c30b7f877af15c32ded519bc authored almost 8 years ago
Add support of unicode to all file operations

98c381468b97317b6280e40aa16216cf568e41f2 authored almost 8 years ago
Merge remote-tracking branch 'refs/remotes/premake/master'

00aa7e36734de10d6ae71779dc4cdd261a394385 authored almost 8 years ago
Merge pull request #721 from Blizzard/codelite-fixes

Fix CodeLite linking issues

896d61e3ab5200c2d40d8a3e97cd63ad59c504ab authored almost 8 years ago
Fixes to codelite module.

21bcefe892788449eef0991fd082aec4a359077a authored almost 8 years ago
A few C# fixes (#717)

* small C# fixes (#87)

* three small c# bug fixes
- hint paths now work with extended assemb...

4670158d85cb8ae6792388bf6ad398282d24c853 authored almost 8 years ago
Sort categories in --help, (#719)

better align options when they get longer then 15 characters.
Compact options if no 'allowed' t...

5a3593a8243494596b3a84eb8b64a5ec82c98979 authored almost 8 years ago
Refactor curl code a bit, to be more in line with all the other code. (#716)

71f3bce53d5bf0de4ea429109b88b6bc683e0fa2 authored almost 8 years ago
Allow require("modulename") from a http server. (#620)

* Allow require("modulename") from a http server.

* Some requested cleanup.

cc2444ac7a47ceeb8d67ffa0063b08fc9120613c authored almost 8 years ago
fixed debugargs to allow duplicated arguments (#712)

7d7266656ef4cd9209977a4a41918146db4a76a2 authored almost 8 years ago
Treat *.inl files as headers (#710)

This addresses issues with Visual Studio and Intellisense when using
*.inl files. If they're no...

c200b08a532990eb5d8e53c7c2a2cf1094f610ea authored almost 8 years ago
Merge pull request #707 from Jusonex/master

Fix missing CA certs on Windows

ce49456facd0dccbd5211e6cf8580f3ff8b9e360 authored almost 8 years ago
Revert changes in contrib/mbedtls/premake5.lua

e2dbba7e63ef6633925065d18f7f2d951fd2e8c1 authored almost 8 years ago
Don't build and link mbedtls on Windows/Mac

b0a8186b0d631d383257bf557968859cf90161fb authored almost 8 years ago
Fix failing 'https_get_verify_peer' test on Mac

386a7f0ab24de313b9bef2babf85c3307060bf98 authored almost 8 years ago
Use Schannel instead of mbedtls on Windows to avoid bundling CA certs

Also added a test that fails on the previous commit

b2ec8b1b9a7a65e8c80e549806e575938585d811 authored almost 8 years ago
Merge pull request #1 from LORgames/ssurtees/vs2015

Added very basic vs2015 support

e146dd4de8d7bd5554e5b5359591ca78787fc881 authored almost 8 years ago
Replaced Windows registry locations with the ones that should exist for all users, including the System one. This is to support running of unit tests in CI environments. (#697)

d80e1747744fb39b22ef487e7a21cbc61000d3cd authored almost 8 years ago
Add support for changing the debug information for Visual Studio 2017 files to DebugFull. The default for VS2017 (i.e. when debug information is set to 'true') is to use fastlink. There is a new option to use a full pdb file. For older versions of Visual Studio, the new 'Full' symbols option behaves like 'On'. (#694)

6cb6f4a67849aae1e13d5dddefe5b5656dcb59da authored about 8 years ago
Fix a bunch of compile warnings. (#691)

566936cbe792f355c1f1dec8b91f1fcfc88c8281 authored about 8 years ago
Merge pull request #690 from Blizzard/buffered-io

make buffered_io available for c code too.

3230f8ccf1819ef65615018c378ddea92fb06dd4 authored about 8 years ago
make buffered_io available for c code too.

fda1845688d12541deaa19e206a029840926caff authored about 8 years ago
Define _HAS_EXCEPTIONS=0 when exceptionhandling is "off". (#674)

* Define _HAS_EXCEPTIONS=0 when exceptionhandling is "off".

* Fix unit-test.

* It should b...

5a4ad51aecdb4b9bec95cd769be59fc6e61f9c07 authored about 8 years ago
bring os.getversion() on par with the present (#688)

* bring os.getversion() on par with the present

* Use non-deprecated API's for Windows.

* ...

0a7b45ce17c6d8c55a09724cfe06844fb4b2ac6c authored about 8 years ago
intrinsics api. (#683)

* intrinsics api.

* add options to msc.lua

6f7d0c16dac5b8a3b2b2d4bc452264acbcd00160 authored about 8 years ago
functionlevellinking api. (#681)

* functionlevellinking api.

* add options to msc.lua

8015673f4091c4dda7690f79298ca73ff97bc2fa authored about 8 years ago
floatingpointexceptions api. (#684)

* floatingpointexceptions api.

* generate options for msc

b76bef918dfc36619ecb9fffaf999dcc31526755 authored about 8 years ago
Fix for issue https://github.com/premake/premake-core/issues/669 (#689)

94a5bb08a0afe29d32c8c55103299213d5b29edd authored about 8 years ago
stringpooling api. (#682)

* stringpooling api.

* add options to msc.lua

ac2919e74c84b7eb5f504cda0f619305b6d9fef9 authored about 8 years ago
Merge pull request #687 from tvandijck/os_regkey

Windows Registry

aae8917042482b33a05b6382d3fd42533f178c69 authored about 8 years ago
Detect native source files.

8bcad5d23da92eedf8fc5bc42c20ef1562136747 authored about 8 years ago
rename os_getreg to os_getWindowsRegistry

9336b1d9df15053eb61f2196f82110320667062a authored about 8 years ago
Merge pull request #679 from TurkeyMan/debug_detect

Better detect debug build

51be6befcffba98ede2ebbc91aca5f77e43c0267 authored about 8 years ago
Better detect debug build

1d2a8f44c1fc9aaec7786d1e7042d10e89ed0f49 authored about 8 years ago
Merge pull request #678 from macsforme/xcode-string-literals

Escape string literals passed to defines() for Xcode

5f027594022d74682938e9d625e0cc48f984e66b authored about 8 years ago
String literals passed to defines() must be escaped for Xcode.

34c844e14b0c5758f393145be066babb5dee5ba9 authored about 8 years ago
Merge pull request #675 from Blizzard/update-semver

update semver.lua

ebd07a7f0bd79dfd931c3fab0e2312768bb4d0c6 authored about 8 years ago
update semver.lua

c677896dd9bc34828501b148eb7b46bed6a50b35 authored about 8 years ago
Merge pull request #668 from UmbraSoftware/fixmakej

Fix sporadic failures when using make -j#

9ff8668c133370ed2188579987fcbec1ceb3882a authored about 8 years ago
Merge pull request #672 from Blizzard/toolset-fix

Fix issue with msc.getlinks and vstudio.getLinks returning different results when 'explicit' is ...

be6ecbecf23dfb9ae6e92e0b6bd5d6dcc33c67b7 authored about 8 years ago
Merge pull request #673 from Blizzard/token-fix

Add additional tokens to fileconfig and vs2010+.

1b776d8f6bf32bbbbb0237dd8e6b27a7c9762321 authored about 8 years ago
Merge pull request #644 from macsforme/fix-xcode-dependson

Don't treat "dependson" libraries as "links" libraries in Xcode

0e765b5e2f70314e5685be19060486afadf37890 authored about 8 years ago
Merge pull request #639 from nta/bootstrap-msbuild

Add MSBuild target to Bootstrap.mak

dfcabc13f547f93bac5cc614451aac6cc02f5d18 authored about 8 years ago
Add additional tokens to fileconfig and vs2010+.

164e86d55b809b829c624b26cf8919acff04d0bd authored about 8 years ago
Fix issue with msc.getlinks and vstudio.getLinks returning different results when 'explicit' is true.

7edd2e7c994a6991d9256fd04b74e205e8a08679 authored about 8 years ago
Merge branch 'release-5.0-alpha11'

a1056a55bfbad45c05b5f1135b2078e05d9aebfe authored about 8 years ago
Restore development version

a3ef3354ac0b514751a131adf72549a55d7de5fd authored about 8 years ago
Update changes and version for 5.0-alpha11 release

609f16eb42e84e833714ac5e81b868c1d57c28ca authored about 8 years ago
squash: fix C++ tests

ea76aa24f7fe6938f289d593b81857350f7363f7 authored about 8 years ago
squash: don't generate TARGETDIR/OBJDIR rules

fe4456d60830b2ddf53b11c70dac7c3840f95337 authored about 8 years ago
squash: tidy up the mkdirs

a4bfb7087628a4d7274d83b23f67d230f5a6a5d4 authored about 8 years ago
Fix sporadic failures when using make -j#

d42c5fc422c62d64931bb1b47b424e3888a3b401 authored about 8 years ago
Merge pull request #659 from resetnow/master

Add C11 flag support for GCC

160350d6229e5a91bf8b5469168e8541e39ff702 authored about 8 years ago
Merge pull request #653 from raedwulf/fix-premake4

Fix premake4.lua bootstrap build script

3352ffaf545e6bab23af0f06066da68d1a91589b authored about 8 years ago
Use better terminology for marking items to be excluded from Xcode build.

b6ce517d99ff67c12633cdb26b57a455301eb45d authored about 8 years ago
Fixed the xcode "dependson" linking issue in a more efficient way.

47e3bd444e00278215c4021320492ba7e401f58b authored about 8 years ago
Fixed an issue where libraries listed under "dependson" would be linked into the executable in Xcode.

38181e259ca4ee907014595d2c3921d6f987d67b authored about 8 years ago
Windows Registry

- Added a new os command `getreg` which takes a registry path and returns the value or nil

7bad45325feb2b34c55f1ca02cd530a3abefc764 authored about 8 years ago
Add C11 flag support for GCC

b551d9fc996f75fd54ee35f03676e04dc4b694b6 authored about 8 years ago
Merge pull request #654 from starkos/no-defines-includes-when-none

Omit NMake defines and include dirs when kind is "None"

64930e939099b9937346417c0111e8eb79b32601 authored about 8 years ago
Omit NMake defines and include dirs when kind is "None"

"None" projects, by definiton, are never built, so these settings are unnecessary. Omit them so ...

1f5976e3ed37af982ae87fddaa4c327d6400e086 authored about 8 years ago
Fix premake4.lua bootstrap build script

6f1aaf469a894728300b693a7fe843ba091e55c9 authored about 8 years ago
Merge pull request #649 from jstewart-amd/master

Fix VS2015 sln file icon

682920013f3ba5334a8cfe509fa5353c08f419a1 authored about 8 years ago
Fix VS2015 sln icon

This is a minor fix to make the correct sln icon appear in Windows. The
Icon Handler for sln fil...

c34eee3e0524a1d9f17f548eb40d69f2b733b0e8 authored about 8 years ago
Merge pull request #645 from Blizzard/vs2017-support

Add 'vs2017' target.

5bf562d5aee20060e876bdaee68c2368e4c79ad1 authored about 8 years ago
Merge pull request #643 from starkos/fix-vs-file-path-map

Fix VS mapping for `file.path` tokens

4af604ffb639a5dd87e1195d161fb560fc6b29c7 authored about 8 years ago
Merge pull request #648 from starkos/fix-outdated-xcode

Fix out-of-date sources in the Xcode module

58ba0d8bd7d52a90c640618424a9aba1a6b091d6 authored about 8 years ago
Fix out-of-date sources in the Xcode module

I must not have been on the latest revision when I merged the Xcode module into core. This catch...

e2e2841fc7243c5a68a30b191e8373f1f77a9329 authored about 8 years ago
Add 'vs2017' target.

be7d8a2e4c3e41def238c2651bc17580c040323f authored about 8 years ago
Fixed output directory for androidproj projects, requires absolute paths.

1426fb02e296ea6996d3d23e45d12748b9ec2ee7 authored about 8 years ago
Fix VS mapping for `file.path` tokens

The `%{file.path}` token is an alias of `%{file.relpath}`, and should map to the same VS symbol....

acfde92a790ab1afdd02d0ab99b3aed735469118 authored about 8 years ago
Merge pull request #641 from starkos/fix-shared-flags

Fix bugs introduced by shared compiler flags

aa9762bfed446857000236332fbc6109f2759108 authored about 8 years ago
Fix bugs introduced by shared compiler flags

Fix a few spots where the shared compiler flag changes (PR #623) caused things to misbehave.

- ...

0731044ae7d3932317c2cd7a708943e64a1bb061 authored about 8 years ago
Add MSBuild target to Bootstrap.mak

f069ff732e5da7633176669491cd4787e27bdf18 authored about 8 years ago
Merge pull request #637 from starkos/fix-vs2015-link-symbols

Fix VS'15 <GenerateDebugInformation> to match Update 3

1ed7b0c3fe58662c7f1ff2c3030c6f1438311bf4 authored about 8 years ago
Merge pull request #636 from starkos/fix-msc-flags

Fix MSC flags broken by PR #623

17a3986da2898de4aa2876f349fb1c60dc2de64e authored about 8 years ago
Fix VS'15 <GenerateDebugInformation> to match Update 3

9017431249b06b9a253c750f95d1cb64238dcffe authored about 8 years ago
Fix MSC flags broken by PR #623

c6e400916ee8e5dd17547c78db48a5fc6ddbfa4c authored about 8 years ago
Merge pull request #619 from Blizzard/per-file-config-C#

Add support in csproj backend to add files to certain configurations.

4a0cebf0afebcdb54eb9ae1e281492221a2ee548 authored about 8 years ago
Merge pull request #635 from robertop/parallel-make

Makefile generation - Don't force serial compilation for all projects

f7d98519a89bb8cacef54fcc6a5d681c49128dd4 authored about 8 years ago
Add support in csproj backend to add files to certain configurations.

5bb7c54e3f837aa5f0a692ad4da5edc4a0695ada authored about 8 years ago
Makefile generation - Don't force serial compilation for all projects

Only restrict parallel compilation when using precompiled
headers. Currently, the generated make...

b5d7f944b392be5ade7a748588442ed78e582656 authored about 8 years ago
Merge pull request #623 from mikisch81/gcc-add-c90-c99-flags

Added C90 and C99 flags to gcc

24f2da8842d66e7271f35b1f0efd4c13dff61f87 authored about 8 years ago
Merge pull request #634 from starkos/fix-default-rule-var-kinds

Default rule variables to string when `kind` is not set

94ab7bbb642ee721937b7b1386b5fe8e9133a11f authored about 8 years ago
Merge pull request #628 from aleksijuvani/no-link-objects-flag

Add NoLinkObjects flag

5c1d86ab78448f0603d41016e92a2db0e87c069c authored about 8 years ago
Merge branch 'master' into gcc-add-c90-c99-flags

3bc5e9623e8d2a215b3073391700b275c1f65df0 authored about 8 years ago
Add tests for linkbuildoutputs API

f337abb776b8a29b0c2bea54f6eb63e0a16cafb3 authored about 8 years ago