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 naming of PS3 executables under Cygwin

30814670db11ec145199db17b69279f21657c9f2 authored over 15 years ago
Bug fixes to PS3 makefiles, adding missing msc.lua file

8fe0c8493166f15a39bf888d793bc85feee6a130 authored over 15 years ago
VS now links against lib.a instead of .lib for PS3 builds

6c73ced8557c314f4b282211897a2ba0c0bf5952 authored over 15 years ago
Use GCC linker block for VS/PS3 projects

95d67737fabb1f0bd130584573783ed7ab06d018 authored over 15 years ago
Added PS3-specific target naming

f2b52173c7a2a45cd2b3c51fb62488ba3d0dcbbf authored over 15 years ago
Fixed bug in C# project references

c4e20902fa71496dd64709f326378ccc329a48ae authored over 15 years ago
Added PS3 compiler block for Visual Studio

d87875d2a6ca7cd81271f59191674530af45be95 authored over 15 years ago
Removed deprecated functions

ea8b251082113dc4b292b735c6f34b2642ac767e authored over 15 years ago
Added PS3 to vstudio configurations; now need to modify compiler/linker blocks

d70057574eeae278fba468a79e1fa41ee0631270 authored over 15 years ago
Merged changes from PS3 branch

edf1b4d163d75a3360036f0039e609204d025dda authored over 15 years ago
Makefile support for PS3

27e62d9cf35df70cf5fe31dbda00b57fc27fd18c authored over 15 years ago
Added --platform argument

f7a6af61b008114649db06fd864fa6a34e99fb33 authored over 15 years ago
Updated scripts

4dc02309425671835b1543563d5885e262cb4eb9 authored over 15 years ago
Minor formatting improvements

699d8bc4e0389f1b3d73d228016e84bc7b5c692c authored over 15 years ago
Preprocess project-level path fields

6b05482f034d67532776d53972c02ff0e2daa29f authored over 15 years ago
Building of unique object directories is now much faster

7fe3426b462da0f36e94c582bdc61a9a3a78dcb4 authored over 15 years ago
Fixed bugs in new C functions

8b52a6e2853a163fde8fffeaf3b8e4e190f3b326 authored over 15 years ago
Moved path.isabsolute() and string.endswith() to C to improve performance

e10aa03cdc8c2150252cfc02bdd87b97994bef0c authored over 15 years ago
First optimizing pass on configuration building

ecb882cc62543b1971da6b983a0f4eb6575b577b authored over 15 years ago
Updated scripts

b1bddf9fce5ed071996ea245214d1c03fffd5cec authored over 15 years ago
Refactored handling of configuration names

edc74bc2373c2945f85bf9b4b3a5a5f397775c20 authored over 15 years ago
Added platform support to CodeLite

457744c27ef3bcaa7abe0bcad6d7ed8977f4db01 authored over 15 years ago
Added platform support to Code::Blocks

7e973368beaf13deb9568501d7758e138e289584 authored over 15 years ago
Refactored GCC config block writer to function for unit testing

f46e63df23817d5eb941e4f742f827af502c3c95 authored over 15 years ago
Removed deprecated templating code and tests

4cf44626bcc2fe77930530711a2736bf8ade19cf authored over 15 years ago
Phased out templates from manifest

d667c6aec16296f7093ff402b04d4893053a8cb0 authored over 15 years ago
De-templated CodeLite action

5cbfe64816c8c28a8668251d0b2c3c6ddb57ae17 authored over 15 years ago
Updated scripts

4d5cef162fe2058403b6ee2b511dbe042393c939 authored over 15 years ago
Use build config generalization for C# copy rules, too

63bf5e304081ba25775e255a12a3bbae9f75bc3a authored over 15 years ago
In C# projects, test against build config only; ignore platform

d4f8c3d44af65d2aae54b155475c1e4e1f9b7782 authored over 15 years ago
Better handling of native platform during configuration building stage

27d248c2d1c103d4e92e4fc8fd311ab501161283 authored over 15 years ago
Typo: GCC platform flags not getting applied

a1e313089f475f1576ab069be125fe3809d54e7f authored over 15 years ago
Updated scripts

f3482746ae14ac09fc33a7c8da02fbfd6797c95c authored over 15 years ago
Default makefiles to native platform

3c29c5dc4d3b8ce1da4425a1b6bbe857518f617b authored over 15 years ago
Test for no platform before inserting GCC flags

fc705c245e1af6faa817dcbf5b9b72a007d35bd8 authored over 15 years ago
Updated scripts

2bfb6c6fe31a25d8110f5dfad4ee349647b9145d authored over 15 years ago
Fixed spacing issue in clean rule of solution makefile

