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/host
AgeCommit message (Collapse)Author
2022-03-01Another minor glitch fixed so the Visual Studio version selector is happyhg/4.4-wds-878Oliver Schneider
--HG-- branch : WDS-build
2022-02-27Trying to align output better with vanilla VS output4.4-wds-877Oliver Schneider
Added tests for some VS versions that weren't currently tested --HG-- branch : WDS-build
2022-01-27Decomposing some logic, so I can hook into the per-file optionsOliver Schneider
--HG-- branch : WDS-build
2022-01-23Merged with upstream (the file mode changes)Oliver Schneider
--HG-- branch : WDS-build
2022-01-23Arranging for VS2022 supportOliver Schneider
--HG-- branch : WDS-build
2022-01-22Just changing file modesOliver Schneider
- This is mostly a benign commit, except on Unix - Removed the x bit from a number of files which had it set on account of having been created/modified on Windows, I suppose. --HG-- branch : WDS-build
2019-11-06Minor fix in the premake4.luaOliver Schneider
--HG-- branch : vs2019_support
2019-11-05Little reminder for myself and othersOliver Schneider
--HG-- branch : vs2019_support
2019-11-01Updating setvcvars.cmd and fixed error in VS2005Oliver Schneider
--HG-- branch : vs2019_support
2019-10-15Arranging for VS2019 supportOliver Schneider
--HG-- branch : vs2019_support
2017-04-12Fixed a glitch ... node should have passed to the newly introduced function ↵Oliver Schneider
as well --HG-- branch : WDS-build
2017-04-11This should fix an issue where VS2008 and earlier got the proper CompileAs ↵Oliver Schneider
property on individual files, but VS2010 and newer did not. This introduces the two new overridable functions 1. premake.vstudio.vc2010.individualSourceFile 2. premake.vstudio.vc200x.individualSourceFile These can also be used as sentinel for this particular patch to decide if you need to patch via your premake4.lua or not. The patch to premake4.lua shows how older premake4 versions can be taught to behave like this patched version without having the patched version ... just by modifying the premake4.lua. Beautiful demo of the power of Lua inside Premake4. --HG-- branch : WDS-build
2017-04-11Unfortunately premake4 has always misbehaved with respect to Unicode console ↵Oliver Schneider
apps This should fix it --HG-- branch : WDS-build
2017-03-22Introducing os.str2uuid() as possibility to convert a string ↵Oliver Schneider
deterministically into a (pseudo-)UUID using SHA-3 (256-bit) aka Keccak Replaced all leading spaces or mixed spaces/tabs with tabs (by rule 1 tab = 4 spaces) Prepared premake4.lua for this project to generate XP projects and VS2017 projects --HG-- branch : WDS-build
2017-03-17Making sure to pick the correct keyOliver Schneider
--HG-- branch : WDS-build
2017-03-16Adding error checks in two placesOliver Schneider
--HG-- branch : WDS-build
2016-05-20Adjustments to premake.c to allow the debug version to run by default ↵Oliver Schneider
without --script, if the scripts are inside the src/ subfolder Adjustments to both premake.c and premake4.rc in order to allow overriding the version number Fix to path_translate which could end up modifying the keys of the table it iterated --HG-- branch : WDS-build
2016-01-12Pretending those are actual files (by prefixing names with '@')Oliver Schneider
--HG-- branch : WDS-build
2016-01-12Adding named chunks also for the embedded scripts. This uses an array that ↵Oliver Schneider
runs in parallel with the builtin_scripts. --HG-- branch : WDS-build
2016-01-12Adding the names of the scripts so the traceback for chunks gives more ↵Oliver Schneider
usable output --HG-- branch : WDS-build
2016-01-12Missing tracebacks in release mode, so activating those ... after all Lua ↵Oliver Schneider
allows us to overwrite even internals, so this is useful even though we can't touch embedded scripts --HG-- branch : WDS-build
2016-01-12Adjusting line endingsOliver Schneider
--HG-- branch : WDS-build
2015-11-15Simply adding a file icon for the binaryOliver Schneider
--HG-- branch : WDS-build
2015-11-15Forgot the embed step, so adding it to the release scriptOliver Schneider
--HG-- branch : WDS-build
2015-11-15Adding the vs2015.lua file to the projectOliver Schneider
New setvcvars.cmd Adding tip revision number and identifier to the binary (version info resource) --HG-- branch : WDS-build
2015-11-09Merge with upstreamOliver Schneider
--HG-- branch : WDS-build
2015-06-25Little fixOliver Schneider
--HG-- branch : WDS-build
2014-09-21Merged in rglarix/premake-stable-wrk/scripts-option-rel (pull request #46)Jason Perkins
reissue #45 - 1 - enable optional scripts option even for release builds
2014-09-16Backport native path functions from Premake-devJason Perkins
2014-04-24Fix issue #20 - can now find files with a dot prefix; directories are still ↵Jason Perkins
ignored
2014-02-05Updating to the latest state of (Lua) affairsOliver Schneider
--HG-- branch : WDS-build
2013-11-21Update copyright year4.4-beta5Jason Perkins
2013-09-16Fix incompatible types warning from VS 2005 (Oliver Schneider)Jason Perkins
2013-05-20Fix error result handling in os.rmdir()Jason Perkins
2012-11-12Pull 25: Add Unix support to os.getversion() (wfgleper)Jason Perkins
2012-10-18Patch 3441850: Use debug.traceback() as error handler (Konstantin Tokarev)Jason Perkins
2012-09-28Patch 3485071: Fixed _PREMAKE_COMMAND fallback when premake4 is not in PATH ↵Jason Perkins
(Konstantin Tokarev)
2014-02-05Addressing issue #20 for the unixoid systemsOliver Schneider
--HG-- branch : WDS-build
2014-02-04Fixing issue #20: os.matchfiles misses matching filesOliver Schneider
--HG-- branch : WDS-build
2014-01-30Updating the scripts.c to the latest state of Lua sourcesOliver Schneider
--HG-- branch : WDS-build
2014-01-10New trimmed down (LuaSrcDiet) version of the scriptsOliver Schneider
--HG-- branch : WDS-build
2014-01-08Updating the embedded scriptsOliver Schneider
--HG-- branch : WDS-build
2014-01-07Customized the project generation so that I can build the premake4.exe for ↵Oliver Schneider
WinDirStat easily Also adds a version resource to premake4.exe Invokes signtool for Release configuration "scripts.c" is included although it is being generated (This is intentional!) --HG-- branch : WDS-build
2012-02-06Patch 3353975: Support usage of premake as a library (Konstantin Tokarev)Jason Perkins
2012-01-05Updated copyrights; added #ifdef around Objbase.h includeJason Perkins
2012-01-05Removed dynamic loading of Ole32 on Windows (see patch #3456407)Jason Perkins
2011-12-09Patch 3440466: Fixed compiler warnings on Mac (Konstantin Tokarev)Jason Perkins
2011-12-07Patch 3429777: Support for DragonFly BSD (Joachim de Groot) and 3445049: ↵Jason Perkins
Build fix for FreeBSD (Konstantin Tokarev)
2011-11-29Patch 3351583: _PREMAKE_COMMAND variable (Konstantin Tokarev)Jason Perkins
2011-11-13Merge latest changes from premake-devJason Perkins