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
2022-02-27Trying to align output better with vanilla VS output4.4-wds-877Oliver Schneider
Added tests for some VS versions that weren't currently tested --HG-- branch : WDS-build
2017-03-16Adding support for Visual Studio 2017 projects and solutions.Oliver Schneider
Does not add the VisualStudioVersion and MinimumVisualStudioVersion in solution files, but VS2017 opens those fine regardless and picks them up first even when VS2010, 2012, 2013 and VS2017 are installed as well. Added corresponding tests and verified that all is as expected. --HG-- branch : vs2017_support
2014-04-22added post and pre build events support for C# projectsDamien Courtois
--HG-- branch : issue_60
2013-04-26Add support for Visual Studio 2012 (Oliver Schneider)Jason Perkins
2013-01-11Bug 268: Target extension not set properly for Visual Studio 2010Jason Perkins
2012-09-28Patch 3485071: Fixed _PREMAKE_COMMAND fallback when premake4 is not in PATH ↵Jason Perkins
(Konstantin Tokarev)
2012-03-19Patch 3505903: Fix VC2010 project reference paths (Pavel Czerný)Jason Perkins
2012-01-10Bug 3413866: Incorrect VS200x .csproj relative source pathsJason Perkins
2011-12-20Bug 3410213: regression in xcode generation in 4.4 beta3Jason Perkins
2011-12-14Patch 3451212: Fix Visual Studio MFC with StaticRuntimeJason Perkins
2011-12-07Patch 3451928: VS2008 trying to build *.h files in C projectsJason Perkins
2011-11-14Improved handling of linker defaults in VS2010Jason Perkins
2011-11-13Merge latest changes from premake-devJason Perkins
2011-11-09Patch 3381066: Fix VS2010 project referencesJason Perkins
2011-10-21Patch 3367641: Remove warnings in Xcode 4Jason Perkins
2011-09-16Patch 3021550: Add Wii homebrew platform (Pathogen David)Jason Perkins
2011-08-24* Added debug environment variable support for Codeblocks using gdbLiam Devine
Changes the name from environmentargs to debugenvs Effects VS flags EnvironmentArgsInherit and EnvironmentArgsDontMerge which become DebugEnvsInherit and DebugEnvsDontMerge respectively.
2011-08-19Added virtual path support for CodeBlocksJason Perkins
2011-08-10Added vpath support to VC200x and CodeliteJason Perkins
2011-07-13Removed a bunch of deprecated VC2010 codeJason Perkins
2011-07-01Implemented vpaths for VS2010Jason Perkins
2011-07-01Lost a commit somewhere; catching up with my local repositoryJason Perkins
2011-06-09Added project.getvpath() to map from real pathsJason Perkins
2011-06-02Added support for key-value fields to the APIJason Perkins
2011-05-13Prepped CodeBlocks for new file configsJason Perkins
2011-05-13Ported CodeLite to treesJason Perkins
2011-05-10Tweaks and tests for VS2010 file handlingJason Perkins
2011-04-28Bug 3277357: Projects no longer inherit location from solutionJason Perkins
2011-04-25[#1657833] Set working directory an IDE starts/debugs the program inJason Perkins
2011-04-11Merged changes from stableJason Perkins
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-24Merged with premake-stableJason Perkins
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.
2011-03-11Xcode4 workspace initialLiam Devine
2011-02-16[#3100379] C# support for Visual Studio 2010Jason Perkins
2011-02-10Added support for Haiku OS (Yuriy O'Donnell)Jason Perkins
2011-02-09Ported VS2005 *.csproj to treesJason Perkins
2011-02-08Ported VS2002 *.csproj from walksources to treesJason Perkins
2011-01-22Port VS200x from walksources() to treesJason Perkins
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