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
path: root/src
AgeCommit message (Expand)Author
2012-09-06Patch 3476176: Fix dependencies of precompiled header in makefileJason Perkins
2012-04-22Patch 3305599: Add -Wextra to ExtraWarnings (ergosys)Jason Perkins
2012-03-19Patch 3505903: Fix VC2010 project reference paths (Pavel Czerný)Jason Perkins
2012-03-19Patch #3505901: Make VC2010 PCH behavior match VC200xJason Perkins
2012-02-10Xbox360 fixes for VS20104.4-beta4Jason Perkins
2012-02-06Patch 3353975: Support usage of premake as a library (Konstantin Tokarev)Jason Perkins
2012-01-20Patch 3111264: Allow path.join() to accept any number of argsJason Perkins
2012-01-10Bug 3413866: Incorrect VS200x .csproj relative source pathsJason Perkins
2012-01-05Updated copyrights; added #ifdef around Objbase.h includeJason Perkins
2012-01-05Removed dynamic loading of Ole32 on Windows (see patch #3456407)Jason Perkins
2011-12-22Patch 3463020: Add windres environment variable for makefiles (icebreaker)Jason Perkins
2011-12-20Bug 3410213: regression in xcode generation in 4.4 beta3Jason Perkins
2011-12-15Fix to previous commit; adds back missing platform identifier to VS2010 confi...Jason Perkins
2011-12-14Patch 3451212: Fix Visual Studio MFC with StaticRuntimeJason Perkins
2011-12-09Patch 3430158: Reorder LINKCMD for Gmake (rjmyst3)Jason Perkins
2011-12-09Patch 3440466: Fixed compiler warnings on Mac (Konstantin Tokarev)Jason Perkins
2011-12-09Fixed broken lib search path from last commit (h/t coh)Jason Perkins
2011-12-08Bug 3121217: Test suite fails on Linux x86_64: os.findlib brokenJason Perkins
2011-12-07Patch 3429777: Support for DragonFly BSD (Joachim de Groot) and 3445049: Buil...Jason Perkins
2011-12-07Patch 3451928: VS2008 trying to build *.h files in C projectsJason Perkins
2011-11-29Patch 3351583: _PREMAKE_COMMAND variable (Konstantin Tokarev)Jason Perkins
2011-11-14Added new global _WORKING_DIRJason@WIN-B1P2GN1DT6Q
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-26Patch 3401184: Fix Gmake LDFLAGS generation order (Adam Petrone)Jason Perkins
2011-10-26Patch 3337372: Improved precompiled header support (Anders Ericsson)Jason Perkins
2011-10-21Patch 3317329: Support vstudio CompileAs for mixed-language projects (xpol)Jason Perkins
2011-10-21Patch 3372345: Gmake action's PCHs don't work with Mingw (Martin Ridgers)Jason Perkins
2011-10-21Patch 3367641: Remove warnings in Xcode 4Jason Perkins
2011-10-03Patch 3138574: NoImportLib ignored in Windows makefiles dependencies (rjmyst3)Jason Perkins
2011-09-20Patch 3035550: Make/Distcc outputs dependencies to wrong locationJason Perkins
2011-09-16Patch 3021550: Add Wii homebrew platform (Pathogen David)Jason Perkins
2011-09-08* Bug 3381149: Path of PCH source file in VS10 not being translated (intyuh)Liam Devine
2011-09-08* Bug 3381149: Path of PCH source file in VS10 not being translated (intyuh)Liam Devine
2011-09-08ccf8e28247d6 changed the name of environmentargs to debugargs yet the call si...Liam Devine
2011-08-27Added new function os.stat to fetch information about a fileJason Perkins
2011-08-24* Added debug environment variable support for Codeblocks using gdbLiam Devine
2011-08-23* Bug 3277343: SM_SERVERR2 is not always defined by defaultLiam Devine
2011-08-23Fixed #3381011: location breaks vpathsJason Perkins
2011-08-22* Bug 3277343: SM_SERVERR2 is not always defined by defaultliamDevine
2011-08-22First member of SYSTEM_INFO is a union. MSCV allows {}, codeblocks with mingw...liamDevine
2011-08-22VS200X Environment Args. Does not use the flag EnvironmentArgsInheritliamDevine
2011-08-22Adds environmentargs for vs10 and flags which define specifics for them.liamDevine
2011-08-19Added virtual path support for CodeBlocksJason Perkins
2011-08-16Fixed Xcode3 bug with sources in a subdirectory and grouped in virtual path4.4-beta3Jason Perkins
2011-08-16Added virtual path support to Xcode3Jason Perkins
2011-08-10Added vpath support to VC200x and CodeliteJason Perkins
2011-07-25Removed block-commented code that was showing up in release builds4.4-beta2Jason Perkins
2011-07-20Flipped vpaths syntax, now ['group']={'pattern(s)'...}Jason Perkins