Ecosyste.ms: OpenCollective

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

github.com/premake/premake-4.x

Premake 4
https://github.com/premake/premake-4.x

Split configuration baking into its own file; prep for file config work

dba4adab6200d86f59c5b204257ec86aa1d8f5e4 authored over 13 years ago by Jason Perkins <[email protected]>
Patch #3277358: Add CodeLite files to .hgignore

29c531f600e846251a2eb8b188c9a5ff2e519dd8 authored over 13 years ago by Jason Perkins <[email protected]>
Prepped CodeBlocks for new file configs

655d6a8a953fa318eb82239940287ad3190da235 authored over 13 years ago by Jason Perkins <[email protected]>
Ported CodeLite to trees

f7609a9fa5215ac8b99cbd747ccf2f4a27f169d9 authored over 13 years ago by Jason Perkins <[email protected]>
Tweaks and tests for VS2010 file handling

eedf10ef6ac1c3e5898384d3a1da043f5bdd0b2c authored over 13 years ago by Jason Perkins <[email protected]>
Tweaks to release script

ba93ffbf3d24f63d147b0b6c2160f64a96e5ef79 authored over 13 years ago by Jason Perkins <[email protected]>
merge with stable

8f11c2c5f67ea85c82ebe4e4b2b9fcdffacb554e authored over 13 years ago by Liam Devine <[email protected]>
Fixed bug 3297634 - UnitTest++ folder breaks Xcode 3

Xcode itself only quotes when it needs to yet it is fine to always quote the string.

fb7f74d4bdc2eddb30e45fb102d54b07d8ad0134 authored over 13 years ago by Liam Devine <[email protected]>
Added tag 4.4-beta1 for changeset 79873394f6f6

35b296e1ca9ece581cad452af171a6db527747a8 authored over 13 years ago by Jason Perkins <[email protected]>
Removed 4.3.1 from changelog; going right to 4.4

1dada1a51ef57b61b69b4fea683bb1e7dab1fae9 authored over 13 years ago by Jason Perkins <[email protected]>
Updated copyright on VS2010 at Liam's request

0e062eca0b3c6eec906de489df0f700702feac4e authored over 13 years ago by Jason Perkins <[email protected]>
Applied patch which sets the target machine in visual studio

adb2529b6112665205b53d9099d45dfcd07cc11d authored over 13 years ago by liamDevine <unknown>
set the platform in vs10 static libs

5ec9f164159a95f04d74fbebf6bb99c848bac733 authored over 13 years ago by Unknown <[email protected]>
removing dead code

33eff629c4fee83949b7901ef0f8c6f3f2b5fdd1 authored over 13 years ago by Liam Devine <[email protected]>
corrected teardown function name in testing_make_linking.lua

stopped 'runall' from running 'setup' and 'teardown' as tests which also stops the inflated test ...

700cd822803b53f28d0f9b5c5cbd40a6b80f7b77 authored over 13 years ago by Liam Devine <[email protected]>
ignore entry point in Manged C++

6c7b1939d8373e1d2bfd4679e6ca3578e2ca965d authored over 13 years ago by liamDevine <unknown>
removing dead code and also drawing attention to flags on projects when unit testing

2773fd8c1cff8773d157a4201dbee88ba3dc6dc3 authored over 13 years ago by liamDevine <unknown>
Adding Managed C++ support for vs10

df11537b8076374d765d27761e9e5683e1ea71e1 authored over 13 years ago by liamDevine <unknown>
vs10 reuses optimisation function

2f1e1809f5f6375633c8741edb85414a163c187f authored over 13 years ago by liamDevine <unknown>
merge with stable

e5da7de91669b486ca05338213fe7ff7fcc6bc17 authored over 13 years ago by liamDevine <unknown>
kind is a function in _G. Changed function 'merge' to use the string 'kind' instead of the function for the table key.

5c015131c8c89c9bc89ffe64bb0402dadea2c42e authored over 13 years ago by liamDevine <unknown>
Fixes Bug 3294459: vs10 x86_64 using incorrect debug format for minimal rebuild

there is not an option for setting /Z7 OldStyle so OldStyle was removed
/ZI is not compatible wit...

a0fa8c04e03961b509bb5cbe5607d741568d8c1d authored over 13 years ago by Unknown <[email protected]>
Bug 3277357: Projects no longer inherit location from solution

