Ecosyste.ms: OpenCollective

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

Premake

Powerfully simple build configuration.
Collective - Host: opensource - https://opencollective.com/premake - Website: https://premake.github.io/ - Code: https://github.com/premake

Prevent external linker lib dir flags from bleeding through to configuration lists

github.com/premake/premake-core - cab63d8b145e3a08de22e84e748655ff2490edd9 authored over 12 years ago
More changes to match VC2008 project defaults; avoid unnecessary changesets

github.com/premake/premake-core - c1a793ae65c54ee5acfd54d1034fc16e6e10da1a authored over 12 years ago
Ported LDFLAGS to the new Gmake action

github.com/premake/premake-core - 17fecf2e3afb72ad38a7d13ff9837b22dbaf9f10 authored over 12 years ago
Can now map from a solution config which doesn't exist in the project

github.com/premake/premake-core - 850dbb099dbb3b346a1c5440570f873bc6508573 authored over 12 years ago
Fix architecture mismatch in VS2010 project configurations element

github.com/premake/premake-core - ef4e929f60c2666ee1b73a3d6cfb9e4da3754511 authored over 12 years ago
Apply removes first instead of last, to give projects a way to clear the slate of solution level settings

github.com/premake/premake-core - 4d1ad673fdb168159de4b5e0025602262a287087 authored over 12 years ago
When configuration settings overlap, give precedence to the later settings

github.com/premake/premake-core - e9a81b6f8643181ba613b31543e5c0b8ff524323 authored over 12 years ago
More progress on nextgen GMake action

github.com/premake/premake-core - bf654876558566719ef5425d26c5d9711dc8d417 authored over 12 years ago
Write all config/architecture pairs into VS2010 project configurations element to avoid missing configurations

github.com/premake/premake-core - 9659541013460cbd66fe3ee1d24c72808278030a authored over 12 years ago
Tweaks to better match the default VS2008 project layout, avoid modifications on project save

github.com/premake/premake-core - cac52ce5d64d259697dc6e9a3073df43978898d6 authored almost 13 years ago
Finished porting solutions to next-gen GMake action

github.com/premake/premake-core - 5284f920f352b36b2955ab66125e5ff35d7936ae authored almost 13 years ago
Project-level configurations no longer propagate up to solutions, require mapping instead

github.com/premake/premake-core - 3da76a113f82dca91b7c3ba7b3cc0a5ade936ee3 authored almost 13 years ago
Disregard project configuration lists when iterating solution configurations

github.com/premake/premake-core - 73146fa06662d5e25816828015eb06d412a06b4b authored almost 13 years ago
Ported default config and help rule to new GMake action

github.com/premake/premake-core - 06ec00f1f4de0f63a9b793fd01a3aa359d0d6a53 authored almost 13 years ago
Removed deprecated config.getuniqueobjdirs(); object directories are now part of up-front bake process

github.com/premake/premake-core - 7b14efeba789cd5aca3e8cda62b8ca326801214b authored almost 13 years ago
Fixed project-lookup bug in project.getdependencies()

github.com/premake/premake-core - 8c5924f705e6efc684dce6e8bf51ac9c34515734 authored almost 13 years ago
Added stubs for GMake next-gen action

github.com/premake/premake-core - 6a586ded761c6f5ae4dca6575147d32313617716 authored almost 13 years ago
Baking changes to support tokens in object directories

github.com/premake/premake-core - aded68ba8ac806bb8bb6e95cd6d277777b4dcd24 authored almost 13 years ago
Deep copy all object values, to allow unique per-target token expansions

github.com/premake/premake-core - 7675e057d226c7c945d4a00141b2e132bf1a5aab authored almost 13 years ago
Remove all configuration values from project; prevent top-level settings from bleeding through and causing side-effects at the config level

github.com/premake/premake-core - 391ec4eee6effc18f1e8d7bcab82966de1985fe0 authored almost 13 years ago
Clear current project object when setting solution

github.com/premake/premake-core - f19694fd9a55ad8265ff452620e000636593310e authored almost 13 years ago
Removed old config map cache

github.com/premake/premake-core - 69b0a076acec405df725fed355bff471982cbd10 authored almost 13 years ago
Moved all project baking logic into an upfront pass

github.com/premake/premake-core - 591a6d09eb84beda75691c1afc294eb77499c710 authored almost 13 years ago
Solution.bake() now returns a temporary result; does not overwrite original solution object

github.com/premake/premake-core - b44817ebd749809f0569e2a43cfc84f76d2d4525 authored almost 13 years ago
oven.bake() now takes explicit basis object, no longer tries to set parent objects automatically

