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
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 ...
2014-02-05Same changes to ignor files as for premake-devOliver Schneider
--HG-- branch : oliver_ignore_pclint_visuallint
2014-02-05Updating to the latest state of (Lua) affairsOliver Schneider
--HG-- branch : WDS-build
2014-02-05This fixes issue #41 by simply resetting the indentation to its default at ↵Oliver Schneider
the beginning of solution generation, i.e. in vs2005.generateSolution, shared by all VS implementations --HG-- branch : fix_issue41
2014-02-04Merged in windirstat/premake-stable/fix_issue214 (pull request #37)Jason Perkins
Fix for issue 214
2014-02-04src\actions\make\make_cpp.luaOliver Schneider
--HG-- branch : fix_issue214
2014-01-30Merged in windirstat/premake-stable/Allow_Override_VCTool_Elements (pull ↵Jason Perkins
request #36) Expose the former local blockmap as vc200x.toolmap to allow overriding it
2014-01-30Expose the former local blockmap as vc200x.toolmap to allow overriding itOliver Schneider
Move the handling of VCPreBuildEventTool, VCPreLinkEventTool and VCPostBuildEventTool into the aforementioned map (getting rid of a few stray tabs around the location of the changes) --HG-- branch : Allow_Override_VCTool_Elements
2014-01-18removed path extension from .net links.jimstitt
2014-01-18Add support for xaml extension.jimstitt
2014-01-08Merged in windirstat/premake-stable/sln2proj_map_override_for_merge (pull ↵Jason Perkins
request #32) Allowing the mapping between the global solution configuration and the project configurations to be overridden
2014-01-08Allowing the mapping between the global solution configuration and the ↵Oliver Schneider
project configurations to be overridden --HG-- branch : sln2proj_map_override_for_merge
2014-01-07Merged in ryanjmulder/codelite-library-with-dots-in-filename2 (pull request #27)Jason Perkins
codelite-library-with-dots-in-filename2
2014-01-07Merged in windirstat/premake-stable/resincludes-fix (pull request #30)Jason Perkins
Fixing: resincludedirs broken in premake-stable (only affects ResourceCompile sections)
2014-01-07Merged in zorbathut/premake-zorbathut (pull request #23)Jason Perkins
Fix vs2013 action.
2014-01-07Merged in windirstat/premake-stable/vslint-ignore (pull request #29)Jason Perkins
Ignoring Visual Lint files (updated .hgignore)
2014-01-07Fixing: resincludedirs broken in premake-stable (only affects ↵Oliver Schneider
ResourceCompile sections) --HG-- branch : resincludes-fix
2014-01-07Ignoring Visual Lint files (updated .hgignore)Oliver Schneider
--HG-- branch : vslint-ignore
2013-12-13Separate sibling and system libraries (as the gmake action does), so the ↵Ryan Mulder
name can be properly formatted for each Avoids truncation when the name containes a dot, e.g. 'wx_gtk2ud_propgrid-2.8'
2013-11-27Fix vs2013 action.Ben Rog-Wilhelm
2013-11-26Bit of tweaking on the release scriptJason Perkins
2013-11-21Added tag 4.4-beta5 for changeset bb086266c189Jason Perkins
2013-11-21Update copyright year4.4-beta5Jason Perkins
2013-11-12Fix virtual path building for patterns like "filename.*"Jason Perkins
2013-11-12Fix CodeLite file testsJason Perkins
2013-10-31missed one configurationRyan Mulder
2013-10-31include a virtual folder at the root, because codelite expects it, and it ↵Ryan Mulder
causes many strange bugs in codelite when the virtual folder is absent
2013-10-31use underscores instead of pipes in configuration names, because codelite ↵Ryan Mulder
creates directories named after the configuration, and pipes are invalid in directory names on windows
2013-10-21Small improvement to build instructions (h/t John Driscoll)Jason Perkins
2013-10-03Pass same flags to PCH compile as C/C++ source codeJason Perkins