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-01-27Decomposing some logic, so I can hook into the per-file optionsOliver 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
2014-01-30Expose the former local blockmap as vc200x.toolmap to allow overriding itOliver Schneider
2013-07-03Stop stripping path from PCH headers in Visual Studio; first step in standard...Jason Perkins
2013-03-10Implemented flags ATL and StaticATL to complement MFC and StaticRuntime flags...Oliver Schneider
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-10-21Patch 3317329: Support vstudio CompileAs for mixed-language projects (xpol)Jason Perkins
2011-08-10Added vpath support to VC200x and CodeliteJason Perkins
2011-05-16Split configuration baking into its own file; prep for file config workJason Perkins
2011-05-01Applied patch which sets the target machine in visual studioliamDevine
2011-04-25[#1657833] Set working directory an IDE starts/debugs the program inJason Perkins
2011-02-08Ported VS2002 *.csproj from walksources to treesJason Perkins
2011-02-02Cleaned up and standardized namespaces in vstudio codeJason Perkins
2011-01-22Port VS200x from walksources() to treesJason Perkins
2010-12-06More SNC changes: fixed location of PCH to match VS, fixed flagsJason Perkins
2010-12-02Switched PS3 builds from GCC to SNCJason Perkins
2010-11-02adds NoIncrementalLink to vs200XliamDevine
2010-10-13Bug 3034222: StaticLib projects ignore linkoptionsJason Perkins
2010-09-14Patch 3063804: Set CompileAs flag for VS200x C projects (rjmyst3)Jason Perkins
2010-09-06Bug 3007101: Generating PDB in Release builds is not supportedJason Perkins
2010-08-10Added imagepath to set Xbox360 image file name (Jarod)Jason Perkins
2010-07-21Cleaned up deploymentoptions and imageoptionsJason Perkins
2010-06-11Patch 3011940: Add support for MFC (JTAnderson)Jason Perkins
2010-03-03Feature 2944697: Add flag to disable Minimal Rebuild in Visual Studiostarkos
2010-02-27Bug 2931722: pchheader handling not consistent between toolsstarkos
2010-01-29Changed Visual Studio runtime library selection logic; will now only use debu...starkos
2010-01-14Patch 2928029: Add EnableSSE, EnableSSE2 flagsstarkos
2010-01-06Bug 2926917: Use target name for Visual Studio PDB filestarkos
2009-12-28Feature 2820644: Add Xbox360 deployment and image optionsstarkos
2009-09-30Patch 2802722: Floating Point Model Flags (Suigintou)starkos
2009-09-05Fixed ManagedExtensions setting for Visual Studiostarkos
2009-07-01(no commit message)starkos
2009-06-09#2801257: Linker error LNK1112 when cross-compiling for x64 platformstarkos
2009-05-28Condensed parameters to walksources to make trimpaths easier to implementstarkos
2009-05-22Patch 2031626: Support for "additional manifest files" (Colin Graf)starkos
2009-05-13Bug fixes to PS3 makefiles, adding missing msc.lua filestarkos
2009-05-09Use GCC linker block for VS/PS3 projectsstarkos
2009-05-09Added PS3-specific target namingstarkos
2009-05-07Added PS3 compiler block for Visual Studiostarkos
2009-05-07Removed deprecated functionsstarkos
2009-05-07Added PS3 to vstudio configurations; now need to modify compiler/linker blocksstarkos
2009-04-11Aliased io.printf() with _p() to save some typing and bytes in the executablestarkos
2009-04-10Plaform-specific settings and Xbox 360 support now working in Visual Studio 2...starkos
2009-03-26Refactored current platform code for VS2005 and VS2008starkos
2009-03-26** Merged branches/platforms (r735:741) Added x32 and x64 platform support fo...starkos