github.com/premake/premake-core - 15662f30c9b84b4f41ae56e84497f6d8678ddfba authored almost 13 years ago
Added solution.bakeall(), new entry point for full bake process

github.com/premake/premake-core - bfeb1e690666be7bc8bf048c96fab7de0f3d5829 authored almost 13 years ago
Can now expand cfg.objdir, file.basedir and file.path tokens

github.com/premake/premake-core - 6bdcb86eceb80addc19a6ba60ba6b4a7a89a083e authored almost 13 years ago
Ported most list fields to new register() API

github.com/premake/premake-core - 671fd978646a17a5fc930425c7559f3e3e2c77a7 authored almost 13 years ago
Patch 3353875: Allow running test script from other directories than "tests"

github.com/premake/premake-core - 3ffbbff588c1762e13afe4b7b8fcedc433f221a8 authored almost 13 years ago
Patch 3353875: Allow running test script from other directories than "tests"

github.com/premake/premake-4.x - 6909d8dec97c1372520278d6ab932ab992059f21 authored almost 13 years ago
Patch 3305599: Add -Wextra to ExtraWarnings (ergosys)

github.com/premake/premake-core - e9687ed6846fb9c95f005e5fcd1ba5bb30fbdf02 authored almost 13 years ago
Patch 3305599: Add -Wextra to ExtraWarnings (ergosys)

github.com/premake/premake-4.x - 9e487773518998dc8e2bff3782dd61df5e76eac2 authored almost 13 years ago
Ignore nil values in the new register() API

github.com/premake/premake-core - 10b8b373ddb17b82963baae0bfb660fd8a027cdf authored almost 13 years ago
Fixed a project caching issue; performance is improved

github.com/premake/premake-core - 66585d36ae2f2b65a5b5c2df572b9940cbdcaaf5 authored almost 13 years ago
Added support for basic token expansion; more work still needed

github.com/premake/premake-core - 0bbb323d0c5d8ae9a0aec0725c32314c09ea04f3 authored almost 13 years ago
Allow test or suite to be specified on command line

github.com/premake/premake-core - c8d493e569c23a1ed51fc5d5d6f1fa16f81c9bb7 authored almost 13 years ago
Enable token expansions on simple string fields

github.com/premake/premake-core - b930597f585cadd852787b31d05ea18044d0e2fe authored almost 13 years ago
Enable running individual tests or suites

github.com/premake/premake-core - 2c339eacfaeee7ad8f9fe962d55e2886bea06be8 authored almost 13 years ago
Ported string fields to new register()-based API definitions

github.com/premake/premake-core - fb833f31227966398510f8b5385b8447bb73a912 authored almost 13 years ago
Merged in xpol/premake-dev-debugcommand (debugcommand for Visual Studio)

github.com/premake/premake-core - fad379b38873a395e855af299f08aa11298da1c7 authored almost 13 years ago
Ported string fields to new register()-based API definitions

github.com/premake/premake-core - 8f60b159423a407cf9c63fa25196b999507e2a27 authored almost 13 years ago
Cleaned up test suite for new oven

github.com/premake/premake-core - d12a97465b1b89fd1a2a7739a9db0c39d8b093c7 authored almost 13 years ago
A bit of consistency cleanup on the prior pull request

github.com/premake/premake-core - 2cbab565923ac55b936df56042fbe3b7945dcb97 authored almost 13 years ago
Merged in xpol/premake-dev (Add NoWarnings flags)

github.com/premake/premake-core - 1e29737cd7b81f958ba6bf8e2d5ca761d2da6e0a authored almost 13 years ago
Add test for debugcommand.

This file contains MIXed line end styles.
It is suggested to convert to a single line end style.

github.com/premake/premake-core - d7d6857bf20376d7e6c3b82383b05d2863df6b16 authored almost 13 years ago
add debugcommand for vs*.

github.com/premake/premake-core - ef3a891d83d94d742d29286892cfc931d8792784 authored almost 13 years ago
Fix bug in configuration mapping when applied multiple maps

github.com/premake/premake-core - e73c1aeed38adbcc2b60519566fab5b88cde0ad6 authored almost 13 years ago
Revert the call to buildstepsblock() back to vs200x.buildstepsblock().

github.com/premake/premake-core - 816eacf8beaf2f2b35d36da1a64ed45ddfaf9ad5 authored almost 13 years ago
Configuration mapping now working in Visual Studio 2008+, for most cases

github.com/premake/premake-core - 5cc291c313cb8971b184087fbc1cb0cd7b21c2cb authored almost 13 years ago
Added project-level filtering for configuration maps

