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 (Expand)Author
2022-03-01Another minor glitch fixed so the Visual Studio version selector is happyhg/4.4-wds-878Oliver Schneider
2022-02-27Trying to align output better with vanilla VS output4.4-wds-877Oliver Schneider
2022-02-21Attempting to solve a glitch with VS version selectorOliver Schneider
2022-01-27Decomposing some logic, so I can hook into the per-file optionsOliver Schneider
2022-01-23Arranging for VS2022 supportOliver Schneider
2019-10-15Arranging for VS2019 supportOliver Schneider
2017-10-06CosmeticsOliver Schneider
2017-04-12Fixed a glitch ... node should have passed to the newly introduced function a...Oliver Schneider
2017-04-11This should fix an issue where VS2008 and earlier got the proper CompileAs pr...Oliver Schneider
2017-04-11Unfortunately premake4 has always misbehaved with respect to Unicode console ...Oliver Schneider
2017-03-22Introducing os.str2uuid() as possibility to convert a string deterministicall...Oliver Schneider
2017-03-22Removing trailing spaces and tabs on lines within the premake4 Lua scriptsOliver Schneider
2017-03-16Adding support for Visual Studio 2017 projects and solutions.Oliver Schneider
2015-11-15Merge with vs2015_supportOliver Schneider
2015-11-15Adding support for Visual Studio 2015 projects and solutions.Oliver Schneider
2015-11-09Merge with upstreamOliver Schneider
2014-12-08Add missing quotes around PCH compile flags (h/t Daniel Gibson)Jason Perkins
2014-11-19Remove $(ARCH) variable from makefiles; causing issues on LinuxJason Perkins
2014-04-24Merged in dcourtois/premake-stable/issue_60 (pull request #44)Jason Perkins
2014-04-22added post and pre build events support for C# projectsDamien Courtois
2014-02-08Remove path from xaml file dependency.jimstitt
2014-02-05This fixes issue #41 by simply resetting the indentation to its default at th...Oliver Schneider
2014-02-04src\actions\make\make_cpp.luaOliver Schneider
2014-01-30Expose the former local blockmap as vc200x.toolmap to allow overriding itOliver Schneider
2014-01-18removed path extension from .net links.jimstitt
2014-01-18Add support for xaml extension.jimstitt
2014-01-08Allowing the mapping between the global solution configuration and the projec...Oliver Schneider
2014-01-07Merged in ryanjmulder/codelite-library-with-dots-in-filename2 (pull request #27)Jason Perkins
2014-01-07Merged in windirstat/premake-stable/resincludes-fix (pull request #30)Jason Perkins
2014-01-07Fixing: resincludedirs broken in premake-stable (only affects ResourceCompile...Oliver Schneider
2013-12-13Separate sibling and system libraries (as the gmake action does), so the name...Ryan Mulder
2013-11-27Fix vs2013 action.Ben Rog-Wilhelm
2013-10-31missed one configurationRyan Mulder
2013-10-31include a virtual folder at the root, because codelite expects it, and it cau...Ryan Mulder
2013-10-31use underscores instead of pipes in configuration names, because codelite cre...Ryan Mulder
2013-10-03Pass same flags to PCH compile as C/C++ source codeJason Perkins
2013-09-11Merged in mologie/premake-stable/macosx-quotes (pull request #14)Jason Perkins
2013-08-20Find PCH on include dirs even if project has a location setJason Perkins
2013-08-17Enable custom source trees for Xcode frameworks using VS-esque variables such...Jason Perkins
2013-08-17Initial support for Visual Studio 2013 (Igor Karatayev)Jason Perkins
2013-08-15Bug #280: Problem with prebuild, prelink, and postbuild commands in Xcode (Be...Jason Perkins
2013-08-15Leave PCH header path alone if no match is found in includedirsJason Perkins
2013-08-14Add bitmap and wave files as known Xcode resource types (Ben Henning)Jason Perkins
2013-08-13Fix detection of PCH files when include paths are usedJason Perkins
2013-08-08Swapped $(LIBS) and $(ALL_LDFLAGS) in makefile linking step (Ben Henning)Jason Perkins
2013-07-12Improved handling of precompiled headers across toolsetsJason Perkins
2013-07-03Stop stripping path from PCH headers in Visual Studio; first step in standard...Jason Perkins
2013-06-21use "ALL_RESFLAGS" instead of "RESFLAGS" on resource compiler command lineRyan Mulder
2013-06-13Fixed generating xcode4 projects with preprocessor definitions including quotesOliver Kuckertz
2013-05-15Fixed bug #176: Target prefix breaks GCC linkingJason Perkins