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 (Collapse)Author
2013-02-07A bit of cleanup on Linux and BSD build configurationsJason Perkins
2012-07-17Fixed platform filter in premake4.luaJason Perkins
2012-01-05Removed dynamic loading of Ole32 on Windows (see patch #3456407)Jason Perkins
2011-12-07Patch 3429777: Support for DragonFly BSD (Joachim de Groot) and 3445049: ↵Jason Perkins
Build fix for FreeBSD (Konstantin Tokarev)
2011-08-01Pushed supported OS X minimum version up to 10.4, removed static C++ runtime ↵Jason Perkins
library linkage. Can now build on 10.7
2011-03-27Replaced host.windowsversion with os.getversionJason Perkins
2011-03-12added define _CRT_SECURE_NO_DEPRECATE for visual studio build in ↵Liam Devine
premake4.lua. Old versions of vs2005 use this define. added host.c for detecting if the process is running under wow, uses code provided on msdn where we lookup the function at runtime, which fails gracefully if a 32 bit machine. add host.is_64bit function in host.lua
2011-02-10Added support for Haiku OS (Yuriy O'Donnell)Jason Perkins
2010-12-23Removed scripts.c from the repositoryJason Perkins
2010-10-11Improved portability of Premake's Mac OS X binaries (William Burnson)Jason Perkins
2010-07-21Added support for Solaris (Dean Ross-Smith)Jason Perkins
2010-03-17Force Mac OS X release build to be 10.5 compatiblestarkos
2010-01-14Bug 2928775: Error loading external Lua module with require(); added test ↵starkos
for ./ prefix on wildcard matches
2010-01-07Adjusted string length limits to build on VS2003starkos
2009-12-09Bug 2872066: Two test failures in 4.1.2starkos
2009-12-08Bug 2903430: Using relative instead of absolute paths with $() macrostarkos
2009-12-05Added more source files to build scriptstarkos
2009-07-16Started a release scriptstarkos
2009-06-15Cut some more fat from the embedded scriptsstarkos
2009-06-15Removed duplicate newlines from embedded scriptsstarkos
2009-04-24Added platform support to CodeLitestarkos
2009-04-24Phased out templates from manifeststarkos
2009-01-19solution() and project() now only set the active object when called with a ↵starkos
name; remains unchanged otherwise
2009-01-19Embed scripts instead of precompiled bytecodes to avoid portability issues; ↵starkos
undo previous PPC fixes
2009-01-13Bug: Windows release builds of Premake4 made with GCC crash on script syntax ↵starkos
errors
2009-01-12Added LUA_USE_LINUX and LUA_USE_MACOSX to enable POPEN functionalitystarkos
2009-01-04Removed FatalWarnings flag, to make sure it can build around new compiler ↵starkos
warnings. Checked return values in os_getcwd
2008-12-30Added link to libm for Linux buildsstarkos
2008-12-30Upgraded to Lua 5.1.4starkos
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-23Changed makefile CONFIG variable to "config" to match "verbose"starkos
2008-12-19Fixed bug in Premake4 build script (doh!)starkos
2008-12-06Big refactoring, bug fixes bug and small, performance improvements ↵starkos
(branches/csharp r607:628)
2008-11-13** Merged branches/vstudio (r539:562) Added Visual Studio supportstarkos
2008-10-31First integration of new Lua-based architecturestarkos
2008-07-17Added filtering on configuration (r446:452)starkos
2008-06-17Merged configuration check logic and global eol-settings (r405:413)starkos
2008-04-10Merged with dev branch: generation of stub solution files for VS and gmake ↵starkos
(r292:300)
2008-04-06Initial import of my local 4.x development codestarkos