github.com/premake/premake-core - 21c44e57fd3ff34b58dee5fdf22da366fefa8800 authored almost 13 years ago
Add tests for the warnings flags.

github.com/premake/premake-core - ce1ae72f114d57a2400bb3ad806edfee4aecfd09 authored almost 13 years ago
Refactor to the duplicated code on output warnings blocks.

github.com/premake/premake-core - a708f3ad82656727906d433cbc75c191d55057a1 authored almost 13 years ago
Fixes for key-array and the new api.register() path

github.com/premake/premake-core - 8e326ff6f1df8acca6463a7cd496857acef1531c authored almost 13 years ago
Add NoWarnings flags for Visual Studo to disable warnings (Very usefull when managing 3rd libraries).

github.com/premake/premake-core - bd16eaedeb6e398c3f591ecf63818e1da1a5858a authored almost 13 years ago
Added import library support to Visual Studio 2010 C++ projects

github.com/premake/premake-core - 86984a87de347bad05dd2d909b6a92146691f1f1 authored almost 13 years ago
Added new array API value type, and started support for new key-value handling

github.com/premake/premake-core - a68aa47e5f835cceafb523e6634c19cbf7ed5249 authored almost 13 years ago
Start of API system overhaul, in support of configuration mapping

github.com/premake/premake-core - 22266a995d4608174857ba49755c84842a31e15b authored almost 13 years ago
Fixes for VC2010 custom build rule handling

github.com/premake/premake-core - 38ae459803612931680b7f81a6f370064e8b4dde authored almost 13 years ago
Prevent single-child ".." folders from appearing at the top of the source tree; merge project.eachfile() into project.getsourcetree()

github.com/premake/premake-core - a1a0afd3270c172481d10f82d21b8d451d0b696f authored almost 13 years ago
Merged file configurations and nodes in source trees

github.com/premake/premake-core - 0b241993c2299c422f6bc1773756f293dc0ab330 authored almost 13 years ago
Folders containing a single sub-folder are now trimmed from top of the source tree

github.com/premake/premake-core - 07f000ecda5cb921133872d7b069e31695c7c63a authored almost 13 years ago
Fixed VC2010 "attempt to index local 'cfg'" error

github.com/premake/premake-core - e56351703127c790ee47a2d0841d85fddcbccc39 authored almost 13 years ago
Handle case where a library is specified with a system extension and end quote

github.com/premake/premake-core - ef032d52cc23e3dbf18ea6a57a71c52d477bff07 authored almost 13 years ago
Only add extension to libraries if it doesn't already exist; handle ending quote, if present, when appending extension

github.com/premake/premake-core - f8fa020d64ba7d56f83910892cf02626361245a5 authored almost 13 years ago
Move file configuration building out of iterator, into caching pre-loop

github.com/premake/premake-core - cc0c541843d98280bc8a2ab1f4a8a103a2b2cc4e authored almost 13 years ago
Renamed file config fullpath to relpath; better matches corresponding abspath field, less confusing

github.com/premake/premake-core - a1f9c7c376646e3d374be32b13b2ee7965dca3e5 authored almost 13 years ago
path.isabsolute() now recognizes quoted shell variables

github.com/premake/premake-core - a2aa2f83e10855c9e9421809cfe3f2a82629de84 authored almost 13 years ago
Added VC2010 support for custom build rules

github.com/premake/premake-core - 8436afcd242b52513cb14f87d3a9f357b250e5fa authored almost 13 years ago
Patch 3505903: Fix VC2010 project reference paths (Pavel Czerný)

github.com/premake/premake-4.x - e4804012942eddf7f0f54bf3ba613dc1263c743d authored almost 13 years ago
Fixed project reference paths in legacy VC2010 action

github.com/premake/premake-core - 1195fc387c377d684e41cd88962deff91185583a authored almost 13 years ago
Patch #3505901: Make VC2010 PCH behavior match VC200x

github.com/premake/premake-core - ff7065a2393d7c9d9992c46889d1b9e088de7222 authored almost 13 years ago
Patch #3505901: Make VC2010 PCH behavior match VC200x

github.com/premake/premake-4.x - f5b57b5f97287b115b2905a801defb5c9a0582be authored almost 13 years ago
Implemented basic custom build rules for VC2008

github.com/premake/premake-core - d90942b3188572b24473e883981d3fa4e9617d72 authored almost 13 years ago
Added support for file configurations to oven; full file configurations now available to actions

github.com/premake/premake-core - f1f6304e9ba162758d73a8956ebfae8eab9200e4 authored almost 13 years ago
Added buildrule() to the API

