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
AgeCommit message (Expand)Author
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-19Embed scripts instead of precompiled bytecodes to avoid portability issues; u...starkos
2009-01-15Removed "no-frame-pointers" flag from 3.x script; causes release builds to cr...starkos
2009-01-14Enable getobject() to find solution even when project is currentstarkos
2009-01-14Fixed off-by-one error level in getobject(); no file/line info was being show...starkos
2009-01-13Patched Lua to load precompiled bytecodes on PPC architecturestarkos
2009-01-12Display paths of generated filesstarkos
2009-01-12Updated bytecodesstarkos
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 separator between link dependencies in C++ makefiles (oops)starkos
2009-01-08Fixed os_copyfile() for Posixstarkos
2009-01-08Added missing os_copyfile.c (doh!)starkos
2009-01-08Added missing os.copyfile() function (untested on Posix yet)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-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
2009-01-05Fixed Code::Blocks post-build commandsstarkos
2009-01-05Check return values in os_uuid.c (Ryan Pusztai)starkos
2009-01-04Removed FatalWarnings flag, to make sure it can build around new compiler war...starkos
2008-12-30Fixed constant loop expression warning (where did this come from?)starkos
2008-12-30Last tweaks for RC1starkos
2008-12-30Upgraded to Lua 5.1.4starkos
2008-12-30Prepped support files for RC1starkos
2008-12-27Some tweaks to allow location to be nil (handy when working with a location o...starkos
2008-12-23Updated bytecodesstarkos
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-22Add search of /etc/ld.so.conf to os.findlib()starkos
2008-12-22Fixed os.findlib() on OSXstarkos
2008-12-22Added initial take on os.findlib()starkos
2008-12-22Updated bytecodesstarkos
2008-12-22Use VS2005 format for SharpDevelop and MonoDevelopstarkos
2008-12-22Fixed file recursion wildcardstarkos
2008-12-19Uppercase UUID for VS.NET compatibilitystarkos
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-15Updated bytecodesstarkos
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-12-01Added missing ow.luastarkos
2008-11-27Added custom options, support for CodeBlocks/OpenWatcom (r596:606)starkos
2008-11-26Stripped out premake.tools namespace to keep templates cleanerstarkos