Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-08-01Pushed supported OS X minimum version up to 10.4, removed static C++ runtime ...Jason Perkins
2011-07-27Added tag 4.4-beta2 for changeset 8f58c46b2836Jason Perkins
2011-07-25Removed block-commented code that was showing up in release builds4.4-beta2Jason Perkins
2011-07-21Mentioned source filtering/grouping in changelogJason Perkins
2011-07-20Flipped vpaths syntax, now ['group']={'pattern(s)'...}Jason Perkins
2011-07-13Removed a bunch of deprecated VC2010 codeJason Perkins
2011-07-05Matched VS2010 indentation behavior (two spaces)Jason 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-13Patch #3277358: Add CodeLite files to .hgignoreJason 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-09Tweaks to release scriptJason Perkins
2011-05-07merge with stableLiam Devine
2011-05-07Fixed bug 3297634 - UnitTest++ folder breaks Xcode 3Liam Devine
2011-05-04Added tag 4.4-beta1 for changeset 79873394f6f6Jason Perkins
2011-05-04Removed 4.3.1 from changelog; going right to 4.44.4-beta1Jason Perkins
2011-05-04Updated copyright on VS2010 at Liam's requestJason Perkins
2011-05-01Applied patch which sets the target machine in visual studioliamDevine
2011-05-01set the platform in vs10 static libsUnknown
2011-05-01removing dead codeLiam Devine
2011-05-01corrected teardown function name in testing_make_linking.luaLiam Devine
2011-04-30ignore entry point in Manged C++liamDevine
2011-04-30removing dead code and also drawing attention to flags on projects when unit ...liamDevine
2011-04-30Adding Managed C++ support for vs10liamDevine
2011-04-30vs10 reuses optimisation functionliamDevine
2011-04-30merge with stableliamDevine
2011-04-30kind is a function in _G. Changed function 'merge' to use the string 'kind' i...liamDevine
2011-04-29Fixes Bug 3294459: vs10 x86_64 using incorrect debug format for minimal rebuildUnknown
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-04-05Some cleanup for is64bit() to make it look a bit like the other os functionsJason Perkins
2011-03-29gmake correctly links again to SharedLibs and StaticLibs sibling dependencies...Liam Devine
2011-03-29Commenting out latest changes so that stable is not broken. The test is left ...Liam Devine
2011-03-27Replaced host.windowsversion with os.getversionJason Perkins
2011-03-26sln was in global and not reset to nil in teardownLiam Devine
2011-03-26* Patch 3043933 gmake incorrectly links using -l when a solution contains a ....Liam Devine