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

Fix .user file indentation and final line ending

df4b2860ca6d9f9650170d291945c9dae85e40ee authored almost 10 years ago
Merge latest from default branch

c8cc548bb003c1b18eda3da0a9ba5f9fcb116cd9 authored almost 10 years ago
Phase out use of PS3 platform; no longer included in core

39e97e68a35d848469fd88d34a2e6447619247e5 authored almost 10 years ago
Only output VC# .user file if there is something to put in it

89470ea6208dd8ce8511d7078050772a89d648c7 authored almost 10 years ago
Modernize the VC# user file exporter

058f1a4916582f73cc14e82a69305ea93c64bef3 authored almost 10 years ago
Only output VC'200x .user file if there is something to put in it

2fdddbee859c4f44026ac9296bd65988fec43696 authored almost 10 years ago
Reconcile coding styles between VC'201x and VC'200x user file exporters

26fb3cb240e306e33547d0856304ae9a74fe9c07 authored almost 10 years ago
Standardize names of Visual Studio generate*() functions

7e8617dddf33e6eebf499d19033cde2e56d0a405 authored almost 10 years ago
Only output VC'201x .user file if there is something to put in it

a0408ebb98a5108f48828636d737ce196f2fd872 authored almost 10 years ago
Merged in TurkeyMan/premake-dev/gccprefix (pull request #154)

Added new API gccprefix

d5b5abe43ee9e4b963d44c8706da3bb255011373 authored almost 10 years ago
Merge Xcode module integration

f0215968ba04bc7c27f33f033285c394749c8d38 authored almost 10 years ago
Integrate latest Xcode module with fixed unit tests

b41045fbdd02321cc5e95072917db291c242d70e authored almost 10 years ago
Merged in noresources/premake-dev-ns/outputof_exitcode (pull request #92)

os.outputof now returns the command exit code as a second result

1fd2bc5c9fe79a7d8f99962f56142d499856bf5f authored almost 10 years ago
Updated CONTRIBUTORS for recent merges

ea9cfc5ed6fdcdc16a4f5bc485084a008642bb73 authored almost 10 years ago
Merged in TurkeyMan/premake-dev/specific_warnings (pull request #152)

Added api's for control of specific warnings.

e4a1ff2638150e285cfd2d4de5c6c7d404d3d3d3 authored almost 10 years ago
Merged in TurkeyMan/premake-dev/undefines (pull request #151)

Added 'undefines' api.

57880d8182ae4f0563e991d2d02ef80109f71471 authored almost 10 years ago
Merged in TurkeyMan/premake-dev/debug_options (pull request #153)

Added some new debug api's, which are used by many of my plugins.

16646ab0a540338cc74b9f1b554cd97fd2777716 authored almost 10 years ago
Added support to declare an explicit gcc toolchain prefix.

7540f8a2f12f217a02297496cb011ec274787565 authored almost 10 years ago
Now with added unittests

f0f02fc6808b0fffab3eb083301170ee3542ed45 authored almost 10 years ago
Now with added unit tests.

838e53c3d5cb0102ef8c95bb903d1921f561c073 authored almost 10 years ago
Added some new debug api's, which are used by many of my plugins.

These are shared by a variety of IDE's, systems, toolsets, etc.

I can't seem to find use for the...

a0567affcdbec9f8627f8dbd2d619c2ca18bc4ad authored almost 10 years ago
Added api's for control of specific warnings.

Support VS200x, 201x, gmake

b965c5a665e67faa81ff864c2d225943b6f702c5 authored almost 10 years ago
Added 'undefines' api.

Support VS200x, 201x, gmake

f03898de689c0bc1b935a1b0f1c6e8507df20e88 authored almost 10 years ago
Fix embedding of Xcode action registration

0b8d4c1544b0e057cc441f42086a0c3c1d68163b authored almost 10 years ago
Update to latest work-in-progress Xcode exporter

0f13c0470c9034d6d4303fb167ce4797386bdbbf authored almost 10 years ago
Allow actions to load their module implementations on-demand.

By only registering the action, we skip the processing that would been necessary to load and eva...

ad24e41dd6142b82011d9783d20e12575aed5e93 authored almost 10 years ago
Started a CONTRIBUTORS.txt

If you've made contributions in the past, let me know and I will get you added. I will be trying...

025c43459092dbd5c4e104ca0bd89e561495e3d3 authored almost 10 years ago
Updated change log

25596a5cbc794f1b6d925bef7a85cfe8e21625b9 authored almost 10 years ago
Merged in noresources/premake-dev-ns/findlib (pull request #150)

os.findlib(): add new argument to specify additional library search paths

2f3df2da22eab9ef990d8f8d31dceb3a71413798 authored almost 10 years ago
Merge action handling improvements

e267e775d41be7cd8c0772a31324c0648e053499 authored almost 10 years ago
Updated change log

291bfd6c99fce7b183430d93abd051f4398d30df authored almost 10 years ago
Skip baking and validation phases for "non-configurable" actions

For actions that don't actually use the configured project information—such Premake's own embed,...

8ed53ed3bea9550329551000e7e1631ec5552de2 authored almost 10 years ago
Remove non-functional action.supportsconfig() call

This function was being called with incorrect arguments that ensured it always returned true. Si...

77a4c81406c707f895129cb991ff7c6ff77d0ff8 authored almost 10 years ago
Bit of code cleanup to standardize comments and self arguments

e6718b2d51f98ad4d86d828dad75ec7bab2b5a2d authored almost 10 years ago
Index action arguments (_ARGS) by both index and value

This allows lookups like `if _ARGS["option1"] then …`

62d98fce11a73330c5d88cdad1b60aac747a1cc0 authored almost 10 years ago
Merge _premake_main() rework to call arrays

The _premake_main() function is now broken out into separate functions executed via a call array...

d6f2c77e1adae56fc8856835b682c987f151ead8 authored almost 10 years ago
Updated change log

0841351466a5e5d6b6c957db87779b2b94baa170 authored almost 10 years ago
Merge latest development branch

d886e813a8fcf7fc46f4215fea95f3fb284172c5 authored almost 10 years ago
Break _premake_main() out to a call array

6f13f369984fb12a85d581665b249e72f2abfc87 authored almost 10 years ago
Merge filtering fixes

19df1c57229305b9d82d1b9032850e4a1bdcedd5 authored almost 10 years ago
Fix case on _ACTION and _OPTIONS filter prefixes in validation list

bdb546330a52cea794d33be08e474819670824aa authored almost 10 years ago
Allow filters to specify field value aliases in the conditions

f9270e21cca885aeecdb4808cadae4f1b9aab119 authored almost 10 years ago
Fix embed action for Premake 4.x executables

0ef03eb13a9277ced38e5636b185d2feea825a0b authored almost 10 years ago
Merge release packaging updates and fixes

355b1b850a951c3489c850e73174a82b9d092f8e authored almost 10 years ago
Pull package version from specified branch instead of the working set

6b5b04c03b991deda6cd5c982cc6dc196067d52b authored almost 10 years ago
Updated embedded copyright year

fd11fd3f604969574f30e85e9b814d6ab68c5b02 authored almost 10 years ago
Added tag 5.0-alpha1 for changeset cd2871a74fb4

df9be7491157aa1020245f7d74178ef54b7e3b6d authored almost 10 years ago
Update embedded version number for release

a748de79092f101fdcf2f92030c698601f8608f0 authored almost 10 years ago
Update supporting files for release; add 'zip' to list of required utilities for packaging

82924ad947920422d73d8cc68c97a71d004356ad authored almost 10 years ago
Prep new release scripts for first alpha packages

c56f316251421fca69d4d8d860d2d4bd931b1e87 authored almost 10 years ago
Return error code zero if --version option is specified to match other system tools

87762818f379ddd97aaa7f922e3feb3c6182d6c0 authored almost 10 years ago
Remove non-functional embed action from the Premake4 version of the project script

08c9a93e2b0bb67dae06957c401f5e8cac6ce601 authored almost 10 years ago
Merged in tbasnoopy/premake-dev/buildoutput fix (pull request #149)

add missing buildoutputs fix for vs2010

2ae3479f58dc6b86b29634fa96d3f0d7b4356d1e authored almost 10 years ago
add missing buildoutputs fix for vs2010

b5c37c25cc43d9ec1a792102385f77ddf810dceb authored almost 10 years ago
Merge script path searching restrictions for release builds and user project scripts

5e51b54c3d535abf03a9c76554e35a144a722ffd authored almost 10 years ago
Use a more restricted set of search paths when loading the user project script

b7dac40a6705e81fc3fb9a3e2e37a8f31e07c24b authored almost 10 years ago
Use a more restricted set of search paths when loading the core and bootstrap scripts

e78cf3f61d8ea9ab150eee1dd046d57de265d080 authored almost 10 years ago
Merge Windows system library linking fixes

212c9ae919a42d183c48b7b7b8aaaee0eafcb456 authored almost 10 years ago
Remove .dll extension from managed assembly references in C++ projects

c581403fe97fb1cc2b072ec75d55c9f768c6e83a authored almost 10 years ago
Restore .lib extension on libraries from the MSC tool adapter

79507f946c89079cf9265100cc8a6ac84c234333 authored almost 10 years ago
Reverse order of system and sibling libraries to match previous versions

9ac067355deb82a342e1cc70a649c48584dc6cbf authored almost 10 years ago
Remove ".lib" extension from system library links in generated makefiles on Windows

f5abdb9d694daf64335d9fd84e5622ce7ec278c7 authored almost 10 years ago
Fix Lua stack underflow in script loader

494196598ef384d1ab5565ed67219ff2119287d2 authored almost 10 years ago
Reverse search order of module naming variations to avoid matching embedded path ahead of local file

83902554704f3171a0f502b80bb32bdeeb88f78f authored almost 10 years ago
Allow modules to be specified as bare Lua files, instead of placed in a module folder

e9ac1dc74e37fca888ecc514491f52e054b9dd55 authored almost 10 years ago
Merged premake/premake-dev into default

10c1d98a90df0b2197d8f8e222a44e1019d08c85 authored almost 10 years ago
Fix "unused parameter" warning

4101fd82416ca66788302d775c2ffef937f0e848 authored almost 10 years ago
Fix "Error: (null)" messages on startup if main script can't be located on disk

1ddb214cc30650d48d2d7857214b3869e49e678e authored almost 10 years ago
Implement 'RelativeLinks" flag to effect makefile creation to use -l and -L instead of linking against the full path of a dynamic object library

ec157c8e6e8163202e84158b9ad8467368342957 authored almost 10 years ago
Add the directory containing the Premake executable to the script search path

This is a useful location for placing a system script.

38c5b798406045c083de50a1062a1b9fca7b098f authored almost 10 years ago
Allow modules to specify an explicit directory, i.e. `require("build/mymodule")`

This makes it easier to distribute modules along with a project's source code, giving full contr...

25e1e766ae217f5025e312f54f056addc11bb669 authored almost 10 years ago
Add Sublime text project and workspace to hgignore list

8ecf4ac7f07d6659cafd104b93b2f7dfd53e93ab authored almost 10 years ago
Merge module and script loading improvements

0f4e94f19cf797f0b0caa6fbe5e763a347af311f authored almost 10 years ago
Pass through error messages from script loading; fixes misleading 'file not found' messages

f2c8b640d63eb18fc6c7ee11f6e4247a3a993e03 authored almost 10 years ago
Create premake namespace in host *and* script until everyone has had a chance to update

73a40b228a27f35e06af8b26458c430780e58c3a authored almost 10 years ago
Allow action path variable maps to use functions as replacement values

7ed7af38dbffa0528547b1c7e8ebdbe6e78a2b26 authored almost 10 years ago
Drop no longer needed path.getabsolute() from main script loading

a340df826b5342daaae69800e2b9cf57207aa3a7 authored almost 10 years ago
Restore more of the script search locations

78678a193d735f651a0bcf1ba0b55a9b0743a235 authored almost 10 years ago
Move initialization of _USER_HOME_DIR to host

2e76782abc0df4c6c580548bb816f7c1bc6b462b authored almost 10 years ago
Restore PREMAKE_PATH searching

c936229eac10cb73721364d64e8f5aa043100282 authored almost 10 years ago
Populate new global premake.path with search path; use in script loader

I've only implemented searching on the --scripts path with this commit; more paths coming in nex...

1bd13569b9aa7c0110522806c876fcbe13ee2b4f authored almost 10 years ago
Move premake namespace creation into host

cca1ea66431d791ae600a763b1f7f110fd8235ea authored about 10 years ago
merge default

203218e506839eda17f8c95be3a7bce019b9ef62 authored about 10 years ago
Merged in tbasnoopy/premake-dev/buildoutput fix (pull request #145)

Fix buildoutputs format for multiple outputs

ae6ee359d1acfa122a5e0ad5ee86d2e3d3b64a05 authored about 10 years ago
fix buildoutputs format

314d8cbe2d4947bd19002f92115d76506eaf26cd authored about 10 years ago
Exclude empty C# user file property groups

32a81cf19e5841d2c55a3fda918f3ad69484c3fe authored about 10 years ago
Merge toolset path variables feature

a8a2595d7920a9ac690d9b7bd22f4d9b7844757d authored about 10 years ago
Merge new and improved action callback functions (h/t Richard Geary)

623c5d3d7916c89b4d2a8fe422132004a7ee4850 authored about 10 years ago
Switch action callbacks to new, preferred capitalization

0c740abdb500db0f1c6a4cd6d9bea59f01b40681 authored about 10 years ago
Handle absolute path tokens placed in path fields, which are themselves absolute

74c5bfd7bdc5096a66fc8ae197a1432f0bfa6de9 authored about 10 years ago
Add onStart and onEnd action callbacks; change capitalization of onSolution and onProject to match

6e60775e78c78ce36b2b007d7ab0958a08343488 authored about 10 years ago
Add more Visual Studio path variables

2418a84fbddd31a1d0a168f4bc4467ad827b12e3 authored about 10 years ago
Add ability to map Premake tokens to toolset specific variables

3f718a470c7c3d3698aee9c3bcd4253a6852e38b authored about 10 years ago
Revert ToolVersion change on VC 2013 .filters files to match VS

98ab499f139b0cd2748cc1f6c3731fcbdf189e3d authored about 10 years ago
findlib: ensure library search paths does not contains unnecessary colons

9287d88fd723a67bd6368ef94c8fd49a30271f90 authored about 10 years ago
os.findlib(): add new argument to specify additional library search paths

4323ed7a2f567242680f484920a9b721f895d3ca authored about 10 years ago
Added support for debug arguments to the C# VS/XS projects generators.

Obsoletes pull request #113, thanks to Elias Holzer for original code.

da75753b0d5537d99ff4fd80ae48fb095bd08419 authored about 10 years ago
Fix Visual Studio 2013 tool and framework version numbers

b9d6ce892bc2270637f843a16dd8c6d6989ff3b0 authored about 10 years ago
Fix "unused parameter" warning

c922f3a199bcfadff5436b6526832e239ceb078d authored about 10 years ago
Exclude resource elements from Visual Studio when no resource files are present

e507d1a2fb237149be249f69c26a98eda601cec0 authored about 10 years ago