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
2022-03-14Reviewed and reworked the premake4.lua to make better use of modern VS versionsHEADhg/WDS-buildOliver Schneider
- Still sticking to VS2005 as the "default" for my release builds for now. - The premake4 behavioral patches moved to the bottom of premake4.lua to improve readbility (most people are stumped by seeing lots of Lua code). So since it doesn't even matter where these go, let's place them at the bottom. --HG-- branch : WDS-build
2022-01-24Somehow code-signing with Certum's smartcard doesn't work inside a VM, thisWDS-built-hg-r871Oliver Schneider
should allow me to sign manually while retaining as much automation as possible otherwise. This moves the signing step from the post-build command into release.cmd --HG-- branch : WDS-build
2021-07-13Fixing up URLsOliver Schneider
--HG-- branch : WDS-build
2019-11-11Minor fixup.Oliver Schneider
There remains an issue with the signing. --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
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-12Using -a to append a SHA-256-hashed signature as well during code-signingOliver 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-15Fixed GUIDOliver Schneider
--HG-- branch : WDS-build
2015-11-09Merge with upstreamOliver 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