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 (Collapse)Author
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 ↵starkos
migration assistant from firing.
2009-01-06Fixed handling of paths in linksstarkos
2009-01-06Enable Windows linking to shared libraries even with NoImportLib flag set ↵starkos
(just in case)
2009-01-05Support absolute paths in scripts, to reference a different Windows drive ↵starkos
letter.
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 ↵starkos
warnings. Checked return values in os_getcwd
2008-12-30Fixed constant loop expression warning (where did this come from?)starkos
2008-12-30Added link to libm for Linux buildsstarkos
2008-12-30Last tweaks for RC1starkos
2008-12-30Upgraded to Lua 5.1.4starkos
2008-12-30Prepped support files for RC1starkos
2008-12-27Add --to option to control output locationstarkos
2008-12-27Some tweaks to allow location to be nil (handy when working with a location ↵starkos
option)
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 ↵starkos
(r649:661)
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 ↵starkos
(branches/csharp r607:628)
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
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-21Remove deprecated sibling arg from getlibraries()starkos
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, ↵starkos
improved namespaces (r568:570)
2008-11-18Fixed Visual Studio vcproj configurations; I was using project-level ↵starkos
settings instead of config-level
2008-11-13Updated bytecodesstarkos
2008-11-13POSIX path fix (last checkin) didn't work on Windows; fixedstarkos
2008-11-13Fixed mkdir() bug on Posix - wasn't handling absolute paths correctlystarkos
2008-11-13** Merged branches/vstudio (r539:562) Added Visual Studio supportstarkos
2008-10-31First integration of new Lua-based architecturestarkos