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/tests
AgeCommit message (Expand)Author
2012-02-10Xbox360 fixes for VS20104.4-beta4Jason 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
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-07Patch 3451928: VS2008 trying to build *.h files in C projectsJason Perkins
2011-11-19Fixed Xcode unit tests on non-Mac OSesJason 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 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-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-08-24* Added debug environment variable support for Codeblocks using gdbLiam Devine
2011-08-23Fixed #3381011: location breaks vpathsJason Perkins
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-22Arrrr didn't test that last one before committing. I hang my head in shame.liamDevine
2011-08-22Oops left a couple of variables which were used to find the error. See last c...liamDevine
2011-08-22The function premake.action.set (which I only see used in xcode3 tests) has a...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-20Flipped vpaths syntax, now ['group']={'pattern(s)'...}Jason 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-09Removed deprecated walksources() functionJason 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-27Pulling stable change into dev.Liam Devine
2011-05-27Incorrect relative paths for gmake sibling static librariesLiam Devine
2011-05-19More cleanup; preparing the virtual path stuffJason Perkins
2011-05-18English alais' for the Optimize group of flagsLiam Devine
2011-05-16Split configuration baking into its own file; prep for file config workJason 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-05-07merge with stableLiam Devine
2011-05-07Fixed bug 3297634 - UnitTest++ folder breaks Xcode 3Liam Devine
2011-05-01Applied patch which sets the target machine in visual studioliamDevine
2011-05-01set the platform in vs10 static libsdev@Rose-PC.cable.virginmedia.net