Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-26* Patch 3043933 gmake incorrectly links using -l when a solution contains a ↵Liam Devine
.so and .a of the same name and the static lib is wanted (Jonathan Derque)
2011-03-17added specialisation for terms in mergeobjectliamDevine
kind seems special. it gets set in the cfg and is needed by the terms yet not added automatically added a check when iterating blocks in merge to see if kind needs adding to terms changed getactiveterms so it doesn't use number keys at end of merge, added a merging of terms into cfg.terms terms were being shared between all configurations in collapse. NOTE : it may still need looking at for when the platform is not native. changed to use a local copy, this gets updated instead.
2010-10-19Bug 3020382: GCC PCH not workingJason Perkins
2010-10-13Bug 3034222: StaticLib projects ignore linkoptionsJason Perkins
2010-10-04Bug 2971841: Gmake escaping of shell variable $(...) is brokenJason Perkins
2010-09-06Bug 3007101: Generating PDB in Release builds is not supportedJason Perkins
2010-06-16the failed test has some how disapeared.LiamDevine
removed link section when kind is a static lib
2010-06-16vcxproj.filters doneLiamDevine
vcxproj.user done vcxproj nearly done
2010-06-12vcxproj support getting thereLiamDevine
2010-06-10vs2010 slnLiamDevine
2010-03-05Began work on new frameworks() apistarkos
2010-02-27Bug 2931722: pchheader handling not consistent between toolsstarkos
2010-02-18Patch 2936443: Expose configuration terms to scripts (Laurent Humbertclaude)starkos
2010-01-14Bug 2928775: Error loading external Lua module with require(); added test ↵starkos
for ./ prefix on wildcard matches
2009-12-22Feature 2905303: Enable better folder matching in file listsstarkos
2009-11-25Fixed bug in Xcode group pathing; started work on project dependenciesstarkos
2009-11-10Finished portingstarkos
2009-11-04Shuffling functions into new Xcode source organizationstarkos
2009-09-29Fixed os.match() for very large result sets; fixed bug in action testsstarkos
2009-09-16Cleaned up PBXBuildFile and PBXFileReference sectionsstarkos
2009-08-22Started unit tests for Xcode generationstarkos
2009-08-18Added source file tree builderstarkos
2009-08-11Refactored and consolidated action list handlingstarkos
2009-07-16Started refactoring action liststarkos
2009-07-14Started tests for clean actionstarkos
2009-07-13Bug 2819232: Buildoptions not used when creating Makefile for C#starkos
2009-05-13Bug fixes to PS3 makefiles, adding missing msc.lua filestarkos
2009-04-24Removed deprecated templating code and testsstarkos
2009-04-23Better handling of native platform during configuration building stagestarkos
2009-04-10Plaform-specific settings and Xbox 360 support now working in Visual Studio ↵starkos
2005/2008
2009-03-26Refactored current platform code for VS2005 and VS2008starkos
2009-03-26** Merged branches/platforms (r735:741) Added x32 and x64 platform support ↵starkos
for VS2005 and 2008
2008-12-19Uppercase UUID for VS.NET compatibilitystarkos
2008-12-18** Merged Visual Studio C# support and simplified configuration filters ↵starkos
(r649:661)
2008-12-15** Merged GMake C# support from branches/csharp (r630:648)starkos
2008-12-06Big refactoring, bug fixes bug and small, performance improvements ↵starkos
(branches/csharp r607:628)
2008-11-13** Merged branches/vstudio (r539:562) Added Visual Studio supportstarkos
2008-10-31First integration of new Lua-based architecturestarkos