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/tools
AgeCommit message (Expand)Author
2022-02-21Attempting to solve a glitch with VS version selectorOliver Schneider
2017-03-22Introducing os.str2uuid() as possibility to convert a string deterministicall...Oliver Schneider
2017-03-22Removing trailing spaces and tabs on lines within the premake4 Lua scriptsOliver Schneider
2014-01-18Add support for xaml extension.jimstitt
2013-05-15Fixed bug #176: Target prefix breaks GCC linkingJason Perkins
2013-01-29Fix linking to external libraries outside of project folderJason Perkins
2012-10-19Patch 3466877: Removed -flat_namespace from Mac OS X flags (Konstantin Tokarev)Jason Perkins
2012-04-22Patch 3305599: Add -Wextra to ExtraWarnings (ergosys)Jason Perkins
2011-09-16Patch 3021550: Add Wii homebrew platform (Pathogen David)Jason Perkins
2011-05-27Pulling stable change into dev.Liam Devine
2011-05-27Incorrect relative paths for gmake sibling static librariesLiam Devine
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-26* Patch 3043933 gmake incorrectly links using -l when a solution contains a ....Liam Devine
2011-02-10Added support for Haiku OS (Yuriy O'Donnell)Jason Perkins
2010-12-15Removed Windows and OS X specific stuff from new SNC tool definitionJason Perkins
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-03-05Patch 2963313: Enable setting .NET framework version (Justen Hyde)starkos
2010-01-14Patch 2928029: Add EnableSSE, EnableSSE2 flagsstarkos
2010-01-01Support framework linking in makefilesstarkos
2009-12-17Feature 2839002: Add gcc switch to improve header dependency generation (Joha...starkos
2009-09-30Updated OW float flagsstarkos
2009-09-30Patch 2802722: Floating Point Model Flags (Suigintou)starkos
2009-06-02Refactored target building, fixed path separators for .NET projectsstarkos
2009-05-31Fixed import library naming under OS Xstarkos
2009-05-23Added precompiled header support for GCCstarkos
2009-05-22Patch 2558089: workaround for --as-needed/correct link order (idl0r)starkos
2009-05-13Bug fixes to PS3 makefiles, adding missing msc.lua filestarkos
2009-05-09Added PS3-specific target namingstarkos
2009-05-01Makefile support for PS3starkos
2009-04-24Refactored handling of configuration namesstarkos
2009-04-24De-templated CodeLite actionstarkos
2009-04-23Better handling of native platform during configuration building stagestarkos
2009-04-22Typo: GCC platform flags not getting appliedstarkos
2009-04-21Test for no platform before inserting GCC flagsstarkos
2009-04-20Implemented support for Universal platformsstarkos
2009-04-20Implemented platform flags for GCC; added "native" platform supportstarkos
2009-04-14Platforms now working in makefile C/C++ projectsstarkos
2009-02-19Updated GCC flag format: -fno-exceptions and -fno-rttistarkos
2009-02-05Bug 2564404: FatalWarnings has no effect with gmake targetstarkos
2009-01-05Support absolute paths in scripts, to reference a different Windows drive let...starkos
2008-12-18** Merged Visual Studio C# support and simplified configuration filters (r649...starkos
2008-12-15** Merged GMake C# support from branches/csharp (r630:648)starkos
2008-12-06Big refactoring, bug fixes bug and small, performance improvements (branches/...starkos