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
2010-11-01adds local keyword to buffer instancesliamDevine
2010-11-01Fixes vs10 Bug 3100062 uses premake.config.isdebugbuild to determine debug st...liamDevine
2010-10-30removes invalid test in vs2010 filtersliamDevine
2010-10-30removes invalid test in vs2010 filtersliamDevine
2010-10-30Bug 3097868: Patch 3076517 premake_rev465.patch. Removes relative paths from ...liamDevine
2010-10-21Bug 3015312: Makefiles are not quoted correctlyJason Perkins
2010-10-21Bug 3016050: {"../Dir/file1.c","../../Dir/file2.c"} breaks Xcode (Stephane)Jason Perkins
2010-10-19Bug 3020382: GCC PCH not workingJason Perkins
2010-10-13Bug 3034222: StaticLib projects ignore linkoptionsJason Perkins
2010-10-13Bug 3035545: The pattern { "./folder/*.c" } matches no filesJason Perkins
2010-10-11Improved portability of Premake's Mac OS X binaries (William Burnson)Jason Perkins
2010-10-04Bug 2971841: Gmake escaping of shell variable $(...) is brokenJason 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-09-05Bug 3056381: Xcode project breaks on special charsJason Perkins
2010-08-31Merged with forkLiam Devine
2010-08-27Patch 3053959: kind() crashes when called with no arguments (rjmyst3)Jason Perkins
2010-07-28linkoptions added and refactored for all "kinds"liamDevine
2010-07-27embedded scriptsliamDevine
2010-07-27Resource script now put in correct ItemGroup which is ResourceCompile inside ...liamDevine
2010-07-27Added config_type to the namespace premake.vstudio.vs10_helpers from local scopeliamDevine
2010-07-21Merged Liam's VS2010 changesJason Perkins
2010-07-15Moved remaining functions from global and added them to the table premake.vst...LiamDevine
2010-07-13Merged VS 2010 C/C++ support (Liam Devine)Jason Perkins
2010-07-13Fixed handling of icons in Xcode (bitshifter)Jason Perkins
2010-06-21Fixed bug where a filter path had a dot in it's pathLiamDevine
2010-06-21added MFC supportLiamDevine
2010-06-21 UseDebugLibraries --added to configLiamDevine
2010-06-20changed any comments to line from blocks as parser failedLiamDevine
2010-06-18faulty test was passing. fixedLiamDevine
2010-06-18pulled changes from premake reposLiamDevine
2010-06-18removed invalid assumptions which were checked in unit testsLiamDevine
2010-06-17added failing test for ImportLibrary to remind me there is an unknownLiamDevine
2010-06-17Never saved before commit oopsLiamDevine
2010-06-17Moved filter functions into core from test fileLiamDevine
2010-06-17check why <MinimalRebuild>true</MinimalRebuild> is missing in a debug static...LiamDevine
2010-06-16Identified problems which need fixingLiamDevine
2010-06-16checked lib section for a static libLiamDevine
2010-06-16the failed test has some how disapeared.LiamDevine
2010-06-16changed path seperators to window specific \\LiamDevine
2010-06-16vcxproj.filters doneLiamDevine
2010-06-12vcxproj support getting thereLiamDevine
2010-06-11Patch 3011940: Add support for MFC (JTAnderson)Jason Perkins
2010-06-10hmm missing testsLiamDevine
2010-06-10vs2010 started vcxprojLiamDevine
2010-06-10vs2010 slnLiamDevine
2010-05-11Bug 2997728: Project dependencies should be case-sensitiveJason Perkins
2010-05-10Added test case for Xcode icon imagesCameron Hart
2010-03-08Patch 2965229: Fix handling of '+' symbol in file patterns (Rachel Blum)starkos
2010-03-05Added framework to vstudio C# 2005starkos