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
2009-04-24Added platform support to CodeLitestarkos
2009-04-24Added platform support to Code::Blocksstarkos
2009-04-24Refactored GCC config block writer to function for unit testingstarkos
2009-04-24De-templated CodeLite actionstarkos
2009-04-23Use build config generalization for C# copy rules, toostarkos
2009-04-23In C# projects, test against build config only; ignore platformstarkos
2009-04-23Better handling of native platform during configuration building stagestarkos
2009-04-22Default makefiles to native platformstarkos
2009-04-21Fixed spacing issue in clean rule of solution makefilestarkos
2009-04-20Added support for "native" platform to Visual Studiostarkos
2009-04-20Implemented platform flags for GCC; added "native" platform supportstarkos
2009-04-14Added platform compatibility to .NET makefilesstarkos
2009-04-14Platforms now working in makefile C/C++ projectsstarkos
2009-04-14Solution makefiles now list project dependencies by both configuration and pl...starkos
2009-04-11Aliased io.printf() with _p() to save some typing and bytes in the executablestarkos
2009-04-11Un-templated the GMake action in preparation for adding platform supportstarkos
2009-04-10Plaform-specific settings and Xbox 360 support now working in Visual Studio 2...starkos
2009-03-26Refactored current platform code for VS2005 and VS2008starkos
2009-03-26** Merged branches/platforms (r735:741) Added x32 and x64 platform support fo...starkos
2009-02-05Support links and libdirs for Visual Studio static librariesstarkos
2009-01-30Set Mac OS X linker flags for Code::Blocksstarkos
2009-01-08Added missing separator between link dependencies in C++ makefiles (oops)starkos
2009-01-07Rolled back change to C# assembly loading; wasn't working properly with *Deve...starkos
2009-01-07Removed "ToolsVersion" from VS2005 C# projects, for compatibility with *Developsstarkos
2009-01-06Added "ToolsVersion" to VS2005 and VS2008 C# projects to prevent VS2008 migra...starkos
2009-01-06Fixed handling of paths in linksstarkos
2009-01-05Fixed Code::Blocks post-build commandsstarkos
2008-12-23Removed special solution clean hook; needs rethinkingstarkos
2008-12-23Changed makefile CONFIG variable to "config" to match "verbose"starkos
2008-12-23Fixed bug: makefile link steps always runs (triggered by prebuild and prelink)starkos
2008-12-23Added verbose flag to makefiles: verbose=yes will show commands as runstarkos
2008-12-22Use VS2005 format for SharpDevelop and MonoDevelopstarkos
2008-12-19Fixed bug in Premake4 build script (doh!)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
2008-11-27Added custom options, support for CodeBlocks/OpenWatcom (r596:606)starkos
2008-11-26Stripped out premake.tools namespace to keep templates cleanerstarkos
2008-11-26Merged CodeLite support(r591:595)starkos
2008-11-25Added Code::Blocks support (r583:590)starkos
2008-11-23Added custom build step supportstarkos
2008-11-22First pass at refactoring functions implementationstarkos
2008-11-21Fixed handling of library decorationsstarkos
2008-11-21Fix relative paths to target dependenciesstarkos
2008-11-21Always use .a for Makefile static libs, even on Windowsstarkos
2008-11-19** Merged with refac_clean branch; moved cleaning code into the actions, impr...starkos
2008-11-18Fixed Visual Studio vcproj configurations; I was using project-level settings...starkos
2008-11-13** Merged branches/vstudio (r539:562) Added Visual Studio supportstarkos
2008-10-31First integration of new Lua-based architecturestarkos
2008-08-21Added Symbols, Optimize, OptimizeSize, and OptimizeSpeed build flags, refacto...starkos