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
2022-03-14Reviewed and reworked the premake4.lua to make better use of modern VS versionsHEADhg/WDS-buildOliver Schneider
2022-01-27Decomposing some logic, so I can hook into the per-file optionsOliver Schneider
2022-01-24Somehow code-signing with Certum's smartcard doesn't work inside a VM, thisWDS-built-hg-r871Oliver Schneider
2022-01-23Arranging for VS2022 supportOliver Schneider
2021-07-13Fixing up URLsOliver Schneider
2019-11-11Minor fixup.Oliver Schneider
2019-11-06Minor fix in the premake4.luaOliver Schneider
2017-04-12This updates the premake4.lua in which a handful of glitches were foundOliver Schneider
2017-04-12Fixed a glitch ... node should have passed to the newly introduced function a...Oliver Schneider
2017-04-11This should fix an issue where VS2008 and earlier got the proper CompileAs pr...Oliver Schneider
2017-03-22Introducing os.str2uuid() as possibility to convert a string deterministicall...Oliver Schneider
2016-05-20Adjustments to premake.c to allow the debug version to run by default without...Oliver Schneider
2016-04-20Adjustments to build processOliver Schneider
2016-01-12Using -a to append a SHA-256-hashed signature as well during code-signingOliver Schneider
2015-11-15CosmeticsOliver Schneider
2015-11-15Adding the vs2015.lua file to the projectOliver Schneider
2015-11-15Fixed GUIDOliver Schneider
2015-06-24Adjusting post-build commandOliver Schneider
2014-01-07Customized the project generation so that I can build the premake4.exe for Wi...Oliver Schneider
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: Buil...Jason Perkins
2011-08-01Pushed supported OS X minimum version up to 10.4, removed static C++ runtime ...Jason Perkins
2011-03-27Replaced host.windowsversion with os.getversionJason Perkins
2011-03-12added define _CRT_SECURE_NO_DEPRECATE for visual studio build in premake4.lua...Liam Devine
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 for...starkos
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 na...starkos
2009-01-19Embed scripts instead of precompiled bytecodes to avoid portability issues; u...starkos
2009-01-13Bug: Windows release builds of Premake4 made with GCC crash on script syntax ...starkos
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 war...starkos
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 o...starkos