214990943da69b830ecaeed99d14e6e5d6e6a607 authored over 13 years ago by Jason Perkins <[email protected]>
[#1657833] Set working directory an IDE starts/debugs the program in

229e31a465972f3d86ddccbfba633a5b12f409de authored over 13 years ago by Jason Perkins <[email protected]>
Merged changes from stable

0357046d36c5467e7e18e7427542d779f8982ba0 authored over 13 years ago by Jason Perkins <[email protected]>
Some cleanup for is64bit() to make it look a bit like the other os functions

3737111c6847822eacf53d2e0ea5b4fe19c379fa authored over 13 years ago by Jason Perkins <[email protected]>
gmake correctly links again to SharedLibs and StaticLibs sibling dependencies; yet correctly does not link to a non linkable sibling.

37432fef37609cf953202def7e0612dbcbb623db authored over 13 years ago by Liam Devine <[email protected]>
Commenting out latest changes so that stable is not broken. The test is left in and will fail while I look at the problem with gmake.

5ac9af4c8a8618afcd9978cacf5f2f2aeaf45439 authored over 13 years ago by Liam Devine <[email protected]>
Replaced host.windowsversion with os.getversion

b2e7af94cf870722c2abea7df3d91a4b3aa38f6f authored over 13 years ago by Jason Perkins <[email protected]>
enable optional scripts option even for release builds

18fa8db5da599a4a9f8f3bd331ffa5ad02aa6cd7 authored over 13 years ago by Unknown <[email protected]>
sln was in global and not reset to nil in teardown

f9027da963f8ab8bfb8a83bf9dd6cee90fedb516 authored over 13 years ago by Liam Devine <[email protected]>
* Patch 3043933 gmake incorrectly links using -l when a solution contains a .so and .a of the same name and the static lib is wanted (Jonathan Derque)

f4a8f024d90104eb916803d0856545b8e2d1a1df authored over 13 years ago by Liam Devine <[email protected]>
* Patch 3043933 gmake incorrectly links using -l when a solution contains a .so and .a of the same name and the static lib is wanted (Jonathan Derque)

26db36c26652db70533ed2bb7d753c182020b18d authored over 13 years ago by Liam Devine <[email protected]>
Fixed Windows version fetching to build under VS2008

8e538baa6d293d3c7cf7d0c32bd857151a676181 authored over 13 years ago by Jason Perkins <[email protected]>
Fixed failed merge

d9f30a983a7600af15ed2a4c7a476c207555e51a authored over 13 years ago by Jason Perkins <[email protected]>
Merged with premake-stable

ccb5d34c957d8a5d147e89220c596110d25c524e authored over 13 years ago by Jason Perkins <[email protected]>
Updated changelog for previous fix

907f57d636dd49bb935d92b81e3438114fe8593f authored over 13 years ago by Jason Perkins <[email protected]>
[#3232160] Environment variables are cut off

7b0636f9999f4a4f79fec42b53a6b70db503c6de authored over 13 years ago by Jason Perkins <[email protected]>
removed temp print statement

ed13aaeacfcac0d1066ffaefac59e235a5947207 authored almost 14 years ago by Liam Devine <[email protected]>
3157645: Respects full path for xcode frameworks

801808062d8ab142e4cde5132f5d71fcbd5e2182 authored almost 14 years ago by Liam Devine <[email protected]>
added specialisation for terms in mergeobject

kind seems special. it gets set in the cfg and is needed by the terms yet not added automatically...

db972589b100c485c0e009b2216a10aa47405942 authored almost 14 years ago by liamDevine <unknown>
pdb file was being written to the 'Link' section when it needed to be in 'ClCompile'. Reported by hodsondd closes bug report: https://sourceforge.net/tracker/?func=detail&aid=3163703&group_id=71616&atid=531878

ea9ac284889ce8ffd13a9e3e3b451a6e93ad1e33 authored almost 14 years ago by liamDevine <unknown>
renamed host.is_64bit to host.is64bit

renamed host.windows_version to host.windowsversion

48fdd10f4d66372e9b01b2c34ba5ccd953201f7d authored almost 14 years ago by Liam Devine <[email protected]>
added host.windows_version

c68dd291537d7554a85b71d375309c3844aa4a6b authored almost 14 years ago by Liam Devine <[email protected]>
did not do a diff on premake.lua and instead used code from another download, In other words I messed it up.

a8d274d397bdeb6e99e914346976e39e099c6ddc authored almost 14 years ago by Liam Devine <[email protected]>
added define _CRT_SECURE_NO_DEPRECATE for visual studio build in premake4.lua. Old versions of vs2005 use this define.

added host.c for detecting if the process is running under wow, uses code provided on msdn where ...

ecd8d1ae34125057a39e8517a3dd24f81c20ec86 authored almost 14 years ago by Liam Devine <[email protected]>
Xcode4 workspace working yet using Xcode3 generation and settings

33b9dfe543b0a270f50d95d1738348bf3fd18c60 authored almost 14 years ago by Liam Devine <[email protected]>
Xcode4 workspace relative location paths and workspace generation

a02fd77b74414f329262d1146db7735325378e91 authored almost 14 years ago by Liam Devine <[email protected]>
Xcode4 workspace initial

98b9815534b3c61ebb59ebe563cbc5db8ca145c9 authored almost 14 years ago by Liam Devine <[email protected]>
[#3100379] C# support for Visual Studio 2010

bb94e9de8163cc99c0b9d37ad1367e8734f76f34 authored almost 14 years ago by Jason Perkins <[email protected]>
Added support for Haiku OS (Yuriy O'Donnell)

a69bcbfb58125432e08f5ca014adfbc25ab76d0c authored almost 14 years ago by Jason Perkins <[email protected]>
Ported VS2005 *.csproj to trees

b3dfe26ec69d7412a27c7600bc414d7c2d936cff authored almost 14 years ago by Jason Perkins <[email protected]>
Ported VS2002 *.csproj from walksources to trees

aa090b0cd3bcbfeed13713974cf7ba42fd051dff authored almost 14 years ago by Jason Perkins <[email protected]>
Moved io.capture to test framework; removed from test suites

43218e0e964da1c5646eaf932238c1f1c4d8ca4d authored almost 14 years ago by Jason Perkins <[email protected]>
Cleaned up and standardized namespaces in vstudio code

df2b2e3a6df296492ec1e748521d523c42e86ab9 authored almost 14 years ago by Jason Perkins <[email protected]>
Port VS200x from walksources() to trees

ad515a7ac340d1453d512fcd67bf17617f200068 authored almost 14 years ago by Jason Perkins <[email protected]>
Removed spurious console messages from usages code

02aa571d531efecc5e55758578fb5cb9624e4d90 authored almost 14 years ago by Jason Perkins <[email protected]>
Add test to ensure path.join() can be called with a nil argument

c9d4e88278f741c50737a2934300e138c420cd0b authored almost 14 years ago by Jason Perkins <[email protected]>
Bug 3138377: Link dependencies ignored within "SharedLib" configuration

b116d76cbb403903f40d174db0ccaece796ae26b authored almost 14 years ago by Jason Perkins <[email protected]>
Merged with stable

1c06557bc9d207c3c9c10c24f19286d871ae2241 authored almost 14 years ago by Jason Perkins <[email protected]>
Updated copyright date

d199b951fbe659e73fa0b1270ffe9a2fe591ecf7 authored almost 14 years ago by Jason Perkins <[email protected]>
Removes the setting of WholeProgramOptimization for vs10 projects as per the msdn docs.

fb54aea2fab68cd26a51db29d48d65e026e4bc01 authored almost 14 years ago by liamDevine <unknown>
Merge with stable

7fe1f9150c15d691225603dcff32d42be14c8e5d authored almost 14 years ago by Jason Perkins <[email protected]>
Removed scripts.c from the repository

80cb61791879e626bd30ada6340f60ba590bdc61 authored almost 14 years ago by Jason Perkins <[email protected]>
Removed Windows and OS X specific stuff from new SNC tool definition

92e55c4d9b30f5efed633bd35b96c920b5e601f2 authored about 14 years ago by Jason Perkins <[email protected]>
Properly pass return codes back to shell in release builds

4c5a0a10572231184a399f63573e49aecf96f1c3 authored about 14 years ago by Jason Perkins <[email protected]>
Sets ONLY_ACTIVE_ARCH = YES in Xcode debug builds to mirror Xcode created projects

200f0d6c4b3d02dd555a058460205b80d8fe6d82 authored about 14 years ago by Liam Devine <[email protected]>
adds GCC_SYMBOLS_PRIVATE_EXTERN = NO; which should be the default for builds. This fixes a Release build yet not Debug as Xcode itself is broken. Bug 2920784 and Feature 3118000

6a251c8577b5385c5961d5f3911509933c7db1b5 authored about 14 years ago by Liam Devine <[email protected]>
More SNC changes: fixed location of PCH to match VS, fixed flags

854aa65741e8fcb0731a9d131b6192e90c7a92d3 authored about 14 years ago by Jason Perkins <[email protected]>
Switched PS3 builds from GCC to SNC

b8f26840045d5613094da80acfa50385ea939462 authored about 14 years ago by Jason Perkins <[email protected]>
More stable/dev merging

8e469cf3a5b8fb44764d8b1bccd606453844680c authored about 14 years ago by Jason Perkins <[email protected]>
Merged with latest premake-stable

68303c0400225b61d3787fc831545c0e5f82fa5d authored about 14 years ago by Jason Perkins <[email protected]>
typo fix

778c7b508f22d42256603492fb48f799a43a87cc authored about 14 years ago by Liam Devine <[email protected]>
fixes ClCompile blocks with PCH's in Vs10 generator

e4fb04b09cdbb04f55fd849edf01a7529f591c8c authored about 14 years ago by Liam Devine <[email protected]>
Added tag 4.3 for changeset 582630d7b7d4

8ffff2a7fd34b763f11e4b69ec45367514d72bf8 authored about 14 years ago by Jason Perkins <[email protected]>
4.3 release prep

1b8a1608ac0298de74fd42ce0e30538f2346bedf authored about 14 years ago by Jason Perkins <[email protected]>
Added tag 4.3-rc2 for changeset 1dd035de5b6d

763568521bb042553c9735ab5dcaa61d899fd1ee authored about 14 years ago by Jason Perkins <[email protected]>
Improved automated release script

37f75f43308bf2037e254121ef02082dd92deb51 authored about 14 years ago by Jason Perkins <[email protected]>
embed scripts

1567e91f1dde7a073528a46437660d91c2a49bc4 authored about 14 years ago by liamDevine <unknown>
Typo correction

83dbac114ca91b7cabdb4ab33585452f64b037c8 authored about 14 years ago by liamDevine <unknown>
uses premake.config.isoptimizedbuild instead of optimisation(cfg) CompOperator "Disabled" in vs10

5fdc73ad0d9127068f989fa434329dbcaa961779 authored about 14 years ago by liamDevine <unknown>
adds NoIncrementalLink to vs200X

1ba4125df5f1c8f62b8ef4f9b054b4c300610210 authored about 14 years ago by liamDevine <unknown>
removed dead tests

readded the behaviour that if cfg.kind is StaticLib then there is not LinkIncremental section

707729d4083bf5bde7539460334321f5f692352c authored about 14 years ago by liamDevine <unknown>
Vs10 implementing NoLinkIncrementally flag.

This changes the behaviour that was the previous.
Previously it could be set to true, false or om...

ecdf201d61c8513a76c7444eac9b86a5f2cdbad7 authored about 14 years ago by liamDevine <unknown>
refactors optimise check to function premake.config.isoptimizedbuild(flags) which is not local scope as it can be used in other places

adds function premake.config.should_link_incrementally(cfg)
adds new flag NoIncrementalLink

c2a22602c0b8112b18dc86443a35aa7edcf63b99 authored about 14 years ago by liamDevine <unknown>
merge

ac8d017332fb407aae15e04ca9484f5b7ac386cb authored about 14 years ago by liamDevine <unknown>
Cleaned up a few entries in changelog

8c762d24a865b61ebc527327b98b098db3668f86 authored about 14 years ago by Jason Perkins <[email protected]>
embed scripts

910edfdc3180f7b64bddc726053c40d4f46b5dfc authored about 14 years ago by liamDevine <unknown>
vs10 64bit builds can not use /ZI http://msdn.microsoft.com/en-us/library/958x11bc(v=VS.100).aspx

ad5e8061c6b9115ae0aa9913b5347e79f5f34dbd authored about 14 years ago by liamDevine <unknown>
embeds scripts

ed6fa01f9135ebbe8888adcc4c3ecafdee94097e authored about 14 years ago by liamDevine <unknown>
fixes vs10 to only add a pdb when the symbols flag in used

6e1e761fea8a886ed0ad3729ad4fa87fe4c248be authored about 14 years ago by liamDevine <unknown>
Fixes vs10 DebugInformationFormat

67b3e45aa4e6c317576bf6c502f97e4a73498806 authored about 14 years ago by liamDevine <unknown>
applies miminal rebuild change to vs10 that was applied in changeset 0b3e27b8eac6 for vs200x

420e381d47960ef74bd2ad7c7822033a83440b2e authored about 14 years ago by liamDevine <unknown>
adds local keyword to buffer instances

6c7968aba6a76cd0a9511615bbccb530c9a506a8 authored about 14 years ago by liamDevine <unknown>
Fixes vs10 Bug 3100062 uses premake.config.isdebugbuild to determine debug status

e89e0eb8e7b1f755d2c945b0ca07c9fed2058d97 authored about 14 years ago by liamDevine <unknown>
refactors magic strings

ea398729522d332aacc8a930bf8bc9fd6c83531d authored about 14 years ago by liamDevine <unknown>
Removed commented out code that was there to remind me of PCH support

2bc31165d015822e47f068264d33719665f35441 authored about 14 years ago by liamDevine <unknown>
embeded scripts

7e1e2111568abf071affdf292b07dea5ba548037 authored about 14 years ago by liamDevine <unknown>
removes invalid test in vs2010 filters

refactored moving more code in the function "if_config_and_platform" for vs2010
added write_file_...

3f0b54542469d2259d914df98b92693a7bbdeaa1 authored about 14 years ago by liamDevine <unknown>
removes invalid test in vs2010 filters

removes dead function vs10_helpers.table_of_filters

51abe69396719b3d502be8735580a85e157f00ff authored about 14 years ago by liamDevine <unknown>