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
AgeCommit message (Expand)Author
2011-04-25[#1657833] Set working directory an IDE starts/debugs the program inJason Perkins
2009-09-21Fixed naming of static libraries in Xcodestarkos
2009-08-12Refactored clean action to use new callbacksstarkos
2009-07-16(no commit message)starkos
2009-07-13Bug 2819232: Buildoptions not used when creating Makefile for C#starkos
2009-06-15Bug 2152526: Code::Blocks doesn't build PCH correctly on GCCstarkos
2009-06-15Bug 2675518: Dependencies wrong on config linksstarkos
2009-06-15Bug 2709641: Location field does not propagate to projectsstarkos
2009-06-08Bit of code cleanupstarkos
2009-06-08Fixed naming of system libraries in Visual Studio link stepstarkos
2009-05-31(no commit message)starkos
2009-05-29Enable parenthesis in file pathsstarkos
2009-05-23Added precompiled header support for GCCstarkos
2009-04-29Added --platform argumentstarkos
2009-04-23In C# projects, test against build config only; ignore platformstarkos
2009-04-20Implemented support for Universal platformsstarkos
2009-04-20Implemented platform flags for GCC; added "native" platform supportstarkos
2009-04-10Plaform-specific settings and Xbox 360 support now working in Visual Studio 2...starkos
2009-03-26** Merged branches/platforms (r735:741) Added x32 and x64 platform support fo...starkos
2009-02-05Bug 2564404: FatalWarnings has no effect with gmake targetstarkos
2009-01-30Set Mac OS X linker flags for Code::Blocksstarkos
2009-01-26Bug 2533504: Files above project root not added to projectstarkos
2009-01-19solution() and project() now only set the active object when called with a na...starkos
2009-01-10Replaced read from /dev/random with /dev/urandom; fixed hangs on Ubuntustarkos
2009-01-09Fixed nil variable reference in os.findlib() on Linuxstarkos
2009-01-08Added missing os.copyfile() function (untested on Posix yet)starkos
2009-01-06Enable Windows linking to shared libraries even with NoImportLib flag set (ju...starkos
2009-01-05Support absolute paths in scripts, to reference a different Windows drive let...starkos
2008-12-23Removed special solution clean hook; needs rethinkingstarkos
2008-12-23Changed makefile CONFIG variable to "config" to match "verbose"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-08-09Big refactoring and code consolidation (r464:478)starkos
2008-07-10Configuration, defines, bugs fixes, and a bunch of refactoring (r424:445)starkos
2008-05-02GNU C++ project makefile generation (placeholder); refactoring and code clean...starkos
2008-04-22Added initial support for Visual Studio 2008 solutions.starkos
2008-04-17Implements VS2002 and VS2003 solutions with hardcoded configurations; much re...starkos
2008-04-16Started implementation of projectsstarkos
2008-04-10Merged with dev branch: generation of stub solution files for VS and gmake (r...starkos