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
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-22Removing trailing spaces and tabs on lines within the premake4 Lua scriptsOliver Schneider
(purely cosmetic) --HG-- branch : WDS-build
2017-03-17Adjusted the link to point to GitHub now.Oliver Schneider
--HG-- branch : WDS-build
2017-03-17Making sure to pick the correct keyOliver Schneider
--HG-- branch : WDS-build
2017-03-16Merge with vs2017_supportOliver Schneider
--HG-- branch : WDS-build
2017-03-16Adding error checks in two placesOliver Schneider
--HG-- branch : WDS-build
2017-03-16Adding support for Visual Studio 2017 projects and solutions.Oliver Schneider
Does not add the VisualStudioVersion and MinimumVisualStudioVersion in solution files, but VS2017 opens those fine regardless and picks them up first even when VS2010, 2012, 2013 and VS2017 are installed as well. Added corresponding tests and verified that all is as expected. --HG-- branch : vs2017_support
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-04-20Adjustments to build processOliver Schneider
--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-12Adding some info about the code-signed files in the download areaOliver Schneider
--HG-- branch : WDS-build
2016-01-12Merge with defaultOliver Schneider
--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
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-15CosmeticsOliver Schneider
--HG-- branch : WDS-build
2015-11-15Lose this oneOliver Schneider
--HG-- branch : WDS-build
2015-11-15Adding README which can be renderedOliver Schneider
--HG-- branch : WDS-build
2015-11-15Again some release script fixupsOliver Schneider
--HG-- branch : WDS-build
2015-11-15Amended the release script to also take care of renaming the signed build ↵Oliver Schneider
and also creating a detached PGP signature --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-15Merged in windirstat/premake-stable/vs2015_support (pull request #54)Jason Perkins
Adding basic VS2015 support, entirely based on VS2013 support
2015-11-15Merge with vs2015_supportOliver Schneider
--HG-- branch : WDS-build
2015-11-15Adding support for Visual Studio 2015 projects and solutions.Oliver Schneider
Does not add the VisualStudioVersion and MinimumVisualStudioVersion in solution files, but VS2015 opens those fine regardless and picks them up first even when VS2010, 2012 and 2013 are installed as well. Added corresponding tests and verified that all is as expected. --HG-- branch : vs2015_support
2015-11-15Fixed GUIDOliver Schneider
--HG-- branch : WDS-build
2015-11-09Merge with upstreamOliver Schneider
--HG-- branch : WDS-build
2015-06-25Little fixOliver Schneider
--HG-- branch : WDS-build
2015-06-24Adjusting post-build commandOliver Schneider
--HG-- branch : WDS-build
2014-12-08Add missing quotes around PCH compile flags (h/t Daniel Gibson)Jason Perkins
See comment at https://bitbucket.org/premake/premake-4.x/commits/7e583c84a367985227e0865bedfda6315416e288#comment-1468822
2014-11-19Remove $(ARCH) variable from makefiles; causing issues on LinuxJason Perkins
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-06-29Fix Issue #242: Recursive deletion in os.rmdir() goes up to root level on ↵Jason Perkins
Windows 7 (Ben Henning)
2014-04-24Merged in dcourtois/premake-stable/issue_60 (pull request #44)Jason Perkins
added post and pre build events support for C# projects
2014-04-24Fix issue #20 - can now find files with a dot prefix; directories are still ↵Jason Perkins
ignored
2014-04-22Merged in jimstitt/premake-stable-wpf (pull request #42)Jason Perkins
Remove path from xaml file dependency.
2014-04-22added post and pre build events support for C# projectsDamien Courtois
--HG-- branch : issue_60
2014-04-10Merged in windirstat/premake-stable/oliver_ignore_pclint_visuallint (pull ↵Jason Perkins
request #41) Same changes to ignore files as for premake-dev
2014-04-03Merged in dcourtois/premake-stable/test_vs_macros (pull request #43)Jason Perkins
added a test to ensure VS macros are correctly handled in include paths.
2014-04-03Issue #236: Fix failing PCH unit testsJason Perkins
2014-04-03added a test to ensure VS macros are correctly handled in include paths.Damien Courtois
--HG-- branch : test_vs_macros
2014-02-08Remove path from xaml file dependency.jimstitt
2014-02-05Merged in windirstat/premake-stable/fix_issue41 (pull request #39)Jason Perkins
This fixes issue #41 by simply resetting the indentation to its default ...