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
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-30merge with stableliamDevine
2011-04-29Fixes Bug 3294459: vs10 x86_64 using incorrect debug format for minimal rebuilddev@Rose-PC.cable.virginmedia.net
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-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-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
2011-03-26* Patch 3043933 gmake incorrectly links using -l when a solution contains a ....Liam Devine
2011-03-25Fixed failed mergeJason Perkins
2011-03-24Merged with premake-stableJason Perkins
2011-03-23[#3232160] Environment variables are cut offJason Perkins
2011-03-233157645: Respects full path for xcode frameworksLiam Devine
2011-03-17added specialisation for terms in mergeobjectliamDevine
2011-03-14pdb file was being written to the 'Link' section when it needed to be in 'ClC...liamDevine
2011-03-11Xcode4 workspace relative location paths and workspace generationLiam Devine
2011-03-11Xcode4 workspace initialLiam Devine
2011-02-16[#3100379] C# support for Visual Studio 2010Jason Perkins
2011-02-10Added support for Haiku OS (Yuriy O'Donnell)Jason Perkins
2011-02-09Ported VS2005 *.csproj to treesJason Perkins
2011-02-08Ported VS2002 *.csproj from walksources to treesJason Perkins
2011-02-04Moved io.capture to test framework; removed from test suitesJason Perkins
2011-02-02Cleaned up and standardized namespaces in vstudio codeJason Perkins
2011-01-22Port VS200x from walksources() to treesJason Perkins
2011-01-18Add test to ensure path.join() can be called with a nil argumentJason Perkins
2011-01-02Merged with stableJason Perkins
2010-12-30Removes the setting of WholeProgramOptimization for vs10 projects as per the ...liamDevine
2010-12-28Merge with stableJason Perkins
2010-12-10Sets ONLY_ACTIVE_ARCH = YES in Xcode debug builds to mirror Xcode created pro...Liam Devine
2010-12-10adds GCC_SYMBOLS_PRIVATE_EXTERN = NO; which should be the default for builds....Liam Devine
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-12-02More stable/dev mergingJason Perkins
2010-12-01typo fixLiam Devine
2010-12-01fixes ClCompile blocks with PCH's in Vs10 generatorLiam Devine
2010-11-02Typo correctionliamDevine
2010-11-02adds NoIncrementalLink to vs200XliamDevine
2010-11-02removed dead testsliamDevine
2010-11-02Vs10 implementing NoLinkIncrementally flag.liamDevine
2010-11-02refactors optimise check to function premake.config.isoptimizedbuild(flags) w...liamDevine
2010-11-01vs10 64bit builds can not use /ZI http://msdn.microsoft.com/en-us/library/958...liamDevine
2010-11-01fixes vs10 to only add a pdb when the symbols flag in usedliamDevine
2010-11-01Fixes vs10 DebugInformationFormatliamDevine
2010-11-01applies miminal rebuild change to vs10 that was applied in changeset 0b3e27b8...liamDevine