60d913a9b8f6e48441727cc37136116c4ce6826f authored over 15 years ago
Added support for "native" platform to Visual Studio

3160a6b32b0c33558a6138725281a3f8838a5464 authored almost 16 years ago
Updated scripts

31f59327c7a5d285f1a76ace35d3c957a398a06a authored almost 16 years ago
Implemented support for Universal platforms

18ffd7b27fccb63331d475d7dfa87d43f36799c3 authored almost 16 years ago
Implemented platform flags for GCC; added "native" platform support

02b874db57832a7e7ab9be72bd98467d2d210453 authored almost 16 years ago
Added platform compatibility to .NET makefiles

e0073aa42accf2bed3850c9069570286049f58fc authored almost 16 years ago
Updated bytecodes

5fdea1ea7cd7f1a57166510237ea6afa2ced4894 authored almost 16 years ago
Platforms now working in makefile C/C++ projects

85294acc2941818cb0fbcfe2a01c3d501d3bc939 authored almost 16 years ago
Solution makefiles now list project dependencies by both configuration and platform

273a388678906826962f719dd9addf7f31d5fa59 authored almost 16 years ago
Aliased io.printf() with _p() to save some typing and bytes in the executable

e41c6275f897d5995cdeb5aaa3d0e0987f1704fe authored almost 16 years ago
Un-templated the GMake action in preparation for adding platform support

0acf927b72c38e3ecdfbf79179328afe80a5d7af authored almost 16 years ago
Plaform-specific settings and Xbox 360 support now working in Visual Studio 2005/2008

69fc269f4e86313b8b921fa090485ac03d0b3871 authored almost 16 years ago
Refactored current platform code for VS2005 and VS2008

ec90b60d94dda359be787888208ec10464b29296 authored almost 16 years ago
** Merged branches/platforms (r735:741) Added x32 and x64 platform support for VS2005 and 2008

a16cdf5fe5a848aab4734b25b75fa9aa28064099 authored almost 16 years ago
Updated GCC flag format: -fno-exceptions and -fno-rtti

7760afe2e0cd80ceea26d7c40f7fb8a682c32032 authored almost 16 years ago
Bug 2550759: pchheader option has wrong type

fa97ef359594699e19b4be0979f30a542fab34d8 authored almost 16 years ago
Fail gracefully when list is assigned to string field

afc9783ec005e7e0b8e1e3df4875eed368e13576 authored almost 16 years ago
Bug 2564404: FatalWarnings has no effect with gmake target

7124c4d80d8f7fcc0f2e01d52fb1f2ec1c0e1c39 authored almost 16 years ago
Support links and libdirs for Visual Studio static libraries

7b6d53e6ecd349938a1f4b7cbe23c191bb487202 authored almost 16 years ago

24494408f4014e9f98dd876fcfebacc47dd6833d authored almost 16 years ago
Updated bytecodes and changelog

47b2cb0880f26454f9d30a6124a624f2f614c647 authored almost 16 years ago
Set Mac OS X linker flags for Code::Blocks

2062e69084de66257f300cc306922c465d3d8994 authored almost 16 years ago
Bug 2533504: Files above project root not added to project

909830a915f4c3d53bccb9aa1eb11b6f91d82067 authored almost 16 years ago
solution() and project() now only set the active object when called with a name; remains unchanged otherwise

60e383f8b8d874c57d11251380e5dd4ae936f58f authored about 16 years ago
Embed scripts instead of precompiled bytecodes to avoid portability issues; undo previous PPC fixes

f2931efbc969f1fb0e4cd889bdb69c090ae6292f authored about 16 years ago
Removed "no-frame-pointers" flag from 3.x script; causes release builds to crash on Lua error

16eccbf35b329090875dbb2852047a2584f4723e authored about 16 years ago
Enable getobject() to find solution even when project is current

eb33c9d8742cbac0f7d00bad9572e6da691da660 authored about 16 years ago
Fixed off-by-one error level in getobject(); no file/line info was being shown on error

5bd3dcfb690813099827dd1e73b42a61ec59f257 authored about 16 years ago
Bug: Windows release builds of Premake4 made with GCC crash on script syntax errors

9ebd499dd1ce0aaac2166c95027ca5420fcd2a41 authored about 16 years ago
Patched Lua to load precompiled bytecodes on PPC architecture

c1200dad3def1008c3449a75f653a1b48cb8e38d authored about 16 years ago
Display paths of generated files

35928c4acdada0c3db40765f9ae5f37174095426 authored about 16 years ago
Fixed bug in target tests

baa14235dac7459b00559c5b6301fd9c0a806596 authored about 16 years ago
Updated bytecodes