github.com/premake/premake-core - 399739d012b0ab9fd60ea907bcfef49a751548d7 authored almost 13 years ago
Configurations that have been excluded from all projects are no longer listed in the solution

github.com/premake/premake-core - 198a9896fbc065ca888df16a3be0443ab3ec4020 authored almost 13 years ago
Added tag 4.4-beta4 for changeset 4285d035616f

github.com/premake/premake-4.x - e602c14719844856b68e08142c599f9e7bb97e35 authored almost 13 years ago
Fixed config.getlinks(), can now find sibling projects properly

github.com/premake/premake-core - b64395526df16c39a61c04760ce405d18dd36094 authored almost 13 years ago
GCC and SNC can now link object files directly

github.com/premake/premake-core - 36978f50637400555215c06fc3c2eedbde650443 authored almost 13 years ago
Fixed VC2010 linking to PS3 libraries

github.com/premake/premake-core - f4a10dec03a9daed8872cfa7944d28f85b5dd295 authored almost 13 years ago
Fixed SNC linking to static library projects

github.com/premake/premake-core - adb36bf3e11ddadc39dc1e308298cb38e5d0b22c authored almost 13 years ago
Ported GCC and SNC linker flag generation to new tool APIs

github.com/premake/premake-core - 5761e86cb6d27f047b470ce1f7d8966086d7f0eb authored almost 13 years ago
Store the name of script in which a project is defined along with the project metadata

github.com/premake/premake-core - 9377e7b4156accdf193126ad00abbb7328b1665a authored almost 13 years ago
Only truncate next-gen action identifiers if they actually end in "ng"

github.com/premake/premake-core - 8529bb0ea935180b6928403e8db0e558ec7c4fa7 authored almost 13 years ago
Target base name now includes prefix; replaced magical "ng" suffix with explicit flag to make migration easier

github.com/premake/premake-core - cd6852b89651b7db6c89bd81c921d6cd77a658c7 authored almost 13 years ago
Fixed handling of targetextension (was ignored)

github.com/premake/premake-core - 91e69b35e161cbf7186042208f425e039d389a13 authored almost 13 years ago
VC200x resource compiler include paths are now project relative

github.com/premake/premake-core - 79e84920bd8644e66cce9cf13848f9c7a8338351 authored almost 13 years ago
Configurations and platforms may now be specified per-project

github.com/premake/premake-core - e0a6ca727c50fbf0de44c3465812ac5e47cfd3e5 authored almost 13 years ago
Added toolset() API to enable per-configuration tool selection

github.com/premake/premake-core - 458dcb8cbbb9425cccbcd978a1f5bc3538a6c914 authored almost 13 years ago
Fixed bug that caused some per-configuration files to be missed

github.com/premake/premake-core - 20598184fa515c543c6a30345b8ac3b496b7e237 authored almost 13 years ago
Updated changelog for per-configuration file lists

github.com/premake/premake-core - 7ce55b281651561063c4f19e10022f6bf4add4bf authored almost 13 years ago
Add per-configuration file lists for VC2010

github.com/premake/premake-core - 7350cc73dd8744cc146510c4266d0d3444db2a8a authored almost 13 years ago
Added per-configuration file lists for VC2008

github.com/premake/premake-core - dac18c990b1112bcd2c386bb22aec072e48d0c23 authored almost 13 years ago
Standardized handling of file paths in API setters and removers

github.com/premake/premake-core - 9d8958a923613c248ac5f9447134e5822b5e2b0b authored almost 13 years ago
Added config.getfileconfig(), basis for per-configuration file and exclusion lists

github.com/premake/premake-core - 56d6701528b882390835328e774baddf5e06a538 authored almost 13 years ago
Strip block comments when embedded scripts

github.com/premake/premake-core - 0b1fb89bc0bd114421a4e8f6ffb0b8347afbe225 authored almost 13 years ago
Improved extensibility of VC2010 generator

github.com/premake/premake-core - 309a76cb8a25a79ea194472ed262bd4d5aecc54d authored almost 13 years ago
Added VC2008 external linker test

github.com/premake/premake-core - f625e018485fdea9a1cd22b9e295cf99705fc506 authored almost 13 years ago
Improved the extensibility of the VC2008 generator

github.com/premake/premake-core - b88bf60036008fe3af29ee1b0b6123fdb93baa2c authored almost 13 years ago
Made VC200x compiler block easier for add-ons to extend with external toolsets

github.com/premake/premake-core - fe00186ca32045f0b7d2da2ef403c88fa538580b authored almost 13 years ago