8a20a334fa44540290be40f54a8e223afe153410 authored about 16 years ago
Added LUA_USE_LINUX and LUA_USE_MACOSX to enable POPEN functionality

3bb40f9dc9beaef3e8d11ded78b546d1556c75d2 authored about 16 years ago
Updated CHANGES.txt

77e4cce9bd8cf5007012ecbca8d2965acd57d65e authored about 16 years ago
Replaced read from /dev/random with /dev/urandom; fixed hangs on Ubuntu

ead7af951ff86b1048dfa3953360728a80a75c71 authored about 16 years ago
Fixed nil variable reference in os.findlib() on Linux

3959037db3ac394b02976dbf0219a7aaf8c93806 authored about 16 years ago
Added missing separator between link dependencies in C++ makefiles (oops)

475e8ebd12367f41986062189a7ebc905b956159 authored about 16 years ago
Fixed os_copyfile() for Posix

f8ca7b42f658cae09f10c4207a66f4c07c37cc72 authored about 16 years ago
Added missing os_copyfile.c (doh!)

29f6048b6c7a8403309c301ad6f75a90c5b098b7 authored about 16 years ago
Added missing os.copyfile() function (untested on Posix yet)

4797c6d4bb28f9c918af59b11f3b99d02670c6fc authored about 16 years ago
Rolled back change to C# assembly loading; wasn't working properly with *Develops

6cb18fe9497a9e3172324d7b55a642d0b0dfd82a authored about 16 years ago
Removed "ToolsVersion" from VS2005 C# projects, for compatibility with *Develops

a62f6735ee2526d2bbf7144be36521bd2fa7e490 authored about 16 years ago
Added "ToolsVersion" to VS2005 and VS2008 C# projects to prevent VS2008 migration assistant from firing.

6d6dbaf4eaf0d9934a120b350708b4eb66fc46a0 authored about 16 years ago
Fixed handling of paths in links

85a29bcbc1a39953d5d9dd33fdf156d74b279dbc authored about 16 years ago
Enable Windows linking to shared libraries even with NoImportLib flag set (just in case)

bbb16262923a81deb3f2f5acd03ff17d2672d53f authored about 16 years ago
Support absolute paths in scripts, to reference a different Windows drive letter.

e0186be6ae1649ad4d10b76b03a4846af4caeb8c authored about 16 years ago
Fixed Code::Blocks post-build commands

5fca9b101a480cd12da16a519492b59f75eea209 authored about 16 years ago
Check return values in os_uuid.c (Ryan Pusztai)

c0f977ace2a60ef467616bfe63801f3243af03fb authored about 16 years ago
Removed FatalWarnings flag, to make sure it can build around new compiler warnings. Checked return values in os_getcwd

6383c3067427d7ebef8a109b6c12b7aee96fb40b authored about 16 years ago
Fixed constant loop expression warning (where did this come from?)

f3c5b1868f5eaf922b0d901b29eb4e60af7d7605 authored about 16 years ago
Added link to libm for Linux builds

6bea67a3ba25b8d22befd5d511e1ab6111c8e5b9 authored about 16 years ago
Last tweaks for RC1

ba154a2f83e3cf48e4aced44ffe05e23103d45bc authored about 16 years ago
Upgraded to Lua 5.1.4

343050bc6f5840e25d146610e6a7c02c4d992c29 authored about 16 years ago
Prepped support files for RC1

38b3c79469d373285beae5fae17f7dde40f79468 authored about 16 years ago
Add --to option to control output location

d101d580c2b92e5d01d41dc795eef8438f5db059 authored about 16 years ago
Some tweaks to allow location to be nil (handy when working with a location option)

eee828d06bbc9ccde7b8677a795af9bb3d2f2842 authored about 16 years ago
Updated bytecodes

e28d89ccf795acaa9979371c2a3613a13de4296e authored about 16 years ago
Removed special solution clean hook; needs rethinking

f654a85e5faee668ba3d6bc690c38e5d58e90b96 authored about 16 years ago
Changed makefile CONFIG variable to "config" to match "verbose"

b0441e8eb4ef3298081d5b5ad0bd3da6e6b3c46e authored about 16 years ago
Fixed bug: makefile link steps always runs (triggered by prebuild and prelink)

78c4c029970b451fcb93bfae777c73330d957f18 authored about 16 years ago
Added verbose flag to makefiles: verbose=yes will show commands as run

3cdd0d244287d4c30b042aaa8cf157a0962dd849 authored about 16 years ago
Add search of /etc/ld.so.conf to os.findlib()

a90a0b5782e63b7cf00d1d4c605f8a7577de3e23 authored about 16 years ago
Fixed os.findlib() on OSX

8c94a52c10645db7f1bbcb5fe204eb0ed1ec96c5 authored about 16 years ago